diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-16 03:34:57 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-16 03:34:57 +0000 |
commit | 65a1f9f5fe93a6bf51da641622746d2b5c499347 (patch) | |
tree | cee901d711cb76244a5bb65ffc118c60099c0858 /print/xtem/files | |
parent | ed72f852335c2a4cae54b82facee9e5fd89603dd (diff) | |
download | freebsd-ports-65a1f9f5fe93a6bf51da641622746d2b5c499347.zip |
Upgrade to 8.00
PR: 23569
Submitted by: Ports Fury
Diffstat (limited to 'print/xtem/files')
-rw-r--r-- | print/xtem/files/exclude-list | 1 | ||||
-rw-r--r-- | print/xtem/files/patch-aa | 17 | ||||
-rw-r--r-- | print/xtem/files/patch-ab | 13 |
3 files changed, 9 insertions, 22 deletions
diff --git a/print/xtem/files/exclude-list b/print/xtem/files/exclude-list index 63048784c0d3..66cb2fd61fac 100644 --- a/print/xtem/files/exclude-list +++ b/print/xtem/files/exclude-list @@ -1,3 +1,4 @@ +COPYING *.orig *.bak changecode* diff --git a/print/xtem/files/patch-aa b/print/xtem/files/patch-aa index c8659348a888..493572f1d52d 100644 --- a/print/xtem/files/patch-aa +++ b/print/xtem/files/patch-aa @@ -1,29 +1,28 @@ ---- xtem.orig Mon Jun 21 14:00:27 1999 -+++ xtem Fri Sep 3 10:43:14 1999 +--- xtem.orig Tue Dec 5 22:56:05 2000 ++++ xtem Wed Dec 13 01:19:04 2000 @@ -10,21 +10,21 @@ # touch xtemInstalled - ##### command to call wishx (must include Tcl, Tk and TclX) --wishcall="/usr/local/bin/wishx" -+wishcall=@WISHX@ + ##### command to call wish (must include Tcl and Tk) +-wishcall="/usr/local/bin/wish" ++wishcall="%%WISH%%" ##### command to call tcl (pure Tcl, without Tk) -tclcall="/usr/local/bin/tclsh" -+tclcall=@TCLSH@ ++tclcall="%%TCLSH%%" ##### path in which xtem is installed: ##### can be set by the environment variable XTEMPATH; ##### if XTEMPATH doesn't exist, it will be set to the following default value: -: ${XTEMPATH=${XTEMPATH-/misc/local/xtem/xtem}} -+: ${XTEMPATH=${XTEMPATH-@XTEMPATH@}} ++: ${XTEMPATH=${XTEMPATH-%%XTEMPATH%%}} ##### (i.e. files /misc/local/xtem/xtem/*.tcl will be found) ##### one of the following language defining lines must be made active! #defaultlanguage="german" --#defaultlanguage="english" + #defaultlanguage="english" -defaultlanguage="german" +defaultlanguage="english" -+#defaultlanguage="german" if [ ! -d "$XTEMPATH" ] then diff --git a/print/xtem/files/patch-ab b/print/xtem/files/patch-ab deleted file mode 100644 index 87874421dfbf..000000000000 --- a/print/xtem/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- locals_english.LRW/mkcommand.vst.orig Mon Jun 21 14:00:36 1999 -+++ locals_english.LRW/mkcommand.vst Fri Sep 3 10:44:24 1999 -@@ -1,8 +1,8 @@ - @ Tcl_7.3 @ Tcl_7.4 @ Tcl_7.5 @ Tcl_7.6 @ Tcl_8.0 @ Tcl_8.1 -+high performancy (Tcl command used: pipe) @ @ mkcommand.7 @ mkcommand.7 @ mkcommand.7 @ mkcommand.7 @ mkcommand.7 -+high performancy (Tcl command used: open "|...|& cat" ) @ @ mkcommand.6 @ mkcommand.6 @ mkcommand.6 @ mkcommand.6 @ mkcommand.6 - high performancy (does not work with BSD based Unix) @ mkcommand.3 @ @ @ @ @ - high performancy @ @ mkcommand.3 @ @ @ @ --high performancy (Tcl command used: open "|...|& cat" ) @ @ mkcommand.6 @ mkcommand.6 @ mkcommand.6 @ mkcommand.6 @ mkcommand.6 --high performancy (Tcl command used: pipe) @ @ mkcommand.7 @ mkcommand.7 @ mkcommand.7 @ mkcommand.7 @ mkcommand.7 - efficient (does not work under BSD based unix) @ mkcommand.2 @ mkcommand.2 @ @ @ @ - less efficient if much output is to be displayed (all systems) @ mkcommand.1 @ mkcommand.1 @ mkcommand.1 @ mkcommand.1 @ @ - a permanent xterm window will be generated (most systems) @ mkcommand.4 @ mkcommand.4 @ mkcommand.4 @ mkcommand.4 @ mkcommand.4 @ mkcommand.4 |