From de65271364fbeb62d196c3cf4c354c59c55a0c0a Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Tue, 7 Jul 2009 06:48:54 +0000 Subject: - Prepare for lang/tcl80 and x11-toolkits/tk80 removal - Switch all ports that have USE_TCL=80+ to use USE_TCL=82+ --- devel/tclcl/Makefile | 2 +- devel/tclreadline/Makefile | 2 +- editors/vim/Makefile | 2 +- irc/eggdrop/Makefile | 2 +- lang/otcl/Makefile | 2 +- net/tcludp/Makefile | 2 +- textproc/catdoc/Makefile | 2 +- x11-toolkits/blt/Makefile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index 25d0f1e4588f..6cf721464ff3 100644 --- a/devel/tclcl/Makefile +++ b/devel/tclcl/Makefile @@ -34,7 +34,7 @@ PORTDOCS= CHANGES.html TODO.html OTCL_TCLVER!= ${ECHO_CMD} puts \$$tcl_version | ${LOCALBASE}/bin/otclsh USE_TK= ${OTCL_TCLVER:S/.//} .else -USE_TK= 80+ +USE_TK= 82+ .endif .include "${PORTSDIR}/Mk/bsd.tcl.mk" diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile index 4bedfd6a4106..461ff42ce461 100644 --- a/devel/tclreadline/Makefile +++ b/devel/tclreadline/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/tclreadline MAINTAINER= ports@FreeBSD.org COMMENT= GNU readline for TCL -USE_TCL= 80+ +USE_TCL= 82+ USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 4d21ecdc6574..78f7b28eabd3 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -82,7 +82,7 @@ MAKE_ARGS+= CONF_OPT_RUBY="--enable-rubyinterp" .endif .if defined(WITH_TCL) -USE_TCL= 80+ +USE_TCL= 82+ USE_TCL_NO_THREADS= yes .endif diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index d6829befa9cc..4318025082c4 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -21,7 +21,7 @@ PATCH_SITES= http://www.egghelp.org/files/patches/:ssl \ MAINTAINER= beech@FreeBSD.org COMMENT= The most popular open source Internet Relay Chat bot -USE_TCL= 80+ +USE_TCL= 82+ USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index 4dee279be325..28c9cbf8dbde 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -17,7 +17,7 @@ COMMENT= MIT Object Tcl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_TK= 80+ +USE_TK= 82+ USE_TK_NO_THREADS= yes INVALID_TK_VER= 85 86 USE_XORG= xext diff --git a/net/tcludp/Makefile b/net/tcludp/Makefile index bd7a9624e1eb..8d1e223007ba 100644 --- a/net/tcludp/Makefile +++ b/net/tcludp/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR=tcludp MAINTAINER= frank@fenor.de COMMENT= UDP extension for TCL -USE_TCL= 80+ +USE_TCL= 82+ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} USE_LDCONFIG= ${PREFIX}/lib/udp${PORTVERSION} diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index b52cab819f27..e5de8d42dcca 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -34,7 +34,7 @@ post-patch: .include .if defined(WITH_WORDVIEW) -USE_TK= 80+ +USE_TK= 82+ .include "${PORTSDIR}/Mk/bsd.tcl.mk" CONFIGURE_ARGS+= --with-wish=${WISH} PLIST_SUB+= WORDVIEW="" diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 2974dad78570..fc858dd09505 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -29,7 +29,7 @@ USE_AUTOTOOLS= libtool:15 WRKSRC= ${WRKDIR}/blt2.4z GNU_CONFIGURE= yes -USE_TK= 80+ +USE_TK= 82+ INVALID_TK_VER= 85 86 USE_XORG= x11 -- cgit v1.2.3