pkgsrc/net/yaz/Makefile
wiz d7e3081880 Update to 3.0.52:
--- 3.0.52 2009/12/03

tcpip comstack: fix use of uinitialized variable in cs_straddr. This
bug was introduced in 3.0.51.

--- 3.0.51 2009/12/02

tcpip comstack: Remove TCP receiver buffer optimizations for Solaris.

tcpip comstack: fix leak for getaddrinfo.

Encoding of SRU database is performed by yaz_encode_sru_dbpath_odr or
yaz_encode_sru_dbpath_buf. Now used by yaz-client and the ZOOM API.
Decoding of SRU "path" database is performed by private function
yaz_decode_sru_dbpath_odr . This in turn is used by yaz_srw_decode
and yaz_sru_decode in server applications, GFS, yazproxy, metaproxy.

yaz-client: honor base command for SRU. Change when database setting
is applied for SRU and ensure it is kept when a connection is reset.
Change also the way errors are displayed or SRU (decoding of packages).
2009-12-08 21:17:45 +00:00

40 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.27 2009/12/08 21:17:45 wiz Exp $
#
DISTNAME= yaz-3.0.52
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
MAINTAINER= phil@NetBSD.org
HOMEPAGE= http://indexdata.dk/yaz/
COMMENT= C/C++ toolkit for the development of Z39.50v3/SRW clients and servers
LICENSE= modified-bsd
# needed during installation
BUILD_DEPENDS+= tcl-[0-9]*:../../lang/tcl
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.libiconv}
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-xml2=${BUILDLINK_PREFIX.libxml2}
PTHREAD_OPTS+= native optional
# don't depend on tcl, but fix the path to tclsh anyway
CHECK_INTERPRETER_SKIP= util/yaz-asncomp
SUBST_CLASSES+= tclsh
SUBST_SED.tclsh+= -e 's,/usr/bin/tclsh,${PREFIX}/bin/tclsh,'
SUBST_FILES.tclsh+= util/yaz-asncomp
SUBST_STAGE.tclsh+= post-build
.include "../../converters/libiconv/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"