Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 11:51:53 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316351 - in head: . Mk astro/tclgeomap astro/tkgeomap cad/pcb converters/xdeview databases/metakit databases/mysqltcl databases/sqlite2 databases/sybtcl databases/tcl-Mysql devel/tclcl...
Message-ID:  <201304231151.r3NBprxs095566@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Apr 23 11:51:52 2013
New Revision: 316351
URL: http://svnweb.freebsd.org/changeset/ports/316351

Log:
  - 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)

Deleted:
  head/lang/tcl83/
  head/x11-toolkits/tk83/
Modified:
  head/MOVED
  head/Mk/bsd.tcl.mk
  head/astro/tclgeomap/Makefile
  head/astro/tkgeomap/Makefile
  head/cad/pcb/Makefile   (contents, props changed)
  head/converters/xdeview/Makefile
  head/databases/metakit/Makefile   (contents, props changed)
  head/databases/mysqltcl/Makefile
  head/databases/sqlite2/Makefile   (contents, props changed)
  head/databases/sybtcl/Makefile   (contents, props changed)
  head/databases/tcl-Mysql/Makefile   (contents, props changed)
  head/devel/tclcl/Makefile
  head/devel/tclreadline/Makefile
  head/devel/tcltls/Makefile   (contents, props changed)
  head/devel/tclxml/Makefile
  head/graphics/libimg/Makefile   (contents, props changed)
  head/irc/weechat-devel/Makefile
  head/irc/weechat/Makefile
  head/lang/Makefile
  head/lang/otcl/Makefile
  head/lang/tcl-wrapper/Makefile
  head/lang/tclX/Makefile
  head/lang/tclX/pkg-plist   (contents, props changed)
  head/net/tcludp/Makefile
  head/sysutils/tclsyslog/Makefile
  head/textproc/catdoc/Makefile
  head/textproc/xmlgen/Makefile   (contents, props changed)
  head/x11-toolkits/Makefile
  head/x11-toolkits/blt/Makefile
  head/x11-toolkits/pure-tk/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/MOVED	Tue Apr 23 11:51:52 2013	(r316351)
@@ -4216,3 +4216,5 @@ dns/dnsperf||2013-04-20|Removed
 dns/bind97||2013-04-20|Has expired: No longer supported by ISC, use Bind 9.8 or 9.9
 dns/bind97-sdb||2013-04-20|Has expired: No longer supported by ISC, use Bind 9.8 or 9.9
 dns/bind-tools||2013-04-20|Has expired: No longer supported by ISC, use Bind 9.8 or 9.9
+lang/tcl83||2013-04-23|Has expired: No longer supported
+x11-toolkits/tk83||2013-04-23|Has expired: No longer supported

Modified: head/Mk/bsd.tcl.mk
==============================================================================
--- head/Mk/bsd.tcl.mk	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/Mk/bsd.tcl.mk	Tue Apr 23 11:51:52 2013	(r316351)
@@ -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+ 85 84 83
+#			  Available values: yes 86+ 85+ 84+ 85 84
 #			  NOTE: - default value 85 is used in case of USE_TCL=yes
 #
 # USE_TCL_BUILD		- Add buildtime dependency on Tcl (tclsh).
@@ -31,9 +31,9 @@ Tcl_Include_MAINTAINER=		mm@FreeBSD.org
 #			        - ports using the wrapper should support default Tcl (8.5)
 ##
 # INVALID_TCL_VER	- This variable contains a list of Tcl versions not supported by the port.
-#			  This setting is effective only when USE_TCL is set to a range (e.g. 83+)
+#			  This setting is effective only when USE_TCL is set to a range (e.g. 84+)
 # WITH_TCL_VER		- User defined global variable to set Tcl version
-#			  This variable is effective only if USE_TCL is set to a range (e.g. 83+)
+#			  This variable is effective only if USE_TCL is set to a range (e.g. 84+)
 #			  and WITH_TCL_VER points inside that range.
 #			  NOTE: INVALID_TCL_VER takes precedence
 # <UNIQUENAME>_WITH_TCL_VER	- User defined port specific variable to set Tcl version
