From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 6 14:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 87B55F3 for ; Mon, 6 May 2013 14:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 68C94874 for ; Mon, 6 May 2013 14:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r46EK0Tx064310 for ; Mon, 6 May 2013 14:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r46EK0HS064308; Mon, 6 May 2013 14:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 6 May 2013 14:20:00 GMT Resent-Message-Id: <201305061420.r46EK0HS064308@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pietro Cerutti Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D64C2CA6 for ; Mon, 6 May 2013 14:10:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id C8737817 for ; Mon, 6 May 2013 14:10:23 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r46EANxM032140 for ; Mon, 6 May 2013 14:10:23 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r46EANvx032139; Mon, 6 May 2013 14:10:23 GMT (envelope-from nobody) Message-Id: <201305061410.r46EANvx032139@oldred.FreeBSD.org> Date: Mon, 6 May 2013 14:10:23 GMT From: Pietro Cerutti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178369: [exp-run] switch default version for USE_TCL and USE_TK from 85 to 86 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 14:20:00 -0000 >Number: 178369 >Category: ports >Synopsis: [exp-run] switch default version for USE_TCL and USE_TK from 85 to 86 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 06 14:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: >Organization: The FreeBSD Project >Environment: >Description: 8.6 is the new official branch of Tcl/Tk, released on Dec. 20th, 2012 [1]. I would like to switch the default version of Tcl/Tk when using USE_TCL= yes or USE_TK= yes to 8.6. I need an exp-run to see how many ports it breaks. [1] http://www.tcl.tk/software/tcltk/8.6.html >How-To-Repeat: >Fix: Patch attached with submission follows: Index: bsd.tcl.mk =================================================================== --- bsd.tcl.mk (revision 316351) +++ bsd.tcl.mk (working copy) @@ -13,7 +13,7 @@ # via the port or by the user via defined variable try to find the highest # stable installed version. # Available values: yes 86+ 85+ 84+ 85 84 -# NOTE: - default value 85 is used in case of USE_TCL=yes +# NOTE: - default value 86 is used in case of USE_TCL=yes # # USE_TCL_BUILD - Add buildtime dependency on Tcl (tclsh). # Available values: see USE_TCL @@ -28,12 +28,12 @@ # a specific tclsh version may use this. # The tclsh wrapper script installs into ${LOCALBASE}/bin/tclsh # NOTE: - USE_TCL_WRAPPER and USE_TCL can be used together -# - ports using the wrapper should support default Tcl (8.5) +# - ports using the wrapper should support default Tcl (8.6) ## # INVALID_TCL_VER - This variable contains a list of Tcl versions not supported by the port. -# This setting is effective only when USE_TCL is set to a range (e.g. 84+) +# This setting is effective only when USE_TCL is set to a range (e.g. 85+) # WITH_TCL_VER - User defined global variable to set Tcl version -# This variable is effective only if USE_TCL is set to a range (e.g. 84+) +# This variable is effective only if USE_TCL is set to a range (e.g. 85+) # and WITH_TCL_VER points inside that range. # NOTE: INVALID_TCL_VER takes precedence # _WITH_TCL_VER - User defined port specific variable to set Tcl version @@ -46,7 +46,7 @@ # stable installed version. # Avaliable values: yes 86+ 85+ 84+ 85 84 # NOTE: - overrides USE_TCL -# - default value 85 is used in case of USE_TK=yes +# - default value 86 is used in case of USE_TK=yes # # USE_TK_BUILD - Add buildtime dependency on Tk (wish). # Available values: see USE_TK @@ -61,12 +61,12 @@ # a specific wish version may use this. # The wish wrapper script installs into ${LOCALBASE}/bin/wish # NOTE: - USE_TK_WRAPPER and USE_TK can be used together. -# - ports using the wrapper should support default Tk (8.5) +# - ports using the wrapper should support default Tk (8.6) ## # INVALID_TK_VER - This variable contains a list of Tk versions not supported by the port -# This setting is effective only when USE_TK is set to a range (e.g. 84+) +# This setting is effective only when USE_TK is set to a range (e.g. 85+) # WITH_TK_VER - User defined global variable to set Tk version. -# This variable is effective only if USE_TK is set to a range (e.g. 84+) +# This variable is effective only if USE_TK is set to a range (e.g. 85+) # and WITH_TK_VER points inside that range. # NOTE: overrides WITH_TCL_VER. # _WITH_TK_VER - User defined port specific variable to set Tk version @@ -157,7 +157,7 @@ # . if defined(USE_TCL) -_TCL_DEFAULT_VERSION= 85 +_TCL_DEFAULT_VERSION= 86 _TCL_VERSIONS= 86 85 84 _TCL_RANGE_VERSIONS= 86+ 85+ 84+ >Release-Note: >Audit-Trail: >Unformatted: