- Convert USE_TCL to USES=tcl
This commit is contained in:
@@ -11,7 +11,7 @@ COMMENT= New TCL channel type using mmap-ed files
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_TCL= 84+
|
||||
USES+= tcl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
|
||||
--prefix=${PREFIX} \
|
||||
|
||||
@@ -14,7 +14,7 @@ DISTNAME= signal_ext${PORTVERSION:R:R}
|
||||
MAINTAINER= tcltk@FreeBSD.org
|
||||
COMMENT= Dynamically loadable signal handling for Tcl/Tk scripts
|
||||
|
||||
USE_TCL= yes
|
||||
USES+= tcl
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= signal.so
|
||||
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR}
|
||||
|
||||
@@ -12,8 +12,7 @@ COMMENT= A collection of utility modules for Tcl
|
||||
|
||||
OPTIONS_DEFINE= DOCS MANPAGES
|
||||
|
||||
USE_TCL= 84+
|
||||
|
||||
USES+= tcl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= ac_cv_path_tclsh="${TCLSH}"
|
||||
ALL_TARGET= all
|
||||
|
||||
@@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= tcltk@FreeBSD.org
|
||||
COMMENT= GNU readline for TCL
|
||||
|
||||
USE_TCL= 84+
|
||||
USES+= tcl
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
MANN= tclreadline.n
|
||||
|
||||
@@ -14,11 +14,12 @@ COMMENT= Scripting level thread extension for Tcl
|
||||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/license.terms
|
||||
|
||||
USE_TCL= 84+
|
||||
USES+= tcl
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--exec-prefix=${PREFIX}
|
||||
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
|
||||
--exec-prefix=${PREFIX}
|
||||
USE_LDCONFIG= ${PREFIX}/lib/thread${PORTVERSION}
|
||||
|
||||
PLIST_SUB+= VERSION="${PORTVERSION}"
|
||||
@@ -26,7 +27,7 @@ PLIST_SUB+= VERSION="${PORTVERSION}"
|
||||
INSTALL_TARGET= install-binaries install-libraries
|
||||
.if !defined(NO_INSTALL_MANPAGES)
|
||||
MANN= thread.n tpool.n tsv.n ttrace.n
|
||||
INSTALL_TARGET+= install-doc
|
||||
INSTALL_TARGET+=install-doc
|
||||
.endif
|
||||
|
||||
OPTIONS_DEFINE= GDBM DOCS
|
||||
@@ -35,13 +36,11 @@ GDBM_DESC= Persistent shared variables using GDBM
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
CONFIGURE_ARGS+= --with-tcl="${TCL_LIBDIR}"
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGDBM}
|
||||
LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm
|
||||
CONFIGURE_ARGS+= --with-gdbm
|
||||
LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm
|
||||
CONFIGURE_ARGS+=--with-gdbm
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@@ -59,4 +58,4 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -16,7 +16,7 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= flightaware
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_TCL= 85+
|
||||
USES+= tcl:85+
|
||||
USE_AUTOTOOLS= autoconf
|
||||
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ MASTER_SITES= http://roxirc.lighter.net/download/
|
||||
MAINTAINER= tcltk@FreeBSD.org
|
||||
COMMENT= A tcl/tk irc client
|
||||
|
||||
USE_TK= yes
|
||||
USES+= tk:run
|
||||
NO_BUILD= yes
|
||||
|
||||
post-patch:
|
||||
|
||||
@@ -13,9 +13,8 @@ COMMENT= Graphical diff tool
|
||||
LICENSE= GPLv2 # (or later)
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_TCL_BUILD= yes
|
||||
USES+= tk
|
||||
USE_LDCONFIG= yes
|
||||
USE_TK= yes
|
||||
|
||||
PLIST_FILES= bin/dirdiff lib/libfilecmp.so.0
|
||||
|
||||
|
||||
@@ -17,9 +17,8 @@ LIB_DEPENDS= canberra:${PORTSDIR}/audio/libcanberra \
|
||||
gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake pkgconfig tcl
|
||||
USE_GNOME= gtk20 libglade2
|
||||
USE_TCL= 84+
|
||||
USE_LDCONFIG= yes
|
||||
CFLAGS+= -I${TCL_INCLUDEDIR} -L${TCL_LIBDIR}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user