From dennylin93@hs.ntnu.edu.tw  Sat Jun  5 08:01:18 2010
Return-Path: <dennylin93@hs.ntnu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AEF951065678
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Jun 2010 08:01:18 +0000 (UTC)
	(envelope-from dennylin93@hs.ntnu.edu.tw)
Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3])
	by mx1.freebsd.org (Postfix) with ESMTP id 7E0B88FC1C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Jun 2010 08:01:18 +0000 (UTC)
Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001)
	id 071284B7819; Sat,  5 Jun 2010 16:01:16 +0800 (CST)
Message-Id: <20100605080116.071284B7819@mail.hs.ntnu.edu.tw>
Date: Sat,  5 Jun 2010 16:01:16 +0800 (CST)
From: Denny Lin <dennylin93@hs.ntnu.edu.tw>
Reply-To: Denny Lin <dennylin93@hs.ntnu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: skreuzer@FreeBSD.org
Subject: [PATCH] Fix RFC2553 option for devel/distcc
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         147494
>Category:       ports
>Synopsis:       [PATCH] Fix RFC2553 option for devel/distcc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skreuzer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 05 08:10:05 UTC 2010
>Closed-Date:    Tue Jun 08 14:15:28 UTC 2010
>Last-Modified:  Tue Jun  8 14:20:03 UTC 2010
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->skreuzer 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jun 5 08:10:15 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147494 
State-Changed-From-To: open->closed 
State-Changed-By: skreuzer 
State-Changed-When: Tue Jun 8 14:15:26 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147494 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147494: commit references a PR
Date: Tue,  8 Jun 2010 14:15:23 +0000 (UTC)

 skreuzer    2010-06-08 14:15:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/distcc         Makefile 
   Log:
   Fix RFC2553 option
   
   PR:             ports/147494
   Submitted by:   Denny Lin <dennylin93@hs.ntnu.edu.tw>
   
   Revision  Changes    Path
   1.64      +3 -1      ports/devel/distcc/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
