ports/66375: Revised port: mail/dsbl-testers

Dean Hollister dean at odyssey.apana.org.au
Sat May 8 10:10:18 UTC 2004


>Number:         66375
>Category:       ports
>Synopsis:       Revised port: mail/dsbl-testers
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 08 03:10:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dean Hollister
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Australian Public Access Network Association Inc
>Environment:
System: FreeBSD odyssey.apana.org.au 4.9-STABLE FreeBSD 4.9-STABLE #1: Tue Mar 23 18:01:20 WST 2004 root at odyssey.apana.org.au:/usr/obj/usr/src/sys/ODYSSEY i386
>Description:
Revised port: mail/dsbl-testers. This revision fixes build failure on i386, due to firestring 
dependency that now requires GCC 3.2 / C99 support.
>How-To-Repeat:
>Fix:

diff -ruN dsbl-testers.orig/Makefile dsbl-testers/Makefile
--- dsbl-testers.orig/Makefile	Sun Feb  1 10:12:20 2004
+++ dsbl-testers/Makefile	Sat May  8 17:35:02 2004
@@ -7,8 +7,9 @@
 
 PORTNAME=	dsbl-testers
 PORTVERSION=	0.9.5
+PORTREVISION=	1
 CATEGORIES=	mail
-MASTER_SITES=	http://firestuff.org/projects/ \
+MASTER_SITES=	http://www.firestuff.org/projects/ \
 		http://www.wa.apana.org.au/~dean/sources/ \
 		ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
 
@@ -18,6 +19,12 @@
 BUILD_DEPENDS=	${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring \
 		${LOCALBASE}/include/firedns.h:${PORTSDIR}/dns/firedns
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+USE_GCC=	3.2
+.endif
+
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV=	CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
 		LIBS="${LIBS} ${PTHREAD_LIBS}" PREFIX="${PREFIX}"
@@ -46,4 +53,4 @@
 		${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1 && \
 		${INSTALL_MAN} ${MAN5} ${MAN5PREFIX}/man/man5
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list