Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2007 12:46:24 +0100 (CET)
From:      Martin Tournoij <carpetsmoker@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110572: [PATCH] net/openverse - Update to TCL/TK 8.4
Message-ID:  <20070320114624.A7D88B82A@mail.rwxrwxrwx.net>
Resent-Message-ID: <200703201150.l2KBoFpV075499@freefall.freebsd.org>

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

>Number:         110572
>Category:       ports
>Synopsis:       [PATCH] net/openverse - 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 11:50:14 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@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-openverse begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/openverse/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	11 May 2006 22:49:19 -0000	1.11
+++ Makefile	20 Mar 2007 10:15:52 -0000
@@ -6,23 +6,23 @@
 
 PORTNAME=	OpenVerse
 PORTVERSION=	0.8.7
-CATEGORIES=	net tk82
+PORTREVISION=	1
+CATEGORIES=	net tcl84 tk84
 MASTER_SITES=	http://www.openverse.com/files/OpenVerse/
 DISTNAME=	${PORTNAME}-0.8-7
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A visual chat program written in Tcl/Tk
 
-RUN_DEPENDS=	tclsh8.2:${PORTSDIR}/lang/tcl82 \
-		wish8.2:${PORTSDIR}/x11-toolkits/tk82
-
+USE_TK=		yes
+USE_TCL=	yes
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/OpenVerse
 
 STRIP=	# Nothing to Strip
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/bin/wish|${LOCALBASE}/bin/wish8.2|g' \
+	@${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|g' \
 	-e 's|/usr/lib/OpenVerse|${PREFIX}/lib/OpenVerse|g' \
 		${WRKSRC}/OpenVerse.tcl
 
--- patch-openverse ends here ---

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



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