diff options
author | wiz <wiz@pkgsrc.org> | 2010-05-02 13:46:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-05-02 13:46:56 +0000 |
commit | 6d5169d591477316fc98fd96cbb43ccdff7c8b9c (patch) | |
tree | 0261d87c481b7358833f42b0d9e528b7c46d8f85 /net/yaz/Makefile | |
parent | 24aedf29ae1187c029ea5b715285b709de646119 (diff) | |
download | pkgsrc-6d5169d591477316fc98fd96cbb43ccdff7c8b9c.tar.gz |
Update to 4.0.6:
--- 4.0.6 2010/04/29
Fix yaz-config for static mode and the use of SSL (gnutls).
--- 4.0.5 2010/04/29
Forward decl timeval struct in mutex.h and gettimeofday.h.
yaz-config: fix 'static' mode linking.
--- 4.0.4 2010/04/28
Add functions yaz_cond_{create,destroy,wait,signal,broadcast}. These
are wrappers for pthreads or Windows. For Windows these are put in
a separate DLL: yaz_cond4.
libyaz.la (whole source) is compiled with thread. If thread support
is enabled enabled, all source of YAZ is compiled with treading support.
This allows core utilities such as yaz_log to use thread facilities.
Previously (YAZ 3 and YAZ 4 releases), only libyaz_server.la was using
thread utilities. This commit moves mutex utilities (mutex.c) from
libyaz_server.la to libyaz.la.
yaz-json-parse displays leading text until error.
Diffstat (limited to 'net/yaz/Makefile')
-rw-r--r-- | net/yaz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 80a95eab748..d2a923d484c 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2010/04/23 21:29:39 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2010/05/02 13:46:56 wiz Exp $ # -DISTNAME= yaz-4.0.3 +DISTNAME= yaz-4.0.6 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ |