summaryrefslogtreecommitdiff
path: root/irc/zircon/files/patch-installZircon
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-15 18:44:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-15 18:44:27 +0000
commit7334b897a16534c5d7fc105b00a735db22fe453d (patch)
tree1a103ddf99dd8a7bd4babf997d35c21043d526a2 /irc/zircon/files/patch-installZircon
parentAdd ruby-p4 (P4Ruby), Ruby interface to the Perforce API. (diff)
- Force binding with wish8.3, even if wish8.4 is installed.
- install and build, even if no DISPLAY is running This will allow packages to be build on bento
Diffstat (limited to 'irc/zircon/files/patch-installZircon')
-rw-r--r--irc/zircon/files/patch-installZircon24
1 files changed, 24 insertions, 0 deletions
diff --git a/irc/zircon/files/patch-installZircon b/irc/zircon/files/patch-installZircon
new file mode 100644
index 000000000000..63ac791a203f
--- /dev/null
+++ b/irc/zircon/files/patch-installZircon
@@ -0,0 +1,24 @@
+--- installZircon.orig Wed Jun 7 11:16:06 2000
++++ installZircon Fri Aug 15 20:29:58 2003
+@@ -2,19 +2,14 @@
+ #
+ # Thanks to Alain Nissen for this - I couldn't be fashed to do it!!
+ #
+-if test -z "$DISPLAY"
+-then
+- echo You must run this program under the X-Window System
+- exit 1
+-fi
+ IFS="${IFS= }"
+ old_ifs="$IFS"
+ IFS="${IFS}:"
+ if test -z "$*"
+ then
+- progs="wish8.4 wish8.3 wish8.2 wish8.1 wish8.0 wish4.2 wish4.1 wish wish"
++ progs="%%WISH%%"
+ else
+- progs="tclsh8.4 tclsh8.3 tclsh8.2 tclsh8.1 tclsh8.0 tclsh4.2 tclsh"
++ progs="%%TCLSH%%"
+ fi
+ my_wish=
+ for wish in $progs