From dm@home6.dinoex.sub.de  Fri May 25 06:56:35 2007
Return-Path: <dm@home6.dinoex.sub.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 881A116A47D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 May 2007 06:56:35 +0000 (UTC)
	(envelope-from dm@home6.dinoex.sub.de)
Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [194.45.71.2])
	by mx1.freebsd.org (Postfix) with ESMTP id 9A0D213C50B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 May 2007 06:56:33 +0000 (UTC)
	(envelope-from dm@home6.dinoex.sub.de)
Received: from home6.dinoex.sub.de (home6.dinoex.sub.de [194.45.71.21])
	by uucp.dinoex.sub.de (8.14.0/8.14.0) with ESMTP id l4P6PNiB075534
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 May 2007 08:25:38 +0200 (CEST)
	(envelope-from dm@home6.dinoex.sub.de)
Received: (from dm@localhost)
	by home6.dinoex.sub.de (8.13.8/8.13.8/Submit) id l4P6POuQ028378;
	Fri, 25 May 2007 08:25:24 +0200 (CEST)
	(envelope-from dm)
Message-Id: <200705250625.l4P6POuQ028378@home6.dinoex.sub.de>
Date: Fri, 25 May 2007 08:25:24 +0200 (CEST)
From: dirk.meyer@dinoex.sub.org
Reply-To: dirk.meyer@dinoex.sub.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: fix oolite after update of gnustep-make
X-Send-Pr-Version: 3.113
X-GNATS-Notify: avg@icyb.net.ua

>Number:         112980
>Category:       ports
>Synopsis:       fix games/oolite after update of gnustep-make
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 25 07:00:12 GMT 2007
>Closed-Date:    Fri May 25 20:55:04 CEST 2007
>Last-Modified:  Fri May 25 20:55:04 CEST 2007
>Originator:     Dirk Meyer
>Release:        FreeBSD 6.2-STABLE
>Organization:
privat
>Environment:

	gnustep-make-2.0.0 installed.

>Description:

	port fails to build and install

>How-To-Repeat:

>Fix:

	apply this pacth:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/games/oolite/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	19 May 2007 20:07:02 -0000	1.9
+++ Makefile	25 May 2007 06:22:54 -0000
@@ -27,11 +27,13 @@
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_PREFIX=	yes
 MAKEFILE=		GNUmakefile
+MAKE_FLAGS+=		debug=no
 SUB_FILES=		pkg-message
 PKGMESSAGE=		${WRKDIR}/pkg-message
 
 post-patch:
-	${REINPLACE_CMD} -e "s#sdl-config#${SDL_CONFIG}#g" ${WRKSRC}/${MAKEFILE}
+	${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG}|g" ${WRKSRC}/${MAKEFILE}
+	${REINPLACE_CMD} -e "s|shared_obj|obj|g" ${WRKSRC}/${MAKEFILE}.postamble
 
 do-install:
 	${MKDIR} ${GNUSTEP_PREFIX}/Local/Applications
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri May 25 07:06:24 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: Andriy Gapon <avg@icyb.net.ua>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/112980: fix games/oolite after update of gnustep-make
Date: Fri, 25 May 2007 11:02:34 +0300

 I concur.
 
 -- 
 Andriy Gapon
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Fri May 25 11:17:24 UTC 2007 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112980 
Responsible-Changed-From-To: freebsd-ports-bugs->dinoex 
Responsible-Changed-By: dinoex 
Responsible-Changed-When: Fri May 25 20:14:12 CEST 2007 
Responsible-Changed-Why:  
I will take care of it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112980: commit references a PR
Date: Fri, 25 May 2007 18:15:31 +0000 (UTC)

 dinoex      2007-05-25 18:15:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/oolite         Makefile 
   Log:
   - update for gnustep-make-2.0.0
   PR:             112980
   Approved by:    Andriy Gapon (maintainer)
   
   Revision  Changes    Path
   1.10      +3 -1      ports/games/oolite/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: dinoex 
State-Changed-When: Fri May 25 20:54:48 CEST 2007 
State-Changed-Why:  
committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112980 
>Unformatted:
