From owner-svn-ports-all@FreeBSD.ORG Tue Dec 4 10:43:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71E2E7F7; Tue, 4 Dec 2012 10:43:10 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5545D8FC19; Tue, 4 Dec 2012 10:43:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB4AhAot053000; Tue, 4 Dec 2012 10:43:10 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB4Ah9x1052985; Tue, 4 Dec 2012 10:43:09 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201212041043.qB4Ah9x1052985@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 4 Dec 2012 10:43:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308232 - in head: astro/tkgeomap converters/xdeview databases/mysqltcl devel/tclcl devel/tcllib devel/tclreadline devel/tclxml lang/otcl lang/tcl-wrapper net/tcludp sysutils/tclsyslog ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2012 10:43:10 -0000 Author: gahr Date: Tue Dec 4 10:43:09 2012 New Revision: 308232 URL: http://svnweb.freebsd.org/changeset/ports/308232 Log: - Chase 82+ not being a valid Tcl/Tk version anymore Feature safe: yes Reported by: beat, bapt Modified: head/astro/tkgeomap/Makefile (contents, props changed) head/converters/xdeview/Makefile (contents, props changed) head/databases/mysqltcl/Makefile (contents, props changed) head/devel/tclcl/Makefile (contents, props changed) head/devel/tcllib/Makefile head/devel/tclreadline/Makefile (contents, props changed) head/devel/tclxml/Makefile (contents, props changed) head/lang/otcl/Makefile (contents, props changed) head/lang/tcl-wrapper/Makefile head/net/tcludp/Makefile (contents, props changed) head/sysutils/tclsyslog/Makefile (contents, props changed) head/textproc/catdoc/Makefile (contents, props changed) head/x11-toolkits/blt/Makefile (contents, props changed) head/x11-toolkits/pure-tk/Makefile (contents, props changed) head/x11-toolkits/py-tkinter/Makefile (contents, props changed) Modified: head/astro/tkgeomap/Makefile ============================================================================== --- head/astro/tkgeomap/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/astro/tkgeomap/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -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= 82+ +USE_TK= 83+ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix TKPKG= ${PORTNAME} Modified: head/converters/xdeview/Makefile ============================================================================== --- head/converters/xdeview/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/converters/xdeview/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -19,8 +19,8 @@ LICENSE= GPLv2 LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib -USE_TK_BUILD= 82+ -USE_TK= 82+ +USE_TK_BUILD= 83+ +USE_TK= 83+ GNU_CONFIGURE= yes # Explicitly disable Tcl otherwise the configure script picks-up # crud from the $PATH like /usr/opt/Simili/tcl/. Modified: head/databases/mysqltcl/Makefile ============================================================================== --- head/databases/mysqltcl/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/databases/mysqltcl/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -16,7 +16,7 @@ COMMENT= TCL module for accessing MySQL USE_LDCONFIG= yes USE_MYSQL= yes -USE_TCL= 82+ +USE_TCL= 83+ USE_DOS2UNIX= generic/mysqltcl.c MANN= mysqltcl.n Modified: head/devel/tclcl/Makefile ============================================================================== --- head/devel/tclcl/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/devel/tclcl/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -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= 82+ +USE_TK= 83+ .endif .include "${PORTSDIR}/Mk/bsd.tcl.mk" Modified: head/devel/tcllib/Makefile ============================================================================== --- head/devel/tcllib/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/devel/tcllib/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -14,7 +14,7 @@ MASTER_SITES= SF MAINTAINER= tcltk@FreeBSD.org COMMENT= A collection of utility modules for Tcl -USE_TCL_BUILD= 82+ +USE_TCL_BUILD= 83+ USE_TCL_RUN= ${USE_TCL_BUILD} USE_BZIP2= yes Modified: head/devel/tclreadline/Makefile ============================================================================== --- head/devel/tclreadline/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/devel/tclreadline/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -14,7 +14,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GNU readline for TCL -USE_TCL= 82+ +USE_TCL= 83+ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/tclxml/Makefile ============================================================================== --- head/devel/tclxml/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/devel/tclxml/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -21,7 +21,7 @@ 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= 82+ +USE_TCL= 83+ XML_CONFIG?= ${LOCALBASE}/bin/xml2-config GNU_CONFIGURE= yes USE_LDCONFIG?= ${PREFIX}/lib/Tclxml${PORTVERSION} Modified: head/lang/otcl/Makefile ============================================================================== --- head/lang/otcl/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/lang/otcl/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -18,7 +18,7 @@ LICENSE= MIT WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_TK= 82+ +USE_TK= 83+ USE_XORG= xext USE_AUTOTOOLS= autoconf Modified: head/lang/tcl-wrapper/Makefile ============================================================================== --- head/lang/tcl-wrapper/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/lang/tcl-wrapper/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -36,10 +36,10 @@ TX_SHELL= wish TX_PORT= tk TX_PORT_U= Tk TX_CAT= x11-toolkits -USE_TK_RUN= 82+ +USE_TK_RUN= 83+ CATEGORIES= x11-toolkits tk .else -USE_TCL_RUN= 82+ +USE_TCL_RUN= 83+ .endif TX_CONF= ${TX_SHELL}.conf Modified: head/net/tcludp/Makefile ============================================================================== --- head/net/tcludp/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/net/tcludp/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -14,7 +14,7 @@ MASTER_SITES= SF MAINTAINER= frank@fenor.de COMMENT= UDP extension for TCL -USE_TCL= 82+ +USE_TCL= 83+ 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 Dec 4 10:30:45 2012 (r308231) +++ head/sysutils/tclsyslog/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -14,7 +14,7 @@ MASTER_SITES= http://ftp.wagner.pp.ru/pu MAINTAINER= frank@fenor.de COMMENT= Tcl Interface to Syslog -USE_TCL= 82+ +USE_TCL= 83+ MANN= syslog.n MANCOMPRESSED= no Modified: head/textproc/catdoc/Makefile ============================================================================== --- head/textproc/catdoc/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/textproc/catdoc/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -34,7 +34,7 @@ post-patch: .include .if defined(WITH_WORDVIEW) -USE_TK= 82+ +USE_TK= 83+ .include "${PORTSDIR}/Mk/bsd.tcl.mk" CONFIGURE_ARGS+= --with-wish=${WISH} PLIST_SUB+= WORDVIEW="" Modified: head/x11-toolkits/blt/Makefile ============================================================================== --- head/x11-toolkits/blt/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/x11-toolkits/blt/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -34,7 +34,7 @@ CFLAGS+= -Wall -Wno-uninitialized CFLAGS+= -I${TK_INCLUDEDIR}/generic -I${TK_INCLUDEDIR}/unix MAKE_JOBS_SAFE= yes -USE_TK= 82+ +USE_TK= 83+ USE_XORG= x11 post-install: Modified: head/x11-toolkits/pure-tk/Makefile ============================================================================== --- head/x11-toolkits/pure-tk/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/x11-toolkits/pure-tk/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -13,7 +13,7 @@ MAINTAINER= lichray@gmail.com COMMENT= A basic interface between Pure and Tcl/Tk USE_PURE= yes -USE_TK= 82+ +USE_TK= 83+ SHORT_TCL_VER= ${TCL_VER:S/8./8/} MAKE_ARGS+= tclvers=${TCL_VER} Modified: head/x11-toolkits/py-tkinter/Makefile ============================================================================== --- head/x11-toolkits/py-tkinter/Makefile Tue Dec 4 10:30:45 2012 (r308231) +++ head/x11-toolkits/py-tkinter/Makefile Tue Dec 4 10:43:09 2012 (r308232) @@ -24,7 +24,7 @@ USE_PYDISTUTILS=yes USE_XZ= yes PYDISTUTILS_PKGNAME= Tkinter PYDISTUTILS_PKGVERSION= 0.0.0 -USE_TK= 82+ +USE_TK= 83+ WRKSRC= ${PYTHON_WRKSRC}/Modules DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo