ports/167817: [patch] games/xonotic: respect STRIP
Jan Beich
jbeich at tormail.org
Sat May 12 08:10:15 UTC 2012
>Number: 167817
>Category: ports
>Synopsis: [patch] games/xonotic: 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:14 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/xonotic-sdl
/usr/local/bin/xonotic-sdl: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000012), stripped
--- strip.diff begins here ---
Index: games/xonotic/Makefile
===================================================================
RCS file: /a/.csup/ports/games/xonotic/Makefile,v
retrieving revision 1.42
diff -u -p -r1.42 Makefile
--- games/xonotic/Makefile 18 Mar 2012 22:59:00 -0000 1.42
+++ games/xonotic/Makefile 12 May 2012 08:04:02 -0000
@@ -25,6 +25,7 @@ WRKSRC= ${WRKDIR}/Xonotic/source/darkpl
MAKEFILE= BSDmakefile
MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" \
DP_PRELOAD_DEPENDENCIES=yes \
+ STRIP="${STRIP_CMD}" \
CFLAGS_LIBJPEG="-I${LOCALBASE}/include -DLINK_TO_LIBJPEG" \
OPTIM_RELEASE="${CFLAGS} -fno-strict-aliasing -funroll-loops"
MAKE_JOBS_UNSAFE=yes
--- strip.diff ends here ---
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list