pkgsrc/net/yaz/Makefile
wiz f17749568f Update to 3.0.41:
--- 3.0.41 2008/12/29

Fixed Fixed test that makes VERSION_SHA1 appear on dist versions too.

--- 3.0.40 2008/12/29

For configure, using option --without-xml2 also disables Libxslt/Libexslt
support.

Fixed bug #2352: yaz-marcdump crashes for certain record.

Added man page 'bib1-attr' which includes list of common Bib-1 attributes.

Added support for Danmarc2 to UTF-8 conversion.

Added support for ISO5426 to UTF-8 conversion.

zget_InitRequest/zget_InitResponse returns GIT SHA1 hash as part of
implementation version.

Function yaz_version returns GIT SHA1 hash for parameter sha1_str.

--- 3.0.38 2008/11/10

ZOOM C now only fires one ZOOM_EVENT_SEARCH per search-task. Previously,
ZOOM_EVENT_SEARCH was fired for each searchRetrieve Response received.

ZOOM C now interprets databaseName option for ZOOM connection as path
(SRU "database").

Windows version bundled with Libxml2 2.7.1 / Libxslt 1.1.24 / ICU 4.0.

Fixed CCL to RPN/PQF conversion which could result in invalid PQF.

Dummy Libxml2 types no longer defined in headers of YAZ'.

Fixed memory violation for ZOOM C - could occur when SRU diagnostics was
received.
2009-01-07 22:26:45 +00:00

39 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.17 2009/01/07 22:26:45 wiz Exp $
#
DISTNAME= yaz-3.0.41
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
# 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"