diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 16:52:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 16:52:50 +0000 |
commit | d594ccc94ffa1006a70e7762de037c800e827b24 (patch) | |
tree | acb2244a21cfbea5c6e08351de94411bf3cb322a /x11-drivers | |
parent | 0c4a162c976c91f8789cd750fa2dd434fa12864d (diff) | |
download | ports-d594ccc94ffa1006a70e7762de037c800e827b24.tar.gz ports-d594ccc94ffa1006a70e7762de037c800e827b24.zip |
Notes
Diffstat (limited to 'x11-drivers')
130 files changed, 202 insertions, 580 deletions
diff --git a/x11-drivers/input-wacom/Makefile b/x11-drivers/input-wacom/Makefile index 7af3852fd706..37b71cf507e3 100644 --- a/x11-drivers/input-wacom/Makefile +++ b/x11-drivers/input-wacom/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.chillt.de/bsdwacom/:bsdwacom \ SF/linuxwacom/linuxwacom/${WACOM_VERSION}:linuxwacom DISTFILES= ${BSDWACOM}.tbz:bsdwacom \ ${LINUXWACOM}.tar.bz2:linuxwacom +EXTRACT_ONLY= ${BSDWACOM}.tbz MAINTAINER= kamikaze@bsdforen.de COMMENT= X.Org Wacom tablet driver and kernel module @@ -22,7 +23,6 @@ MANCOMPRESSED= yes USE_GMAKE= yes USE_RC_SUBR= wacom -USE_LDCONFIG= no KMODDIR?= /boot/modules XINPUTMODDIR= lib/xorg/modules/input @@ -44,18 +44,20 @@ BSDWACOM= bsdwacom-${KLD_VERSION} WACOM_VERSION= 0.8.2-2 KLD_VERSION= 40 -OPTIONS= UWACOMKLD "Install USB kernel module (ignored on 8.x)" ${KMOD_SUPPORTED} - -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> .if ${OSVERSION} >= 800064 -KMOD_SUPPORTED= Off -.undef WITH_UWACOMKLD +OPTIONS= UWACOMKLD "Install USB kernel module (not supported on 8.x)" Off .else -KMOD_SUPPORTED= On +OPTIONS= UWACOMKLD "Install USB kernel module (not supported on 8.x)" On .endif +.include <bsd.port.options.mk> + .if defined(WITH_UWACOMKLD) +.if ${OSVERSION} >= 800064 +BROKEN= does not build with USB support +.endif PLIST_SUB+= UWACOMKLD="uwacom.ko" PORTTYPE= usb .else @@ -63,22 +65,17 @@ PLIST_SUB+= UWACOMKLD="@noinst UWACOMKLD uwacom.ko" PORTTYPE= serial .endif -.if ${OSVERSION} < 700000 -BROKEN= does not compile on 6.X -.endif - -post-patch: - @${LN} -s ../${LINUXWACOM} ${WRKDIR}/linuxwacom/ - do-configure: - @cd ${WRKDIR}/linuxwacom && ${SETENV} ${MAKE_ENV} ./run_configure + @cd ${WRKDIR}/linuxwacom \ + && ${LN} -s ${DISTDIR}/${DIST_SUBDIR}/${LINUXWACOM}.tar.bz2 \ + && ${SETENV} ${MAKE_ENV} ./run_configure do-build: .if defined(WITH_UWACOMKLD) @cd ${WRKDIR}/uwacom \ && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} .endif - @cd ${WRKDIR}/${LINUXWACOM} \ + @cd ${WRKDIR}/linuxwacom/${LINUXWACOM} \ && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} do-install: @@ -88,7 +85,7 @@ do-install: .endif @${MKDIR} ${PREFIX}/${XINPUTMODDIR} ${PREFIX}/${MAN4DIR} @cd ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util/ \ - && ${SETENV} ${MAKE_ENV} ${GMAKE} ${INSTALL_TARGET} + && ${SETENV} ${MAKE_ENV} ${GMAKE} install @${INSTALL} ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/xdrv/wacom_drv.so \ ${PREFIX}/${XINPUTMODDIR}/ @${INSTALL_MAN} ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/wacom.4x.gz \ @@ -101,8 +98,8 @@ plist: clean configure @cd ${WRKDIR}/linuxwacom \ && ${SETENV} ${MAKE_ENV} PREFIX=${WRKDIR}/plist ./run_configure @${MKDIR} ${WRKDIR}/plist - @cd ${WRKDIR}/${LINUXWACOM}/src/util \ - && ${SETENV} ${MAKE_ENV} ${GMAKE} ${INSTALL_TARGET} + @cd ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util \ + && ${SETENV} ${MAKE_ENV} ${GMAKE} install @cd ${WRKDIR}/linuxwacom \ && ${SETENV} ${MAKE_ENV} ./run_configure @${FIND} ${WRKDIR}/plist/ -not -type d \ @@ -120,4 +117,4 @@ post-install: @${ECHO} "===> Displaying pkg-message." @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure b/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure index ed6a08602df8..2f4dccc9f09e 100644 --- a/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure +++ b/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure @@ -1,21 +1,17 @@ ---- linuxwacom/run_configure.orig 2008-12-26 02:09:57.000000000 +0100 -+++ linuxwacom/run_configure 2010-05-13 22:44:05.000000000 +0200 -@@ -1,10 +1,8 @@ +--- linuxwacom/run_configure.orig 2009-01-21 11:26:52.000000000 +0100 ++++ linuxwacom/run_configure 2009-01-21 11:27:00.000000000 +0100 +@@ -1,7 +1,7 @@ #!/bin/sh # $Id: run_configure 40 2008-12-26 01:08:35Z undo $ -LINUXWACOM=0.8.2 +LINUXWACOM=0.8.2-2 --rm -rf linuxwacom-${LINUXWACOM} --tar xf linuxwacom-${LINUXWACOM}.tar.bz2 - mkdir linuxwacom-${LINUXWACOM}/src/util/asm - mkdir linuxwacom-${LINUXWACOM}/src/util/linux - mkdir linuxwacom-${LINUXWACOM}/src/xdrv/asm -@@ -14,5 +12,5 @@ + rm -rf linuxwacom-${LINUXWACOM} + tar xf linuxwacom-${LINUXWACOM}.tar.bz2 +@@ -14,5 +14,5 @@ cp files/types.h linuxwacom-${LINUXWACOM}/src/xdrv/asm cp files/input.h linuxwacom-${LINUXWACOM}/src/xdrv/linux cd linuxwacom-${LINUXWACOM} -./configure --with-linux=yes --with-tcl=/usr/local/include/tcl8.4 --with-tk=/usr/local/include/tk8.4 --prefix=${PREFIX} --enable-dlloader CFLAGS="-I/usr/local/include" +./configure --with-linux=yes --with-tcl=/usr/local/include/tcl8.4 --with-tk=/usr/local/include/tk8.4 --prefix=${PREFIX} --enable-dlloader CFLAGS="-I/usr/local/include -DWCM_XORG_XSERVER_1_6=true" - diff --git a/x11-drivers/input-wacom/pkg-descr b/x11-drivers/input-wacom/pkg-descr index 9d5c1d0ab7f1..228b6cf6f412 100644 --- a/x11-drivers/input-wacom/pkg-descr +++ b/x11-drivers/input-wacom/pkg-descr @@ -12,6 +12,3 @@ supports the following devices: * not tested WWW: http://linuxwacom.sourceforge.net/ - -- Kamikaze -kamikaze@bsdforen.de diff --git a/x11-drivers/xf86-input-acecad/Makefile b/x11-drivers/xf86-input-acecad/Makefile index 318080e1887f..6282853bd8e8 100644 --- a/x11-drivers/xf86-input-acecad/Makefile +++ b/x11-drivers/xf86-input-acecad/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-input-acecad PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -15,10 +16,4 @@ COMMENT= X.Org acecad input driver XORG_CAT= driver MAN4= acecad.4x -.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-input-acecad/pkg-descr b/x11-drivers/xf86-input-acecad/pkg-descr index d20ae8373e09..ceb61611f6f0 100644 --- a/x11-drivers/xf86-input-acecad/pkg-descr +++ b/x11-drivers/xf86-input-acecad/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-input-acecad driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-citron/Makefile b/x11-drivers/xf86-input-citron/Makefile index 8a84469bb5cf..be7a6306e93d 100644 --- a/x11-drivers/xf86-input-citron/Makefile +++ b/x11-drivers/xf86-input-citron/Makefile @@ -7,21 +7,13 @@ PORTNAME= xf86-input-citron PORTVERSION= 2.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org citron input driver -BROKEN= does not compile - XORG_CAT= driver MAN4= citron.4x -.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-input-citron/pkg-descr b/x11-drivers/xf86-input-citron/pkg-descr index 1213821d5f70..f6f6d69260b1 100644 --- a/x11-drivers/xf86-input-citron/pkg-descr +++ b/x11-drivers/xf86-input-citron/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-input-citron driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-elographics/Makefile b/x11-drivers/xf86-input-elographics/Makefile index b8ecd497e17c..48901c312f8c 100644 --- a/x11-drivers/xf86-input-elographics/Makefile +++ b/x11-drivers/xf86-input-elographics/Makefile @@ -6,22 +6,13 @@ # PORTNAME= xf86-input-elographics -PORTVERSION= 1.2.3 -PORTREVISION= 3 +PORTVERSION= 1.2.4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org elographics input driver -BROKEN= does not compile - XORG_CAT= driver MAN4= elographics.4x -.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-input-elographics/distinfo b/x11-drivers/xf86-input-elographics/distinfo index 9d554d838b7e..8de17ce8f444 100644 --- a/x11-drivers/xf86-input-elographics/distinfo +++ b/x11-drivers/xf86-input-elographics/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-input-elographics-1.2.3.tar.bz2) = cc2923460c8eff9652b01889a063058d -SHA256 (xorg/driver/xf86-input-elographics-1.2.3.tar.bz2) = 67550c8f4a85a8029f08880adf487e2efd4585e7adbe8da357fbd49750b08d8f -SIZE (xorg/driver/xf86-input-elographics-1.2.3.tar.bz2) = 251743 +SHA256 (xorg/driver/xf86-input-elographics-1.2.4.tar.bz2) = dfede47c14c40e51294c84bf8f9bec5f5e0b17c80f370ae2ac6bddad79f9e66b +SIZE (xorg/driver/xf86-input-elographics-1.2.4.tar.bz2) = 259101 diff --git a/x11-drivers/xf86-input-elographics/pkg-descr b/x11-drivers/xf86-input-elographics/pkg-descr index aed30dc012b2..c941465feff3 100644 --- a/x11-drivers/xf86-input-elographics/pkg-descr +++ b/x11-drivers/xf86-input-elographics/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-input-elographics driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-fpit/Makefile b/x11-drivers/xf86-input-fpit/Makefile index 68164527d150..6f8106411880 100644 --- a/x11-drivers/xf86-input-fpit/Makefile +++ b/x11-drivers/xf86-input-fpit/Makefile @@ -7,23 +7,15 @@ PORTNAME= xf86-input-fpit PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org fpit input driver -BROKEN= does not compile - XORG_CAT= driver USE_XORG= xrandr MAN4= fpit.4x -.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-input-fpit/pkg-descr b/x11-drivers/xf86-input-fpit/pkg-descr index 9ebd6609662a..28985efe820a 100644 --- a/x11-drivers/xf86-input-fpit/pkg-descr +++ b/x11-drivers/xf86-input-fpit/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-input-fpit driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-hyperpen/Makefile b/x11-drivers/xf86-input-hyperpen/Makefile index aca1b54e0a10..5a13b5284dc8 100644 --- a/x11-drivers/xf86-input-hyperpen/Makefile +++ b/x11-drivers/xf86-input-hyperpen/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-input-hyperpen PORTVERSION= 1.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -15,11 +15,4 @@ COMMENT= X.Org hyperpen input driver XORG_CAT= driver -.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-input-hyperpen/pkg-descr b/x11-drivers/xf86-input-hyperpen/pkg-descr index a45a59abed70..30e7b366eeac 100644 --- a/x11-drivers/xf86-input-hyperpen/pkg-descr +++ b/x11-drivers/xf86-input-hyperpen/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-input-hyperpen driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-joystick/Makefile b/x11-drivers/xf86-input-joystick/Makefile index 2118f973e9a7..1017689b2550 100644 --- a/x11-drivers/xf86-input-joystick/Makefile +++ b/x11-drivers/xf86-input-joystick/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-input-joystick PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -20,12 +21,4 @@ post-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in -.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-input-joystick/pkg-descr b/x11-drivers/xf86-input-joystick/pkg-descr index 14f2aaafa43e..cfcfc76e1c29 100644 --- a/x11-drivers/xf86-input-joystick/pkg-descr +++ b/x11-drivers/xf86-input-joystick/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-input-joystick driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-keyboard/Makefile b/x11-drivers/xf86-input-keyboard/Makefile index 2a8c6b6e1b4b..3a5205df7340 100644 --- a/x11-drivers/xf86-input-keyboard/Makefile +++ b/x11-drivers/xf86-input-keyboard/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-input-keyboard -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,11 +16,5 @@ XORG_CAT= driver USE_XORG= kbproto MAN4= kbd.4x -.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-input-keyboard/distinfo b/x11-drivers/xf86-input-keyboard/distinfo index bc439114f1df..b484e1cdc0d7 100644 --- a/x11-drivers/xf86-input-keyboard/distinfo +++ b/x11-drivers/xf86-input-keyboard/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-input-keyboard-1.4.0.tar.bz2) = fd17158ffeacecc8cc670604460cb98b -SHA256 (xorg/driver/xf86-input-keyboard-1.4.0.tar.bz2) = 842d36cfca68ddab4f2c562c73bfd43ba76de2d490d60034f0c5dd524aa6d6a5 -SIZE (xorg/driver/xf86-input-keyboard-1.4.0.tar.bz2) = 287234 +SHA256 (xorg/driver/xf86-input-keyboard-1.5.0.tar.bz2) = 2303510e905465ebee91f22cdd75706a15afb108258bc220c7500f213de19cb0 +SIZE (xorg/driver/xf86-input-keyboard-1.5.0.tar.bz2) = 301181 diff --git a/x11-drivers/xf86-input-keyboard/pkg-descr b/x11-drivers/xf86-input-keyboard/pkg-descr index 032961e5144a..0ee3dcb7ac45 100644 --- a/x11-drivers/xf86-input-keyboard/pkg-descr +++ b/x11-drivers/xf86-input-keyboard/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-input-keyboard driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-magictouch/Makefile b/x11-drivers/xf86-input-magictouch/Makefile index 57b7e48875e3..29727d1ab69d 100644 --- a/x11-drivers/xf86-input-magictouch/Makefile +++ b/x11-drivers/xf86-input-magictouch/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-input-magictouch PORTVERSION= 1.0.0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-magictouch/pkg-descr b/x11-drivers/xf86-input-magictouch/pkg-descr index 685c1e00b41a..b3eb245f9619 100644 --- a/x11-drivers/xf86-input-magictouch/pkg-descr +++ b/x11-drivers/xf86-input-magictouch/pkg-descr @@ -1,4 +1 @@ This package contains the X.Org xf86-input-magictouch driver. - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11-drivers/xf86-input-mouse/Makefile b/x11-drivers/xf86-input-mouse/Makefile index a242f927a845..319e96c8dd86 100644 --- a/x11-drivers/xf86-input-mouse/Makefile +++ b/x11-drivers/xf86-input-mouse/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-input-mouse -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -15,10 +15,4 @@ COMMENT= X.Org mouse input driver XORG_CAT= driver MAN4= mousedrv.4x -.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-input-mouse/distinfo b/x11-drivers/xf86-input-mouse/distinfo index 017bdcb38fa3..d4f66bab3026 100644 --- a/x11-drivers/xf86-input-mouse/distinfo +++ b/x11-drivers/xf86-input-mouse/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-input-mouse-1.5.0.tar.bz2) = c58629fddf0782dad5c02da6aeb35521 -SHA256 (xorg/driver/xf86-input-mouse-1.5.0.tar.bz2) = f303e20872ab2fb20e07a7f734d17723346d2b4b8687ea2086f7a7468d1ab397 -SIZE (xorg/driver/xf86-input-mouse-1.5.0.tar.bz2) = 308189 +SHA256 (xorg/driver/xf86-input-mouse-1.6.0.tar.bz2) = c7ae245e5168276346145f196d1d1faed618f41d5174a2031c71fab6e1a2fbdb +SIZE (xorg/driver/xf86-input-mouse-1.6.0.tar.bz2) = 316953 diff --git a/x11-drivers/xf86-input-mouse/pkg-descr b/x11-drivers/xf86-input-mouse/pkg-descr index 866b4d8ae7e3..c45fe40f5a69 100644 --- a/x11-drivers/xf86-input-mouse/pkg-descr +++ b/x11-drivers/xf86-input-mouse/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-input-mouse driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-mutouch/Makefile b/x11-drivers/xf86-input-mutouch/Makefile index 26dff4584991..de568328ec74 100644 --- a/x11-drivers/xf86-input-mutouch/Makefile +++ b/x11-drivers/xf86-input-mutouch/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-input-mutouch PORTVERSION= 1.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +16,4 @@ COMMENT= X.Org mutouch input driver XORG_CAT= driver MAN4= mutouch.4x -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not compile on 6.X -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-mutouch/pkg-descr b/x11-drivers/xf86-input-mutouch/pkg-descr index 881ac7c0e623..e3d06cc463ee 100644 --- a/x11-drivers/xf86-input-mutouch/pkg-descr +++ b/x11-drivers/xf86-input-mutouch/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-input-mutouch driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-synaptics/Makefile b/x11-drivers/xf86-input-synaptics/Makefile index 27c9090a1484..b251bd51b857 100644 --- a/x11-drivers/xf86-input-synaptics/Makefile +++ b/x11-drivers/xf86-input-synaptics/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-input-synaptics PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -27,10 +28,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/fdi/11-x11-synaptics.fdi \ ${PREFIX}/share/hal/fdi/policy/10osvendor/ -.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-input-synaptics/distinfo b/x11-drivers/xf86-input-synaptics/distinfo index c437e96a1aee..1024acd5d444 100644 --- a/x11-drivers/xf86-input-synaptics/distinfo +++ b/x11-drivers/xf86-input-synaptics/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-input-synaptics-1.2.1.tar.bz2) = 29a6f9da5123149e4abc8ff83880ed5c SHA256 (xorg/driver/xf86-input-synaptics-1.2.1.tar.bz2) = a63b48c5c8eb09416b941dea591a948e111d1b2e14d4620f25377cf47cf877e6 SIZE (xorg/driver/xf86-input-synaptics-1.2.1.tar.bz2) = 295524 diff --git a/x11-drivers/xf86-input-synaptics/pkg-descr b/x11-drivers/xf86-input-synaptics/pkg-descr index 2272145a738f..6d29e1bc0d3a 100644 --- a/x11-drivers/xf86-input-synaptics/pkg-descr +++ b/x11-drivers/xf86-input-synaptics/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-input-synaptics driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-vmmouse/Makefile b/x11-drivers/xf86-input-vmmouse/Makefile index ea0f08cca313..78cc5c02c74e 100644 --- a/x11-drivers/xf86-input-vmmouse/Makefile +++ b/x11-drivers/xf86-input-vmmouse/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-input-vmmouse PORTVERSION= 12.6.9 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -22,10 +23,4 @@ MAN4= vmmouse.4x ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= The vmmouse protocol is only supported on x86-compatible architectures. -.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-input-vmmouse/pkg-descr b/x11-drivers/xf86-input-vmmouse/pkg-descr index 061263d1ec45..266fa136961b 100644 --- a/x11-drivers/xf86-input-vmmouse/pkg-descr +++ b/x11-drivers/xf86-input-vmmouse/pkg-descr @@ -1 +1,3 @@ This package contains the X.Org xf86-input-vmmouse driver. + +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-void/Makefile b/x11-drivers/xf86-input-void/Makefile index 6f12e2a07625..530f563a8515 100644 --- a/x11-drivers/xf86-input-void/Makefile +++ b/x11-drivers/xf86-input-void/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-input-void -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -15,10 +15,4 @@ COMMENT= X.Org void input driver XORG_CAT= driver MAN4= void.4x -.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-input-void/pkg-descr b/x11-drivers/xf86-input-void/pkg-descr index abb187620eb3..7aa7847d63bd 100644 --- a/x11-drivers/xf86-input-void/pkg-descr +++ b/x11-drivers/xf86-input-void/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-input-void driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-apm/Makefile b/x11-drivers/xf86-video-apm/Makefile index 05896bb90461..5eaddccbec44 100644 --- a/x11-drivers/xf86-video-apm/Makefile +++ b/x11-drivers/xf86-video-apm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-apm -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +16,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto MAN4= apm.4x -.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-apm/distinfo b/x11-drivers/xf86-video-apm/distinfo index 0d79c320a648..230f03ee84b4 100644 --- a/x11-drivers/xf86-video-apm/distinfo +++ b/x11-drivers/xf86-video-apm/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-apm-1.2.2.tar.bz2) = 48441a19aaf015570b267f2a8e67d8ab -SHA256 (xorg/driver/xf86-video-apm-1.2.2.tar.bz2) = 678edd063e1d5e7c7f72ccdda2388c5857559847b3d313c94d659f9bd51c1752 -SIZE (xorg/driver/xf86-video-apm-1.2.2.tar.bz2) = 286085 +SHA256 (xorg/driver/xf86-video-apm-1.2.3.tar.bz2) = 4046ea18dbd76a9df5f68695025c2c411c20564af9198974506a041ebd4a30da +SIZE (xorg/driver/xf86-video-apm-1.2.3.tar.bz2) = 295470 diff --git a/x11-drivers/xf86-video-apm/pkg-descr b/x11-drivers/xf86-video-apm/pkg-descr index 5d3847a314c3..0ef8131f3e5c 100644 --- a/x11-drivers/xf86-video-apm/pkg-descr +++ b/x11-drivers/xf86-video-apm/pkg-descr @@ -1,4 +1 @@ This package contains the X.Org xf86-video-apm driver. - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-ark/Makefile b/x11-drivers/xf86-video-ark/Makefile index 66470ea99fa0..b3e381ae2169 100644 --- a/x11-drivers/xf86-video-ark/Makefile +++ b/x11-drivers/xf86-video-ark/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-ark -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.3 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -15,10 +15,4 @@ COMMENT= X.Org ark display driver XORG_CAT= driver USE_XORG= xextproto -.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-ark/distinfo b/x11-drivers/xf86-video-ark/distinfo index df4e7cd29569..d7e2a50fee90 100644 --- a/x11-drivers/xf86-video-ark/distinfo +++ b/x11-drivers/xf86-video-ark/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-ark-0.7.2.tar.bz2) = 4745f5c722b030962cc56eb2443894a0 -SHA256 (xorg/driver/xf86-video-ark-0.7.2.tar.bz2) = db1ef3e15ebd382837f16c1143035dfd9fa6465a77ae2e850201f71508065741 -SIZE (xorg/driver/xf86-video-ark-0.7.2.tar.bz2) = 240099 +SHA256 (xorg/driver/xf86-video-ark-0.7.3.tar.bz2) = 39149a565c64ae013962022c45e561a0e92c5ab413688f3b5055cad694f28f98 +SIZE (xorg/driver/xf86-video-ark-0.7.3.tar.bz2) = 238946 diff --git a/x11-drivers/xf86-video-ark/pkg-descr b/x11-drivers/xf86-video-ark/pkg-descr index 8de2e6e90406..46a0bec750e4 100644 --- a/x11-drivers/xf86-video-ark/pkg-descr +++ b/x11-drivers/xf86-video-ark/pkg-descr @@ -1,4 +1 @@ This package contains the X.Org xf86-video-ark driver. - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile index f6b735041c5c..d9eb94732432 100644 --- a/x11-drivers/xf86-video-ati/Makefile +++ b/x11-drivers/xf86-video-ati/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-ati -PORTVERSION= 6.13.2 +PORTVERSION= 6.14.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -18,10 +18,4 @@ XORG_CAT= driver USE_XORG= xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto MAN4= ati.4x radeon.4x -.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-ati/distinfo b/x11-drivers/xf86-video-ati/distinfo index e9633aa3ab8d..1180e6585774 100644 --- a/x11-drivers/xf86-video-ati/distinfo +++ b/x11-drivers/xf86-video-ati/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-ati-6.13.2.tar.bz2) = a8f92fe3c458e511f4e2ead7f92c02b0 -SHA256 (xorg/driver/xf86-video-ati-6.13.2.tar.bz2) = d85f60081e5b71bf19da4ca48bce95a9e9df3635c8540dd2640785bedfbc36ee -SIZE (xorg/driver/xf86-video-ati-6.13.2.tar.bz2) = 985673 +SHA256 (xorg/driver/xf86-video-ati-6.14.0.tar.bz2) = 9dcaaf83e883808a49f67fc2af1deec3aa163feaa6ce957c1c028e22b959028b +SIZE (xorg/driver/xf86-video-ati-6.14.0.tar.bz2) = 1054336 diff --git a/x11-drivers/xf86-video-ati/pkg-descr b/x11-drivers/xf86-video-ati/pkg-descr index 16d71008faf7..fe1b01b2281a 100644 --- a/x11-drivers/xf86-video-ati/pkg-descr +++ b/x11-drivers/xf86-video-ati/pkg-descr @@ -1,4 +1 @@ This package contains the X.Org xf86-video-ati driver. - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-ati613/Makefile b/x11-drivers/xf86-video-ati613/Makefile index f6b735041c5c..6281c7ec3743 100644 --- a/x11-drivers/xf86-video-ati613/Makefile +++ b/x11-drivers/xf86-video-ati613/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= xf86-video-ati +PORTNAME= xf86-video-ati613 PORTVERSION= 6.13.2 CATEGORIES= x11-drivers @@ -18,10 +18,4 @@ XORG_CAT= driver USE_XORG= xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto MAN4= ati.4x radeon.4x -.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-chips/Makefile b/x11-drivers/xf86-video-chips/Makefile index 15ef01c34bb6..2de3dc72e873 100644 --- a/x11-drivers/xf86-video-chips/Makefile +++ b/x11-drivers/xf86-video-chips/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-chips -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +16,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto MAN4= chips.4x -.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-chips/distinfo b/x11-drivers/xf86-video-chips/distinfo index 5f2228bb0cca..8a19b72546b8 100644 --- a/x11-drivers/xf86-video-chips/distinfo +++ b/x11-drivers/xf86-video-chips/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-chips-1.2.2.tar.bz2) = a3969c28c3b36ab2caa852a9324e9b70 -SHA256 (xorg/driver/xf86-video-chips-1.2.2.tar.bz2) = ff6fef2cffc62feb3b23f3fee375e502ab7356d571517a89b4de67f0f6037f0e -SIZE (xorg/driver/xf86-video-chips-1.2.2.tar.bz2) = 346931 +SHA256 (xorg/driver/xf86-video-chips-1.2.3.tar.bz2) = 0561278e06f84d4ee20317b19831cc8d42c952a1577c7865163ad2d6d900cb1d +SIZE (xorg/driver/xf86-video-chips-1.2.3.tar.bz2) = 338968 diff --git a/x11-drivers/xf86-video-chips/pkg-descr b/x11-drivers/xf86-video-chips/pkg-descr index 9983550b36ad..2145d88b7632 100644 --- a/x11-drivers/xf86-video-chips/pkg-descr +++ b/x11-drivers/xf86-video-chips/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-chips driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-cirrus/Makefile b/x11-drivers/xf86-video-cirrus/Makefile index 47ae0ce20f0f..1def9f85551a 100644 --- a/x11-drivers/xf86-video-cirrus/Makefile +++ b/x11-drivers/xf86-video-cirrus/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-cirrus PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +17,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto MAN4= cirrus.4x -.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-cirrus/pkg-descr b/x11-drivers/xf86-video-cirrus/pkg-descr index b1bbce565d6f..e6007b2c5b84 100644 --- a/x11-drivers/xf86-video-cirrus/pkg-descr +++ b/x11-drivers/xf86-video-cirrus/pkg-descr @@ -1,4 +1 @@ This package contains the X.Org xf86-video-cirrus driver. - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-cyrix/Makefile b/x11-drivers/xf86-video-cyrix/Makefile index c6c36fbf03b9..39057d8ce40a 100644 --- a/x11-drivers/xf86-video-cyrix/Makefile +++ b/x11-drivers/xf86-video-cyrix/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-video-cyrix PORTVERSION= 1.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-cyrix/pkg-descr b/x11-drivers/xf86-video-cyrix/pkg-descr index 81d4933f7776..91f0ec52af30 100644 --- a/x11-drivers/xf86-video-cyrix/pkg-descr +++ b/x11-drivers/xf86-video-cyrix/pkg-descr @@ -1,4 +1 @@ This package contains the X.Org xf86-video-cyrix driver. - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-dummy/Makefile b/x11-drivers/xf86-video-dummy/Makefile index 786ab73d5576..9b0f1474aed2 100644 --- a/x11-drivers/xf86-video-dummy/Makefile +++ b/x11-drivers/xf86-video-dummy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-dummy -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -15,10 +15,4 @@ COMMENT= X.Org dummy display driver XORG_CAT= driver USE_XORG= videoproto xf86dgaproto -.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-dummy/distinfo b/x11-drivers/xf86-video-dummy/distinfo index ffe3f1af2962..b8a7debbe393 100644 --- a/x11-drivers/xf86-video-dummy/distinfo +++ b/x11-drivers/xf86-video-dummy/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-dummy-0.3.3.tar.bz2) = 3ffe3a28f4452e66bf56180e7da9cbc5 -SHA256 (xorg/driver/xf86-video-dummy-0.3.3.tar.bz2) = df3f55de7953dba6d7ce10cc5f355da1a6164f781ad9393a38dae502dba4955d -SIZE (xorg/driver/xf86-video-dummy-0.3.3.tar.bz2) = 250155 +SHA256 (xorg/driver/xf86-video-dummy-0.3.4.tar.bz2) = 7e84dff50eb3a783c0bc718a08f82f1f34583531469c98ca75a815d177871bdc +SIZE (xorg/driver/xf86-video-dummy-0.3.4.tar.bz2) = 255658 diff --git a/x11-drivers/xf86-video-dummy/pkg-descr b/x11-drivers/xf86-video-dummy/pkg-descr index b979373c5272..4aa6c28c8f25 100644 --- a/x11-drivers/xf86-video-dummy/pkg-descr +++ b/x11-drivers/xf86-video-dummy/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-dummy driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-fbdev/Makefile b/x11-drivers/xf86-video-fbdev/Makefile index 4d72da1707e0..5573b32c332f 100644 --- a/x11-drivers/xf86-video-fbdev/Makefile +++ b/x11-drivers/xf86-video-fbdev/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-fbdev -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +16,4 @@ XORG_CAT= driver USE_XORG= videoproto MAN4= fbdev.4x -.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-fbdev/distinfo b/x11-drivers/xf86-video-fbdev/distinfo index 01f11b987388..9f19d13ecd7c 100644 --- a/x11-drivers/xf86-video-fbdev/distinfo +++ b/x11-drivers/xf86-video-fbdev/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-fbdev-0.4.1.tar.bz2) = 79ce1eb9f9d2ed56de70d8e06cb767d9 -SHA256 (xorg/driver/xf86-video-fbdev-0.4.1.tar.bz2) = 2bf857179523433a9cc6c6eea059298db4c865e649aa58dfc67c828f28b7288f -SIZE (xorg/driver/xf86-video-fbdev-0.4.1.tar.bz2) = 244592 +SHA256 (xorg/driver/xf86-video-fbdev-0.4.2.tar.bz2) = 93b271b4b41d7e5ca108849a583b9523e96c51813d046282285355b7001f82d5 +SIZE (xorg/driver/xf86-video-fbdev-0.4.2.tar.bz2) = 263094 diff --git a/x11-drivers/xf86-video-fbdev/pkg-descr b/x11-drivers/xf86-video-fbdev/pkg-descr index 8488cf84f820..22797ee517dd 100644 --- a/x11-drivers/xf86-video-fbdev/pkg-descr +++ b/x11-drivers/xf86-video-fbdev/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-fbdev driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-glint/Makefile b/x11-drivers/xf86-video-glint/Makefile index 62cea86ea49b..fe6678ebc269 100644 --- a/x11-drivers/xf86-video-glint/Makefile +++ b/x11-drivers/xf86-video-glint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-glint -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -18,10 +18,4 @@ XORG_CAT= driver USE_XORG= xf86driproto videoproto xextproto xf86dgaproto glproto MAN4= glint.4x -.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-glint/distinfo b/x11-drivers/xf86-video-glint/distinfo index 3816aab63197..91b9ad94aeb9 100644 --- a/x11-drivers/xf86-video-glint/distinfo +++ b/x11-drivers/xf86-video-glint/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-glint-1.2.4.tar.bz2) = 960df34e129faa411e58c0d6b56d79a3 -SHA256 (xorg/driver/xf86-video-glint-1.2.4.tar.bz2) = 5f8d6e3b02c261d235bae63d95510b940b6c9a775301146b3c229926ed99d76f -SIZE (xorg/driver/xf86-video-glint-1.2.4.tar.bz2) = 353189 +SHA256 (xorg/driver/xf86-video-glint-1.2.5.tar.bz2) = 5675f2732ab7b099a568ef4e5c7bb0d0e1bb4b0eb4d19133dc1b2225fd9c814b +SIZE (xorg/driver/xf86-video-glint-1.2.5.tar.bz2) = 394136 diff --git a/x11-drivers/xf86-video-glint/pkg-descr b/x11-drivers/xf86-video-glint/pkg-descr index 9d7d17f48926..ef6b27229170 100644 --- a/x11-drivers/xf86-video-glint/pkg-descr +++ b/x11-drivers/xf86-video-glint/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-glint driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-i128/Makefile b/x11-drivers/xf86-video-i128/Makefile index 4d87e6c992b7..3c61786b42b2 100644 --- a/x11-drivers/xf86-video-i128/Makefile +++ b/x11-drivers/xf86-video-i128/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-i128 -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +16,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto MAN4= i128.4x -.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-i128/distinfo b/x11-drivers/xf86-video-i128/distinfo index a6f6bc7eccbc..1b2a870d5476 100644 --- a/x11-drivers/xf86-video-i128/distinfo +++ b/x11-drivers/xf86-video-i128/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-i128-1.3.3.tar.bz2) = a597e8efeec6ab8bc6ba6d87fceb2dba -SHA256 (xorg/driver/xf86-video-i128-1.3.3.tar.bz2) = 4d0691ce8e3b54075d05cc34717350be42915174b3930b2c9b7f5e309b32b02e -SIZE (xorg/driver/xf86-video-i128-1.3.3.tar.bz2) = 280135 +SHA256 (xorg/driver/xf86-video-i128-1.3.4.tar.bz2) = b69b13a7fd69f5ad35119b6f8efb3243bfea05ae9aa5a067d0e754de5d248bcf +SIZE (xorg/driver/xf86-video-i128-1.3.4.tar.bz2) = 292046 diff --git a/x11-drivers/xf86-video-i128/pkg-descr b/x11-drivers/xf86-video-i128/pkg-descr index 06b51e337361..9bea2a128537 100644 --- a/x11-drivers/xf86-video-i128/pkg-descr +++ b/x11-drivers/xf86-video-i128/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-i128 driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-i740/Makefile b/x11-drivers/xf86-video-i740/Makefile index b320e95644d4..7320b92768e3 100644 --- a/x11-drivers/xf86-video-i740/Makefile +++ b/x11-drivers/xf86-video-i740/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-i740 PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +17,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto MAN4= i740.4x -.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-i740/pkg-descr b/x11-drivers/xf86-video-i740/pkg-descr index 4504d5855cfc..d739909bf1d9 100644 --- a/x11-drivers/xf86-video-i740/pkg-descr +++ b/x11-drivers/xf86-video-i740/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-i740 driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-imstt/Makefile b/x11-drivers/xf86-video-imstt/Makefile index 0598e509f6e5..54147b76e1b9 100644 --- a/x11-drivers/xf86-video-imstt/Makefile +++ b/x11-drivers/xf86-video-imstt/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-video-imstt PORTVERSION= 1.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-imstt/pkg-descr b/x11-drivers/xf86-video-imstt/pkg-descr index 6a8354606a5f..8b3638e59098 100644 --- a/x11-drivers/xf86-video-imstt/pkg-descr +++ b/x11-drivers/xf86-video-imstt/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-imstt driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-intel/Makefile b/x11-drivers/xf86-video-intel/Makefile index 9d537bad6b5d..fbabd24c2808 100644 --- a/x11-drivers/xf86-video-intel/Makefile +++ b/x11-drivers/xf86-video-intel/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-video-intel PORTVERSION= 2.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -22,10 +22,4 @@ XORG_CAT= driver USE_XORG= xvmc xineramaproto xextproto x11 xf86driproto glproto MAN4= intel.4x -.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-intel29/Makefile b/x11-drivers/xf86-video-intel29/Makefile index 30edcb182ff2..1adf954b1ae0 100644 --- a/x11-drivers/xf86-video-intel29/Makefile +++ b/x11-drivers/xf86-video-intel29/Makefile @@ -22,6 +22,4 @@ XORG_CAT= driver USE_XORG= xvmc xineramaproto xextproto x11 xf86driproto glproto MAN4= intel.4x -IGNORE= we have to wait of GEM support to get ironlake chips to work - .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-intel29/pkg-descr b/x11-drivers/xf86-video-intel29/pkg-descr index 6ace2532843a..69bd312494b6 100644 --- a/x11-drivers/xf86-video-intel29/pkg-descr +++ b/x11-drivers/xf86-video-intel29/pkg-descr @@ -1,3 +1,5 @@ Driver for Intel integrated graphics chipsets. It supports the i810, i810-DC100, i810e, i815, i830M, 845G, 852GM, 855GM, 865G, 915G, 915GM, 945G, 945GM, 965G, 965Q, 946GZ and 965GM chipsets. + +WWW: http://www.x.org 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 diff --git a/x11-drivers/xf86-video-mga/Makefile b/x11-drivers/xf86-video-mga/Makefile index b53fe7395e03..8ffe2ccff5f6 100644 --- a/x11-drivers/xf86-video-mga/Makefile +++ b/x11-drivers/xf86-video-mga/Makefile @@ -25,11 +25,4 @@ pre-patch: -e 's|MAXSHORT|SHRT_MAX|g' \ ${WRKSRC}/src/mga_arc.c -.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-mga/pkg-descr b/x11-drivers/xf86-video-mga/pkg-descr index a5938e3982b6..6dbb594ffd61 100644 --- a/x11-drivers/xf86-video-mga/pkg-descr +++ b/x11-drivers/xf86-video-mga/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-mga driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-neomagic/Makefile b/x11-drivers/xf86-video-neomagic/Makefile index 8fef841fa9f5..17a2a42b3b79 100644 --- a/x11-drivers/xf86-video-neomagic/Makefile +++ b/x11-drivers/xf86-video-neomagic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-neomagic -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +16,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto xf86dgaproto MAN4= neomagic.4x -.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-neomagic/distinfo b/x11-drivers/xf86-video-neomagic/distinfo index 6dbde59ce4c7..67022a742eae 100644 --- a/x11-drivers/xf86-video-neomagic/distinfo +++ b/x11-drivers/xf86-video-neomagic/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-neomagic-1.2.4.tar.bz2) = 2d722ee9b9fe8da49109f280689c9c25 -SHA256 (xorg/driver/xf86-video-neomagic-1.2.4.tar.bz2) = 434da2986d007243f4590a86d16a1632a9611b71de44d6e46f28bd3cdb898353 -SIZE (xorg/driver/xf86-video-neomagic-1.2.4.tar.bz2) = 281374 +SHA256 (xorg/driver/xf86-video-neomagic-1.2.5.tar.bz2) = c0b69e83a4bd6c257a2bf55b33a7442d33df451d37561fa8ae00fb1566b1504b +SIZE (xorg/driver/xf86-video-neomagic-1.2.5.tar.bz2) = 294723 diff --git a/x11-drivers/xf86-video-neomagic/pkg-descr b/x11-drivers/xf86-video-neomagic/pkg-descr index 77a454efa172..8d41f9f4455f 100644 --- a/x11-drivers/xf86-video-neomagic/pkg-descr +++ b/x11-drivers/xf86-video-neomagic/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-neomagic driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org
\ No newline at end of file diff --git a/x11-drivers/xf86-video-newport/Makefile b/x11-drivers/xf86-video-newport/Makefile index 340be9246ddc..7d8e3627dfd5 100644 --- a/x11-drivers/xf86-video-newport/Makefile +++ b/x11-drivers/xf86-video-newport/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-newport PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -21,10 +22,4 @@ post-patch: -e 's|MAXSHORT|SHRT_MAX|g' \ ${WRKSRC}/src/newport_accel.c -.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-newport/pkg-descr b/x11-drivers/xf86-video-newport/pkg-descr index f04af1ef2092..b85c38a4f97f 100644 --- a/x11-drivers/xf86-video-newport/pkg-descr +++ b/x11-drivers/xf86-video-newport/pkg-descr @@ -1,4 +1 @@ This package contains the X.Org xf86-video-newport driver. - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-nouveau/Makefile b/x11-drivers/xf86-video-nouveau/Makefile index 809500a8a311..0b4dac78c3d6 100644 --- a/x11-drivers/xf86-video-nouveau/Makefile +++ b/x11-drivers/xf86-video-nouveau/Makefile @@ -8,7 +8,7 @@ PORTNAME= xf86-video-nouveau PORTVERSION= 0.0.10.${SNAPDATE} DISTVERSIONSUFFIX=.${SNAPREV} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-drivers MASTER_SITES= ftp://ftp.lissyara.su/users/Guest/distfiles/ @@ -58,10 +58,4 @@ maint-gen-distfile: ${RM} -rf ${GIT_WORK} .include "Makefile.rev" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 && ${ARCH} == "amd64" -BROKEN= does not compile on 6.X -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-nv/Makefile b/x11-drivers/xf86-video-nv/Makefile index 56eab3119c52..7a3dd9c60c3d 100644 --- a/x11-drivers/xf86-video-nv/Makefile +++ b/x11-drivers/xf86-video-nv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-nv -PORTVERSION= 2.1.17 +PORTVERSION= 2.1.18 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +16,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto MAN4= nv.4x -.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-nv/distinfo b/x11-drivers/xf86-video-nv/distinfo index c76577a4f28d..efc4d2e0dcbd 100644 --- a/x11-drivers/xf86-video-nv/distinfo +++ b/x11-drivers/xf86-video-nv/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-nv-2.1.17.tar.bz2) = 4401c7b956e60a6d7de68ca6a8ec05d0 -SHA256 (xorg/driver/xf86-video-nv-2.1.17.tar.bz2) = 4286f8994d80a30c7b6b4fc9df6ea5d587f648adc23cb3f523f571738c6900f4 -SIZE (xorg/driver/xf86-video-nv-2.1.17.tar.bz2) = 396474 +SHA256 (xorg/driver/xf86-video-nv-2.1.18.tar.bz2) = 6cf726cc8377cd823ea6038938ea8a88e883fea01b13a749b5491e26535cf415 +SIZE (xorg/driver/xf86-video-nv-2.1.18.tar.bz2) = 354719 diff --git a/x11-drivers/xf86-video-nv/pkg-descr b/x11-drivers/xf86-video-nv/pkg-descr index 615030068d6b..f7f0bab4ea4c 100644 --- a/x11-drivers/xf86-video-nv/pkg-descr +++ b/x11-drivers/xf86-video-nv/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-nv driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-openchrome/Makefile b/x11-drivers/xf86-video-openchrome/Makefile index 85695f8680fb..b3e4d076eeb5 100644 --- a/x11-drivers/xf86-video-openchrome/Makefile +++ b/x11-drivers/xf86-video-openchrome/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-video-openchrome PORTVERSION= 0.2.904 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-drivers MASTER_SITES= http://www.openchrome.org/releases/ @@ -24,10 +24,4 @@ MAKE_ARGS+= drivermandir=${LOCALBASE}/man/man4 ONLY_FOR_ARCHS= amd64 i386 ia64 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -USE_GCC= 4.2+ -.endif - -.include <bsd.port.post.mk>
\ No newline at end of file +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-openchrome/pkg-descr b/x11-drivers/xf86-video-openchrome/pkg-descr index c0a747403333..2643b9a74f04 100644 --- a/x11-drivers/xf86-video-openchrome/pkg-descr +++ b/x11-drivers/xf86-video-openchrome/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-openchrome driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-r128/Makefile b/x11-drivers/xf86-video-r128/Makefile index 8cba4b04b7a6..e94bed1a4be2 100644 --- a/x11-drivers/xf86-video-r128/Makefile +++ b/x11-drivers/xf86-video-r128/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-r128 PORTVERSION= 6.8.1 +PORTREVISION= 2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -18,10 +19,4 @@ XORG_CAT= driver USE_XORG= glproto videoproto xextproto xf86driproto xf86miscproto xineramaproto MAN4= r128.4x -.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-r128/pkg-descr b/x11-drivers/xf86-video-r128/pkg-descr index 4c7c5e44140c..7fa7879e07a6 100644 --- a/x11-drivers/xf86-video-r128/pkg-descr +++ b/x11-drivers/xf86-video-r128/pkg-descr @@ -1,4 +1,2 @@ This package contains the X.Org xf86-video-r128 driver. -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-radeonhd-devel/Makefile b/x11-drivers/xf86-video-radeonhd-devel/Makefile index 19b49d2d3a90..296a5dfa3a15 100644 --- a/x11-drivers/xf86-video-radeonhd-devel/Makefile +++ b/x11-drivers/xf86-video-radeonhd-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-video-radeonhd PORTVERSION= 1.3.0.20091101 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-drivers MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork @@ -37,10 +37,4 @@ post-install: ${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_conntest ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_dump ${PREFIX}/sbin -.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-radeonhd-devel/pkg-descr b/x11-drivers/xf86-video-radeonhd-devel/pkg-descr index 40d1aa910b51..f50f55677b0b 100644 --- a/x11-drivers/xf86-video-radeonhd-devel/pkg-descr +++ b/x11-drivers/xf86-video-radeonhd-devel/pkg-descr @@ -1 +1,3 @@ This package contains the X.Org xf86-video-radeonhd driver. + +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-radeonhd/Makefile b/x11-drivers/xf86-video-radeonhd/Makefile index c005f5907f55..03f06fe99a86 100644 --- a/x11-drivers/xf86-video-radeonhd/Makefile +++ b/x11-drivers/xf86-video-radeonhd/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-video-radeonhd PORTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -40,8 +40,4 @@ post-install: ${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_dump ${PREFIX}/sbin .endif -.if ${OSVERSION} < 700000 -USE_GCC= 4.2+ -.endif - .include <bsd.port.post.mk> diff --git a/x11-drivers/xf86-video-radeonhd/pkg-descr b/x11-drivers/xf86-video-radeonhd/pkg-descr index 40d1aa910b51..f50f55677b0b 100644 --- a/x11-drivers/xf86-video-radeonhd/pkg-descr +++ b/x11-drivers/xf86-video-radeonhd/pkg-descr @@ -1 +1,3 @@ This package contains the X.Org xf86-video-radeonhd driver. + +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-rdc/Makefile b/x11-drivers/xf86-video-rdc/Makefile index 44fe2f04f26c..651cf5228a43 100644 --- a/x11-drivers/xf86-video-rdc/Makefile +++ b/x11-drivers/xf86-video-rdc/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xf86-video-rdc -MASTER_SITES= http://www.SpringDaemons.com/stas/ PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-drivers +MASTER_SITES= http://www.SpringDaemons.com/stas/ MAINTAINER= stas@FreeBSD.org COMMENT= X.Org RDC display driver @@ -18,8 +18,6 @@ COMMENT= X.Org RDC display driver XORG_CAT= driver USE_XORG= xvmc xf86driproto xextproto x11 glproto -BROKEN= does not compile - do-install: ${MKDIR} ${PREFIX}/lib/xorg/modules/drivers ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/rdc_drv.so \ diff --git a/x11-drivers/xf86-video-rendition/Makefile b/x11-drivers/xf86-video-rendition/Makefile index 64a4b1489693..8fc96d2825b2 100644 --- a/x11-drivers/xf86-video-rendition/Makefile +++ b/x11-drivers/xf86-video-rendition/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-rendition -PORTVERSION= 4.2.3 +PORTVERSION= 4.2.4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +16,4 @@ XORG_CAT= driver USE_XORG= xextproto MAN4= rendition.4x -.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-rendition/distinfo b/x11-drivers/xf86-video-rendition/distinfo index fd5521f4fd54..2b683b7b5539 100644 --- a/x11-drivers/xf86-video-rendition/distinfo +++ b/x11-drivers/xf86-video-rendition/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-rendition-4.2.3.tar.bz2) = 9a0a916fe1e7b5c81cd4c80a08e646cc -SHA256 (xorg/driver/xf86-video-rendition-4.2.3.tar.bz2) = 9d5559fd3029feee5af2493ab8f558c58c426fc89776a1109dab97e3a4764d94 -SIZE (xorg/driver/xf86-video-rendition-4.2.3.tar.bz2) = 315369 +SHA256 (xorg/driver/xf86-video-rendition-4.2.4.tar.bz2) = 3b9b8e6709c3a7c00904e9a6cb63d7805b5f5f33dc96254f438c1f8d5fb72aa9 +SIZE (xorg/driver/xf86-video-rendition-4.2.4.tar.bz2) = 320573 diff --git a/x11-drivers/xf86-video-rendition/pkg-descr b/x11-drivers/xf86-video-rendition/pkg-descr index 7ff79bc2df1e..151ab6ce22fc 100644 --- a/x11-drivers/xf86-video-rendition/pkg-descr +++ b/x11-drivers/xf86-video-rendition/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-rendition driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-s3/Makefile b/x11-drivers/xf86-video-s3/Makefile index 49b4bc669602..5397647eaeb4 100644 --- a/x11-drivers/xf86-video-s3/Makefile +++ b/x11-drivers/xf86-video-s3/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-s3 PORTVERSION= 0.6.3 +PORTREVISION= 2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +17,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto MAN4= s3.4x -.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-s3/pkg-descr b/x11-drivers/xf86-video-s3/pkg-descr index db7f321d3f8a..0f0e0ff4df4a 100644 --- a/x11-drivers/xf86-video-s3/pkg-descr +++ b/x11-drivers/xf86-video-s3/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-s3 driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-s3virge/Makefile b/x11-drivers/xf86-video-s3virge/Makefile index 57ec08c899a7..bd879ee46402 100644 --- a/x11-drivers/xf86-video-s3virge/Makefile +++ b/x11-drivers/xf86-video-s3virge/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-s3virge PORTVERSION= 1.10.4 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +17,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto MAN4= s3virge.4x -.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-s3virge/pkg-descr b/x11-drivers/xf86-video-s3virge/pkg-descr index dc782f753950..305f6b3b6571 100644 --- a/x11-drivers/xf86-video-s3virge/pkg-descr +++ b/x11-drivers/xf86-video-s3virge/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-s3virge driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-savage/Makefile b/x11-drivers/xf86-video-savage/Makefile index d81e3deba947..2cad8e1b3344 100644 --- a/x11-drivers/xf86-video-savage/Makefile +++ b/x11-drivers/xf86-video-savage/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-savage -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -18,10 +18,4 @@ XORG_CAT= driver USE_XORG= xf86driproto videoproto xextproto glproto MAN4= savage.4x -.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-savage/distinfo b/x11-drivers/xf86-video-savage/distinfo index 126a6b6394dc..5c16f9c4c1ec 100644 --- a/x11-drivers/xf86-video-savage/distinfo +++ b/x11-drivers/xf86-video-savage/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-savage-2.3.1.tar.bz2) = 66c319f610e3699c3de0f3ef630abb32 -SHA256 (xorg/driver/xf86-video-savage-2.3.1.tar.bz2) = 2b4adcdd820a6f3acba6f3c0995f5899edc8f5e33fb4c4666c4c7a78090ddaab -SIZE (xorg/driver/xf86-video-savage-2.3.1.tar.bz2) = 327377 +SHA256 (xorg/driver/xf86-video-savage-2.3.2.tar.bz2) = 54bde0077a2369fbdd42b0b25803f3c7147a58792997b14e45ee0b856199ddf1 +SIZE (xorg/driver/xf86-video-savage-2.3.2.tar.bz2) = 366731 diff --git a/x11-drivers/xf86-video-savage/pkg-descr b/x11-drivers/xf86-video-savage/pkg-descr index 7d97ae643222..909ad78af79f 100644 --- a/x11-drivers/xf86-video-savage/pkg-descr +++ b/x11-drivers/xf86-video-savage/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-savage driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-siliconmotion/Makefile b/x11-drivers/xf86-video-siliconmotion/Makefile index 0d4939173c87..cfa486f576bd 100644 --- a/x11-drivers/xf86-video-siliconmotion/Makefile +++ b/x11-drivers/xf86-video-siliconmotion/Makefile @@ -16,10 +16,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto MAN4= siliconmotion.4x -.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-siliconmotion/distinfo b/x11-drivers/xf86-video-siliconmotion/distinfo index f2fea3b3cda5..5d477f0de57e 100644 --- a/x11-drivers/xf86-video-siliconmotion/distinfo +++ b/x11-drivers/xf86-video-siliconmotion/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-siliconmotion-1.7.3.tar.bz2) = 29fb322cd3adab52cc7f1ac86f9315bb SHA256 (xorg/driver/xf86-video-siliconmotion-1.7.3.tar.bz2) = ebda468be42695c08ceaa4043da3cf5bcd5f9ab15d1482311fd6e826a8060b2b SIZE (xorg/driver/xf86-video-siliconmotion-1.7.3.tar.bz2) = 330623 diff --git a/x11-drivers/xf86-video-siliconmotion/pkg-descr b/x11-drivers/xf86-video-siliconmotion/pkg-descr index e98df3da9c1e..6816f930f1f9 100644 --- a/x11-drivers/xf86-video-siliconmotion/pkg-descr +++ b/x11-drivers/xf86-video-siliconmotion/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-siliconmotion driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-sis-intel/pkg-descr b/x11-drivers/xf86-video-sis-intel/pkg-descr index 8b691f1c7aca..81e087ab71aa 100644 --- a/x11-drivers/xf86-video-sis-intel/pkg-descr +++ b/x11-drivers/xf86-video-sis-intel/pkg-descr @@ -1,5 +1,2 @@ This package contains the X.Org SiS driver provided by Intel for their D201GLY/D201GLY2 motherboards - -- Alexey Illarionov -littlesavage@orionet.ru diff --git a/x11-drivers/xf86-video-sis/Makefile b/x11-drivers/xf86-video-sis/Makefile index fd31059d891e..8140572d303b 100644 --- a/x11-drivers/xf86-video-sis/Makefile +++ b/x11-drivers/xf86-video-sis/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-video-sis PORTVERSION= 0.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -21,10 +21,4 @@ XORG_CAT= driver USE_XORG= xf86dgaproto xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto MAN4= sis.4x -.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-sis/pkg-descr b/x11-drivers/xf86-video-sis/pkg-descr index 18f08cfb9478..506af9c0decb 100644 --- a/x11-drivers/xf86-video-sis/pkg-descr +++ b/x11-drivers/xf86-video-sis/pkg-descr @@ -1,4 +1 @@ This package contains the X.Org xf86-video-sis driver. - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-sunffb/Makefile b/x11-drivers/xf86-video-sunffb/Makefile index c4c2f8f99151..97c017d7aaef 100644 --- a/x11-drivers/xf86-video-sunffb/Makefile +++ b/x11-drivers/xf86-video-sunffb/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-sunffb PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-sunffb/pkg-descr b/x11-drivers/xf86-video-sunffb/pkg-descr index 8b5134cfd813..4d4bd0bdae89 100644 --- a/x11-drivers/xf86-video-sunffb/pkg-descr +++ b/x11-drivers/xf86-video-sunffb/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-sunffb driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-tdfx/Makefile b/x11-drivers/xf86-video-tdfx/Makefile index 070a516d622c..9e80c3b636ab 100644 --- a/x11-drivers/xf86-video-tdfx/Makefile +++ b/x11-drivers/xf86-video-tdfx/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-tdfx PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -18,10 +19,4 @@ XORG_CAT= driver USE_XORG= xf86driproto videoproto xextproto glproto MAN4= tdfx.4x -.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-tdfx/pkg-descr b/x11-drivers/xf86-video-tdfx/pkg-descr index 8bd624be0425..43f01e124d53 100644 --- a/x11-drivers/xf86-video-tdfx/pkg-descr +++ b/x11-drivers/xf86-video-tdfx/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-tdfx driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-tga/Makefile b/x11-drivers/xf86-video-tga/Makefile index 1a4babbe6489..5acd2d113ab1 100644 --- a/x11-drivers/xf86-video-tga/Makefile +++ b/x11-drivers/xf86-video-tga/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-tga PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -15,10 +16,4 @@ COMMENT= X.Org tga display driver XORG_CAT= driver USE_XORG= videoproto xextproto xf86dgaproto -.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-tga/pkg-descr b/x11-drivers/xf86-video-tga/pkg-descr index 849be023fde4..4b6648aec77e 100644 --- a/x11-drivers/xf86-video-tga/pkg-descr +++ b/x11-drivers/xf86-video-tga/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-tga driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-trident/Makefile b/x11-drivers/xf86-video-trident/Makefile index 58a47b23c0f4..f768d3c8b92d 100644 --- a/x11-drivers/xf86-video-trident/Makefile +++ b/x11-drivers/xf86-video-trident/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-trident -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +16,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto xf86dgaproto MAN4= trident.4x -.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-trident/distinfo b/x11-drivers/xf86-video-trident/distinfo index 2121775ed9ee..80d0901a5deb 100644 --- a/x11-drivers/xf86-video-trident/distinfo +++ b/x11-drivers/xf86-video-trident/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-trident-1.3.3.tar.bz2) = 47f3c5da1942017218355f178f02ef84 -SHA256 (xorg/driver/xf86-video-trident-1.3.3.tar.bz2) = 6241eab6f3f0a075380be6b614e33ad72256242c865115bc8b696f83a75d11f5 -SIZE (xorg/driver/xf86-video-trident-1.3.3.tar.bz2) = 297110 +SHA256 (xorg/driver/xf86-video-trident-1.3.4.tar.bz2) = 58e61631e0ef2c58c3c81afb7d7b8d2b46504bdc3dd84fd1ab2798c6f1f29ca8 +SIZE (xorg/driver/xf86-video-trident-1.3.4.tar.bz2) = 310898 diff --git a/x11-drivers/xf86-video-trident/pkg-descr b/x11-drivers/xf86-video-trident/pkg-descr index a24c2cbdcd36..b8727f46a8a0 100644 --- a/x11-drivers/xf86-video-trident/pkg-descr +++ b/x11-drivers/xf86-video-trident/pkg-descr @@ -1,4 +1 @@ This package contains the X.Org xf86-video-trident driver. - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-tseng/Makefile b/x11-drivers/xf86-video-tseng/Makefile index 6f693132343a..06ee4272b1ce 100644 --- a/x11-drivers/xf86-video-tseng/Makefile +++ b/x11-drivers/xf86-video-tseng/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-tseng -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +16,4 @@ XORG_CAT= driver USE_XORG= videoproto xextproto MAN4= tseng.4x -.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-tseng/distinfo b/x11-drivers/xf86-video-tseng/distinfo index d2d3236add8e..475278a285da 100644 --- a/x11-drivers/xf86-video-tseng/distinfo +++ b/x11-drivers/xf86-video-tseng/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-tseng-1.2.3.tar.bz2) = 79f63999c88477801ae54dc486272ad6 -SHA256 (xorg/driver/xf86-video-tseng-1.2.3.tar.bz2) = 0556bb3e79da4be87e880f82e2b8504527e760e284680f9463a08f9572507187 -SIZE (xorg/driver/xf86-video-tseng-1.2.3.tar.bz2) = 283944 +SHA256 (xorg/driver/xf86-video-tseng-1.2.4.tar.bz2) = d0dd5dfb4c6a8d0e0baf7fbb5f1784d6b4d1804f1eb188d19963867245e7d13d +SIZE (xorg/driver/xf86-video-tseng-1.2.4.tar.bz2) = 296314 diff --git a/x11-drivers/xf86-video-tseng/pkg-descr b/x11-drivers/xf86-video-tseng/pkg-descr index 947118f13261..295677053be0 100644 --- a/x11-drivers/xf86-video-tseng/pkg-descr +++ b/x11-drivers/xf86-video-tseng/pkg-descr @@ -1,4 +1 @@ This package contains the X.Org xf86-video-tseng driver. - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-vesa/Makefile b/x11-drivers/xf86-video-vesa/Makefile index 4ef5ad73d5dc..a2fccafde091 100644 --- a/x11-drivers/xf86-video-vesa/Makefile +++ b/x11-drivers/xf86-video-vesa/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-vesa PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +17,4 @@ XORG_CAT= driver USE_XORG= xextproto MAN4= vesa.4x -.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-vesa/pkg-descr b/x11-drivers/xf86-video-vesa/pkg-descr index 1c5752ff4cff..5d851fea5e6d 100644 --- a/x11-drivers/xf86-video-vesa/pkg-descr +++ b/x11-drivers/xf86-video-vesa/pkg-descr @@ -1,4 +1 @@ This package contains the X.Org xf86-video-vesa driver. - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-via/Makefile b/x11-drivers/xf86-video-via/Makefile index 427d009c8fb2..c769d950997e 100644 --- a/x11-drivers/xf86-video-via/Makefile +++ b/x11-drivers/xf86-video-via/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-video-via PORTVERSION= 0.2.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-via/pkg-descr b/x11-drivers/xf86-video-via/pkg-descr index f8c4810d09da..bdff896f7edd 100644 --- a/x11-drivers/xf86-video-via/pkg-descr +++ b/x11-drivers/xf86-video-via/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-via driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-vmware/Makefile b/x11-drivers/xf86-video-vmware/Makefile index 0478cb7815f6..f3376257ef01 100644 --- a/x11-drivers/xf86-video-vmware/Makefile +++ b/x11-drivers/xf86-video-vmware/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-vmware PORTVERSION= 11.0.3 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -17,10 +18,4 @@ USE_XORG= xextproto xineramaproto videoproto MAN4= vmware.4x -.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-vmware/pkg-descr b/x11-drivers/xf86-video-vmware/pkg-descr index 301ee7405158..c8d73176ca12 100644 --- a/x11-drivers/xf86-video-vmware/pkg-descr +++ b/x11-drivers/xf86-video-vmware/pkg-descr @@ -1,4 +1,3 @@ This package contains the X.Org xf86-video-vmware driver. -- Florent Thoumie -flz@FreeBSD.org +WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-voodoo/Makefile b/x11-drivers/xf86-video-voodoo/Makefile index 35f0c105a1ec..86eef10a10d1 100644 --- a/x11-drivers/xf86-video-voodoo/Makefile +++ b/x11-drivers/xf86-video-voodoo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-video-voodoo -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,10 +16,4 @@ XORG_CAT= driver USE_XORG= xf86dgaproto xextproto MAN4= voodoo.4x -.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-voodoo/distinfo b/x11-drivers/xf86-video-voodoo/distinfo index 463af94c9189..20eff8e7f454 100644 --- a/x11-drivers/xf86-video-voodoo/distinfo +++ b/x11-drivers/xf86-video-voodoo/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/driver/xf86-video-voodoo-1.2.3.tar.bz2) = c164effcc839eca1fc1d43a42f4086db -SHA256 (xorg/driver/xf86-video-voodoo-1.2.3.tar.bz2) = 025d4d99ab19325b72417fadbb099c757412988f800c9511be3e2c3993ae29e9 -SIZE (xorg/driver/xf86-video-voodoo-1.2.3.tar.bz2) = 259096 +SHA256 (xorg/driver/xf86-video-voodoo-1.2.4.tar.bz2) = f00238bbcf61dba726deedcd4d7416923844e3b0116671a1b1df8bf43d224741 +SIZE (xorg/driver/xf86-video-voodoo-1.2.4.tar.bz2) = 274523 diff --git a/x11-drivers/xf86-video-voodoo/pkg-descr b/x11-drivers/xf86-video-voodoo/pkg-descr index 47285cb240ab..49fc9d928aa3 100644 --- a/x11-drivers/xf86-video-voodoo/pkg-descr +++ b/x11-drivers/xf86-video-voodoo/pkg-descr @@ -1,4 +1 @@ This package contains the X.Org xf86-video-voodoo driver. - -- Florent Thoumie -flz@FreeBSD.org 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 |