Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2005 08:22:01 -0300
From:      Carlos A M dos Santos <casantos@urisan.tche.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84741: Make ports/cad/tkgate use Tcl/Tk 8.4
Message-ID:  <200508101103.j7AB3d320978@gama-rt.urisan.tche.br>
Resent-Message-ID: <200508101130.j7ABUJtX004654@freefall.freebsd.org>

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

>Number:         84741
>Category:       ports
>Synopsis:       Make ports/cad/tkgate use 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:   Wed Aug 10 11:30:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Carlos A M dos Santos
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
Universidade Regional Integrada
>Environment:
System: FreeBSD sophia.inf.urisan 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Mon May 16 01:34:41 BRT 2005 root@avatar.casantos.org:/share/FreeBSD/5.4-RELEASE/src/sys/i386/compile/A7N266-VM i386
>Description:
	Make ports/cad/tkgate use  the latest version of Tcl/Tk (8.4)
>How-To-Repeat:
	N.A.
>Fix:

	Apply the attached patch.

--- cad::tkgate.patch begins here ---
diff -durP ports/cad/tkgate/Makefile ports/cad/tkgate/Makefile
--- ports.orig/cad/tkgate/Makefile	Thu May 19 22:18:47 2005
+++ ports/cad/tkgate/Makefile	Wed Aug  3 16:54:56 2005
@@ -14,8 +14,8 @@
 MAINTAINER=		hansen@cmu.edu
 COMMENT=	A Tcl/Tk based digital circuit editor and simulator
 
-LIB_DEPENDS=		tk83.1:${PORTSDIR}/x11-toolkits/tk83
-RUN_DEPENDS=		tclsh8.3:${PORTSDIR}/lang/tcl83
+LIB_DEPENDS=		tk84.1:${PORTSDIR}/x11-toolkits/tk84
+RUN_DEPENDS=		tclsh8.4:${PORTSDIR}/lang/tcl84
 BUILD_DEPENDS=		xmkmf:${X_IMAKE_PORT}
 
 GNU_CONFIGURE=		yes
--- cad::tkgate.patch ends here ---


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



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