From owner-svn-ports-head@freebsd.org Thu Nov 23 12:11:42 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7260CDEB35B; Thu, 23 Nov 2017 12:11:42 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FCB468C84; Thu, 23 Nov 2017 12:11:42 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vANCBfl3078089; Thu, 23 Nov 2017 12:11:41 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vANCBfR9078087; Thu, 23 Nov 2017 12:11:41 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201711231211.vANCBfR9078087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 23 Nov 2017 12:11:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454756 - in head/Mk: . Uses X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head/Mk: . Uses X-SVN-Commit-Revision: 454756 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2017 12:11:42 -0000 Author: gahr Date: Thu Nov 23 12:11:41 2017 New Revision: 454756 URL: https://svnweb.freebsd.org/changeset/ports/454756 Log: Remove references to Tcl/Tk 8.4 Modified: head/Mk/Uses/tcl.mk head/Mk/bsd.default-versions.mk Modified: head/Mk/Uses/tcl.mk ============================================================================== --- head/Mk/Uses/tcl.mk Thu Nov 23 11:54:57 2017 (r454755) +++ head/Mk/Uses/tcl.mk Thu Nov 23 12:11:41 2017 (r454756) @@ -40,11 +40,11 @@ # is installed, bring in the default version. See # ${_TCLTK_DEFAULT_VERSION} below. # -# - 84, 85, 86, 87 - Depend on a specific version series of PORT. Multiple +# - 85, 86, 87 - Depend on a specific version series of PORT. Multiple # values are OK. The highest version available is # picked. # -# - 84+, 85+, 86+, 87+ - Depend on any installed version greater or equal to +# - 85+, 86+, 87+ - Depend on any installed version greater or equal to # the specified version. # # If wrapper is specified, an additional dependency on tcl-wrapper or @@ -72,7 +72,7 @@ _INCLUDE_USES_TCL_MK= yes # # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -_TCLTK_VALID_VERSIONS= 84 85 86 87 +_TCLTK_VALID_VERSIONS= 85 86 87 # # Bring in the default and check that the specified version is in the list of @@ -100,8 +100,8 @@ _TCLTK_WANTED_VERSIONS:=${_TCLTK_DEFAULT_VERSION} # # Parse one or more ver arguments. # -.if ${tcl_ARGS:M8[4-7]} -_TCLTK_WANTED_VERSIONS:=${tcl_ARGS:M8[4-7]} +.if ${tcl_ARGS:M8[5-7]} +_TCLTK_WANTED_VERSIONS:=${tcl_ARGS:M8[5-7]} .endif # Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Thu Nov 23 11:54:57 2017 (r454755) +++ head/Mk/bsd.default-versions.mk Thu Nov 23 12:11:41 2017 (r454756) @@ -136,7 +136,7 @@ check-makevars:: # Make sure we have a default in the end SSL_DEFAULT?= base .endif -# Possible values: 8.4, 8.5, 8.6, 8.7 +# Possible values: 8.5, 8.6, 8.7 TCLTK_DEFAULT?= 8.6 # Possible values: 4, 5