ports/110321: Use TCL/TK 8.4: emulators/tkhfs

Martin Tournoij carpetsmoker at xs4all.nl
Thu Mar 15 07:30:01 UTC 2007


>Number:         110321
>Category:       ports
>Synopsis:       Use TCL/TK 8.4: emulators/tkhfs
>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:   Thu Mar 15 07:30:00 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:

- Use TCL/TK 8.4

>How-To-Repeat:

>Fix:

--- patch-tkhfs begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/tkhfs/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	6 Feb 2004 13:11:16 -0000	1.24
+++ Makefile	15 Mar 2007 07:20:31 -0000
@@ -7,7 +7,8 @@
 
 PORTNAME=	tkhfs
 PORTVERSION=	1.27
-CATEGORIES=	emulators tk82
+PORTREVISION=	1
+CATEGORIES=	emulators tk84
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	jmz
 DISTNAME=	${PORTNAME}
@@ -15,8 +16,8 @@
 MAINTAINER=	jmz at FreeBSD.org
 COMMENT=	A Tcl/Tk front end to the hfs program
 
+USE_TK=		yes
 PLIST_FILES=	bin/tkhfs
-RUN_DEPENDS=	hfs:${PORTSDIR}/emulators/hfs \
-		wish8.2:${PORTSDIR}/x11-toolkits/tk82
+RUN_DEPENDS=	hfs:${PORTSDIR}/emulators/hfs
 
 .include <bsd.port.mk>
Index: scripts/configure
===================================================================
RCS file: /home/ncvs/ports/emulators/tkhfs/scripts/configure,v
retrieving revision 1.3
diff -u -r1.3 configure
--- scripts/configure	8 Sep 1999 00:17:10 -0000	1.3
+++ scripts/configure	15 Mar 2007 07:20:31 -0000
@@ -6,7 +6,7 @@
 
 BINDIR = $PREFIX/bin
 HFSBIN = \$(BINDIR)/hfs
-WISH   = \$(BINDIR)/wish8.2
+WISH   = \$(BINDIR)/wish8.4
 END
 
 exit 0;
--- patch-tkhfs ends here ---

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



More information about the freebsd-ports-bugs mailing list