View | Details | Raw Unified | Return to bug 253000 | Differences between
and this patch

Collapse All | Expand All

(-)net/bsdrcmds/Makefile (-6 / +7 lines)
Lines 17-22 Link Here
17
17
18
MAKE_ARGS+=		BINOWN=${BINOWN} BINMODE=${BINMODE}
18
MAKE_ARGS+=		BINOWN=${BINOWN} BINMODE=${BINMODE}
19
19
20
OPTIONS_DEFINE=		IPV6 LIBBLACKLIST
21
OPTIONS_DEFAULT=
22
OPTIONS_DEFAULT=	LIBBLACKLIST
23
.if !exists(/usr/include/blacklist.h)
24
OPTIONS_EXCLUDE=	LIBBLACKLIST
25
.endif
26
20
.include <bsd.port.options.mk>
27
.include <bsd.port.options.mk>
21
28
22
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300134
29
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300134
Lines 25-36 Link Here
25
MAKE_ENV+=		NO_WERROR=1
32
MAKE_ENV+=		NO_WERROR=1
26
.endif
33
.endif
27
34
28
OPTIONS_DEFINE=		IPV6 LIBBLACKLIST
29
OPTIONS_DEFAULT=	LIBBLACKLIST
30
.if !exists(/usr/include/blacklist.h)
31
OPTIONS_EXCLUDE=	LIBBLACKLIST
32
.endif
33
34
IPV6_MAKE_ARGS=		USE_IPV6=yes
35
IPV6_MAKE_ARGS=		USE_IPV6=yes
35
36
36
LIBBLACKLIST_DESC=	libblacklist(3) support for rlogind(8) and rshd(8)
37
LIBBLACKLIST_DESC=	libblacklist(3) support for rlogind(8) and rshd(8)

Return to bug 253000