ports/76457: Doesn't compile on FreeBSD 6.0 SPARC64

Ralf van der Enden Ralf.vdEnden at wldelft.nl
Thu Jan 20 13:00:45 UTC 2005


The following reply was made to PR ports/76457; it has been noted by GNATS.

From: "Ralf van der Enden" <Ralf.vdEnden at wldelft.nl>
To: <freebsd-gnats-submit at freebsd.org>,
	"Ralf van der Enden" <tremere at cainites.net>
Cc:  
Subject: Re: ports/76457: Doesn't compile on FreeBSD 6.0 SPARC64
Date: Thu, 20 Jan 2005 13:55:54 +0100

 Okay. As Volker Stolz pointed out it might not be limited to just SPARC64,
 so here's a new patch that sets the port to BROKEN on all FreeBSD 6.0
 systems.
 
 This is a _new_ patch, so please disregard the previous one:
 
 --- pdns-2.9.17.diff begins here ---
 diff -ruN powerdns.orig/Makefile powerdns/Makefile
 --- powerdns.orig/Makefile	Tue Jan 18 23:34:22 2005
 +++ powerdns/Makefile	Wed Jan 19 11:16:45 2005
 @@ -30,6 +30,12 @@
  STARTUP_SCRIPT=	${PREFIX}/etc/rc.d/pdns.sh.sample
  LIBMAP_CONF=	/etc/libmap.conf
 
 +.include <bsd.port.pre.mk>
 +
 +.if ${OSVERSION} >= 600000
 +BROKEN = Doesn't compile on FreeBSD 6.0
 +.endif
 +
  # use user config if possible
  .if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
  .include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
 @@ -83,8 +89,6 @@
  .else
  PLIST_SUB+=		RECURSOR="@comment "
  .endif
 -
 -.include <bsd.port.pre.mk>
 
  .if defined(POWERDNS_WITH_RECURSOR)
  .if exists(/usr/include/ucontext.h) && ${OSVERSION} >= 500000
 --- pdns-2.9.17.diff ends here ---
 



More information about the freebsd-ports-bugs mailing list