pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets strip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/582382e52dab
branches:  trunk
changeset: 475705:582382e52dab
user:      danw <danw%pkgsrc.org@localhost>
date:      Sun May 23 20:58:41 2004 +0000

description:
USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes

diffstat:

 emulators/gnuboy/Makefile    |   4 +++-
 emulators/minivmac/Makefile  |   3 ++-
 games/galaxa/Makefile        |   3 ++-
 games/spellcast/Makefile     |   3 ++-
 games/xevil/Makefile         |   3 ++-
 games/xzip/Makefile          |   3 ++-
 graphics/pgraf/Makefile      |   3 ++-
 mail/bbmail/Makefile         |   3 ++-
 mail/bbmail/distinfo         |   3 +--
 mail/bbmail/patches/patch-aa |  13 -------------
 mbone/mdp/Makefile           |   3 ++-
 time/dclock/Makefile         |   3 ++-
 x11/xkbset/Makefile          |   3 ++-
 x11/xpns/Makefile            |   3 ++-
 14 files changed, 26 insertions(+), 27 deletions(-)

diffs (230 lines):

diff -r f95a0c11ce7b -r 582382e52dab emulators/gnuboy/Makefile
--- a/emulators/gnuboy/Makefile Sun May 23 20:54:32 2004 +0000
+++ b/emulators/gnuboy/Makefile Sun May 23 20:58:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:45:55 martti Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/23 20:58:41 danw Exp $
 
 DISTNAME=      gnuboy-1.0.3
 PKGREVISION=   1
@@ -10,6 +10,8 @@
 COMMENT=       Gameboy emulator
 
 GNU_CONFIGURE= yes
+USE_X11=       yes
+USE_BUILDLINK3=        yes
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnuboy
diff -r f95a0c11ce7b -r 582382e52dab emulators/minivmac/Makefile
--- a/emulators/minivmac/Makefile       Sun May 23 20:54:32 2004 +0000
+++ b/emulators/minivmac/Makefile       Sun May 23 20:58:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/28 15:45:06 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/23 20:58:41 danw Exp $
 
 DISTNAME=      minivmac-0.1.7.src
 PKGNAME=       minivmac-0.1.7
@@ -13,6 +13,7 @@
 
 WRKSRC=                ${WRKDIR}/minivmac
 USE_X11=       YES
+USE_BUILDLINK3=        YES
 
 SCRIPTS_ENV+=  CC="${CC}"
 
diff -r f95a0c11ce7b -r 582382e52dab games/galaxa/Makefile
--- a/games/galaxa/Makefile     Sun May 23 20:54:32 2004 +0000
+++ b/games/galaxa/Makefile     Sun May 23 20:58:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/20 12:15:40 agc Exp $
+# $NetBSD: Makefile,v 1.11 2004/05/23 20:58:41 danw Exp $
 #
 
 DISTNAME=      galaxa.0.1
@@ -14,6 +14,7 @@
 WRKSRC=                ${WRKDIR}/galaxa
 MAKEFILE=      makefile
 USE_X11=       yes
+USE_BUILDLINK3=        yes
 
 pre-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/galaxa
diff -r f95a0c11ce7b -r 582382e52dab games/spellcast/Makefile
--- a/games/spellcast/Makefile  Sun May 23 20:54:32 2004 +0000
+++ b/games/spellcast/Makefile  Sun May 23 20:58:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:59 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2004/05/23 20:58:41 danw Exp $
 #
 
 DISTNAME=              spellcast
@@ -12,5 +12,6 @@
 COMMENT=               Game of dueling wizards for two players
 
 USE_X11BASE=           yes
+USE_BUILDLINK3=                yes
 
 .include "../../mk/bsd.pkg.mk"
diff -r f95a0c11ce7b -r 582382e52dab games/xevil/Makefile
--- a/games/xevil/Makefile      Sun May 23 20:54:32 2004 +0000
+++ b/games/xevil/Makefile      Sun May 23 20:58:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:41 agc Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/23 20:58:42 danw Exp $
 
 DISTNAME=              xevil1.5.1e
 PKGNAME=               xevil-1.5.1e
@@ -16,5 +16,6 @@
 
 WRKSRC=                        ${WRKDIR}
 USE_X11BASE=           yes
+USE_BUILDLINK3=                yes
 
 .include "../../mk/bsd.pkg.mk"
diff -r f95a0c11ce7b -r 582382e52dab games/xzip/Makefile
--- a/games/xzip/Makefile       Sun May 23 20:54:32 2004 +0000
+++ b/games/xzip/Makefile       Sun May 23 20:58:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:15:42 agc Exp $
+# $NetBSD: Makefile,v 1.8 2004/05/23 20:58:42 danw Exp $
 
 DISTNAME=              xzip180
 PKGNAME=               xzip-1.8
@@ -12,6 +12,7 @@
 
 WRKSRC=                        ${WRKDIR}/xzip
 USE_X11BASE=           yes
+USE_BUILDLINK3=                yes
 ALL_TARGET=            xzip
 
 .include "../../mk/bsd.pkg.mk"
diff -r f95a0c11ce7b -r 582382e52dab graphics/pgraf/Makefile
--- a/graphics/pgraf/Makefile   Sun May 23 20:54:32 2004 +0000
+++ b/graphics/pgraf/Makefile   Sun May 23 20:58:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 21:42:09 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/05/23 20:58:42 danw Exp $
 
 DISTNAME=              pgraf-20010131
 CATEGORIES=            graphics
