summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-28 18:32:45 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-28 18:32:45 +0000
commitbc087374d35aa9c841dd63d44e9c9697702921ed (patch)
tree9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /emulators
parentgcc 2.95 requires us to be explicit about the return type of functions. (diff)
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes: svn path=/head/; revision=23474
Diffstat (limited to 'emulators')
-rw-r--r--emulators/frodo/Makefile5
-rw-r--r--emulators/frodo/files/patch-C64_x.i2
-rw-r--r--emulators/hfsutils/Makefile4
3 files changed, 6 insertions, 5 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile
index 17f42d2f4344..cc99648e4362 100644
--- a/emulators/frodo/Makefile
+++ b/emulators/frodo/Makefile
@@ -4,15 +4,16 @@
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
+#
DISTNAME= FrodoV4_1a.Src
PKGNAME= frodo-4.1
-CATEGORIES= emulators tk80
+CATEGORIES= emulators tk82
MASTER_SITES= ftp://sunsite.unc.edu/pub/micro/commodore/crossplatform/emulators/unix/
MAINTAINER= dirk.meyer@dinoex.sub.org
-RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
USE_X_PREFIX= YES
ALL_TARGET= Frodo
diff --git a/emulators/frodo/files/patch-C64_x.i b/emulators/frodo/files/patch-C64_x.i
index 89e4dcde6989..39818e62e134 100644
--- a/emulators/frodo/files/patch-C64_x.i
+++ b/emulators/frodo/files/patch-C64_x.i
@@ -5,7 +5,7 @@
#else
// try to start up Tk gui.
- gui = new CmdPipe("wish", "TkGui.tcl");
-+ gui = new CmdPipe("wish8.0", "TkGui.tcl");
++ gui = new CmdPipe("wish8.2", "TkGui.tcl");
if (gui) {
if (gui->fail) {
delete gui; gui = 0;
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile
index 745004e2cb11..0f18311dd17a 100644
--- a/emulators/hfsutils/Makefile
+++ b/emulators/hfsutils/Makefile
@@ -7,12 +7,12 @@
#
DISTNAME= hfsutils-3.2.6
-CATEGORIES= emulators tk80
+CATEGORIES= emulators tk82
MASTER_SITES= ftp://ftp.mars.org/pub/hfs/
MAINTAINER= vanilla@FreeBSD.org
-LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
+LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl --with-tk