Date: Thu, 20 Jan 2005 13:00:45 GMT From: "Ralf van der Enden" <Ralf.vdEnden@wldelft.nl> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76457: Doesn't compile on FreeBSD 6.0 SPARC64 Message-ID: <200501201300.j0KD0j7X009524@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/76457; it has been noted by GNATS. From: "Ralf van der Enden" <Ralf.vdEnden@wldelft.nl> To: <freebsd-gnats-submit@freebsd.org>, "Ralf van der Enden" <tremere@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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501201300.j0KD0j7X009524>