diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-31 19:14:03 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-31 19:14:03 +0000 |
commit | 5a2022ae50eee6f39dd1adc00392dce7bd84d3c5 (patch) | |
tree | 6b5f1cf774db64403bb4c14a86d7ab435ae59457 /misc/dotfile/patches/patch-ab | |
parent | 6070bc71561a002f3fa2b8574d28de197546dbd7 (diff) | |
download | pkgsrc-5a2022ae50eee6f39dd1adc00392dce7bd84d3c5.tar.gz |
Update this package to dotfile-2.4.1, and adapt it to tk-8.3.2.
While there, make it no longer be INTERACTIVE, and add a BUILD_DEF,
DOTFILE_LANG, to support making Japanese or English the default language.
Diffstat (limited to 'misc/dotfile/patches/patch-ab')
-rw-r--r-- | misc/dotfile/patches/patch-ab | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/misc/dotfile/patches/patch-ab b/misc/dotfile/patches/patch-ab new file mode 100644 index 00000000000..5181478b839 --- /dev/null +++ b/misc/dotfile/patches/patch-ab @@ -0,0 +1,45 @@ +$NetBSD: patch-ab,v 1.1 2000/08/31 19:14:05 jwise Exp $ +--- configure.orig Sat Feb 19 14:15:36 2000 ++++ configure Thu Aug 31 14:49:45 2000 +@@ -1224,16 +1224,17 @@ + + + #### Which language should TDG use? +-$TCLSH language.tcl +-res=$? +-if test "$res" = "1" ; then +- LANGUAGE=english; +-elif test "$res" = "2" ; then +- LANGUAGE=japanese; +-else +- { echo "configure: error: Internal error" 1>&2; exit 1; } +-fi ++#$TCLSH language.tcl ++#res=$? ++#if test "$res" = "1" ; then ++# LANGUAGE=english; ++#elif test "$res" = "2" ; then ++# LANGUAGE=japanese; ++#else ++# { echo "configure: error: Internal error" 1>&2; exit 1; } ++#fi + ++LANGUAGE=$DOTFILE_LANG + + trap '' 1 2 15 + cat > confcache <<\EOF +@@ -1505,14 +1506,3 @@ + chmod 755 dotfile + chmod 755 Modules/english/fvwm2/fvwmrc_convert + chmod 755 Modules/japanese/fvwm2/fvwmrc_convert +- +-echo ---------------------------------------------------------------------- +-echo ---------------------------------------------------------------------- +-echo please login to your mail host, go to the directory +-echo Modules/english/procmail and run ./configure from there. +-echo At the moment you do also need to install The Dotfile Generator +-echo at your mailhost for the procmail module to work. You need to install +-echo it in the same directory as you do on this machine +-echo This is a bug, which will be fixed in the next version. +-echo ---------------------------------------------------------------------- +-echo ---------------------------------------------------------------------- |