mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/sysctlinfo-kmod: ignore after 1400071
Also modify clients. PR: 266690 Reported by: asiciliano@FreeBSD.org
This commit is contained in:
parent
46898c7c8e
commit
c05c823b6e
7 changed files with 33 additions and 3 deletions
|
@ -20,6 +20,12 @@ GL_COMMIT= 4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f
|
||||||
PLIST_FILES= sbin/${PORTNAME} \
|
PLIST_FILES= sbin/${PORTNAME} \
|
||||||
share/man/man8/${PORTNAME}.8.gz
|
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:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
|
||||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8
|
||||||
|
@ -32,4 +38,4 @@ USES+= ncurses
|
||||||
USES+= ncurses:port
|
USES+= ncurses:port
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -29,6 +29,9 @@ DESKTOP_ENTRIES= "Sysctlview" \
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
|
||||||
|
IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071
|
||||||
|
.endif
|
||||||
.if ${OPSYS} != FreeBSD
|
.if ${OPSYS} != FreeBSD
|
||||||
IGNORE= not supported on anything but FreeBSD
|
IGNORE= not supported on anything but FreeBSD
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -23,6 +23,12 @@ PLIST_FILES= include/sysctlmibinfo.h \
|
||||||
lib/libsysctlmibinfo.so.1.0.2 \
|
lib/libsysctlmibinfo.so.1.0.2 \
|
||||||
man/man3/sysctlmibinfo.3.gz
|
man/man3/sysctlmibinfo.3.gz
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
|
||||||
|
IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071
|
||||||
|
.endif
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo.h ${STAGEDIR}${PREFIX}/include
|
${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo.h ${STAGEDIR}${PREFIX}/include
|
||||||
${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo.a ${STAGEDIR}${PREFIX}/lib
|
${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo.a ${STAGEDIR}${PREFIX}/lib
|
||||||
|
@ -30,4 +36,4 @@ do-install:
|
||||||
${RLN} ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so.1.0.2 ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so
|
${RLN} ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so.1.0.2 ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so
|
||||||
${INSTALL_MAN} ${WRKSRC}/sysctlmibinfo.3.gz ${STAGEDIR}${MAN3PREFIX}/man/man3
|
${INSTALL_MAN} ${WRKSRC}/sysctlmibinfo.3.gz ${STAGEDIR}${MAN3PREFIX}/man/man3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -31,6 +31,12 @@ PORTEXAMPLES= *
|
||||||
OPTIONS_DEFINE= EXAMPLES
|
OPTIONS_DEFINE= EXAMPLES
|
||||||
OPTIONS_DEFAULT= EXAMPLES
|
OPTIONS_DEFAULT= EXAMPLES
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
|
||||||
|
IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071
|
||||||
|
.endif
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo2.h ${STAGEDIR}${PREFIX}/include
|
${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo2.h ${STAGEDIR}${PREFIX}/include
|
||||||
${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo2.a ${STAGEDIR}${PREFIX}/lib
|
${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo2.a ${STAGEDIR}${PREFIX}/lib
|
||||||
|
@ -44,4 +50,4 @@ do-install-EXAMPLES-on:
|
||||||
${INSTALL_DATA} ${WRKSRC}/examples/${e} ${STAGEDIR}${EXAMPLESDIR}
|
${INSTALL_DATA} ${WRKSRC}/examples/${e} ${STAGEDIR}${EXAMPLESDIR}
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -25,6 +25,9 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
|
||||||
|
IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071
|
||||||
|
.endif
|
||||||
.if ${OPSYS} != FreeBSD
|
.if ${OPSYS} != FreeBSD
|
||||||
IGNORE= not supported on anything but FreeBSD
|
IGNORE= not supported on anything but FreeBSD
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -24,6 +24,9 @@ OPTIONS_DEFAULT= EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
|
||||||
|
IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071
|
||||||
|
.endif
|
||||||
.if ${OPSYS} != FreeBSD
|
.if ${OPSYS} != FreeBSD
|
||||||
IGNORE= not supported on anything but FreeBSD
|
IGNORE= not supported on anything but FreeBSD
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -27,6 +27,9 @@ OPTIONS_DEFAULT= EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
|
||||||
|
IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071
|
||||||
|
.endif
|
||||||
.if ${OPSYS} != FreeBSD
|
.if ${OPSYS} != FreeBSD
|
||||||
IGNORE= not supported on anything but FreeBSD
|
IGNORE= not supported on anything but FreeBSD
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue