Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 1999 22:20:51 +0200 (CEST)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11346: ports/emulators/frodo bugfix
Message-ID:  <199904262020.WAA16715@net2.dinoex.sub.org>

next in thread | raw e-mail | index | archive | help

>Number:         11346
>Category:       ports
>Synopsis:       ports/emulators/frodo bugfix
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 26 17:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 2.2.8-RELEASE i386
>Organization:
privat
>Environment:

	X11, tcl/tk 8.0

>Description:

	emulates a Commodore 64

>How-To-Repeat:

	is /bin/whish is installed,
	the configuration Dialog is not called.

>Fix:

	apply the patches

diff frodo/patches/patch-C64_x.i frodo-4.1/patches/patch-C64_x.i
--- frodo/patches/patch-C64_x.i	Thu Jan  1 01:00:00 1970
+++ frodo-4.1/patches/patch-C64_x.i	Mon Apr 26 21:52:47 1999
@@ -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 frodo/patches/patch-TkGui.tcl frodo-4.1/patches/patch-TkGui.tcl
--- frodo/patches/patch-TkGui.tcl	Sat Feb 21 22:24:41 1998
+++ frodo-4.1/patches/patch-TkGui.tcl	Mon Apr 26 21:53:11 1999
@@ -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"
+ 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904262020.WAA16715>