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 | |
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')
-rw-r--r-- | graphics/dri/Makefile | 6 | ||||
-rw-r--r-- | graphics/dri/distinfo | 2 | ||||
-rw-r--r-- | graphics/dri/files/mesalib74-configure | 11 | ||||
-rw-r--r-- | graphics/dri/pkg-descr | 3 |
4 files changed, 3 insertions, 19 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 diff --git a/graphics/dri/distinfo b/graphics/dri/distinfo index b44fb33..18c5166 100644 --- a/graphics/dri/distinfo +++ b/graphics/dri/distinfo @@ -1,6 +1,4 @@ -MD5 (MesaLib-7.4.4.tar.bz2) = b66528d314c574dccbe0ed963cac5e93 SHA256 (MesaLib-7.4.4.tar.bz2) = eaf73d7a3a2dc959ddc0753abaa18160c64bec00b35bf4a0c96040b2072918ec SIZE (MesaLib-7.4.4.tar.bz2) = 3375615 -MD5 (MesaLib-7.6.1.tar.bz2) = 7db4617e9e10ad3aca1b64339fd71b7d SHA256 (MesaLib-7.6.1.tar.bz2) = 701f0e4cb85d6298181651b780d1c0a439fadd02aad29ee6623fc05588bb8d44 SIZE (MesaLib-7.6.1.tar.bz2) = 4886995 diff --git a/graphics/dri/files/mesalib74-configure b/graphics/dri/files/mesalib74-configure deleted file mode 100644 index af45b71..0000000 --- a/graphics/dri/files/mesalib74-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2009-03-28 00:59:46.000000000 +0000 -+++ configure 2009-04-05 11:53:44.000000000 +0000 -@@ -5739,7 +5739,7 @@ - ;; - *freebsd* | dragonfly*) - case "$host_cpu" in -- i*86|x86_64) default_driver="dri";; -+ i*86|x86_64|powerpc*|sparc*) default_driver="dri";; - esac - ;; - esac diff --git a/graphics/dri/pkg-descr b/graphics/dri/pkg-descr index e35a1d1..776a52a 100644 --- a/graphics/dri/pkg-descr +++ b/graphics/dri/pkg-descr @@ -3,6 +3,3 @@ DRI. With an X Server configured for the DRI they allow direct rendering of hardware-accelerated OpenGL. WWW: http://dri.sourceforge.net/ - -- Eric Anholt -anholt@FreeBSD.org |