diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-04 10:43:09 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-04 10:43:09 +0000 |
commit | 0d5d01dd477cbdb953cd6c657dca29f19bfa69b6 (patch) | |
tree | 954597884c3734a5fa9babd315a8f8306c4279f6 | |
parent | 344d1b44f96d7ca8c3dc36da1e7a819f092a230f (diff) |
Notes
-rw-r--r-- | astro/tkgeomap/Makefile | 2 | ||||
-rw-r--r-- | converters/xdeview/Makefile | 4 | ||||
-rw-r--r-- | databases/mysqltcl/Makefile | 2 | ||||
-rw-r--r-- | devel/tclcl/Makefile | 2 | ||||
-rw-r--r-- | devel/tcllib/Makefile | 2 | ||||
-rw-r--r-- | devel/tclreadline/Makefile | 2 | ||||
-rw-r--r-- | devel/tclxml/Makefile | 2 | ||||
-rw-r--r-- | lang/otcl/Makefile | 2 | ||||
-rw-r--r-- | lang/tcl-wrapper/Makefile | 4 | ||||
-rw-r--r-- | net/tcludp/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tclsyslog/Makefile | 2 | ||||
-rw-r--r-- | textproc/catdoc/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/blt/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/pure-tk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-tkinter/Makefile | 2 |
15 files changed, 17 insertions, 17 deletions
diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile index 634b6c0c1d15..1f1fed3b5603 100644 --- a/astro/tkgeomap/Makefile +++ b/astro/tkgeomap/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --with-tclgeomap-include=${LOCALBASE}/include/tclgeomap --with-x --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} diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index b4ebdbfe3fda..9fccbe41a03f 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -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/. diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile index 5b1554fb9f9b..bff704714fb7 100644 --- a/databases/mysqltcl/Makefile +++ b/databases/mysqltcl/Makefile @@ -16,7 +16,7 @@ COMMENT= TCL module for accessing MySQL databases based on msqltcl USE_LDCONFIG= yes USE_MYSQL= yes -USE_TCL= 82+ +USE_TCL= 83+ USE_DOS2UNIX= generic/mysqltcl.c MANN= mysqltcl.n diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index 8c5cc5299660..b990d6e79454 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= 82+ +USE_TK= 83+ .endif .include "${PORTSDIR}/Mk/bsd.tcl.mk" diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile index e788f395b45b..9a65ed5a8446 100644 --- a/devel/tcllib/Makefile +++ b/devel/tcllib/Makefile @@ -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 diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile index b96f8ba7124b..2ef541b449ba 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= 82+ +USE_TCL= 83+ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/tclxml/Makefile b/devel/tclxml/Makefile index 1161fee4930a..9dd1f862f63b 100644 --- a/devel/tclxml/Makefile +++ b/devel/tclxml/Makefile @@ -21,7 +21,7 @@ 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= 82+ +USE_TCL= 83+ XML_CONFIG?= ${LOCALBASE}/bin/xml2-config GNU_CONFIGURE= yes USE_LDCONFIG?= ${PREFIX}/lib/Tclxml${PORTVERSION} diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index a3553eb61561..90890109d780 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -18,7 +18,7 @@ LICENSE= MIT WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_TK= 82+ +USE_TK= 83+ USE_XORG= xext USE_AUTOTOOLS= autoconf diff --git a/lang/tcl-wrapper/Makefile b/lang/tcl-wrapper/Makefile index 6bf23541d32f..2af0ecca4997 100644 --- a/lang/tcl-wrapper/Makefile +++ b/lang/tcl-wrapper/Makefile @@ -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 diff --git a/net/tcludp/Makefile b/net/tcludp/Makefile index ade18d6d6037..6a3155042463 100644 --- a/net/tcludp/Makefile +++ b/net/tcludp/Makefile @@ -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} diff --git a/sysutils/tclsyslog/Makefile b/sysutils/tclsyslog/Makefile index e1820cf36618..6aed5e6313c8 100644 --- a/sysutils/tclsyslog/Makefile +++ b/sysutils/tclsyslog/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://ftp.wagner.pp.ru/pub/tcl/tclsyslog/ MAINTAINER= frank@fenor.de COMMENT= Tcl Interface to Syslog -USE_TCL= 82+ +USE_TCL= 83+ MANN= syslog.n MANCOMPRESSED= no diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index 3b238755cf32..0adcb45c6a0f 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -34,7 +34,7 @@ post-patch: .include <bsd.port.pre.mk> .if defined(WITH_WORDVIEW) -USE_TK= 82+ +USE_TK= 83+ .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 9e0fb4a16426..3e9c174e0483 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -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: diff --git a/x11-toolkits/pure-tk/Makefile b/x11-toolkits/pure-tk/Makefile index e4057772e76e..d30efdc472f3 100644 --- a/x11-toolkits/pure-tk/Makefile +++ b/x11-toolkits/pure-tk/Makefile @@ -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} diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile index 4a394c494dac..93b9235edc81 100644 --- a/x11-toolkits/py-tkinter/Makefile +++ b/x11-toolkits/py-tkinter/Makefile @@ -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 |