Fri Mar 26 14:09:51 2010 UTC ()
Apply the patch from pkg/40683, which did not make it into the 6.17
update of the package.


(hauke)
diff -r1.67 -r1.68 pkgsrc/shells/tcsh/Makefile
diff -r1.25 -r1.26 pkgsrc/shells/tcsh/distinfo
diff -r0 -r1.13 pkgsrc/shells/tcsh/patches/patch-ac

cvs diff -r1.67 -r1.68 pkgsrc/shells/tcsh/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/tcsh/Makefile 2010/03/14 14:06:09 1.67
+++ pkgsrc/shells/tcsh/Makefile 2010/03/26 14:09:50 1.68
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.67 2010/03/14 14:06:09 adam Exp $ 1# $NetBSD: Makefile,v 1.68 2010/03/26 14:09:50 hauke Exp $
2 2
3DISTNAME= tcsh-6.17.00 3DISTNAME= tcsh-6.17.00
 4PKGREVISION= 1
4CATEGORIES= shells 5CATEGORIES= shells
5MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ 6MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \
6 ftp://ftp.funet.fi/pub/unix/shells/tcsh/ 7 ftp://ftp.funet.fi/pub/unix/shells/tcsh/
7 8
8MAINTAINER= kim@tac.nyc.ny.us 9MAINTAINER= kim@tac.nyc.ny.us
9HOMEPAGE= http://www.tcsh.org/Welcome 10HOMEPAGE= http://www.tcsh.org/Welcome
10COMMENT= Extended C-shell with many useful features 11COMMENT= Extended C-shell with many useful features
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14CONFLICTS?= static-tcsh-[0-9]* 15CONFLICTS?= static-tcsh-[0-9]*
15 16
16GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes

cvs diff -r1.25 -r1.26 pkgsrc/shells/tcsh/distinfo (expand / switch to unified diff)

--- pkgsrc/shells/tcsh/distinfo 2010/03/14 14:06:09 1.25
+++ pkgsrc/shells/tcsh/distinfo 2010/03/26 14:09:50 1.26
@@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
1$NetBSD: distinfo,v 1.25 2010/03/14 14:06:09 adam Exp $ 1$NetBSD: distinfo,v 1.26 2010/03/26 14:09:50 hauke Exp $
2 2
3SHA1 (tcsh-6.17.00.tar.gz) = 9bf67d5ce1b406178e9ba535ecd34553fe0d4d36 3SHA1 (tcsh-6.17.00.tar.gz) = 9bf67d5ce1b406178e9ba535ecd34553fe0d4d36
4RMD160 (tcsh-6.17.00.tar.gz) = 2cc41a895799ade6d62640f877bb626f136dac35 4RMD160 (tcsh-6.17.00.tar.gz) = 2cc41a895799ade6d62640f877bb626f136dac35
5Size (tcsh-6.17.00.tar.gz) = 890084 bytes 5Size (tcsh-6.17.00.tar.gz) = 890084 bytes
6SHA1 (patch-aa) = bd2c3a5814b17675c56618feae9184548e40c0d0 6SHA1 (patch-aa) = bd2c3a5814b17675c56618feae9184548e40c0d0
7SHA1 (patch-ab) = ab71a3826bbcef0702a7d43446f13454176aa671 7SHA1 (patch-ab) = ab71a3826bbcef0702a7d43446f13454176aa671
 8SHA1 (patch-ac) = b08d073d947775c0bedaaf53c55bbd6c6c63c6d2

File Added: pkgsrc/shells/tcsh/patches/Attic/patch-ac
$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 */