ports/108510: [PATCH] tcl and tk 85 support for Mk/bsd.tcl.mk

Martin Matuska martin at matuska.org
Mon Jan 29 09:40:14 UTC 2007


>Number:         108510
>Category:       ports
>Synopsis:       [PATCH] tcl and tk 85 support for Mk/bsd.tcl.mk
>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:   Mon Jan 29 09:40:13 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 6.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 6.2-RELEASE amd64/i386
>Description:
Adds support for tcl and tk development version 8.5 in bsd.tcl.mk
(ports lang/tcl85 and x11-toolkits/tk85 do already exist)
Tcl 8.4 remains the default version
>How-To-Repeat:
>Fix:
--- Mk/bsd.tcl.mk.orig	Mon Jan 29 10:30:29 2007
+++ Mk/bsd.tcl.mk	Mon Jan 29 10:32:49 2007
@@ -13,14 +13,15 @@
 #				  different TCL versions the version can be specified directly.
 #				  If version is not specified (USE_TCL=yes) then the latest
 #				  version is used (8.4 currently).
-#				  Available values are: 84, 84-thread, 83, 82, 81 and 80.
+#				  Available values are: 85, 85-thread, 84, 84-thread,
+#				  83, 82, 81 and 80.
 # USE_TCL_BUILD	- Build time dependency on tcl. Same semantics as USE_TCL.
 #
 # USE_TK		- Depend on tk to run. In case of incompatible APIs of different
 #				  TK versions the version can be specified directly. If version
 #				  is not specified (USE_TK=yes) then the latest version is
 #				  used (8.4 currently).
-#				  Available values are: 84, 83, 82, 81 and 80.
+#				  Available values are: 85, 84, 83, 82, 81 and 80.
 # USE_TK_BUILD	- Build time dependency on tk. Same semantics as USE_TK.
 ##
 # TCL_LIBDIR	- Path where tcl libraries can be found
@@ -48,7 +49,7 @@
 
 .if defined(USE_TCL) || defined(USE_TCL_BUILD)
 
-_TCL_VERSIONS=	84 84-thread 83 82 81 80
+_TCL_VERSIONS=	85 85-thread 84 84-thread 83 82 81 80
 
 .if defined(USE_TCL)
 _RUN=		yes
@@ -93,7 +94,7 @@
 
 .if defined(USE_TK) || defined(USE_TK_BUILD)
 
-_TK_VERSIONS=	84 83 82 81 80
+_TK_VERSIONS=	85 84 83 82 81 80
 
 .if defined(USE_TK)
 _TK_RUN=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list