diff options
author | gerald <gerald@FreeBSD.org> | 2014-09-12 08:01:23 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-09-12 08:01:23 +0800 |
commit | 174cbd5d77e118c39304830c2ef3c46e5a13a875 (patch) | |
tree | aafb5fb1fc2a608850f63aa643b497b19379ba1c /x11-drivers/xf86-video-ati | |
parent | 1e144243679c34477fa5a08614eaf37f2a9d551a (diff) | |
download | freebsd-ports-gnome-174cbd5d77e118c39304830c2ef3c46e5a13a875.tar.gz freebsd-ports-gnome-174cbd5d77e118c39304830c2ef3c46e5a13a875.tar.zst freebsd-ports-gnome-174cbd5d77e118c39304830c2ef3c46e5a13a875.zip |
Fix the PORTREVISION bump for the lang/gcc update that went badly for
ports (x11-drivers plus graphics/libGL plus x11-servers/xorg-server)
that handle PORTREVISION in a creative manner hardly lending itself
to any form of automated bumping.
PR: 192025
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu>
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r-- | x11-drivers/xf86-video-ati/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile index ec1654b3ae28..f63209decb27 100644 --- a/x11-drivers/xf86-video-ati/Makefile +++ b/x11-drivers/xf86-video-ati/Makefile @@ -2,7 +2,7 @@ PORTNAME= xf86-video-ati PORTVERSION= ${ATI_VERSION} -PORTREVISION= 1 +PORTREVISION= ${ATI_REVISION} CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -40,12 +40,12 @@ NEW_ATI_DRIVER= no .if ${NEW_ATI_DRIVER} == no ATI_VERSION= 6.14.6 -ATI_REVISION= 3 +ATI_REVISION= 4 CONFIGURE_ARGS+=--disable-kms PLIST_SUB+= OLD="" .else ATI_VERSION= 7.2.0 -ATI_REVISION= 3 +ATI_REVISION= 4 CONFIGURE_ARGS+=--disable-udev CONFIGURE_ARGS+=--disable-glamor EXTRA_PATCHES+= ${FILESDIR}/extra-src__radeon_kms.c |