Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 2004 20:48:05 -0400 (EDT)
From:      Michael Johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dom@helenmarks.co.uk
Subject:   ports/70059: [PATCH] devel/distcc: [enable ipv6]
Message-ID:  <200408060048.i760m5As035169@gentoo.ahze.net>
Resent-Message-ID: <200408060050.i760o61q001985@freefall.freebsd.org>

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

>Number:         70059
>Category:       ports
>Synopsis:       [PATCH] devel/distcc: [enable ipv6]
>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:   Fri Aug 06 00:50:06 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #59: Wed Aug  4 20:56:05 EDT
>Description:
- add option to enable ipv6

Port maintainer (dom@helenmarks.co.uk) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- distcc-2.16.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/devel/distcc/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- Makefile	28 Jul 2004 18:32:05 -0000	1.42
+++ Makefile	6 Aug 2004 00:45:11 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	distcc
 PORTVERSION=	2.16
-CATEGORIES=	devel
+CATEGORIES=	devel ipv6
 MASTER_SITES=	http://distcc.samba.org/ftp/distcc/
 
 MAINTAINER=	dom@helenmarks.co.uk
@@ -24,7 +24,8 @@
 DISTCCD_PIDFILE=/var/run/distccd.pid
 
 OPTIONS=	GNOME "Build GUI monitor based on GNOME" Off \
-		GTK "Build GUI monitor based on GTK" Off
+		GTK "Build GUI monitor based on GTK" Off \
+		IPV6 "Enable IPV6" off
 
 .include <bsd.port.pre.mk>
 
@@ -42,6 +43,10 @@
 PLIST_SUB+=	WITH_GNOME="@comment "
 .endif
 
+.if defined(WITH_IPV6)
+CONFIGURE_ARGS+=	--enable-rfc2553
+.endif
+
 MAN1=		distcc.1 distccd.1
 DOC_FILES=	AUTHORS INSTALL NEWS README \
 		doc/protocol-1.txt doc/status-1.txt \
--- distcc-2.16.patch ends here ---

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



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