ports/147494: [PATCH] Fix RFC2553 option for devel/distcc

Denny Lin dennylin93 at hs.ntnu.edu.tw
Sat Jun 5 08:10:05 UTC 2010


>Number:         147494
>Category:       ports
>Synopsis:       [PATCH] Fix RFC2553 option for devel/distcc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 05 08:10:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Denny Lin
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD CNMC32.hs.ntnu.edu.tw 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Sat Feb 13 21:10:50 CST 2010 root at cnmc32.hs.ntnu.edu.tw:/usr/obj/usr/src/sys/CNMC32 amd64


	
>Description:
The WITHOUT_RFC2553 part of the Makefile is incorrect. For some reason, it has --without-avahi.
	
>How-To-Repeat:
	
>Fix:
Replace with --disable-rfc2553 and --enable-rfc2553.

	

--- distcc-Makefile.patch begins here ---
--- Makefile.orig	2010-06-05 15:53:52.000000000 +0800
+++ Makefile	2010-06-05 15:54:35.000000000 +0800
@@ -42,7 +42,9 @@
 .endif
 
 .if defined(WITHOUT_RFC2553)
-CONFIGURE_ARGS+=	--without-avahi
+CONFIGURE_ARGS+=	--disable-rfc2553
+.else
+CONFIGURE_ARGS+=	--enable-rfc2553
 .endif
 
 .if defined(WITH_COMPILER_LINKS)
--- distcc-Makefile.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list