IGNORE USES=t(cl|k):85+ and DEPRECATE USES=t(cl|k):85
This commit is contained in:
parent
b7b6e8f9c8
commit
e67cf247af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504026
3 changed files with 10 additions and 5 deletions
|
@ -95,6 +95,9 @@ _TCLTK_PORT?= tcl
|
|||
.if ${tcl_ARGS:M*+}
|
||||
_TCLTK_MIN_VERSION:= ${tcl_ARGS:M*+:S/+//}
|
||||
_TCLTK_WANTED_VERSIONS:=${_TCLTK_DEFAULT_VERSION}
|
||||
.if ${_TCLTK_MIN_VERSION} == "85"
|
||||
IGNORE= Minimum tcltk version 85+ is meaningless
|
||||
.endif
|
||||
.endif
|
||||
|
||||
#
|
||||
|
@ -153,6 +156,12 @@ _TCLTK_WANTED_VERSION:= ${_TCLTK_HIGHEST_VERSION}
|
|||
. endif
|
||||
.endif
|
||||
|
||||
#
|
||||
# Deprecate by default all ports depending on 8.5
|
||||
.if ${_TCLTK_WANTED_VERSION} == "85"
|
||||
DEPRECATED= Tcl/Tk 8.5 is nearing EOL, please consider porting to Tcl/Tk 8.6
|
||||
.endif
|
||||
|
||||
#
|
||||
# Exported variables
|
||||
#
|
||||
|
|
|
@ -13,8 +13,6 @@ COMMENT= C++ embedded database engine with Python and Tcl support
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/../license.terms
|
||||
|
||||
DEPRECATED= Tcl/Tk 8.5 is nearing EOL, please consider porting to Tcl/Tk 8.6
|
||||
|
||||
USE_CXXSTD= c++98
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../unix/configure
|
||||
|
@ -33,7 +31,7 @@ PYTHON_USES= python:2.7
|
|||
PYTHON_CONFIGURE_ON= --with-python=${LOCALBASE}
|
||||
PYTHON_CATEGORIES= python
|
||||
|
||||
TCL_USES= tcl:85
|
||||
TCL_USES= tcl:85+
|
||||
TCL_CATEGORIES= tcl
|
||||
TCL_CONFIGURE_ON= --with-tcl=${TCL_INCLUDEDIR}
|
||||
TCL_CONFIGURE_ENV= TCL_LIBDIR=${TCL_LIBDIR}
|
||||
|
|
|
@ -15,8 +15,6 @@ EXTRACT_SUFX= .tcl.gz
|
|||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= Frontend to crontab
|
||||
|
||||
DEPRECATED= Tcl/Tk 8.5 is nearing EOL, please consider porting to Tcl/Tk 8.6
|
||||
|
||||
USES= tk:85,run
|
||||
|
||||
EXTRACT_CMD= ${GZIP_CMD}
|
||||
|
|
Loading…
Reference in a new issue