diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 16:52:50 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 16:52:50 +0000 |
commit | afbd9adc91ea20af30292938d6abd193791ae93f (patch) | |
tree | 81fd9833ef1b1f53de06c778a19bf1c393d0d703 /graphics/dri/Makefile | |
parent | a133868afc4cf84dbd611f2791989f867b0fb757 (diff) | |
download | FreeBSD-ports-afbd9adc91ea20af30292938d6abd193791ae93f.zip FreeBSD-ports-afbd9adc91ea20af30292938d6abd193791ae93f.tar.gz |
- 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 'graphics/dri/Makefile')
-rw-r--r-- | graphics/dri/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index 5be5e9f..6678c0a 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -21,9 +21,9 @@ MAKE_JOBS_UNSAFE= yes USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto -.ifndef WITHOUT_NOUVEAU -EXTRA_PATCHES+= ${FILESDIR}/mesalib74-configure -.endif +EXTRA_PATCHES+= ${FILESDIR}/patch-mach64_context.h \ + ${FILESDIR}/patch-sis_context.h + do-install: cd ${WRKSRC}/src/mesa; ${GMAKE} install-dri |