@@ -44,7 +44,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+ 85 84 83
+#			  Avaliable values: yes 86+ 85+ 84+ 85 84
 #			  NOTE: - overrides USE_TCL
 #			        - default value 85 is used in case of USE_TK=yes
 #
@@ -64,9 +64,9 @@ Tcl_Include_MAINTAINER=		mm@FreeBSD.org
 #			        - ports using the wrapper should support default Tk (8.5)
 ##
 # INVALID_TK_VER	- This variable contains a list of Tk versions not supported by the port
-#			  This setting is effective only when USE_TK is set to a range (e.g. 83+)
+#			  This setting is effective only when USE_TK is set to a range (e.g. 84+)
 # WITH_TK_VER		- User defined global variable to set Tk version.
-#			  This variable is effective only if USE_TK is set to a range (e.g. 83+)
+#			  This variable is effective only if USE_TK is set to a range (e.g. 84+)
 #			  and WITH_TK_VER points inside that range.
 #			  NOTE: overrides WITH_TCL_VER.
 # <UNIQUENAME>_WITH_TK_VER	- User defined port specific variable to set Tk version
@@ -158,11 +158,10 @@ INVALID_TCL_VER:=	${INVALID_TK_VER}
 . if defined(USE_TCL)
 
 _TCL_DEFAULT_VERSION=		85
-_TCL_VERSIONS=			86 85 84 83
-_TCL_RANGE_VERSIONS= 		86+ 85+ 84+ 83+
+_TCL_VERSIONS=			86 85 84
+_TCL_RANGE_VERSIONS= 		86+ 85+ 84+
 
 # For specifying [85, 84, ..]+
-_TCL_83P=	83 84 85 86
 _TCL_84P=	84 85 86
 _TCL_85P=	85 86
 _TCL_86P=	86
@@ -201,7 +200,7 @@ USE_TCL=	${_TCL_VER}
 .   endfor
 .  endif
 
-# Check for highest installed Tcl (if e.g. 83+ is specified)
+# Check for highest installed Tcl (if e.g. 84+ is specified)
 # The default version of Tcl counts as the highest
 .  if ${_TCL_VER} == "no"
 .   for ver in ${_TCL_RANGE_VERSIONS}

Modified: head/astro/tclgeomap/Makefile
==============================================================================
--- head/astro/tclgeomap/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/astro/tclgeomap/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -13,7 +13,7 @@ MASTER_SITES=	SF/tkgeomap/${PORTNAME}/${
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Read, manipulate, and display geo data
 
-USE_TCL=	83+
+USE_TCL=	84+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR}
 WRKSRC=		${WRKDIR}/${DISTNAME}/unix

Modified: head/astro/tkgeomap/Makefile
==============================================================================
--- head/astro/tkgeomap/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/astro/tkgeomap/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -20,7 +20,7 @@ CONFIGURE_ARGS=	--with-tclgeomap-include
 		--with-tk=${TK_LIBDIR} --with-tkinclude=${TK_INCLUDEDIR} \
 		--x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include
 CONFIGURE_ENV=	TCLGEOMAP_LIB=${LOCALBASE}/lib/tclgeomap
-USE_TK=		83+
+USE_TK=		84+
 GNU_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME}/unix
 TKPKG=		${PORTNAME}

Modified: head/cad/pcb/Makefile
==============================================================================
--- head/cad/pcb/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/cad/pcb/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -23,7 +23,7 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	autoconf
 USE_GMAKE=	yes
-USE_TK_RUN=	83
+USE_TK_RUN=	84
 INSTALLS_ICONS=	yes
 CONFIGURE_ENV+=	INSTALL_DATA="/usr/bin/install ${COPY} ${_SHROWNGRP} -m ${SHAREMODE}"
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/converters/xdeview/Makefile
==============================================================================
--- head/converters/xdeview/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/converters/xdeview/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -19,8 +19,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	uu.3:${PORTSDIR}/converters/uulib
 
-USE_TK_BUILD=	83+
-USE_TK=		83+
+USE_TK=		84+
 GNU_CONFIGURE=	yes
 # Explicitly disable Tcl otherwise the configure script picks-up
 # crud from the $PATH like /usr/opt/Simili/tcl/.

