ports/164528: Don't require specific Tcl version for lang/tcl-wrapper

Pierre DAVID pdagog at gmail.com
Thu Jan 26 20:10:11 UTC 2012


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



More information about the freebsd-ports-bugs mailing list