aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-01 10:55:16 +0800
committersteve <steve@FreeBSD.org>1999-05-01 10:55:16 +0800
commit5d043edd03b722a1bdf615dd5ebf76138f53d213 (patch)
treee8dd4a43983b0d7a35d7025a4c208dfc5e0833f3
parente47bdb8d26e04b6da821c41dfd7214039391d8e0 (diff)
downloadfreebsd-ports-gnome-5d043edd03b722a1bdf615dd5ebf76138f53d213.tar.gz
freebsd-ports-gnome-5d043edd03b722a1bdf615dd5ebf76138f53d213.tar.zst
freebsd-ports-gnome-5d043edd03b722a1bdf615dd5ebf76138f53d213.zip
If wish is installed the configuration dialog doesn't get called.
PR: 11346 Submitted by: maintainer
-rw-r--r--emulators/frodo/files/patch-C64_x.i11
-rw-r--r--emulators/frodo/files/patch-TkGui.tcl37
2 files changed, 25 insertions, 23 deletions
diff --git a/emulators/frodo/files/patch-C64_x.i b/emulators/frodo/files/patch-C64_x.i
new file mode 100644
index 000000000000..89e4dcde6989
--- /dev/null
+++ b/emulators/frodo/files/patch-C64_x.i
@@ -0,0 +1,11 @@
+--- C64_x.i.orig Wed Aug 6 20:56:25 1997
++++ C64_x.i Mon Apr 26 21:50:36 1999
+@@ -100,7 +100,7 @@
+ gui = 0;
+ #else
+ // try to start up Tk gui.
+- gui = new CmdPipe("wish", "TkGui.tcl");
++ gui = new CmdPipe("wish8.0", "TkGui.tcl");
+ if (gui) {
+ if (gui->fail) {
+ delete gui; gui = 0;
diff --git a/emulators/frodo/files/patch-TkGui.tcl b/emulators/frodo/files/patch-TkGui.tcl
index bc2ee1265c93..c617ea7a053d 100644
--- a/emulators/frodo/files/patch-TkGui.tcl
+++ b/emulators/frodo/files/patch-TkGui.tcl
@@ -1,23 +1,14 @@
-*** ../TkGui.tcl Wed Aug 6 20:56:34 1997
---- ../TkGui.tcl.neu Thu Dec 4 00:38:15 1997
-***************
-*** 1,9 ****
-! #!/usr/local/bin/X11/wish
-
- # Frodo Tk GUI by Lutz Vieweg <lkv@mania.robin.de>
- # requires Tk >= 4.1
-
-! package require Tk 4.1
-
- set prefname "$env(HOME)/.frodorc"
-
---- 1,9 ----
-! #!/usr/local/bin/wish8.0 -f
-
- # Frodo Tk GUI by Lutz Vieweg <lkv@mania.robin.de>
- # requires Tk >= 4.1
-
-! ## package require Tk 4.1
-
- set prefname "$env(HOME)/.frodorc"
-
+--- ../TkGui.tcl.orig Wed Aug 6 20:56:34 1997
++++ ../TkGui.tcl Mon Apr 26 21:49:18 1999
+@@ -1,9 +1,9 @@
+-#!/usr/local/bin/X11/wish
++#!/usr/local/bin/wish8.0 -f
+
+ # Frodo Tk GUI by Lutz Vieweg <lkv@mania.robin.de>
+ # requires Tk >= 4.1
+
+-package require Tk 4.1
++## package require Tk 4.1
+
+ set prefname "$env(HOME)/.frodorc"
+