Modified: head/databases/metakit/Makefile
==============================================================================
--- head/databases/metakit/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/databases/metakit/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -41,7 +41,7 @@ PLIST_SUB+=	WITH_PYTHON="@comment "
 
 .if ${PORT_OPTIONS:MTCL}
 CATEGORIES+=	tcl
-USE_TCL=	83+
+USE_TCL=	84+
 .endif
 
 .include <bsd.port.pre.mk>

Modified: head/databases/mysqltcl/Makefile
==============================================================================
--- head/databases/mysqltcl/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/databases/mysqltcl/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -11,7 +11,7 @@ COMMENT=	TCL module for accessing MySQL 
 
 USE_LDCONFIG=	yes
 USE_MYSQL=	yes
-USE_TCL=	83+
+USE_TCL=	84+
 USE_DOS2UNIX=	generic/mysqltcl.c
 
 MANN=		mysqltcl.n

Modified: head/databases/sqlite2/Makefile
==============================================================================
--- head/databases/sqlite2/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/databases/sqlite2/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -29,10 +29,10 @@ OPTIONS_DEFINE=	TCL THREADS DOCS
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTCL}
-USE_TCL=		83+
+USE_TCL=		84+
 .else
 .if ${PORT_OPTIONS:MDOCS}
-USE_TCL_BUILD=		83+
+USE_TCL_BUILD=		84+
 . endif
 .endif
 

Modified: head/databases/sybtcl/Makefile
==============================================================================
--- head/databases/sybtcl/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/databases/sybtcl/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -16,7 +16,7 @@ COMMENT=	TCL extension to connect to Syb
 
 LIB_DEPENDS=	sybdb:${PORTSDIR}/databases/freetds
 
