Sun Aug 10 05:20:13 2008 UTC ()
No need to define INSTALL_TARGET=install-strip.
Framework pass -s flag automatically if required (INSTALL_UNSTRIPPED!=yes).

Part of fixes PR 15107.


(obache)
diff -r1.76 -r1.77 pkgsrc/wm/windowmaker/Makefile

cvs diff -r1.76 -r1.77 pkgsrc/wm/windowmaker/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/windowmaker/Makefile 2007/12/02 11:45:06 1.76
+++ pkgsrc/wm/windowmaker/Makefile 2008/08/10 05:20:13 1.77
@@ -1,41 +1,40 @@ @@ -1,41 +1,40 @@
1# $NetBSD: Makefile,v 1.76 2007/12/02 11:45:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.77 2008/08/10 05:20:13 obache Exp $
2 2
3DISTNAME= WindowMaker-0.92.0 3DISTNAME= WindowMaker-0.92.0
4PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/} 4PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/}
5PKGREVISION= 7 5PKGREVISION= 7
6CATEGORIES= x11 wm windowmaker 6CATEGORIES= x11 wm windowmaker
7MASTER_SITES= ftp://ftp.windowmaker.info/pub/source/release/ \ 7MASTER_SITES= ftp://ftp.windowmaker.info/pub/source/release/ \
8 http://windowmaker.info/pub/source/release/ 8 http://windowmaker.info/pub/source/release/
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.windowmaker.info/ 12HOMEPAGE= http://www.windowmaker.info/
13COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone 13COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone
14 14
15BROKEN_GETTEXT_DETECTION= yes 15BROKEN_GETTEXT_DETECTION= yes
16 16
17USE_TOOLS+= msgfmt 17USE_TOOLS+= msgfmt
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes
19USE_PKGLOCALEDIR= yes 19USE_PKGLOCALEDIR= yes
20GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
21CONFIGURE_ARGS+= --enable-usermenu 21CONFIGURE_ARGS+= --enable-usermenu
22CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q} 22CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
23CONFIGURE_ARGS+= --with-gnustepdir=${PREFIX:Q}/share/GNUstep 23CONFIGURE_ARGS+= --with-gnustepdir=${PREFIX:Q}/share/GNUstep
24CONFIGURE_ARGS+= --with-nlsdir=${PREFIX:Q}/${PKGLOCALEDIR:Q}/locale 24CONFIGURE_ARGS+= --with-nlsdir=${PREFIX:Q}/${PKGLOCALEDIR:Q}/locale
25CONFIGURE_ENV+= LINGUAS=yes 25CONFIGURE_ENV+= LINGUAS=yes
26CONFIGURE_ENV+= CPP_PATH=${CPP:Q} 26CONFIGURE_ENV+= CPP_PATH=${CPP:Q}
27REPLACE_PERL+= util/wkdemenu.pl 27REPLACE_PERL+= util/wkdemenu.pl
28INSTALL_TARGET= install-strip 
29 28
30.include "../../mk/compiler.mk" 29.include "../../mk/compiler.mk"
31 30
32.if ${MACHINE_ARCH} != "i386" 31.if ${MACHINE_ARCH} != "i386"
33CONFIGURE_ENV+= ac_cv_c_inline_asm=no 32CONFIGURE_ENV+= ac_cv_c_inline_asm=no
34.endif 33.endif
35 34
36.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" 35.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
37GCC_REQD+= 3.0 36GCC_REQD+= 3.0
38.endif 37.endif
39 38
40PKG_SYSCONFSUBDIR= WindowMaker 39PKG_SYSCONFSUBDIR= WindowMaker
41EGDIR= ${PREFIX}/share/examples/WindowMaker 40EGDIR= ${PREFIX}/share/examples/WindowMaker