diff options
author | dholland <dholland@pkgsrc.org> | 2012-01-02 01:25:25 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-01-02 01:25:25 +0000 |
commit | 8559fb60186b458f83f149b775792881a66b6b59 (patch) | |
tree | a45f863ba463dc1a1976d4e2133b4bff75a65105 /cross | |
parent | 1817b135d81a6955dd63f05ae2c015c0a9635b8c (diff) | |
download | pkgsrc-8559fb60186b458f83f149b775792881a66b6b59.tar.gz |
Don't install c++filt, it comes with binutils. PKGREVISION -> 6
Diffstat (limited to 'cross')
-rw-r--r-- | cross/h8300-hms-gcc/Makefile | 6 | ||||
-rw-r--r-- | cross/h8300-hms-gcc/PLIST | 4 | ||||
-rw-r--r-- | cross/h8300-hms-gcc/distinfo | 4 | ||||
-rw-r--r-- | cross/h8300-hms-gcc/patches/patch-af | 5 |
4 files changed, 9 insertions, 10 deletions
diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index d299c4456b4..542aa09a78a 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2010/02/14 21:30:00 dholland Exp $ +# $NetBSD: Makefile,v 1.26 2012/01/02 01:25:25 dholland Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= cross MASTER_SITES= ftp://ftp.gnu.org/gnu/gcc/gcc-3.1/ \ ftp://sources.redhat.com/pub/newlib/ @@ -49,7 +49,7 @@ post-install: for f in h8300-hms-cpp h8300-hms-gcc \ h8300-hms-c++ h8300-hms-g++ \ h8300-hms-gccbug h8300-hms-gcov \ - h8300-hms-c++filt ; do \ + ; do \ ${LN} -s ../libexec/cross-h8300-hms/bin/"$$f" \ ${DESTDIR}${PREFIX}/bin/"$$f" || exit 1; \ done diff --git a/cross/h8300-hms-gcc/PLIST b/cross/h8300-hms-gcc/PLIST index 11835b479b1..de98a5ab184 100644 --- a/cross/h8300-hms-gcc/PLIST +++ b/cross/h8300-hms-gcc/PLIST @@ -1,13 +1,11 @@ -@comment $NetBSD: PLIST,v 1.8 2010/02/14 21:30:00 dholland Exp $ +@comment $NetBSD: PLIST,v 1.9 2012/01/02 01:25:25 dholland Exp $ bin/h8300-hms-c++ -bin/h8300-hms-c++filt bin/h8300-hms-cpp bin/h8300-hms-g++ bin/h8300-hms-gcc bin/h8300-hms-gccbug bin/h8300-hms-gcov libexec/cross-h8300-hms/bin/h8300-hms-c++ -libexec/cross-h8300-hms/bin/h8300-hms-c++filt libexec/cross-h8300-hms/bin/h8300-hms-cpp libexec/cross-h8300-hms/bin/h8300-hms-g++ libexec/cross-h8300-hms/bin/h8300-hms-gcc diff --git a/cross/h8300-hms-gcc/distinfo b/cross/h8300-hms-gcc/distinfo index 6c659dcc2b6..e1158e412ab 100644 --- a/cross/h8300-hms-gcc/distinfo +++ b/cross/h8300-hms-gcc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2010/02/14 21:30:50 dholland Exp $ +$NetBSD: distinfo,v 1.7 2012/01/02 01:25:25 dholland Exp $ SHA1 (gcc-core-3.1.tar.gz) = e93048803611b5c1e0dd745d81b43d6e34bca026 RMD160 (gcc-core-3.1.tar.gz) = d6fe75142280778c952af0717acfa4a2cc500623 @@ -17,5 +17,5 @@ SHA1 (patch-ab) = c73ed16f2faf661e4f39a98f68c51c66e8101b19 SHA1 (patch-ac) = c4db8deb5cebe30b2ca16f2c9b07287ea3323b2e SHA1 (patch-ad) = be068d27d2c17baf2343e46a7e1483ba20e91ec7 SHA1 (patch-ae) = 23ca3e8b25c709e553dbf2db74a9a74f4419bc9e -SHA1 (patch-af) = 4879f30cb20d207a107bbe9c203f30aba984ded8 +SHA1 (patch-af) = 36c1ccb1fc4c958d8f3e3386e071d2c8e3141730 SHA1 (patch-ag) = 9192dde2e2a721ee2d054206ba4844cd4312c737 diff --git a/cross/h8300-hms-gcc/patches/patch-af b/cross/h8300-hms-gcc/patches/patch-af index 8c0babcfe91..0bb7e1ecaa0 100644 --- a/cross/h8300-hms-gcc/patches/patch-af +++ b/cross/h8300-hms-gcc/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.1 2010/02/14 21:30:00 dholland Exp $ +$NetBSD: patch-af,v 1.2 2012/01/02 01:25:25 dholland Exp $ DESTDIR support. @@ -49,7 +49,8 @@ DESTDIR support. + rm -f $(DESTDIR)$(bindir)/$(CXX_TARGET_INSTALL_NAME)$(exeext); \ + $(LN) $(DESTDIR)$(bindir)/$(CXX_INSTALL_NAME)$(exeext) $(DESTDIR)$(bindir)/$(CXX_TARGET_INSTALL_NAME)$(exeext); \ fi ; \ - if [ x$(DEMANGLER_PROG) != x ] && [ -x "$(DEMANGLER_PROG)" ]; then \ +- if [ x$(DEMANGLER_PROG) != x ] && [ -x "$(DEMANGLER_PROG)" ]; then \ ++ if false; then \ if [ -f g++-cross$(exeext) ] ; then \ - rm -f $(bindir)/$(DEMANGLER_CROSS_NAME)$(exeext); \ - $(INSTALL_PROGRAM) $(DEMANGLER_PROG) $(bindir)/$(DEMANGLER_CROSS_NAME)$(exeext); \ |