-USE_TCL=	83+
+USE_TCL=	84+
 TCL_DVER=	${TCL_VER:S/.//}
 MAKEFILE=	${FILESDIR}/Makefile.bsd
 MAKE_ARGS+=	TCL_VER=${TCL_VER}

Modified: head/databases/tcl-Mysql/Makefile
==============================================================================
--- head/databases/tcl-Mysql/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/databases/tcl-Mysql/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -18,7 +18,7 @@ COMMENT=	TCL module for accessing MySQL 
 
 LIB_DEPENDS=	mysqlclient:${PORTSDIR}/databases/mysql41-client
 
-USE_TCL=	83+
+USE_TCL=	84+
 TCL_NODOT=	tcl${TCL_VER:S/.//}
 WRKSRC=		${WRKDIR}/tcl-sql/
 LIB_NAME=	libTclMySQL.so.1

Modified: head/devel/tclcl/Makefile
==============================================================================
--- head/devel/tclcl/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/devel/tclcl/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -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"

Modified: head/devel/tclreadline/Makefile
==============================================================================
--- head/devel/tclreadline/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/devel/tclreadline/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -14,7 +14,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNU readline for TCL
 
-USE_TCL=	83+
+USE_TCL=	84+
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/devel/tcltls/Makefile
==============================================================================
--- head/devel/tcltls/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/devel/tcltls/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -17,7 +17,7 @@ COMMENT=	SSL extensions for TCL; dynamic
 
 LIB_DEPENDS+=	tcl${TCLVND}:${PORTSDIR}/lang/tcl${TCLVND}
 
-USE_TCL=	83+
+USE_TCL=	84+
 USE_OPENSSL=	yes
 
 WRKSRC=	${WRKDIR}/tls${PORTVERSION}

Modified: head/devel/tclxml/Makefile
==============================================================================
--- head/devel/tclxml/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/devel/tclxml/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -16,13 +16,12 @@ PORTDOCS=	README.xml html.xsl man.macros
 		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}
 

Modified: head/graphics/libimg/Makefile
==============================================================================
--- head/graphics/libimg/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/graphics/libimg/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -29,7 +29,7 @@ PLIST_SUB+=	DIR="${DIR}" SHLIB_NAME="${S
 
 WRKSRC=		${WRKDIR}/img${PORTVERSION}
 MAKEFILE=	${FILESDIR}/Makefile.bsd
-USE_TK=		83+
+USE_TK=		84+
 USE_TK_BUILD=	${USE_TK}
 MAKE_ENV+=	TCL_VER=${TCL_VER}
 MAKE_JOBS_SAFE=	yes
@@ -54,17 +54,13 @@ post-install:
 
 .include <bsd.port.pre.mk>
 
-.if ${TCL_VER} == 8.3
-PKGNAMESUFFIX=	-tk83
-EXTRA_PATCHES=	${FILESDIR}/pre-tk84-warnings
-CONFLICTS=	libimg-1.* libimg-tkstep-1.*
-.elif ${TCL_VER} == 8.4
+.if ${TCL_VER} == 8.4
 PKGNAMESUFFIX=	-tk84
 EXTRA_PATCHES=	${FILESDIR}/tk84-Tk_PhotoPutBlock ${FILESDIR}/tk84-warnings
-CONFLICTS=	libimg-tk83-1.* libimg-tkstep-1.*
+CONFLICTS=	libimg-tkstep-1.*
 .else
 EXTRA_PATCHES=	${FILESDIR}/tk85-Tk_PhotoPutBlock ${FILESDIR}/tk84-warnings
-CONFLICTS=	libimg-tk83-1.* libimg-tk84-1.* libimg-tkstep-1.*
+CONFLICTS=	libimg-tk84-1.* libimg-tkstep-1.*
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/irc/weechat-devel/Makefile
==============================================================================
--- head/irc/weechat-devel/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/irc/weechat-devel/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -110,7 +110,7 @@ PLIST_SUB+=	PERL="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MTCL}
-USE_TCL=	83+
+USE_TCL=	84+
 .include "${PORTSDIR}/Mk/bsd.tcl.mk"
 CMAKE_ARGS+=	-DBSD_TCL_VER=${TCL_VER} \
 		-DBSD_TCL_LIBDIR=${LOCALBASE}/lib \

Modified: head/irc/weechat/Makefile
==============================================================================
--- head/irc/weechat/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/irc/weechat/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -98,7 +98,7 @@ PLIST_SUB+=	PERL="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MTCL}
-USE_TCL=	83+
+USE_TCL=	84+
 .include "${PORTSDIR}/Mk/bsd.tcl.mk"
 CMAKE_ARGS+=	-DBSD_TCL_VER=${TCL_VER} \
 		-DBSD_TCL_LIBDIR=${LOCALBASE}/lib \

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/lang/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -345,7 +345,6 @@
     SUBDIR += tcc
     SUBDIR += tcl-manual
     SUBDIR += tcl-wrapper
-    SUBDIR += tcl83
     SUBDIR += tcl84
     SUBDIR += tcl85
     SUBDIR += tcl86

Modified: head/lang/otcl/Makefile
==============================================================================
--- head/lang/otcl/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/lang/otcl/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -18,7 +18,7 @@ LICENSE=	MIT
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USE_TK=		83+
+USE_TK=		84+
 USE_XORG=	xext
 
 USE_AUTOTOOLS=	autoconf

Modified: head/lang/tcl-wrapper/Makefile
==============================================================================
--- head/lang/tcl-wrapper/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/lang/tcl-wrapper/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -36,10 +36,10 @@ TX_SHELL=	wish
 TX_PORT=	tk
 TX_PORT_U=	Tk
 TX_CAT=		x11-toolkits
-USE_TK_RUN=	83+
+USE_TK_RUN=	84+
 CATEGORIES=	x11-toolkits tk
 .else
-USE_TCL_RUN=	83+
+USE_TCL_RUN=	84+
 .endif
 
 TX_CONF=	${TX_SHELL}.conf

Modified: head/lang/tclX/Makefile
==============================================================================
--- head/lang/tclX/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/lang/tclX/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -16,7 +16,8 @@ MAINTAINER=	mi@aldan.algebra.com
 COMMENT=	Extended TCL
 
 USE_BZIP2=	yes
-USE_TCL=	83+
+USE_TCL=	84+
+#INVALID_TCL_VER=86
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -64,11 +65,6 @@ PLIST_SUB+=	BELOW_85='@comment '
 .else
 PLIST_SUB+=	BELOW_85=''
 .endif
-.if ${TCL_VER} > 8.3
-PLIST_SUB+=	ABOVE_83=''
-.else
-PLIST_SUB+=	ABOVE_83='@comment '
-.endif
 
 pre-configure:
 .if exists(${TCL_LIBDIR}/tclConfig-threads.sh)

Modified: head/lang/tclX/pkg-plist
==============================================================================
--- head/lang/tclX/pkg-plist	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/lang/tclX/pkg-plist	Tue Apr 23 11:51:52 2013	(r316351)
@@ -132,7 +132,7 @@ lib/tclx%%TCLX_VER%%/help.tcl
 %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/lists/lreplace
 %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/lists/lrmdups
 %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/lists/lsearch
-%%PORTDOCS%%%%ABOVE_83%%lib/tclx%%TCLX_VER%%/help/tcl/lists/lset
+%%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/lists/lset
 %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/lists/lsort
 %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/lists/lvarcat
 %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/lists/lvarpop

Modified: head/net/tcludp/Makefile
==============================================================================
--- head/net/tcludp/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/net/tcludp/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -14,7 +14,7 @@ MASTER_SITES=	SF
 MAINTAINER=	frank@fenor.de
 COMMENT=	UDP extension for TCL
 
-USE_TCL=	83+
+USE_TCL=	84+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-tcl=${TCL_LIBDIR}
 USE_LDCONFIG=	${PREFIX}/lib/udp${PORTVERSION}

Modified: head/sysutils/tclsyslog/Makefile
==============================================================================
--- head/sysutils/tclsyslog/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/sysutils/tclsyslog/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -14,7 +14,7 @@ MASTER_SITES=	http://ftp.wagner.pp.ru/pu
 MAINTAINER=	frank@fenor.de
 COMMENT=	Tcl Interface to Syslog
 
-USE_TCL=	83+
+USE_TCL=	84+
 MANN=		syslog.n
 MANCOMPRESSED=	no
 

Modified: head/textproc/catdoc/Makefile
==============================================================================
--- head/textproc/catdoc/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/textproc/catdoc/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -33,7 +33,7 @@ post-patch:
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MWORDVIEW}
-USE_TK=			83+
+USE_TK=			84+
 .include "${PORTSDIR}/Mk/bsd.tcl.mk"
 CONFIGURE_ARGS+=	--with-wish=${WISH}
 PLIST_SUB+=		WORDVIEW=""

