diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-25 11:56:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-25 11:56:34 +0000 |
commit | 7dbd7b7d5e30aff86a49fa033c6a2aea22e4e892 (patch) | |
tree | d305187ea667e2c134a9ba020eeef89d11ad7890 /lang/pforth | |
parent | b01045faccd079c816daa4904357eb08f8d4ce21 (diff) | |
download | pkgsrc-7dbd7b7d5e30aff86a49fa033c6a2aea22e4e892.tar.gz |
Change default for zip extraction to leave files as they are.
Previously, zip extraction by default converted to lower case.
Fix some packages that need it and remove -L from some packages
that manually set it.
Diffstat (limited to 'lang/pforth')
-rw-r--r-- | lang/pforth/Makefile | 3 | ||||
-rw-r--r-- | lang/pforth/distinfo | 4 | ||||
-rw-r--r-- | lang/pforth/patches/patch-aa | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/lang/pforth/Makefile b/lang/pforth/Makefile index 07cdfa2acf2..80fb9117a12 100644 --- a/lang/pforth/Makefile +++ b/lang/pforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/03/04 16:38:12 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2009/08/25 11:56:35 wiz Exp $ DISTNAME= pfthpc21 PKGNAME= pforth-21 @@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} USE_LANGUAGES= c++ USE_TOOLS+= gmake -MAKE_FILE= ${WRKSRC}/makefile NOT_FOR_PLATFORM= *-*-alpha #segfaults when running ./pforth during build diff --git a/lang/pforth/distinfo b/lang/pforth/distinfo index 0b9f3e41074..9b6f6c09e5f 100644 --- a/lang/pforth/distinfo +++ b/lang/pforth/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 09:03:10 agc Exp $ +$NetBSD: distinfo,v 1.6 2009/08/25 11:56:35 wiz Exp $ SHA1 (pfthpc21.zip) = 550de4405f593004ff6e957a1c294bd801167e5b RMD160 (pfthpc21.zip) = cd5ab920efad2098351be98f86955d0e10ea61b2 Size (pfthpc21.zip) = 295565 bytes -SHA1 (patch-aa) = 8e2c5bcde82e078f341db25d12b79e667cf76c54 +SHA1 (patch-aa) = 7e875a466fb4577457120bf4165adb9339a20193 SHA1 (patch-ab) = bce3729fabfd196b11562ccdc2e559455e29176e diff --git a/lang/pforth/patches/patch-aa b/lang/pforth/patches/patch-aa index 84ff8ffef03..81368a9e140 100644 --- a/lang/pforth/patches/patch-aa +++ b/lang/pforth/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 2004/05/20 18:54:23 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2009/08/25 11:56:35 wiz Exp $ ---- makefile.orig 1998-04-06 17:13:12.000000000 +0200 -+++ makefile +--- Makefile.orig 1998-04-06 17:13:12.000000000 +0200 ++++ Makefile @@ -12,7 +12,7 @@ SOURCEDIR = csrc OBJECTDIR = objects EMBOBJECTDIR = embobjects |