Page MenuHomeFreeBSD

D14424.diff
No OneTemporary

D14424.diff

Index: head/graphics/drm-next-kmod/Makefile
===================================================================
--- head/graphics/drm-next-kmod/Makefile
+++ head/graphics/drm-next-kmod/Makefile
@@ -3,7 +3,7 @@
PORTNAME= drm-next-kmod
PORTVERSION= g20180117
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= jmd@FreeBSD.org
@@ -28,8 +28,11 @@
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200045
-IGNORE= not supported on 11.x or older, no kernel support
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101510
+IGNORE= not supported on 10.x or older, no kernel support
+.endif
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200045
+IGNORE= not supported on older CURRENT, no kernel support
.endif
.if ${OPSYS} != FreeBSD
IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)
Index: head/graphics/gpu-firmware-kmod/Makefile
===================================================================
--- head/graphics/gpu-firmware-kmod/Makefile
+++ head/graphics/gpu-firmware-kmod/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gpu-firmware-kmod
PORTVERSION= g20180206
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= jmd@FreeBSD.org
@@ -29,8 +30,11 @@
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019
-IGNORE= not supported on 11.x or older, no kernel support
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101510
+IGNORE= not supported on 10.x or older, no kernel support
+.endif
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200019
+IGNORE= not supported on older CURRENT, no kernel support
.endif
.include <bsd.port.post.mk>

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 22, 9:16 AM (14 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31967770
Default Alt Text
D14424.diff (1 KB)

Event Timeline