ports/110572: [PATCH] net/openverse - Update to TCL/TK 8.4

Martin Tournoij carpetsmoker at xs4all.nl
Tue Mar 20 11:50:15 UTC 2007


>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 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-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 at 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:
 



More information about the freebsd-ports-bugs mailing list