Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2007 05:32:44 GMT
From:      David Yeske <dyeske@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115937: devel/distcc remove references to FreeBSD 4.x
Message-ID:  <200708300532.l7U5WiBX021641@www.freebsd.org>
Resent-Message-ID: <200708300540.l7U5e1xe011695@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708300532.l7U5WiBX021641>