aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-ati
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-03-09 14:25:15 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-03-09 14:25:15 +0000
commit14d9e3b200bcbae8a2e2d8b0ff5dddaedcf51474 (patch)
treef49319d8d5da44672b869bbc3f1ecf1832547717 /x11-drivers/xf86-video-ati
parent74aa45ac016d4932eea6b7e610e8c87e9f98b199 (diff)
downloadports-14d9e3b200bcbae8a2e2d8b0ff5dddaedcf51474.tar.gz
ports-14d9e3b200bcbae8a2e2d8b0ff5dddaedcf51474.zip
Remove patch that is causing trouble for users of specific ATI cards.
Reported by: many! Discussed with: miwi@ With hat: x11
Notes
Notes: svn path=/head/; revision=270558
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r--x11-drivers/xf86-video-ati/Makefile1
-rw-r--r--x11-drivers/xf86-video-ati/files/patch-src-radeon_driver.c12
2 files changed, 1 insertions, 12 deletions
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;
-