Date: Wed, 14 Mar 2001 13:46:30 -0500 (EST) From: Jeffery Hansen <hansen@cmu.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25806: patch for tkgate-1.6e port Message-ID: <200103141846.NAA04708@gadoid.ices.cmu.edu>
next in thread | raw e-mail | index | archive | help
>Number: 25806 >Category: ports >Synopsis: patch for tkgate-1.6e port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 14 10:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jeffery Hansen >Release: FreeBSD 4.1-RELEASE i386 >Organization: >Environment: FreeBSD gadoid.ices.cmu.edu 4.1-RELEASE FreeBSD 4.1-RELEASE #1: Wed Oct 25 14:08:56 GMT 2000 hansen@gadoid.ices.cmu.edu:/usr/src/sys/compile/HENRY i386 >Description: The port says it requires tcl/tk 8.2, but it actually tries to compile with 8.3. The port Makefile was changed to require tcl/tk 8.3. >How-To-Repeat: >Fix: diff -ruN tkgate.orig/Makefile tkgate/Makefile --- tkgate.orig/Makefile Sat Nov 18 18:13:13 2000 +++ tkgate/Makefile Wed Mar 14 13:33:11 2001 @@ -2,7 +2,7 @@ # Date created: 28 May 1999 # Whom: Jeffery Hansen <hansen@cmu.edu> # -# $FreeBSD: ports/cad/tkgate/Makefile,v 1.8 2000/11/18 15:46:14 kevlo Exp $ +# $FreeBSD: ports/cad/tkgate/Makefile,v 1.7 2000/06/07 23:18:48 asami Exp $ # PORTNAME= tkgate @@ -13,8 +13,8 @@ MAINTAINER= hansen@cmu.edu -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 -RUN_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82/ +LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 +RUN_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83/ USE_IMAKE= yes MAN1= gmac.1 tkgate.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103141846.NAA04708>