Modified: head/textproc/xmlgen/Makefile
==============================================================================
--- head/textproc/xmlgen/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/textproc/xmlgen/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF/tclxml/${PORTNAME}/v${P
 MAINTAINER=	dereckson@gmail.com
 COMMENT=	Write XML documents using Tcl
 
-USE_TCL=	83+
+USE_TCL=	84+
 NO_BUILD=	yes
 
 .include <bsd.port.pre.mk>

Modified: head/x11-toolkits/Makefile
==============================================================================
--- head/x11-toolkits/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/x11-toolkits/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -254,7 +254,6 @@
     SUBDIR += tile
     SUBDIR += tix
     SUBDIR += tk-wrapper
-    SUBDIR += tk83
     SUBDIR += tk84
     SUBDIR += tk85
     SUBDIR += tk86

Modified: head/x11-toolkits/blt/Makefile
==============================================================================
--- head/x11-toolkits/blt/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/x11-toolkits/blt/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -30,7 +30,7 @@ CFLAGS+=	-Wall -Wno-uninitialized
 CFLAGS+=	-I${TK_INCLUDEDIR}/generic -I${TK_INCLUDEDIR}/unix
 MAKE_JOBS_SAFE=	yes
 
-USE_TK=		83+
+USE_TK=		84+
 INVALID_TK_VER=	86
 USE_XORG=	x11
 

Modified: head/x11-toolkits/pure-tk/Makefile
==============================================================================
--- head/x11-toolkits/pure-tk/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
+++ head/x11-toolkits/pure-tk/Makefile	Tue Apr 23 11:51:52 2013	(r316351)
@@ -13,7 +13,7 @@ MAINTAINER=	lichray@gmail.com
 COMMENT=	A basic interface between Pure and Tcl/Tk
 
 USE_PURE=	yes
-USE_TK=	83+
+USE_TK=	84+
 SHORT_TCL_VER=	${TCL_VER:S/8./8/}
 
 MAKE_ARGS+=	tclvers=${TCL_VER}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304231151.r3NBprxs095566>