diff options
author | he <he@pkgsrc.org> | 2012-05-25 20:01:31 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2012-05-25 20:01:31 +0000 |
commit | 0693228828b1576efd1c5817a897ffec77e3f2f0 (patch) | |
tree | 84d876630beb2862cb306fc0089148bc6ae0dd68 /shells | |
parent | c0eea106e661f6f88c3ce23b09ecc8e6ce773d79 (diff) | |
download | pkgsrc-0693228828b1576efd1c5817a897ffec77e3f2f0.tar.gz |
Add a patch to fix issue with Meta-<key> no longer being recognized.
Patch from christos@.
Add comments to some of the other patch files to appease pkglint.
Bump PKGREVISION.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 3 | ||||
-rw-r--r-- | shells/tcsh/distinfo | 7 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-aa | 4 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-ab | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 10c0eb6db9a..ce9c778014e 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2012/03/22 16:54:25 adam Exp $ +# $NetBSD: Makefile,v 1.70 2012/05/25 20:01:31 he Exp $ DISTNAME= tcsh-6.18.01 +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.funet.fi/pub/unix/shells/tcsh/ diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo index af9c62f4752..d4c12f8bc5d 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.28 2012/03/22 16:54:25 adam Exp $ +$NetBSD: distinfo,v 1.29 2012/05/25 20:01:31 he Exp $ SHA1 (tcsh-6.18.01.tar.gz) = eee2035645737197ff8059c84933a75d23cd76f9 RMD160 (tcsh-6.18.01.tar.gz) = ea18bb6d4d6dca2700d74daa2940f67d45a18cb9 Size (tcsh-6.18.01.tar.gz) = 926872 bytes -SHA1 (patch-aa) = f9d9d21482380002eaad51125310b6d36930baa7 -SHA1 (patch-ab) = ab71a3826bbcef0702a7d43446f13454176aa671 +SHA1 (patch-aa) = eadb2c1f4ad8bab7826c8e07c8edfc68569c74d4 +SHA1 (patch-ab) = 8cf26988778b5331360eb1aab98bfcc920c71ac2 +SHA1 (patch-ac) = c2a944f9c6857cdd8ba9753e3ce7c496749f8f87 diff --git a/shells/tcsh/patches/patch-aa b/shells/tcsh/patches/patch-aa index 81157e48bcd..a95c7f07331 100644 --- a/shells/tcsh/patches/patch-aa +++ b/shells/tcsh/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.12 2012/03/22 16:54:25 adam Exp $ +$NetBSD: patch-aa,v 1.13 2012/05/25 20:01:31 he Exp $ + +Use LDFLAGS and BSD_INSTALL_*. --- Makefile.in.orig 2011-02-05 17:35:31.000000000 +0000 +++ Makefile.in diff --git a/shells/tcsh/patches/patch-ab b/shells/tcsh/patches/patch-ab index 063a5119aba..10e13acfe5c 100644 --- a/shells/tcsh/patches/patch-ab +++ b/shells/tcsh/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.11 2007/04/11 04:56:56 christos Exp $ +$NetBSD: patch-ab,v 1.12 2012/05/25 20:01:31 he Exp $ + +Special adaptation for different NetBSD versions and for OpenBSD. --- config_f.h.orig 2006-08-28 10:53:04.000000000 -0400 +++ config_f.h 2007-04-09 20:02:34.000000000 -0400 |