From jbeich@tormail.net  Sun Dec  4 15:09:09 2011
Return-Path: <jbeich@tormail.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3A8F8106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Dec 2011 15:09:09 +0000 (UTC)
	(envelope-from jbeich@tormail.net)
Received: from server2.hudsonvalleyhost.com (server2.hudsonvalleyhost.com [66.7.195.77])
	by mx1.freebsd.org (Postfix) with ESMTP id 0B0218FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Dec 2011 15:09:08 +0000 (UTC)
Received: from static-72-64-146-136.tampfl.fios.verizon.net ([72.64.146.136]:41727 helo=internal.tormail.net)
	by server2.hudsonvalleyhost.com with esmtpsa (TLSv1:RC4-SHA:128)
	(Exim 4.69)
	(envelope-from <jbeich@tormail.net>)
	id 1RXDgh-0048uE-Jf
	for FreeBSD-gnats-submit@freebsd.org; Sun, 04 Dec 2011 10:09:08 -0500
Received: from jbeich by internal.tormail.net with local (Exim 4.63)
	(envelope-from <jbeich@tormail.net>)
	id 1RXDfi-0009t6-Qp
	for FreeBSD-gnats-submit@freebsd.org; Sun, 04 Dec 2011 15:08:08 +0000
Message-Id: <1RXDfi-0009t6-Qp@internal.tormail.net>
Date: Sun, 04 Dec 2011 04:07:13 -1100
From: Jan Beich <jbeich@tormail.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] games/jaggedalliance2: respect STRIP

>Number:         163060
>Category:       ports
>Synopsis:       [patch] games/jaggedalliance2: respect STRIP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 04 15:10:10 UTC 2011
>Closed-Date:    Sat Jan 28 19:02:34 UTC 2012
>Last-Modified:  Sat Jan 28 19:10:10 UTC 2012
>Originator:     Jan Beich
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
separate from ports/162813 so it's not forgotten
>Description:
use INSTALL_PROGRAM defined in bsd.port.mk rather than homegrown
>How-To-Repeat:
$ make install WITH_DEBUG=
$ gdb ja2
(no debugging symbols found)...(gdb)
>Fix:
--- strip.diff begins here ----
Index: games/jaggedalliance2/Makefile
===================================================================
RCS file: /a/.csup/ports/games/jaggedalliance2/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- games/jaggedalliance2/Makefile	6 Jun 2010 01:09:30 -0000	1.16
+++ games/jaggedalliance2/Makefile	4 Dec 2011 14:59:17 -0000
@@ -64,4 +64,6 @@ MAKE_ARGS+=	NO_DEPS=yes # For a single f
 MAKE_ARGS+=	SGPDATADIR=${DATADIR}
 
+MAKE_ARGS+=	${INSTALL_MACROS:S/BSD_//}
+
 MAN6=	ja2.6
 
--- strip.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Dec 4 15:10:20 UTC 2011 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163060 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Jan 28 19:02:32 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163060: commit references a PR
Date: Sat, 28 Jan 2012 19:02:36 +0000 (UTC)

 miwi        2012-01-28 19:02:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/jaggedalliance2 Makefile 
   Log:
   - Respect STRIP
   
   PR:             163060
   Submitted by:   Jan Beich <jbeich@tormail.net>
   
   Revision  Changes    Path
   1.17      +2 -0      ports/games/jaggedalliance2/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:
