mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
devel/tclthread: update to 2.8.0
This commit is contained in:
parent
0c47b7db42
commit
4017884163
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419213
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= thread
|
||||
PORTVERSION= 2.7.3
|
||||
PORTVERSION= 2.8.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/tcl/Thread%20Extension/${PORTVERSION}
|
||||
MASTER_SITES= SF/tcl/Tcl/8.6.6/
|
||||
PKGNAMEPREFIX= tcl
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
@ -21,14 +21,17 @@ USE_LDCONFIG= ${PREFIX}/lib/${TCL_PKG}
|
||||
|
||||
PLIST_SUB+= VERSION="${PORTVERSION}"
|
||||
|
||||
INSTALL_TARGET= install-binaries install-libraries install-doc
|
||||
INSTALL_TARGET= install-binaries install-doc
|
||||
TEST_TARGET= test
|
||||
|
||||
OPTIONS_DEFINE= GDBM DOCS
|
||||
OPTIONS_DEFINE= DOCS GDBM LMDB
|
||||
OPTIONS_DEFAULT=GDBM
|
||||
GDBM_DESC= Persistent shared variables using GDBM
|
||||
LMDB_DESC= Persistent shared variables using LMDB
|
||||
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
|
||||
GDBM_CONFIGURE_WITH= gdbm
|
||||
LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb
|
||||
LMDB_CONFIGURE_WITH= lmdb
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
@ -41,8 +44,6 @@ post-install:
|
||||
.for FILE in ChangeLog README
|
||||
${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.for FILE in thread.html tpool.html tsv.html ttrace.html
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/html/${FILE} ${STAGEDIR}${DOCSDIR}/html
|
||||
.endfor
|
||||
cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (thread2.7.3.tar.gz) = 7511c736e4738fc50af91a9aefd46ae588d3596de8565a1d5e26aeee0d17ff9e
|
||||
SIZE (thread2.7.3.tar.gz) = 291332
|
||||
TIMESTAMP = 1469705140
|
||||
SHA256 (thread2.8.0.tar.gz) = 39cd19f799dec4735d0c55876da9a079bd8482fc0cea47a0473fa5e1c6a18a35
|
||||
SIZE (thread2.8.0.tar.gz) = 334475
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- aclocal.m4.orig 2016-04-08 09:07:17 UTC
|
||||
+++ aclocal.m4
|
||||
@@ -22,7 +22,7 @@ AC_DEFUN(TCLTHREAD_WITH_GDBM, [
|
||||
[ --with-gdbm link with optional GDBM support],\
|
||||
with_gdbm=${withval})
|
||||
|
||||
- if test x"${with_gdbm}" != x; then
|
||||
+ if test x"${with_gdbm}" != "x" -a "${with_gdbm}" != "no"; then
|
||||
|
||||
AC_MSG_CHECKING([for GNU gdbm library])
|
||||
|
@ -5,4 +5,3 @@ man/mann/thread.n.gz
|
||||
man/mann/tpool.n.gz
|
||||
man/mann/tsv.n.gz
|
||||
man/mann/ttrace.n.gz
|
||||
include/tclThread.h
|
||||
|
Loading…
Reference in New Issue
Block a user