diff options
author | flathill <flathill@FreeBSD.org> | 1998-12-05 00:17:53 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-12-05 00:17:53 +0800 |
commit | e862e04bd0a76f4557b46c686ccbb89071ff003a (patch) | |
tree | 8299c4abe296e5937221c544d4e91aad46b58e3e /japanese | |
parent | 92c9f8ad1a0955324996fd3b26e41bb37ee292c0 (diff) | |
download | freebsd-ports-gnome-e862e04bd0a76f4557b46c686ccbb89071ff003a.tar.gz freebsd-ports-gnome-e862e04bd0a76f4557b46c686ccbb89071ff003a.tar.zst freebsd-ports-gnome-e862e04bd0a76f4557b46c686ccbb89071ff003a.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
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tcsh/Makefile | 10 | ||||
-rw-r--r-- | japanese/tcsh/distinfo | 2 | ||||
-rw-r--r-- | japanese/tcsh/files/patch-af | 12 |
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 |