From jbeich@tormail.org  Sat May 12 08:09:50 2012
Return-Path: <jbeich@tormail.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D60271065678
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 May 2012 08:09:50 +0000 (UTC)
	(envelope-from jbeich@tormail.org)
Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210])
	by mx1.freebsd.org (Postfix) with ESMTP id AA7E38FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 May 2012 08:09:50 +0000 (UTC)
Received: from tor6.anonymizer.ccc.de ([80.237.226.76]:45788 helo=internal.tormail.org)
	by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128)
	(Exim 4.77)
	(envelope-from <jbeich@tormail.org>)
	id 1ST7Od-001wy6-PB
	for FreeBSD-gnats-submit@freebsd.org; Sat, 12 May 2012 04:09:49 -0400
Received: from jbeich by internal.tormail.org with local (Exim 4.63)
	(envelope-from <jbeich@tormail.org>)
	id 1ST7Ne-000I2s-At
	for FreeBSD-gnats-submit@freebsd.org; Sat, 12 May 2012 08:08:47 +0000
Message-Id: <1ST7Ne-000I2s-At@internal.tormail.org>
Date: Fri, 11 May 2012 21:04:59 -1100
From: Jan Beich <jbeich@tormail.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] games/xonotic: respect STRIP

>Number:         167817
>Category:       ports
>Synopsis:       [patch] games/xonotic: respect STRIP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 12 08:10:14 UTC 2012
>Closed-Date:    Sat May 12 13:02:19 UTC 2012
>Last-Modified:  Sat May 12 13:10:06 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat May 12 08:10:39 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167817 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Sat May 12 13:02:18 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167817 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167817: commit references a PR
Date: Sat, 12 May 2012 13:02:06 +0000 (UTC)

 amdmi3      2012-05-12 13:01:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/steelstorm     Makefile 
     games/xonotic        Makefile 
     games/nexuiz         Makefile 
   Log:
   - Respect STRIP in games using darkplaces engine
   - While here, minor cleanup in nexuiz port
   
   PR:             ports/167817
   Submitted by:   Jan Beich <jbeich@tormail.org>
   
   Revision  Changes    Path
   1.40      +7 -6      ports/games/nexuiz/Makefile
   1.5       +1 -0      ports/games/steelstorm/Makefile
   1.43      +2 -1      ports/games/xonotic/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
