diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-01-15 09:48:22 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-01-15 09:48:22 +0000 |
commit | 74d31b8a6e52ab35c05047fd2c7758a2d216fede (patch) | |
tree | a07cbf63102e8f45905f8e2ab5b888ddbc6ef376 /x11-drivers | |
parent | d55e80beddbe831092f6455f456440ae371d97e8 (diff) |
Notes
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/ |