aboutsummaryrefslogtreecommitdiff
path: root/japanese/tcsh
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-04 16:17:53 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-04 16:17:53 +0000
commit419f47e29ab619364cd8cae01c3514a8eb94bb21 (patch)
treeea20a02768f645c55b5801ddbe5f1f34f54b01c2 /japanese/tcsh
parentaf95af9e7e56c7db3b71e2f428d6249c529b4d34 (diff)
downloadports-419f47e29ab619364cd8cae01c3514a8eb94bb21.tar.gz
ports-419f47e29ab619364cd8cae01c3514a8eb94bb21.zip
Update base tcsh version from 6.08.00 to 6.08.02.
Some bugs about dealing with multibyte characters are fixed in tcsh 6.08.02
Notes
Notes: svn path=/head/; revision=15105
Diffstat (limited to 'japanese/tcsh')
-rw-r--r--japanese/tcsh/Makefile10
-rw-r--r--japanese/tcsh/distinfo2
-rw-r--r--japanese/tcsh/files/patch-af12
3 files changed, 11 insertions, 13 deletions
diff --git a/japanese/tcsh/Makefile b/japanese/tcsh/Makefile
index e3241eae867e..93fc1c6278e6 100644
--- a/japanese/tcsh/Makefile
+++ b/japanese/tcsh/Makefile
@@ -3,18 +3,16 @@
# Date created: 29 November 1997
# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
#
-# $Id$
+# $Id: Makefile,v 1.7 1998/10/10 03:57:25 steve Exp $
#
-DISTNAME= tcsh-6.08
-PKGNAME= ja-tcsh-6.08.00
+DISTNAME= tcsh-6.08.02
+PKGNAME= ja-tcsh-6.08.02
CATEGORIES= japanese shells
-MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/
+MASTER_SITES= ftp://ftp.astron.com/pri/
MAINTAINER= issei@jp.FreeBSD.ORG
-WRKSRC= ${WRKDIR}/tcsh-6.08.00
-
GNU_CONFIGURE= yes
ALL_TARGET= all catalogs
INSTALL_TARGET= install install.man
diff --git a/japanese/tcsh/distinfo b/japanese/tcsh/distinfo
index 66856cb26835..391dc73ffcde 100644
--- a/japanese/tcsh/distinfo
+++ b/japanese/tcsh/distinfo
@@ -1 +1 @@
-MD5 (tcsh-6.08.tar.gz) = e16e0f08b324e67f654ecab554042967
+MD5 (tcsh-6.08.02.tar.gz) = 72ebe4f11123bf6c4b04e674139e9478
diff --git a/japanese/tcsh/files/patch-af b/japanese/tcsh/files/patch-af
index 63c19a4d9bd0..6118875ef09b 100644
--- a/japanese/tcsh/files/patch-af
+++ b/japanese/tcsh/files/patch-af
@@ -1,5 +1,5 @@
---- config_f.h.orig Sat Sep 19 23:48:08 1998
-+++ config_f.h Sat Sep 26 23:08:09 1998
+--- config_f.h.orig Mon Oct 26 00:09:45 1998
++++ config_f.h Tue Dec 1 20:20:44 1998
@@ -65,7 +65,11 @@
* if you don't have <nl_types.h>, you don't want
* to define this.
@@ -13,7 +13,7 @@
/*
* LOGINFIRST Source ~/.login before ~/.cshrc
-@@ -117,20 +121,29 @@
+@@ -117,21 +121,29 @@
* be used with SHORT_STRINGS
*
*/
@@ -22,7 +22,8 @@
/*
* DSPMBYTE add variable "dspmbyte" and display multi-byte string at
- * only output, when "dspmbyte" is set.
+ * only output, when "dspmbyte" is set. Should be used with
+ * KANJI
*/
-#undef DSPMBYTE
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
@@ -30,7 +31,6 @@
+#else
+# undef DSPMBYTE
+#endif
-+
/*
* MBYTEDEBUG when "dspmbyte" is changed, set multi-byte checktable to
@@ -38,7 +38,7 @@
* (use for multi-byte table check)
*/
-#undef MBYTEDEBUG
-+#if defined(__FreeBSD__) || defined(__OpenBSD__)
++#if defined(__FreeBSD__)
+# define MBYTEDEBUG
+#else
+# undef MBYTEDEBUG