pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/tcsh Add a patch to fix issue with Meta-<key> n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54ed94cd0339
branches:  trunk
changeset: 604209:54ed94cd0339
user:      he <he%pkgsrc.org@localhost>
date:      Fri May 25 20:01:31 2012 +0000

description:
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:

 shells/tcsh/Makefile         |  3 ++-
 shells/tcsh/distinfo         |  7 ++++---
 shells/tcsh/patches/patch-aa |  4 +++-
 shells/tcsh/patches/patch-ab |  4 +++-
 4 files changed, 12 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r fcf52598139c -r 54ed94cd0339 shells/tcsh/Makefile
--- a/shells/tcsh/Makefile      Fri May 25 19:55:43 2012 +0000
+++ b/shells/tcsh/Makefile      Fri May 25 20:01:31 2012 +0000
@@ -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 -r fcf52598139c -r 54ed94cd0339 shells/tcsh/distinfo
--- a/shells/tcsh/distinfo      Fri May 25 19:55:43 2012 +0000
+++ b/shells/tcsh/distinfo      Fri May 25 20:01:31 2012 +0000
@@ -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 -r fcf52598139c -r 54ed94cd0339 shells/tcsh/patches/patch-aa
--- a/shells/tcsh/patches/patch-aa      Fri May 25 19:55:43 2012 +0000
+++ b/shells/tcsh/patches/patch-aa      Fri May 25 20:01:31 2012 +0000
@@ -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 -r fcf52598139c -r 54ed94cd0339 shells/tcsh/patches/patch-ab
--- a/shells/tcsh/patches/patch-ab      Fri May 25 19:55:43 2012 +0000
+++ b/shells/tcsh/patches/patch-ab      Fri May 25 20:01:31 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index