diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-26 00:52:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-26 00:52:50 +0800 |
commit | afbd9adc91ea20af30292938d6abd193791ae93f (patch) | |
tree | 81fd9833ef1b1f53de06c778a19bf1c393d0d703 /x11-drivers/xf86-video-mach64 | |
parent | a133868afc4cf84dbd611f2791989f867b0fb757 (diff) | |
download | freebsd-ports-gnome-afbd9adc91ea20af30292938d6abd193791ae93f.tar.gz freebsd-ports-gnome-afbd9adc91ea20af30292938d6abd193791ae93f.tar.zst freebsd-ports-gnome-afbd9adc91ea20af30292938d6abd193791ae93f.zip |
- Please welcome Xorg 7.5.1
The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.
I would like to thank:
Beat Gaetzi
Dima Panov
Koop Mast
Eitan Adler
and all Testers.
PR: ports/147646
ports/148035
ports/148744
ports/150223
ports/152889
ports/154457
Diffstat (limited to 'x11-drivers/xf86-video-mach64')
-rw-r--r-- | x11-drivers/xf86-video-mach64/Makefile | 9 | ||||
-rw-r--r-- | x11-drivers/xf86-video-mach64/pkg-descr | 3 |
2 files changed, 3 insertions, 9 deletions
diff --git a/x11-drivers/xf86-video-mach64/Makefile b/x11-drivers/xf86-video-mach64/Makefile index f7d3973e59b6..d4ba10d89143 100644 --- a/x11-drivers/xf86-video-mach64/Makefile +++ b/x11-drivers/xf86-video-mach64/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-mach64 PORTVERSION= 6.8.2 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -17,10 +18,4 @@ USE_GL= gl XORG_CAT= driver USE_XORG= glproto videoproto xextproto xf86driproto xf86miscproto xineramaproto -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -USE_GCC= 4.2+ -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-mach64/pkg-descr b/x11-drivers/xf86-video-mach64/pkg-descr index 5e9a1717b3e8..98066b11d3f3 100644 --- a/x11-drivers/xf86-video-mach64/pkg-descr +++ b/x11-drivers/xf86-video-mach64/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-mach64 driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org |