Index: astro/tkgeomap/Makefile =================================================================== --- astro/tkgeomap/Makefile (revision 308226) +++ astro/tkgeomap/Makefile (working copy) @@ -20,7 +20,7 @@ --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} Property changes on: astro/tkgeomap/Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: converters/xdeview/Makefile =================================================================== --- converters/xdeview/Makefile (revision 308226) +++ converters/xdeview/Makefile (working copy) @@ -19,8 +19,8 @@ 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/. Property changes on: converters/xdeview/Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: devel/tclcl/Makefile =================================================================== --- devel/tclcl/Makefile (revision 308226) +++ devel/tclcl/Makefile (working copy) @@ -35,7 +35,7 @@ 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" Property changes on: devel/tclcl/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/catdoc/Makefile =================================================================== --- textproc/catdoc/Makefile (revision 308226) +++ textproc/catdoc/Makefile (working copy) @@ -34,7 +34,7 @@ .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="" Property changes on: textproc/catdoc/Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: lang/otcl/Makefile =================================================================== --- lang/otcl/Makefile (revision 308226) +++ lang/otcl/Makefile (working copy) @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_TK= 82+ +USE_TK= 83+ USE_XORG= xext USE_AUTOTOOLS= autoconf Property changes on: lang/otcl/Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: lang/tcl-wrapper/Makefile =================================================================== --- lang/tcl-wrapper/Makefile (revision 308226) +++ lang/tcl-wrapper/Makefile (working copy) @@ -36,10 +36,10 @@ 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 Index: x11-toolkits/pure-tk/Makefile =================================================================== --- x11-toolkits/pure-tk/Makefile (revision 308226) +++ x11-toolkits/pure-tk/Makefile (working copy) @@ -13,7 +13,7 @@ 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} Property changes on: x11-toolkits/pure-tk/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: x11-toolkits/blt/Makefile =================================================================== --- x11-toolkits/blt/Makefile (revision 308226) +++ x11-toolkits/blt/Makefile (working copy) @@ -34,7 +34,7 @@ CFLAGS+= -I${TK_INCLUDEDIR}/generic -I${TK_INCLUDEDIR}/unix MAKE_JOBS_SAFE= yes -USE_TK= 82+ +USE_TK= 83+ USE_XORG= x11 post-install: Property changes on: x11-toolkits/blt/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: x11-toolkits/py-tkinter/Makefile =================================================================== --- x11-toolkits/py-tkinter/Makefile (revision 308226) +++ x11-toolkits/py-tkinter/Makefile (working copy) @@ -24,7 +24,7 @@ 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 Property changes on: x11-toolkits/py-tkinter/Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: devel/tclxml/Makefile =================================================================== --- devel/tclxml/Makefile (revision 308226) +++ devel/tclxml/Makefile (working copy) @@ -21,7 +21,7 @@ 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} Property changes on: devel/tclxml/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/tclreadline/Makefile =================================================================== --- devel/tclreadline/Makefile (revision 308226) +++ devel/tclreadline/Makefile (working copy) @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNU readline for TCL -USE_TCL= 82+ +USE_TCL= 83+ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Property changes on: devel/tclreadline/Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: devel/tcllib/Makefile =================================================================== --- devel/tcllib/Makefile (revision 308226) +++ devel/tcllib/Makefile (working copy) @@ -14,7 +14,7 @@ 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 Index: sysutils/tclsyslog/Makefile =================================================================== --- sysutils/tclsyslog/Makefile (revision 308226) +++ sysutils/tclsyslog/Makefile (working copy) @@ -14,7 +14,7 @@ MAINTAINER= frank@fenor.de COMMENT= Tcl Interface to Syslog -USE_TCL= 82+ +USE_TCL= 83+ MANN= syslog.n MANCOMPRESSED= no Property changes on: sysutils/tclsyslog/Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: net/tcludp/Makefile =================================================================== --- net/tcludp/Makefile (revision 308226) +++ net/tcludp/Makefile (working copy) @@ -14,7 +14,7 @@ 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} Property changes on: net/tcludp/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/mysqltcl/Makefile =================================================================== --- databases/mysqltcl/Makefile (revision 308226) +++ databases/mysqltcl/Makefile (working copy) @@ -16,7 +16,7 @@ USE_LDCONFIG= yes USE_MYSQL= yes -USE_TCL= 82+ +USE_TCL= 83+ USE_DOS2UNIX= generic/mysqltcl.c MANN= mysqltcl.n Property changes on: databases/mysqltcl/Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property