ports/163060: [patch] games/jaggedalliance2: respect STRIP
Jan Beich
jbeich at tormail.net
Sun Dec 4 15:10:11 UTC 2011
>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:
More information about the freebsd-ports-bugs
mailing list