pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/yaz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  2 13:46:56 UTC 2010

Modified Files:
        pkgsrc/net/yaz: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/yaz/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/yaz/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/yaz/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index