Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2007 08:25:24 +0200 (CEST)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112980: fix oolite after update of gnustep-make
Message-ID:  <200705250625.l4P6POuQ028378@home6.dinoex.sub.de>
Resent-Message-ID: <200705250700.l4P70Db2004632@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112980
>Category:       ports
>Synopsis:       fix oolite after update of gnustep-make
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 25 07:00:12 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705250625.l4P6POuQ028378>