Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2012 21:04:59 -1100
From:      Jan Beich <jbeich@tormail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167817: [patch] games/xonotic: respect STRIP
Message-ID:  <1ST7Ne-000I2s-At@internal.tormail.org>
Resent-Message-ID: <201205120810.q4C8AETF001246@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1ST7Ne-000I2s-At>