Date: Thu, 22 Jan 2009 12:20:37 +0100 (CET) From: Martin Matuska <mm@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/130870: [UPDATE] Mk/bsd.tcl.mk Message-ID: <20090122112037.BEC354AD4F@mail.vx.sk> Resent-Message-ID: <200901221130.n0MBU4Ko086232@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130870 >Category: ports >Synopsis: [UPDATE] Mk/bsd.tcl.mk >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jan 22 11:30:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 7.1-RELEASE-p2 i386/amd64 >Organization: >Environment: >Description: - prepare bsd.tcl.mk for Tcl/Tk ver. 8.6 - take maintainership of bsd.tcl.mk - will be commited together with ports lang/tcl86, lang/tcl86-thread, x11-toolkits/tk86, x11-toolkits/tk86-thread - these ports need to be repocopied first, PR ports/130867 - does not break current ports using default tcl 8.4 or tcl 8.5 - awaiting portmgr approval >How-To-Repeat: >Fix: Index: ports/Mk/bsd.tcl.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.tcl.mk,v retrieving revision 1.8 diff -u -r1.8 bsd.tcl.mk --- ports/Mk/bsd.tcl.mk 2 Apr 2007 22:55:29 -0000 1.8 +++ ports/Mk/bsd.tcl.mk 22 Jan 2009 11:15:44 -0000 @@ -7,12 +7,12 @@ .if !defined(_POSTMKINCLUDED) && !defined(Tcl_Pre_Include) Tcl_Pre_Include= bsd.tcl.mk -Tcl_Include_MAINTAINER= ports@FreeBSD.org +Tcl_Include_MAINTAINER= mm@FreeBSD.org # USE_TCL - Add library dependency on Tcl. If no version is given by the maintainer # via the port or by the user via defined variable try to find the highest # stable installed version. -# Available values: yes 85+ 84+ 83+ 82+ 80+ 85 84 83 82 80 +# Available values: yes 86+ 85+ 84+ 83+ 82+ 80+ 85 84 83 82 80 # NOTE: - default value 84 is used in case of USE_TCL=yes # # USE_TCL_BUILD - Add buildtime dependency on Tcl (tclsh). @@ -51,7 +51,7 @@ # USE_TK - Add library dependency on Tk. If no version is given by the maintainer # via the port or by the user via defined variable try to find the highest # stable installed version. -# Avaliable values: yes 85+ 84+ 83+ 82+ 80+ 85 84 83 82 80 +# Avaliable values: yes 86+ 85+ 84+ 83+ 82+ 80+ 85 84 83 82 80 # NOTE: - overrides USE_TCL # - default value 84 is used in case of USE_TK=yes # @@ -191,17 +191,18 @@ . if defined(USE_TCL) _TCL_DEFAULT_VERSION= 84 -_TCL_VERSIONS= 85 84 83 82 80 -_TCL_THREADS_VERSIONS= 85 84 -_TCL_RANGE_VERSIONS= 85+ 84+ 83+ 82+ 80+ -_TCL_THREADS_RANGE_VERSIONS= 85+ 84+ +_TCL_VERSIONS= 86 85 84 83 82 80 +_TCL_THREADS_VERSIONS= 86 85 84 +_TCL_RANGE_VERSIONS= 86+ 85+ 84+ 83+ 82+ 80+ +_TCL_THREADS_RANGE_VERSIONS= 86+ 85+ 84+ # For specifying [85, 84, ..]+ -_TCL_80P= 80 82 83 84 85 -_TCL_82P= 82 83 84 85 -_TCL_83P= 83 84 85 -_TCL_84P= 84 85 -_TCL_85P= 85 +_TCL_80P= 80 82 83 84 85 86 +_TCL_82P= 82 83 84 85 86 +_TCL_83P= 83 84 85 86 +_TCL_84P= 84 85 86 +_TCL_85P= 85 86 +_TCL_86P= 86 # Set the default Tcl version and check if USE_TCL=yes was given . if ${USE_TCL} == "yes" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090122112037.BEC354AD4F>