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

(-)powerdns/Makefile (-2 / +6 lines)
Lines 30-35 Link Here
30
STARTUP_SCRIPT=	${PREFIX}/etc/rc.d/pdns.sh.sample
30
STARTUP_SCRIPT=	${PREFIX}/etc/rc.d/pdns.sh.sample
31
LIBMAP_CONF=	/etc/libmap.conf
31
LIBMAP_CONF=	/etc/libmap.conf
32
32
33
.include <bsd.port.pre.mk>
34
35
.if ${OSVERSION} >= 600000 && ${ARCH} == "sparc64"
36
BROKEN = Doesn't compile on FreeBSD 6.0 (SPARC64)
37
.endif
38
33
# use user config if possible
39
# use user config if possible
34
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
40
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
35
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
41
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
Lines 83-90 Link Here
83
.else
89
.else
84
PLIST_SUB+=		RECURSOR="@comment "
90
PLIST_SUB+=		RECURSOR="@comment "
85
.endif
91
.endif
86
87
.include <bsd.port.pre.mk>
88
92
89
.if defined(POWERDNS_WITH_RECURSOR)
93
.if defined(POWERDNS_WITH_RECURSOR)
90
.if exists(/usr/include/ucontext.h) && ${OSVERSION} >= 500000
94
.if exists(/usr/include/ucontext.h) && ${OSVERSION} >= 500000

Return to bug 76457