diff options
author | hauke <hauke@pkgsrc.org> | 2010-03-26 14:09:50 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2010-03-26 14:09:50 +0000 |
commit | e49cd5622cca980e5fd2508660301ba174789a96 (patch) | |
tree | 6d7ee69c0f2161a6ffcef138e8a24e3ad22c7e08 /shells | |
parent | ca1164fe0f3362870200ad7a9dde4cb4c4527ada (diff) | |
download | pkgsrc-e49cd5622cca980e5fd2508660301ba174789a96.tar.gz |
Apply the patch from pkg/40683, which did not make it into the 6.17
update of the package.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 3 | ||||
-rw-r--r-- | shells/tcsh/distinfo | 3 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-ac | 14 |
3 files changed, 18 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 89fb2ee1045..e6f8687aea6 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2010/03/14 14:06:09 adam Exp $ +# $NetBSD: Makefile,v 1.68 2010/03/26 14:09:50 hauke Exp $ DISTNAME= tcsh-6.17.00 +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 dfbb66b0333..d72490e80dd 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.25 2010/03/14 14:06:09 adam Exp $ +$NetBSD: distinfo,v 1.26 2010/03/26 14:09:50 hauke Exp $ SHA1 (tcsh-6.17.00.tar.gz) = 9bf67d5ce1b406178e9ba535ecd34553fe0d4d36 RMD160 (tcsh-6.17.00.tar.gz) = 2cc41a895799ade6d62640f877bb626f136dac35 Size (tcsh-6.17.00.tar.gz) = 890084 bytes SHA1 (patch-aa) = bd2c3a5814b17675c56618feae9184548e40c0d0 SHA1 (patch-ab) = ab71a3826bbcef0702a7d43446f13454176aa671 +SHA1 (patch-ac) = b08d073d947775c0bedaaf53c55bbd6c6c63c6d2 diff --git a/shells/tcsh/patches/patch-ac b/shells/tcsh/patches/patch-ac new file mode 100644 index 00000000000..1f0d4ef41bf --- /dev/null +++ b/shells/tcsh/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.13 2010/03/26 14:09:51 hauke Exp $ + +--- sh.char.c.orig 2007-03-07 17:31:37.000000000 +0100 ++++ sh.char.c +@@ -233,8 +233,8 @@ unsigned short _cmap[256] = { + + /* 252 udiaeresis 253 yacute 254 thorn 255 ydiaeresis */ + _LET|_DOW, _LET|_DOW, _LET|_DOW, _LET|_DOW, +-}; + #endif /* SHORT_STRINGS */ ++}; + + #if defined(KANJI) && defined(SHORT_STRINGS) && defined(DSPMBYTE) + /* original table */ |