ports/115937: devel/distcc remove references to FreeBSD 4.x

David Yeske dyeske at gmail.com
Thu Aug 30 05:40:01 UTC 2007


>Number:         115937
>Category:       ports
>Synopsis:       devel/distcc remove references to FreeBSD 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 30 05:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD speed 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Jul 18 23:40:39 EDT 2007     root at speed:/usr/obj/usr/src/sys/SPEED  amd64

>Description:
remove references to FreeBSD 4.x
>How-To-Repeat:

>Fix:
see attachment

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/distcc/Makefile,v
retrieving revision 1.52
diff -u -r1.52 Makefile
--- Makefile	19 Nov 2006 07:26:53 -0000	1.52
+++ Makefile	30 Aug 2007 04:33:22 -0000
@@ -28,7 +28,7 @@
 
 OPTIONS=	GNOME	"Build GUI monitor based on GNOME"	Off \
 		GTK	"Build GUI monitor based on GTK"	Off \
-		IPV6	"Enable IPV6 (not available on 4.X)"	Off \
+		IPV6	"Enable IPV6"				Off \
 		COMPILER_LINKS	"Create symlinks to distcc"	Off
 
 .include <bsd.port.pre.mk>
@@ -61,7 +61,7 @@
 PLIST_SUB+=		WITH_GNOME="@comment "
 .endif
 
-.if ( ${OSVERSION} >= 500000 ) && defined(WITH_IPV6)
+.if defined(WITH_IPV6)
 CONFIGURE_ARGS+=	--enable-rfc2553
 .endif
 


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



More information about the freebsd-ports-bugs mailing list