From jilles@stack.nl  Sun Jan  3 23:20:43 2010
Return-Path: <jilles@stack.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4BFF9106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Jan 2010 23:20:43 +0000 (UTC)
	(envelope-from jilles@stack.nl)
Received: from mx1.stack.nl (relay02.stack.nl [IPv6:2001:610:1108:5010::104])
	by mx1.freebsd.org (Postfix) with ESMTP id 15E4A8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Jan 2010 23:20:43 +0000 (UTC)
Received: from turtle.stack.nl (turtle.stack.nl [IPv6:2001:610:1108:5010::132])
	by mx1.stack.nl (Postfix) with ESMTP id 784A5359D38
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  4 Jan 2010 00:20:42 +0100 (CET)
Received: by turtle.stack.nl (Postfix, from userid 1677)
	id 6384433CA1; Mon,  4 Jan 2010 00:20:42 +0100 (CET)
Message-Id: <20100103232042.6384433CA1@turtle.stack.nl>
Date: Mon,  4 Jan 2010 00:20:42 +0100 (CET)
From: Jilles Tjoelker <jilles@stack.nl>
Reply-To: Jilles Tjoelker <jilles@stack.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: devel/py-game: fix build on 9-CURRENT
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         142286
>Category:       ports
>Synopsis:       devel/py-game: fix build on 9-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mva
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 03 23:30:05 UTC 2010
>Closed-Date:    Tue Jan 05 07:01:39 UTC 2010
>Last-Modified:  Tue Jan  5 07:10:02 UTC 2010
>Originator:     Jilles Tjoelker
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
MCGV Stack
>Environment:
/bin/sh r197691 or newer
>Description:
Due to a change in /bin/sh a mismatched single quote inside backticks
(`...`) now causes an error in pre-configure.
>How-To-Repeat:
Try to build the port using /bin/sh with r197691 change in it.
>Fix:
Apply the attached patch to the port Makefile.

--- devel-py-game-buildfix.patch begins here ---
--- /usr/ports/devel/py-game/Makefile.orig	2009-07-31 15:50:27.000000000 +0200
+++ /usr/ports/devel/py-game/Makefile	2010-01-04 00:07:14.000000000 +0100
@@ -35,7 +35,7 @@
 	@${FIND} ${WRKSRC} -type f | xargs ${CHMOD} a+r
 
 pre-configure:
-	@invalid=`${PKG_INFO} -I ${SDLNOX11:C/.+/'&'/} 2>/dev/null | ${AWK} '{print $$1}`
+	@invalid=`${PKG_INFO} -I ${SDLNOX11:C/.+/'&'/} 2>/dev/null | ${AWK} '{print $$1}'`
 	@if [ ! -z "$$invalid" ]; then \
 		${ECHO_MSG} "${PKGNAME} is marked as broken: devel/sdl12 needs to be built with X11 support enabled."; \
 		exit 1; \
--- devel-py-game-buildfix.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mva 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jan 3 23:30:16 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142286 
State-Changed-From-To: open->closed 
State-Changed-By: mva 
State-Changed-When: Tue Jan 5 07:01:38 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142286: commit references a PR
Date: Tue,  5 Jan 2010 07:01:12 +0000 (UTC)

 mva         2010-01-05 07:00:58 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/py-game        Makefile 
   Log:
   - Unbreak build on CURRENT
   
   PR:             ports/142286
   Submitted by:   Jilles Tjoelker <jilles@stack.nl>
   Approved by:    miwi (mentor implicit)
   
   Revision  Changes    Path
   1.42      +1 -1      ports/devel/py-game/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:
