ports/167814: [patch] games/openttd: respect STRIP

Jan Beich jbeich at tormail.org
Sat May 12 08:10:13 UTC 2012


>Number:         167814
>Category:       ports
>Synopsis:       [patch] games/openttd: respect STRIP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 12 08:10:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jan Beich
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
>Description:
>How-To-Repeat:
$ make install WITH_DEBUG=
$ file /usr/local/bin/openttd
/usr/local/bin/openttd: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000012), stripped
>Fix:
--- strip.diff begins here ---
Index: games/openttd/Makefile
===================================================================
RCS file: /a/.csup/ports/games/openttd/Makefile,v
retrieving revision 1.44
diff -u -p -r1.44 Makefile
--- games/openttd/Makefile	18 Feb 2012 10:18:04 -0000	1.44
+++ games/openttd/Makefile	12 May 2012 07:54:46 -0000
@@ -25,6 +24,7 @@ LIB_DEPENDS=	png.6:${PORTSDIR}/graphics/
 
 USE_XZ=		yes
 HAS_CONFIGURE=	yes
+CONFIGURE_ENV=	STRIP="${STRIP_CMD} ${STRIP}"
 CONFIGURE_ARGS=	--prefix-dir="${PREFIX}" --data-dir="${DATADIR_REL}"
 USE_GMAKE=	yes
 MAKE_ARGS=	VERBOSE=1		# We want to see what's going on
--- strip.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list