mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe: yes Reported by: beat, bapt
This commit is contained in:
parent
344d1b44f9
commit
0d5d01dd47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308232
15 changed files with 17 additions and 17 deletions
|
@ -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}
|
||||
|
|
|
@ -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/.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -18,7 +18,7 @@ LICENSE= MIT
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_TK= 82+
|
||||
USE_TK= 83+
|
||||
USE_XORG= xext
|
||||
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue