pkgsrc/misc/dotfile/patches/patch-ab
jwise 5a2022ae50 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.
2000-08-31 19:14:03 +00:00

45 lines
1.5 KiB
Text

$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 ----------------------------------------------------------------------