Index: branches/2019Q3/graphics/drm-fbsd11.2-kmod/Makefile =================================================================== --- branches/2019Q3/graphics/drm-fbsd11.2-kmod/Makefile (revision 512318) +++ branches/2019Q3/graphics/drm-fbsd11.2-kmod/Makefile (revision 512319) @@ -1,39 +1,43 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= drm-fbsd11.2-kmod PORTVERSION= 4.11g20190906 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org COMMENT= DRM modules for the linuxkpi-based KMS components LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod CONFLICTS_INSTALL= drm-devel-kmod \ drm-fbsd12.0-kmod \ drm-current-kmod \ drm-legacy-kmod OPTIONS_DEFINE= DEBUG USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm GH_TAGNAME= 72300db .include +.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1102000 || ${OSVERSION} > 1200000) +IGNORE= only supported on FreeBSD 11. +.endif + .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) .endif .include Index: branches/2019Q3 =================================================================== --- branches/2019Q3 (revision 512318) +++ branches/2019Q3 (revision 512319) Property changes on: branches/2019Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r512318