From 86523dd9df347f087bb7014d2aaf8f1bfe42a540 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 9 Jan 2006 11:59:55 +0000 Subject: Patch the "texconfig-dialog" script (patching the "texconfig" script doesn't help any more) so it calls the "dialog" program without requiring the "DIALOG_PROG" environment variable to be set. Bump package revision because of this fix. --- print/teTeX3-bin/patches/patch-ac | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 print/teTeX3-bin/patches/patch-ac (limited to 'print/teTeX3-bin/patches') diff --git a/print/teTeX3-bin/patches/patch-ac b/print/teTeX3-bin/patches/patch-ac new file mode 100644 index 00000000000..aa5c425e39f --- /dev/null +++ b/print/teTeX3-bin/patches/patch-ac @@ -0,0 +1,20 @@ +$NetBSD: patch-ac,v 1.1 2006/01/09 11:59:55 tron Exp $ + +--- texk/tetex/texconfig-dialog.orig 2005-02-01 21:00:42.000000000 +0000 ++++ texk/tetex/texconfig-dialog 2006-01-09 11:47:52.000000000 +0000 +@@ -82,14 +82,7 @@ + runDialog() + { + termCtl clear +- if test -n "$DIALOG_PROG"; then +- $DIALOG_PROG --title "TeX setup utility" ${1+"$@"} +- runDialogRc=$? +- else +- TERM=$DIALOG_TERM TERMINFO=$DIALOG_TERMINFO \ +- tcdialog --title "TeX setup utility" ${1+"$@"} +- runDialogRc=$? +- fi ++ dialog --title "TeX setup utility" ${1+"$@"} + termCtl clear + (exit $runDialogRc) + return $runDialogRc -- cgit v1.2.3