diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-01-31 00:24:59 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-01-31 00:24:59 +0000 |
commit | 51ff9e2a8796ca8ee19856008be108e729c21bba (patch) | |
tree | b00148478cef49a1549371392e7170e2b992c603 /x11-drivers | |
parent | 4aaa2fddc1b7f2546554f2ea90bdce553618da5f (diff) | |
download | ports-51ff9e2a8796ca8ee19856008be108e729c21bba.tar.gz ports-51ff9e2a8796ca8ee19856008be108e729c21bba.zip |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/Makefile | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-imstt/Makefile | 17 | ||||
-rw-r--r-- | x11-drivers/xf86-video-imstt/distinfo | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-imstt/pkg-descr | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-imstt/pkg-plist | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/Makefile | 55 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/Makefile.rev | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/distinfo | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/pkg-descr | 7 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/pkg-message | 15 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/pkg-plist | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-via/Makefile | 25 | ||||
-rw-r--r-- | x11-drivers/xf86-video-via/distinfo | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-via/pkg-descr | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-via/pkg-plist | 12 |
15 files changed, 0 insertions, 160 deletions
diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile index eb9c4cdb413c..02e21a427469 100644 --- a/x11-drivers/Makefile +++ b/x11-drivers/Makefile @@ -29,13 +29,11 @@ SUBDIR += xf86-video-glint SUBDIR += xf86-video-i128 SUBDIR += xf86-video-i740 - SUBDIR += xf86-video-imstt SUBDIR += xf86-video-intel SUBDIR += xf86-video-mach64 SUBDIR += xf86-video-mga SUBDIR += xf86-video-neomagic SUBDIR += xf86-video-newport - SUBDIR += xf86-video-nouveau SUBDIR += xf86-video-nv SUBDIR += xf86-video-openchrome SUBDIR += xf86-video-r128 @@ -55,7 +53,6 @@ SUBDIR += xf86-video-trident SUBDIR += xf86-video-tseng SUBDIR += xf86-video-vesa - SUBDIR += xf86-video-via SUBDIR += xf86-video-vmware SUBDIR += xf86-video-voodoo SUBDIR += xorg-drivers diff --git a/x11-drivers/xf86-video-imstt/Makefile b/x11-drivers/xf86-video-imstt/Makefile deleted file mode 100644 index 9072437f8f48..000000000000 --- a/x11-drivers/xf86-video-imstt/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= xf86-video-imstt -PORTVERSION= 1.1.0 -PORTREVISION= 9 -CATEGORIES= x11-drivers - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.Org imstt display driver - -BROKEN= Does not build, requires pciVideoPtr typedef. -DEPRECATED= Broken, unsupported and unmaintained upstream. -EXPIRATION_DATE=2014-01-31 - -XORG_CAT= driver - -.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-imstt/distinfo b/x11-drivers/xf86-video-imstt/distinfo deleted file mode 100644 index ea533713db25..000000000000 --- a/x11-drivers/xf86-video-imstt/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/driver/xf86-video-imstt-1.1.0.tar.bz2) = 9238c2257f9437dd7ab37c049d7f20c010e2f5ff833a37d2d6243f223f10fb7d -SIZE (xorg/driver/xf86-video-imstt-1.1.0.tar.bz2) = 234492 diff --git a/x11-drivers/xf86-video-imstt/pkg-descr b/x11-drivers/xf86-video-imstt/pkg-descr deleted file mode 100644 index 8b3638e59098..000000000000 --- a/x11-drivers/xf86-video-imstt/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the X.Org xf86-video-imstt driver. - -WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-imstt/pkg-plist b/x11-drivers/xf86-video-imstt/pkg-plist deleted file mode 100644 index 2a09e0bb5999..000000000000 --- a/x11-drivers/xf86-video-imstt/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/xorg/modules/drivers/imstt_drv.la -lib/xorg/modules/drivers/imstt_drv.so -man/man4/imstt.4x.gz -@dirrmtry lib/xorg/modules/drivers -@dirrmtry lib/xorg/modules -@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-nouveau/Makefile b/x11-drivers/xf86-video-nouveau/Makefile deleted file mode 100644 index a2aea2f3ac86..000000000000 --- a/x11-drivers/xf86-video-nouveau/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Created by: Anonymous <swell.k@gmail.com> -# $FreeBSD$ - -PORTNAME= xf86-video-nouveau -PORTVERSION= 0.0.10.${SNAPDATE} -DISTVERSIONSUFFIX=.${SNAPREV} -PORTREVISION= 4 -CATEGORIES= x11-drivers -MASTER_SITES= ftp://ftp.lissyara.su/users/Guest/distfiles/ - -MAINTAINER= x11@FreeBSD.org -COMMENT= Free nouveau display driver for nvidia-based cards - -XORG_CAT= driver -USE_XORG= xf86driproto glproto - -# also doesn't work with mesa (libGL) version higher than 7.4.x -BROKEN= Does not build -DEPRECATED= Not supported, missing kernel support. use the nvidia driver. -EXPIRATION_DATE=2014-01-31 - -post-configure: - ${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h - -post-install: .SILENT - ${ECHO_MSG} - ${CAT} ${PKGMESSAGE} - ${ECHO_MSG} - -GIT_WORK= ${WRKDIR}/${PORTNAME}.git-clone -GIT_DATE= $$(date -ur$$(git log --pretty=format:%ct -1 ) +%Y%m%d) -GIT_REV= $$(git log --pretty=format:%h -1) -NEWDISTNAME= ${DISTNAME:S/${SNAPDATE}.${SNAPREV}$$//}${GIT_DATE}.${GIT_REV} - -maint-gen-distfile: - git clone git://anongit.freedesktop.org/nouveau/xf86-video-nouveau \ - ${GIT_WORK} - - ( cd ${GIT_WORK}; \ - git log --stat >ChangeLog; \ - autoreconf -if; \ - ${TAR} cjf ${DISTDIR}/${DIST_SUBDIR}/${NEWDISTNAME}${EXTRACT_SUFX} \ - --exclude '.git*' --exclude autogen.sh \ - --exclude autom4te.cache \ - -s "|${GIT_WORK}|${NEWDISTNAME}|" \ - ${GIT_WORK}; \ - ${ECHO_CMD} "SNAPDATE= ${GIT_DATE}" \ - >${MASTERDIR}/Makefile.rev; \ - ${ECHO_CMD} "SNAPREV= ${GIT_REV}" \ - >>${MASTERDIR}/Makefile.rev ) - - ${RM} -rf ${GIT_WORK} - -.include "Makefile.rev" -.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-nouveau/Makefile.rev b/x11-drivers/xf86-video-nouveau/Makefile.rev deleted file mode 100644 index b8cc5e2bc271..000000000000 --- a/x11-drivers/xf86-video-nouveau/Makefile.rev +++ /dev/null @@ -1,2 +0,0 @@ -SNAPDATE= 20090728 -SNAPREV= e259925 diff --git a/x11-drivers/xf86-video-nouveau/distinfo b/x11-drivers/xf86-video-nouveau/distinfo deleted file mode 100644 index 9b4fe6333ed9..000000000000 --- a/x11-drivers/xf86-video-nouveau/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/driver/xf86-video-nouveau-0.0.10.20090728.e259925.tar.bz2) = 48e328a04a2dc9ea5dfebd21eae7c23987dcf53dcd3db7bee477d873cbb31906 -SIZE (xorg/driver/xf86-video-nouveau-0.0.10.20090728.e259925.tar.bz2) = 552302 diff --git a/x11-drivers/xf86-video-nouveau/pkg-descr b/x11-drivers/xf86-video-nouveau/pkg-descr deleted file mode 100644 index 9c753dc8108c..000000000000 --- a/x11-drivers/xf86-video-nouveau/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -nouveau is an X.Org Foundation and Freedesktop.org project which was -initially based on the obfuscated 2D-only free and open source "nv" -driver, aiming to develop free software drivers for NVIDIA graphics -cards, by reverse engineering NVIDIA's current proprietary drivers for -Linux. - -WWW: http://nouveau.freedesktop.org/ diff --git a/x11-drivers/xf86-video-nouveau/pkg-message b/x11-drivers/xf86-video-nouveau/pkg-message deleted file mode 100644 index 34c29a20bf38..000000000000 --- a/x11-drivers/xf86-video-nouveau/pkg-message +++ /dev/null @@ -1,15 +0,0 @@ -The DRM part is still not in the kernel tree and will not be there -until it stabilized. It won't happen anytime soon. So, consider using -the following patch in the meantime unless you don't want any hardware -accelerated 2D like EXA and Xvideo. - -http://people.freebsd.org/~rnoland/drm-nouveau-062309.patch - -Installing it should be as simple as below procedure provided you have -base sources in /usr/src. - - # cd /usr/src/sys - # fetch http://people.freebsd.org/~rnoland/drm-nouveau-062309.patch - # patch -sp0 -i drm-nouveau-062309.patch - # cd modules/drm - # make depend all install diff --git a/x11-drivers/xf86-video-nouveau/pkg-plist b/x11-drivers/xf86-video-nouveau/pkg-plist deleted file mode 100644 index d6b17908d8d4..000000000000 --- a/x11-drivers/xf86-video-nouveau/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/xorg/modules/drivers/nouveau_drv.la -lib/xorg/modules/drivers/nouveau_drv.so -man/man4/nouveau.4x.gz -@dirrmtry lib/xorg/modules/drivers -@dirrmtry lib/xorg/modules -@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-video-via/Makefile b/x11-drivers/xf86-video-via/Makefile deleted file mode 100644 index 550d304a79ff..000000000000 --- a/x11-drivers/xf86-video-via/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= xf86-video-via -PORTVERSION= 0.2.2 -PORTREVISION= 10 -CATEGORIES= x11-drivers - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.Org via display driver - -BROKEN= Does not build, requires pciVideoPtr typedef -DEPRECATED= Broken, not supported upstream. -EXPIRATION_DATE=2014-01-31 - -USE_GL= gl -XORG_CAT= driver -USE_XORG= xvmc xf86driproto xextproto x11 glproto - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -IGNORE= does not install on sparc64 -.endif - -.include <bsd.port.post.mk> diff --git a/x11-drivers/xf86-video-via/distinfo b/x11-drivers/xf86-video-via/distinfo deleted file mode 100644 index 1e990e634abf..000000000000 --- a/x11-drivers/xf86-video-via/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/driver/xf86-video-via-0.2.2.tar.bz2) = 5026bdaf644178fee66a26190453b0dddb99558b8c97c4a592a482a2434dc862 -SIZE (xorg/driver/xf86-video-via-0.2.2.tar.bz2) = 397641 diff --git a/x11-drivers/xf86-video-via/pkg-descr b/x11-drivers/xf86-video-via/pkg-descr deleted file mode 100644 index bdff896f7edd..000000000000 --- a/x11-drivers/xf86-video-via/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the X.Org xf86-video-via driver. - -WWW: http://www.x.org diff --git a/x11-drivers/xf86-video-via/pkg-plist b/x11-drivers/xf86-video-via/pkg-plist deleted file mode 100644 index fe1713c885a3..000000000000 --- a/x11-drivers/xf86-video-via/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -lib/libviaXvMC.la -lib/libviaXvMC.so -lib/libviaXvMC.so.1 -lib/libviaXvMCPro.la -lib/libviaXvMCPro.so -lib/libviaXvMCPro.so.1 -lib/xorg/modules/drivers/via_drv.la -lib/xorg/modules/drivers/via_drv.so -man/man4/via.4x.gz -@dirrmtry lib/xorg/modules/drivers -@dirrmtry lib/xorg/modules -@dirrmtry lib/xorg |