aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-09-29 06:10:29 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-09-30 10:10:55 +0000
commitc05c823b6ef256e6fd3a0e9044733632ed9b823c (patch)
treeddbbd9fad53a2d74533ea8815fb916042e2ed3c1 /audio
parent46898c7c8ef27efe58374f3079417d2391dcf339 (diff)
downloadports-c05c823b6ef256e6fd3a0e9044733632ed9b823c.tar.gz
ports-c05c823b6ef256e6fd3a0e9044733632ed9b823c.zip
sysutils/sysctlinfo-kmod: ignore after 1400071
Also modify clients. PR: 266690 Reported by: asiciliano@FreeBSD.org
Diffstat (limited to 'audio')
-rw-r--r--audio/mixertui/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/mixertui/Makefile b/audio/mixertui/Makefile
index 5011446506b8..f6955d97fab0 100644
--- a/audio/mixertui/Makefile
+++ b/audio/mixertui/Makefile
@@ -20,6 +20,12 @@ GL_COMMIT= 4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f
PLIST_FILES= sbin/${PORTNAME} \
share/man/man8/${PORTNAME}.8.gz
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
+IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8
@@ -32,4 +38,4 @@ USES+= ncurses
USES+= ncurses:port
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>