diff options
author | gahr <gahr@FreeBSD.org> | 2012-12-04 17:23:13 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-12-04 17:23:13 +0800 |
commit | 22e265b28ca321dbd70b688d93241c49253774cd (patch) | |
tree | 7a85c46c183c3eb8e68562493c7285b4e8dba286 /Mk | |
parent | e29a8880a1077aa79cfb35b6afe5032575fd3a28 (diff) | |
download | freebsd-ports-gnome-22e265b28ca321dbd70b688d93241c49253774cd.tar.gz freebsd-ports-gnome-22e265b28ca321dbd70b688d93241c49253774cd.tar.zst freebsd-ports-gnome-22e265b28ca321dbd70b688d93241c49253774cd.zip |
- Remove 8.2 from the list of supported Tcl/Tk versions
Feature safe: yes
Approved by: bapt (portmgr@)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.tcl.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Mk/bsd.tcl.mk b/Mk/bsd.tcl.mk index 70477eba10dd..8d046c5995b8 100644 --- a/Mk/bsd.tcl.mk +++ b/Mk/bsd.tcl.mk @@ -12,7 +12,7 @@ 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 86+ 85+ 84+ 83+ 82+ 85 84 83 82 +# Available values: yes 86+ 85+ 84+ 83+ 85 84 83 # NOTE: - default value 85 is used in case of USE_TCL=yes # # USE_TCL_BUILD - Add buildtime dependency on Tcl (tclsh). @@ -51,7 +51,7 @@ Tcl_Include_MAINTAINER= mm@FreeBSD.org # 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 86+ 85+ 84+ 83+ 82+ 85 84 83 82 +# Avaliable values: yes 86+ 85+ 84+ 83+ 85 84 83 # NOTE: - overrides USE_TCL # - default value 85 is used in case of USE_TK=yes # @@ -191,13 +191,12 @@ INVALID_TCL_VER:= ${INVALID_TK_VER} . if defined(USE_TCL) _TCL_DEFAULT_VERSION= 85 -_TCL_VERSIONS= 86 85 84 83 82 +_TCL_VERSIONS= 86 85 84 83 _TCL_THREADS_VERSIONS= 86 85 84 -_TCL_RANGE_VERSIONS= 86+ 85+ 84+ 83+ 82+ +_TCL_RANGE_VERSIONS= 86+ 85+ 84+ 83+ _TCL_THREADS_RANGE_VERSIONS= 86+ 85+ 84+ # For specifying [85, 84, ..]+ -_TCL_82P= 82 83 84 85 86 _TCL_83P= 83 84 85 86 _TCL_84P= 84 85 86 _TCL_85P= 85 86 |