diff options
author | gahr <gahr@FreeBSD.org> | 2013-04-23 19:51:52 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-04-23 19:51:52 +0800 |
commit | 46f22ba7bb87908e6db7504337804a01cd5b1061 (patch) | |
tree | 85fa201a8b2f77aa2eeebf378af8a1d9cc666b3a /devel | |
parent | 2c03cc4ccce4b31cc35f5341686aa26ccd4e7e38 (diff) | |
download | freebsd-ports-gnome-46f22ba7bb87908e6db7504337804a01cd5b1061.tar.gz freebsd-ports-gnome-46f22ba7bb87908e6db7504337804a01cd5b1061.tar.zst freebsd-ports-gnome-46f22ba7bb87908e6db7504337804a01cd5b1061.zip |
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
default, I don't expect this change to cause much trouble)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tclcl/Makefile | 2 | ||||
-rw-r--r-- | devel/tclreadline/Makefile | 2 | ||||
-rw-r--r-- | devel/tcltls/Makefile | 2 | ||||
-rw-r--r-- | devel/tclxml/Makefile | 3 |
4 files changed, 4 insertions, 5 deletions
diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index b990d6e79454..76423c07d8d3 100644 --- a/devel/tclcl/Makefile +++ b/devel/tclcl/Makefile @@ -35,7 +35,7 @@ PORTDOCS= CHANGES.html TODO.html OTCL_TCLVER!= ${ECHO_CMD} puts \$$tcl_version | ${LOCALBASE}/bin/otclsh USE_TK= ${OTCL_TCLVER:S/.//} .else -USE_TK= 83+ +USE_TK= 84+ .endif .include "${PORTSDIR}/Mk/bsd.tcl.mk" diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile index 2ef541b449ba..77f2b9748cc2 100644 --- a/devel/tclreadline/Makefile +++ b/devel/tclreadline/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNU readline for TCL -USE_TCL= 83+ +USE_TCL= 84+ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/tcltls/Makefile b/devel/tcltls/Makefile index bdf16dee70d9..2e152a594f33 100644 --- a/devel/tcltls/Makefile +++ b/devel/tcltls/Makefile @@ -17,7 +17,7 @@ COMMENT= SSL extensions for TCL; dynamicly loadable LIB_DEPENDS+= tcl${TCLVND}:${PORTSDIR}/lang/tcl${TCLVND} -USE_TCL= 83+ +USE_TCL= 84+ USE_OPENSSL= yes WRKSRC= ${WRKDIR}/tls${PORTVERSION} diff --git a/devel/tclxml/Makefile b/devel/tclxml/Makefile index ed6e34b35b2c..433ec2ff2267 100644 --- a/devel/tclxml/Makefile +++ b/devel/tclxml/Makefile @@ -16,13 +16,12 @@ PORTDOCS= README.xml html.xsl man.macros nroff.xsl tcldoc-1.0.dtd \ tcldom.html tcldom.xml tclxml.css tclxml.html tclxml.xml \ tclxslt.html tclxslt.xml transform.tcl txt.xsl -USE_TCL= 83+ +USE_TCL= 84+ USE_XZ= yes XML_CONFIG?= ${LOCALBASE}/bin/xml2-config GNU_CONFIGURE= yes USE_LDCONFIG?= ${PREFIX}/lib/Tclxml${PORTVERSION} CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ - --with-tclinclude=${TCL_INCLUDEDIR} \ XML_CONFIG="${XML_CONFIG}" PLIST_SUB= VER=${PORTVERSION} |