aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xorg-drivers
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-25 16:52:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-25 16:52:50 +0000
commitd594ccc94ffa1006a70e7762de037c800e827b24 (patch)
treeacb2244a21cfbea5c6e08351de94411bf3cb322a /x11-drivers/xorg-drivers
parent0c4a162c976c91f8789cd750fa2dd434fa12864d (diff)
downloadports-d594ccc94ffa1006a70e7762de037c800e827b24.tar.gz
ports-d594ccc94ffa1006a70e7762de037c800e827b24.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
Notes
Notes: svn path=/head/; revision=269720
Diffstat (limited to 'x11-drivers/xorg-drivers')
-rw-r--r--x11-drivers/xorg-drivers/Makefile8
-rw-r--r--x11-drivers/xorg-drivers/pkg-descr3
2 files changed, 4 insertions, 7 deletions
diff --git a/x11-drivers/xorg-drivers/Makefile b/x11-drivers/xorg-drivers/Makefile
index 338b26b579fe..702905ed7f82 100644
--- a/x11-drivers/xorg-drivers/Makefile
+++ b/x11-drivers/xorg-drivers/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xorg-drivers
-PORTVERSION= 7.5
+PORTVERSION= 7.5.1
CATEGORIES= x11-drivers
MASTER_SITES= # none
DISTFILES= # none
@@ -33,7 +33,7 @@ VIDEO_ON= ati \
.if ${ARCH} == "sparc64"
VIDEO_ON+= sunffb
-.else
+.elif ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ia64"
VIDEO_ON+= openchrome
.endif
@@ -48,7 +48,7 @@ VIDEO_OFF= apm ark \
glint \
i128 i740 imstt \
mga \
- neomagic newport nsc \
+ neomagic newport \
rendition \
s3 s3virge savage siliconmotion sis \
tdfx tga trident tseng \
@@ -64,7 +64,7 @@ INPUT_OFF= acecad \
fpit \
hyperpen \
joystick \
- magictouch microtouch mutouch \
+ magictouch mutouch \
penmount \
synaptics \
vmmouse void
diff --git a/x11-drivers/xorg-drivers/pkg-descr b/x11-drivers/xorg-drivers/pkg-descr
index dcd8e1cf3595..0f06964c6ebe 100644
--- a/x11-drivers/xorg-drivers/pkg-descr
+++ b/x11-drivers/xorg-drivers/pkg-descr
@@ -1,6 +1,3 @@
This package contains X.Org shared libraries, headers, and related files.
WWW: http://www.x.org/
-
-- Eric Anholt
-anholt@FreeBSD.org