ports/112980: fix oolite after update of gnustep-make

dirk.meyer at dinoex.sub.org dirk.meyer at dinoex.sub.org
Fri May 25 07:00:14 UTC 2007


>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:



More information about the freebsd-ports-bugs mailing list