Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jan 2000 17:42:20 +0100 (CET)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15843: emulators/frodo fixed switch to tk82
Message-ID:  <200001021642.RAA70816@home.dinoex.sub.org>

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

>Number:         15843
>Category:       ports
>Synopsis:       emulators/frodo fixed switch tk82
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan  2 09:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
privat
>Environment:

	X11, tcl/tk 8.2

>Description:

	emulates a Commodore 64

>How-To-Repeat:

	The migration to tk82 was not complete,
	it still call tk80 in some places.

>Fix:

	apply the patches

diff frodo/Makefile frodo-4.1/Makefile
--- frodo/Makefile	Fri Dec  3 08:34:56 1999
+++ frodo-4.1/Makefile	Sun Jan  2 13:10:31 2000
@@ -25,7 +29,7 @@
 	@(cd ${WRKSRC}; ${SH} ./configure)
 
 do-install:
-	${SED} -e 's/\$${PREFIX}/${PREFIX:S/\//\\\//g}/g' \
+	${SED} -e 's=\$${PREFIX}=${PREFIX}=g' \
 		 < ${FILESDIR}/frodo > ${WRKDIR}/frodo
 	${INSTALL_SCRIPT} ${WRKDIR}/frodo ${PREFIX}/bin
 	${MKDIR} ${PREFIX}/libexec/frodo
diff frodo/patches/patch-TkGui.tcl frodo-4.1/patches/patch-TkGui.tcl
--- frodo/patches/patch-TkGui.tcl	Sat May  1 04:55:16 1999
+++ frodo-4.1/patches/patch-TkGui.tcl	Sun Jan  2 13:43:49 2000
@@ -2,7 +2,7 @@
 +++ ../TkGui.tcl	Mon Apr 26 21:49:18 1999
 @@ -1,9 +1,9 @@
 -#!/usr/local/bin/X11/wish
-+#!/usr/local/bin/wish8.0 -f
++#!/usr/local/bin/wish8.2 -f
  
  # Frodo Tk GUI by Lutz Vieweg <lkv@mania.robin.de>
  # requires Tk >= 4.1

>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?200001021642.RAA70816>