From jbeich@tormail.net  Tue Dec 13 17:13:37 2011
Return-Path: <jbeich@tormail.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 349B6106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Dec 2011 17:13:37 +0000 (UTC)
	(envelope-from jbeich@tormail.net)
Received: from server2.hudsonvalleyhost.com (server2.hudsonvalleyhost.com [66.7.195.77])
	by mx1.freebsd.org (Postfix) with ESMTP id 00A258FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Dec 2011 17:13:36 +0000 (UTC)
Received: from zoe.desire.se ([85.8.28.11]:53385 helo=internal.tormail.net)
	by server2.hudsonvalleyhost.com with esmtpsa (TLSv1:RC4-SHA:128)
	(Exim 4.69)
	(envelope-from <jbeich@tormail.net>)
	id 1RaVv2-000YpE-Cn
	for FreeBSD-gnats-submit@freebsd.org; Tue, 13 Dec 2011 12:13:35 -0500
Received: from jbeich by internal.tormail.net with local (Exim 4.63)
	(envelope-from <jbeich@tormail.net>)
	id 1RaVtv-0003hT-7X
	for FreeBSD-gnats-submit@freebsd.org; Tue, 13 Dec 2011 17:12:26 +0000
Message-Id: <1RaVtv-0003hT-7X@internal.tormail.net>
Date: Tue, 13 Dec 2011 11:08:54 -0600
From: Jan Beich <jbeich@tormail.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] audio/py-ao: respect CC

>Number:         163248
>Category:       ports
>Synopsis:       [patch] audio/py-ao: respect CC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 13 17:20:06 UTC 2011
>Closed-Date:    Sun Feb 12 22:39:40 UTC 2012
>Last-Modified:  Sun Feb 12 22:40:13 UTC 2012
>Originator:     Jan Beich
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
# slightly different from pointyhat
$ export PATH=~/.bin:$PATH
$ for cc in CC cc c++ gcc g++ cpp; do ln -s /usr/bin/false ~/.bin/${cc}; done
>Description:
>How-To-Repeat:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/py27-ao-0.82_1.log
>Fix:
--- cc.diff begins here ---
Index: audio/py-ao/Makefile
===================================================================
RCS file: /a/.csup/ports/audio/py-ao/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- audio/py-ao/Makefile	6 Jun 2010 20:39:15 -0000	1.17
+++ audio/py-ao/Makefile	13 Dec 2011 17:07:25 -0000
@@ -25,6 +25,6 @@ USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	pyao
 
 do-configure:
-	@cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix "${LOCALBASE}"
+	@cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix "${LOCALBASE}"
 
 .include <bsd.port.mk>
--- cc.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->xride 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 13 17:20:17 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163248 
Responsible-Changed-From-To: xride->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Sat Feb 11 23:45:17 UTC 2012 
Responsible-Changed-Why:  
committer&maintainer timeout (xride ; 60 days) / last commit: 86 days 
ago 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163248 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Sun Feb 12 22:39:39 UTC 2012 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163248: commit references a PR
Date: Sun, 12 Feb 2012 22:39:48 +0000 (UTC)

 pgollucci    2012-02-12 22:39:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/py-ao          Makefile 
   Log:
   - Respect CC
   
   PR:             ports/163248
   Submitted by:   Jan Beich <jbeich@tormail.net>
   Approved by:    maintainer timeout (xride ; 60 days)
   
   Revision  Changes    Path
   1.19      +1 -1      ports/audio/py-ao/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:
