mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
- Prepare for lang/tcl80 and x11-toolkits/tk80 removal
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+
This commit is contained in:
parent
99eda3177b
commit
de65271364
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237310
@ -34,7 +34,7 @@ PORTDOCS= CHANGES.html TODO.html
|
||||
OTCL_TCLVER!= ${ECHO_CMD} puts \$$tcl_version | ${LOCALBASE}/bin/otclsh
|
||||
USE_TK= ${OTCL_TCLVER:S/.//}
|
||||
.else
|
||||
USE_TK= 80+
|
||||
USE_TK= 82+
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITES= SF/tclreadline
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GNU readline for TCL
|
||||
|
||||
USE_TCL= 80+
|
||||
USE_TCL= 82+
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -82,7 +82,7 @@ MAKE_ARGS+= CONF_OPT_RUBY="--enable-rubyinterp"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TCL)
|
||||
USE_TCL= 80+
|
||||
USE_TCL= 82+
|
||||
USE_TCL_NO_THREADS= yes
|
||||
.endif
|
||||
|
||||
|
@ -21,7 +21,7 @@ PATCH_SITES= http://www.egghelp.org/files/patches/:ssl \
|
||||
MAINTAINER= beech@FreeBSD.org
|
||||
COMMENT= The most popular open source Internet Relay Chat bot
|
||||
|
||||
USE_TCL= 80+
|
||||
USE_TCL= 82+
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -17,7 +17,7 @@ COMMENT= MIT Object Tcl
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_TK= 80+
|
||||
USE_TK= 82+
|
||||
USE_TK_NO_THREADS= yes
|
||||
INVALID_TK_VER= 85 86
|
||||
USE_XORG= xext
|
||||
|
@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR=tcludp
|
||||
MAINTAINER= frank@fenor.de
|
||||
COMMENT= UDP extension for TCL
|
||||
|
||||
USE_TCL= 80+
|
||||
USE_TCL= 82+
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR}
|
||||
USE_LDCONFIG= ${PREFIX}/lib/udp${PORTVERSION}
|
||||
|
@ -34,7 +34,7 @@ post-patch:
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_WORDVIEW)
|
||||
USE_TK= 80+
|
||||
USE_TK= 82+
|
||||
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
|
||||
CONFIGURE_ARGS+= --with-wish=${WISH}
|
||||
PLIST_SUB+= WORDVIEW=""
|
||||
|
@ -29,7 +29,7 @@ USE_AUTOTOOLS= libtool:15
|
||||
WRKSRC= ${WRKDIR}/blt2.4z
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USE_TK= 80+
|
||||
USE_TK= 82+
|
||||
INVALID_TK_VER= 85 86
|
||||
USE_XORG= x11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user