graphics/drm-kmod: Inform users against which FreeBSD version the packages do got built.

PR: 283107
This commit is contained in:
Alexander Vereeken 2024-12-03 22:10:37 +01:00 committed by Emmanuel Vadot
parent 3632e63e86
commit 91fc9bdcfb
6 changed files with 24 additions and 3 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= drm-510-kmod PORTNAME= drm-510-kmod
PORTVERSION= ${DRM_KMOD_DISTVERSION} PORTVERSION= ${DRM_KMOD_DISTVERSION}
PORTREVISION= 9 PORTREVISION= 10
CATEGORIES= graphics kld CATEGORIES= graphics kld
.include "Makefile.version" .include "Makefile.version"
@ -27,6 +27,9 @@ GH_TAGNAME= ${DRM_KMOD_GH_TAGNAME}
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
SUB_FILES= pkg-message
SUB_LIST= OPSYS=${OPSYS} OSREL=${OSREL}
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1401501 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1401501
IGNORE= not supported on FreeBSD 14.2 and higher IGNORE= not supported on FreeBSD 14.2 and higher
.endif .endif

View file

@ -13,6 +13,10 @@ For radeonkms: kld_list="radeonkms"
Please ensure that all users requiring graphics are members of the Please ensure that all users requiring graphics are members of the
"video" group. "video" group.
Please note that this package was built for %%OPSYS%% %%OSREL%%.
If this is not your current running version, please rebuild
it from ports to prevent panics when loading the module.
EOM EOM
} }
] ]

View file

@ -1,6 +1,6 @@
PORTNAME= drm-515-kmod PORTNAME= drm-515-kmod
PORTVERSION= ${DRM_KMOD_DISTVERSION} PORTVERSION= ${DRM_KMOD_DISTVERSION}
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= graphics kld CATEGORIES= graphics kld
.include "Makefile.version" .include "Makefile.version"
@ -27,6 +27,9 @@ GH_TAGNAME= ${DRM_KMOD_GH_TAGNAME}
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
SUB_FILES= pkg-message
SUB_LIST= OPSYS=${OPSYS} OSREL=${OSREL}
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400081 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400081
IGNORE= not supported on older than 14.0, no kernel support IGNORE= not supported on older than 14.0, no kernel support
.endif .endif

View file

@ -13,6 +13,10 @@ For radeonkms: kld_list="radeonkms"
Please ensure that all users requiring graphics are members of the Please ensure that all users requiring graphics are members of the
"video" group. "video" group.
Please note that this package was built for %%OPSYS%% %%OSREL%%.
If this is not your current running version, please rebuild
it from ports to prevent panics when loading the module.
EOM EOM
} }
] ]

View file

@ -1,6 +1,6 @@
PORTNAME= drm-61-kmod PORTNAME= drm-61-kmod
PORTVERSION= ${DRM_KMOD_DISTVERSION} PORTVERSION= ${DRM_KMOD_DISTVERSION}
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= graphics kld CATEGORIES= graphics kld
.include "Makefile.version" .include "Makefile.version"
@ -27,6 +27,9 @@ GH_TAGNAME= ${DRM_KMOD_GH_TAGNAME}
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
SUB_FILES= pkg-message
SUB_LIST= OPSYS=${OPSYS} OSREL=${OSREL}
.if ${OPSYS} == FreeBSD && !( ${OSVERSION} >= 1500008 || ( ${OSVERSION} >= 1400508 && ${OSVERSION} < 1500000 )) .if ${OPSYS} == FreeBSD && !( ${OSVERSION} >= 1500008 || ( ${OSVERSION} >= 1400508 && ${OSVERSION} < 1500000 ))
IGNORE= not supported on older than 14-STABLE 1400508, no kernel support IGNORE= not supported on older than 14-STABLE 1400508, no kernel support
.endif .endif

View file

@ -13,6 +13,10 @@ For radeonkms: kld_list="radeonkms"
Please ensure that all users requiring graphics are members of the Please ensure that all users requiring graphics are members of the
"video" group. "video" group.
Please note that this package was built for %%OPSYS%% %%OSREL%%.
If this is not your current running version, please rebuild
it from ports to prevent panics when loading the module.
EOM EOM
} }
] ]