Date: Thu, 26 Jan 2012 20:02:11 GMT From: Pierre DAVID <pdagog@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/164528: Don't require specific Tcl version for lang/tcl-wrapper Message-ID: <201201262002.q0QK2B8i011997@red.freebsd.org> Resent-Message-ID: <201201262010.q0QKAB4B028207@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164528 >Category: ports >Synopsis: Don't require specific Tcl version for lang/tcl-wrapper >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 26 20:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pierre DAVID >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD vagabond.ma.maison 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: lang/tcl-wrapper wants current Tcl version (8.5 today). Use any installed Tcl version instead. >How-To-Repeat: >Fix: Attached patch does not modify PORTREVISION since no upgrading is needed for existing installations. Patch attached with submission follows: diff -rud tcl-wrapper.orig/Makefile tcl-wrapper/Makefile --- tcl-wrapper.orig/Makefile 2012-01-26 20:56:06.000000000 +0100 +++ tcl-wrapper/Makefile 2012-01-26 20:56:24.000000000 +0100 @@ -36,10 +36,10 @@ TX_PORT= tk TX_PORT_U= Tk TX_CAT= x11-toolkits -USE_TK_RUN= yes +USE_TK_RUN= 82+ CATEGORIES= x11-toolkits tk .else -USE_TCL_RUN= yes +USE_TCL_RUN= 82+ .endif TX_CONF= ${TX_SHELL}.conf >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201262002.q0QK2B8i011997>