diff options
author | rene <rene@FreeBSD.org> | 2017-01-15 17:48:22 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-01-15 17:48:22 +0800 |
commit | 2cdce2c95aec0ff4ce6fdefff08646ed98df8a76 (patch) | |
tree | a07cbf63102e8f45905f8e2ab5b888ddbc6ef376 /x11-drivers | |
parent | 40736c45e02b546bb7903b2071573802dfe7e460 (diff) | |
download | freebsd-ports-gnome-2cdce2c95aec0ff4ce6fdefff08646ed98df8a76.tar.gz freebsd-ports-gnome-2cdce2c95aec0ff4ce6fdefff08646ed98df8a76.tar.zst freebsd-ports-gnome-2cdce2c95aec0ff4ce6fdefff08646ed98df8a76.zip |
Remove expired ports:
2017-01-15 net/cyphesis: Does not compile on FreeBSD 10+
2017-01-15 net/gpxe: does not build on FreeBSD 10.x and later
2017-01-15 net/openospfd: requires old CARP implementation (interface layer)
2017-01-15 security/openbsm-devel: is not needed under FreeBSD 10.x or higher
2017-01-15 security/ssh-copy-id: is already in the base system
2017-01-15 sysutils/apt: does not build on 10+
2017-01-15 archivers/tclmkziplib: Abandonware, please use bundled zlib package [http://tcl.tk/man/tcl8.6/TclCmd/zlib.htm]
2017-01-15 x11-drivers/drm-kmod: this port is only for 9.3 systems
2017-01-15 audio/xmms-openspc: does not build on FreeBSD 10.x and later
2017-01-15 audio/aureal-kmod: does not build (and fetch)
2017-01-15 emulators/doscmd: does not build (accesses field of opaque structure)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/Makefile | 1 | ||||
-rw-r--r-- | x11-drivers/drm-kmod/Makefile | 32 | ||||
-rw-r--r-- | x11-drivers/drm-kmod/distinfo | 2 | ||||
-rw-r--r-- | x11-drivers/drm-kmod/pkg-descr | 3 |
4 files changed, 0 insertions, 38 deletions
diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile index 5706acd5b212..bc8739670de5 100644 --- a/x11-drivers/Makefile +++ b/x11-drivers/Makefile @@ -3,7 +3,6 @@ COMMENT = X11 drivers - SUBDIR += drm-kmod SUBDIR += xf86-input-acecad SUBDIR += xf86-input-egalax SUBDIR += xf86-input-elographics diff --git a/x11-drivers/drm-kmod/Makefile b/x11-drivers/drm-kmod/Makefile deleted file mode 100644 index 47f36813a3e9..000000000000 --- a/x11-drivers/drm-kmod/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Jean-Sebastien Pedron <dumbbell@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= drm-kmod -DISTVERSION= 9.280208 -CATEGORIES= x11-drivers -MASTER_SITES= LOCAL/dumbbell -DISTNAME= drm-${DISTVERSION} - -MAINTAINER= x11@FreeBSD.org -COMMENT= FreeBSD 9.3 Kernel DRM driver - -LICENSE= MIT - -IGNORE= this port is only for 9.3 systems -DEPRECATED= ${IGNORE} -EXPIRATION_DATE= 2017-01-15 - -USES= kmod uidfix tar:xz -ONLY_FOR_ARCHS= i386 amd64 - -PLIST_FILES= ${KMODDIR}/drm2_port.ko \ - ${KMODDIR}/i915kms_port.ko \ - ${KMODDIR}/radeonkms_port.ko \ - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDEBUG} -MAKE_ARGS+=" HAVE_DEBUG=YES" -.endif - -.include <bsd.port.mk> diff --git a/x11-drivers/drm-kmod/distinfo b/x11-drivers/drm-kmod/distinfo deleted file mode 100644 index 1607aec41cfa..000000000000 --- a/x11-drivers/drm-kmod/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (drm-9.280208.tar.xz) = 27586b92a14b4a7596e838eaeb596ae82b53cb7807179a456bb4e5cad0c8c8b0 -SIZE (drm-9.280208.tar.xz) = 902972 diff --git a/x11-drivers/drm-kmod/pkg-descr b/x11-drivers/drm-kmod/pkg-descr deleted file mode 100644 index 31ac0d6b159a..000000000000 --- a/x11-drivers/drm-kmod/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The DRM kernel driver supports Intel and Radeon GPUs. - -WWW: http://www.freebsd.org/ |