Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Dec 2011 04:07:13 -1100
From:      Jan Beich <jbeich@tormail.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163060: [patch] games/jaggedalliance2: respect STRIP
Message-ID:  <1RXDfi-0009t6-Qp@internal.tormail.net>
Resent-Message-ID: <201112041510.pB4FAAnH038201@freefall.freebsd.org>

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

>Number:         163060
>Category:       ports
>Synopsis:       [patch] games/jaggedalliance2: 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:   Sun Dec 04 15:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1RXDfi-0009t6-Qp>