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

Ralf van der Enden tremere at cainites.net
Wed Jan 19 10:30:26 UTC 2005


>Number:         76457
>Category:       ports
>Synopsis:       Doesn't compile on FreeBSD 6.0 SPARC64
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 19 10:30:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van der Enden
>Release:        FreeBSD 5.3-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 5.3-RELEASE-p4 FreeBSD 5.3-RELEASE-p4 #0: Fri Jan 7 10:07:35 CET 2005 root at lan.cainites.net:/usr/obj/usr/src/sys/HELLKERNEL i386


	
>Description:
Marked BROKEN on FreeBSD 6.0 SPARC64 (doesn't compile)
>How-To-Repeat:
	
>Fix:

	

--- 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 && ${ARCH} == "sparc64"
+BROKEN = Doesn't compile on FreeBSD 6.0 (SPARC64)
+.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 ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list