ports/110579: [PATCH] games/tkmoo - Update to TCL/TK 8.4
Martin Tournoij
carpetsmoker at xs4all.nl
Tue Mar 20 12:00:13 UTC 2007
>Number: 110579
>Category: ports
>Synopsis: [PATCH] games/tkmoo - Update to TCL/TK 8.4
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 20 12:00:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Martin Tournoij
>Release: FreeBSD 6.2-RELEASE-p1 i386
>Organization:
>Environment:
FreeBSD glitch.carpetsmoker.net 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Thu Feb 15 20:56:16 CET 2007 carpetsmoker at glitch.carpetsmoker.net:/usr/obj/nfs/tinderbox/jails/6.2/src/sys/GENERICri386
>Description:
- Update to TCL/TK 8.4
>How-To-Repeat:
>Fix:
--- patch-tkmoo begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/tkmoo/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 21 Feb 2003 12:05:55 -0000 1.8
+++ Makefile 20 Mar 2007 07:17:16 -0000
@@ -7,18 +7,17 @@
PORTNAME= tkmoo
PORTVERSION= 0.3.32
-CATEGORIES= games tk83
+PORTREVISION= 1
+CATEGORIES= games tk84
MASTER_SITES= http://www.awns.com/tkMOO-light/Source/
DISTNAME= tkMOO-light-${PORTVERSION}
MAINTAINER= adam-ports at blacktabby.org
COMMENT= Tk-based M** client with scripting support
-RUN_DEPENDS= ${WISH83}:${PORTSDIR}/x11-toolkits/tk83
-
-WISH83?= ${LOCALBASE}/bin/wish8.3
+USE_TK= yes
MAKE_ENV+= TKMOO_LIB_DIR="${DATADIR}" \
- TKMOO_BIN_DIR="${PREFIX}/bin" WISH8.3="${WISH83}"
+ TKMOO_BIN_DIR="${PREFIX}/bin" WISH8.3="${WISH}"
do-install:
@${MKDIR} ${DATADIR}/plugins
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/games/tkmoo/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist 8 Dec 2001 03:36:31 -0000 1.3
+++ pkg-plist 20 Mar 2007 07:17:16 -0000
@@ -1,16 +1,16 @@
bin/tkmoo
-share/tkmoo/plugins/ansi.tcl
-share/tkmoo/plugins/cmdcomplete.tcl
-share/tkmoo/plugins/displayurl.tcl
-share/tkmoo/plugins/mcp21.tcl
-share/tkmoo/plugins/message.tcl
-share/tkmoo/plugins/rehash.tcl
-share/tkmoo/plugins/search_macro.tcl
-share/tkmoo/plugins/serverinfo.tcl
-share/tkmoo/plugins/simpleedit.tcl
-share/tkmoo/plugins/status.tcl
-share/tkmoo/plugins/timezone.tcl
-share/tkmoo/plugins/url_trigger.tcl
-share/tkmoo/plugins/webbrowser.tcl
- at dirrm share/tkmoo/plugins
- at dirrm share/tkmoo
+%%DATADIR%%/plugins/ansi.tcl
+%%DATADIR%%/plugins/cmdcomplete.tcl
+%%DATADIR%%/plugins/displayurl.tcl
+%%DATADIR%%/plugins/mcp21.tcl
+%%DATADIR%%/plugins/message.tcl
+%%DATADIR%%/plugins/rehash.tcl
+%%DATADIR%%/plugins/search_macro.tcl
+%%DATADIR%%/plugins/serverinfo.tcl
+%%DATADIR%%/plugins/simpleedit.tcl
+%%DATADIR%%/plugins/status.tcl
+%%DATADIR%%/plugins/timezone.tcl
+%%DATADIR%%/plugins/url_trigger.tcl
+%%DATADIR%%/plugins/webbrowser.tcl
+ at dirrm %%DATADIR%%/plugins
+ at dirrm %%DATADIR%%
Index: files/patch-aa
===================================================================
RCS file: /home/ncvs/ports/games/tkmoo/files/patch-aa,v
retrieving revision 1.3
diff -u -r1.3 patch-aa
--- files/patch-aa 8 Dec 2001 03:36:33 -0000 1.3
+++ files/patch-aa 20 Mar 2007 07:17:16 -0000
@@ -18,7 +18,7 @@
WISH4.2 = /usr/local/bin/wish4.2
WISH8.0 = /usr/local/bin/wish8.0
-WISH8.3 = /usr/local/bin/wish8.3
-+WISH8.3 ?= /usr/local/bin/wish8.3
++WISH8.3 ?= /usr/local/bin/wish8.4
WISH = $(WISH8.3)
# ---------------- NO NEED TO CHANGE ANYTHING BELOW THIS LINE ---------------
--- patch-tkmoo ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list