View | Details | Raw Unified | Return to bug 266690
Collapse All | Expand All

(-)b/audio/mixertui/Makefile (-1 / +7 lines)
Lines 20-25 GL_COMMIT= 4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f Link Here
20
PLIST_FILES=	sbin/${PORTNAME} \
20
PLIST_FILES=	sbin/${PORTNAME} \
21
		share/man/man8/${PORTNAME}.8.gz
21
		share/man/man8/${PORTNAME}.8.gz
22
22
23
.include <bsd.port.pre.mk>
24
25
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
26
IGNORE=		uses struct sysctl_oid definition previous FreeBSD 1400071
27
.endif
28
23
do-install:
29
do-install:
24
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
30
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
25
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8
31
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8
Lines 32-35 USES+= ncurses Link Here
32
USES+=	ncurses:port
38
USES+=	ncurses:port
33
.endif
39
.endif
34
40
35
.include <bsd.port.mk>
41
.include <bsd.port.post.mk>
(-)b/deskutils/sysctlview/Makefile (+3 lines)
Lines 29-34 DESKTOP_ENTRIES= "Sysctlview" \ Link Here
29
29
30
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
31
31
32
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
33
IGNORE=		uses struct sysctl_oid definition previous FreeBSD 1400071
34
.endif
32
.if ${OPSYS} != FreeBSD
35
.if ${OPSYS} != FreeBSD
33
IGNORE=		not supported on anything but FreeBSD
36
IGNORE=		not supported on anything but FreeBSD
34
.endif
37
.endif
(-)b/devel/libsysctlmibinfo/Makefile (-1 / +7 lines)
Lines 23-28 PLIST_FILES= include/sysctlmibinfo.h \ Link Here
23
		lib/libsysctlmibinfo.so.1.0.2 \
23
		lib/libsysctlmibinfo.so.1.0.2 \
24
		man/man3/sysctlmibinfo.3.gz
24
		man/man3/sysctlmibinfo.3.gz
25
25
26
.include <bsd.port.pre.mk>
27
28
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
29
IGNORE=		uses struct sysctl_oid definition previous FreeBSD 1400071
30
.endif
31
26
do-install:
32
do-install:
27
	${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo.h ${STAGEDIR}${PREFIX}/include
33
	${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo.h ${STAGEDIR}${PREFIX}/include
28
	${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo.a ${STAGEDIR}${PREFIX}/lib
34
	${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo.a ${STAGEDIR}${PREFIX}/lib
Lines 30-33 do-install: Link Here
30
	${RLN} ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so.1.0.2 ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so
36
	${RLN} ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so.1.0.2 ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so
31
	${INSTALL_MAN} ${WRKSRC}/sysctlmibinfo.3.gz ${STAGEDIR}${MAN3PREFIX}/man/man3
37
	${INSTALL_MAN} ${WRKSRC}/sysctlmibinfo.3.gz ${STAGEDIR}${MAN3PREFIX}/man/man3
32
38
33
.include <bsd.port.mk>
39
.include <bsd.port.post.mk>
(-)b/devel/libsysctlmibinfo2/Makefile (-1 / +7 lines)
Lines 31-36 PORTEXAMPLES= * Link Here
31
OPTIONS_DEFINE=	EXAMPLES
31
OPTIONS_DEFINE=	EXAMPLES
32
OPTIONS_DEFAULT=	EXAMPLES
32
OPTIONS_DEFAULT=	EXAMPLES
33
33
34
.include <bsd.port.pre.mk>
35
36
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
37
IGNORE=		uses struct sysctl_oid definition previous FreeBSD 1400071
38
.endif
39
34
do-install:
40
do-install:
35
	${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo2.h ${STAGEDIR}${PREFIX}/include
41
	${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo2.h ${STAGEDIR}${PREFIX}/include
36
	${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo2.a ${STAGEDIR}${PREFIX}/lib
42
	${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo2.a ${STAGEDIR}${PREFIX}/lib
Lines 44-47 do-install-EXAMPLES-on: Link Here
44
	${INSTALL_DATA} ${WRKSRC}/examples/${e} ${STAGEDIR}${EXAMPLESDIR}
50
	${INSTALL_DATA} ${WRKSRC}/examples/${e} ${STAGEDIR}${EXAMPLESDIR}
45
.endfor
51
.endfor
46
52
47
.include <bsd.port.mk>
53
.include <bsd.port.post.mk>
(-)b/sysutils/nsysctl/Makefile (+3 lines)
Lines 25-30 OPTIONS_DEFINE= DOCS EXAMPLES Link Here
25
25
26
.include <bsd.port.pre.mk>
26
.include <bsd.port.pre.mk>
27
27
28
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
29
IGNORE=		uses struct sysctl_oid definition previous FreeBSD 1400071
30
.endif
28
.if ${OPSYS} != FreeBSD
31
.if ${OPSYS} != FreeBSD
29
IGNORE=		not supported on anything but FreeBSD
32
IGNORE=		not supported on anything but FreeBSD
30
.endif
33
.endif
(-)b/sysutils/sysctlbyname-improved-kmod/Makefile (+3 lines)
Lines 24-29 OPTIONS_DEFAULT= EXAMPLES Link Here
24
24
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
26
26
27
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
28
IGNORE=		uses struct sysctl_oid definition previous FreeBSD 1400071
29
.endif
27
.if ${OPSYS} != FreeBSD
30
.if ${OPSYS} != FreeBSD
28
IGNORE=		not supported on anything but FreeBSD
31
IGNORE=		not supported on anything but FreeBSD
29
.endif
32
.endif
(-)b/sysutils/sysctlinfo-kmod/Makefile (+3 lines)
Lines 27-32 OPTIONS_DEFAULT= EXAMPLES Link Here
27
27
28
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
29
29
30
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071
31
IGNORE=		uses struct sysctl_oid definition previous FreeBSD 1400071
32
.endif
30
.if ${OPSYS} != FreeBSD
33
.if ${OPSYS} != FreeBSD
31
IGNORE=		not supported on anything but FreeBSD
34
IGNORE=		not supported on anything but FreeBSD
32
.endif
35
.endif

Return to bug 266690