From 14d9e3b200bcbae8a2e2d8b0ff5dddaedcf51474 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Wed, 9 Mar 2011 14:25:15 +0000 Subject: Remove patch that is causing trouble for users of specific ATI cards. Reported by: many! Discussed with: miwi@ With hat: x11 --- x11-drivers/xf86-video-ati/Makefile | 1 + x11-drivers/xf86-video-ati/files/patch-src-radeon_driver.c | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 x11-drivers/xf86-video-ati/files/patch-src-radeon_driver.c (limited to 'x11-drivers/xf86-video-ati') diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile index d9eb94732432..b97e6e2e33cc 100644 --- a/x11-drivers/xf86-video-ati/Makefile +++ b/x11-drivers/xf86-video-ati/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-ati PORTVERSION= 6.14.0 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-ati/files/patch-src-radeon_driver.c b/x11-drivers/xf86-video-ati/files/patch-src-radeon_driver.c deleted file mode 100644 index 2b47c53b70fb..000000000000 --- a/x11-drivers/xf86-video-ati/files/patch-src-radeon_driver.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/radeon_driver.c.orig 2010-12-03 20:34:44.419175412 +1000 -+++ src/radeon_driver.c 2010-12-03 20:37:22.896179333 +1000 -@@ -1454,6 +1454,9 @@ - * internal memory map. - * See fdo bug 24301. - */ -+ if (mem_size > aper_size) -+ mem_size = aper_size; -+ - if (mem_size > 0x20000000) - mem_size = aper_size; - -- cgit v1.2.3