aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-01-03 10:59:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-01-03 10:59:48 +0000
commitb1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (patch)
tree651f2b79921e203f1365c51010104193bf80a7b5 /x11-drivers
parent24a8b3e695e3d2e346a7d73a4de7c6e5f272702e (diff)
downloadports-b1e8459a6f10a8f6d8c7d13ce7ca823e79130887.tar.gz
ports-b1e8459a6f10a8f6d8c7d13ce7ca823e79130887.zip
Deprecate ports broken for FreeBSD 10.3-
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=430453
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/drm-kmod/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-drivers/drm-kmod/Makefile b/x11-drivers/drm-kmod/Makefile
index 4c08b8d72085..47f36813a3e9 100644
--- a/x11-drivers/drm-kmod/Makefile
+++ b/x11-drivers/drm-kmod/Makefile
@@ -12,6 +12,10 @@ 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
@@ -21,10 +25,6 @@ PLIST_FILES= ${KMODDIR}/drm2_port.ko \
.include <bsd.port.options.mk>
-.if (${OSVERSION} < 903000 || ${OSVERSION} > 1000000)
-IGNORE= this port is only for 9.3 systems
-.endif
-
.if ${PORT_OPTIONS:MDEBUG}
MAKE_ARGS+=" HAVE_DEBUG=YES"
.endif