@@ -9,6 +9,7 @@
 
 NO_SRC_ON_FTP=         Already in MASTER_SITE_LOCAL
 USE_X11=               YES
+USE_BUILDLINK3=                YES
 
 CONFLICTS=             pgp5-[0-9]*             # Both have a `pgps' executable
 
diff -r f95a0c11ce7b -r 582382e52dab mail/bbmail/Makefile
--- a/mail/bbmail/Makefile      Sun May 23 20:54:32 2004 +0000
+++ b/mail/bbmail/Makefile      Sun May 23 20:58:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/11/07 14:59:42 gavan Exp $
+# $NetBSD: Makefile,v 1.8 2004/05/23 20:58:42 danw Exp $
 #
 
 DISTNAME=      bbmail-0.8.3
@@ -11,6 +11,7 @@
 
 GNU_CONFIGURE= YES
 USE_X11=       YES
+USE_BUILDLINK3=        YES
 USE_GCC_SHLIB= YES
 
 do-install:
diff -r f95a0c11ce7b -r 582382e52dab mail/bbmail/distinfo
--- a/mail/bbmail/distinfo      Sun May 23 20:54:32 2004 +0000
+++ b/mail/bbmail/distinfo      Sun May 23 20:58:41 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/07/18 15:26:27 jschauma Exp $
+$NetBSD: distinfo,v 1.5 2004/05/23 20:58:42 danw Exp $
 
 SHA1 (bbmail-0.8.3.tar.gz) = 1707500785614805b88b77d4e86c3fbb059744e2
 Size (bbmail-0.8.3.tar.gz) = 123318 bytes
-SHA1 (patch-aa) = 70539174530e034ced8840ccc2120146fc4f5b4c
diff -r f95a0c11ce7b -r 582382e52dab mail/bbmail/patches/patch-aa
--- a/mail/bbmail/patches/patch-aa      Sun May 23 20:54:32 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2002/08/12 16:02:45 agc Exp $
-
---- Makefile.in        2002/08/12 15:32:50     1.1
-+++ Makefile.in        2002/08/12 15:34:06
-@@ -117,7 +117,7 @@
- 
- DEFS = @DEFS@
- DEFAULT_INCLUDES =  -I. -I$(srcdir)
--LDFLAGS = @LDFLAGS@
-+LDFLAGS = @LDFLAGS@ -Wl,-R${X11BASE}/lib
- LIBS = @LIBS@
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/BaseDisplay.Po $(DEPDIR)/Basemenu.Po \
diff -r f95a0c11ce7b -r 582382e52dab mbone/mdp/Makefile
--- a/mbone/mdp/Makefile        Sun May 23 20:54:32 2004 +0000
+++ b/mbone/mdp/Makefile        Sun May 23 20:58:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/24 14:00:13 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/05/23 20:58:42 danw Exp $
 #
 
 DISTNAME=      src-mdp-1.9a5
@@ -14,6 +14,7 @@
 WRKSRC=                ${WRKDIR}/mdp/unix
 USE_GNU_TOOLS+=        make
 ALL_TARGET=    mdp
+USE_BUILDLINK3=        yes
 
 pre-build:
                ${LN} -sf ${WRKSRC}/Makefile.netbsd ${WRKSRC}/Makefile
diff -r f95a0c11ce7b -r 582382e52dab time/dclock/Makefile
--- a/time/dclock/Makefile      Sun May 23 20:54:32 2004 +0000
+++ b/time/dclock/Makefile      Sun May 23 20:58:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:27:16 agc Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/23 20:58:42 danw Exp $
 #
 
 DISTNAME=      dclock
@@ -14,6 +14,7 @@
 
 WRKSRC=                ${WRKDIR}
 USE_X11BASE=   yes
+USE_BUILDLINK3=        yes
 
 MAKE_ENV+=     CC="${CC}"
 
diff -r f95a0c11ce7b -r 582382e52dab x11/xkbset/Makefile
--- a/x11/xkbset/Makefile       Sun May 23 20:54:32 2004 +0000
+++ b/x11/xkbset/Makefile       Sun May 23 20:58:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 22:56:58 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/23 20:58:42 danw Exp $
 #
 
 DISTNAME=      xkbset-0.3
@@ -12,6 +12,7 @@
 
 USE_PERL5=     build
 USE_X11BASE=   yes
+USE_BUILDLINK3=        yes
 REPLACE_PERL=  mskacc-gui
 
 .include "../../mk/bsd.pkg.mk"
diff -r f95a0c11ce7b -r 582382e52dab x11/xpns/Makefile
--- a/x11/xpns/Makefile Sun May 23 20:54:32 2004 +0000
+++ b/x11/xpns/Makefile Sun May 23 20:58:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/20 12:28:29 agc Exp $
+# $NetBSD: Makefile,v 1.14 2004/05/23 20:58:42 danw Exp $
 # FreeBSD Id: Makefile,v 1.2 1997/06/29 09:38:20 obrien Exp
 #
 
@@ -14,6 +14,7 @@
 
 WRKSRC=                ${WRKDIR}
 USE_X11BASE=   yes
+USE_BUILDLINK3=        yes
 MAKEFILE=      makefile
 ALL_TARGET=    pns
 



Home | Main Index | Thread Index | Old Index