mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update to version 5.0.9
- Port needs tcl now - Use shebangfix to fix tclsh path - Strip libraries --- 5.0.9 2013/12/20 ZOOM/yaz-client: allow SRU searchRetrieveResponse with incorrect namespace. --- 5.0.8 2013/12/20 Make cs_parse_host public.A Fix double HTTP dump (-a log would show HTTP packages twice). Bug introduced in YAZ 5.0.6. --- 5.0.7 2013/12/17 Fix buffer corruption for yaz-ztest record fetch. --- 5.0.6 2013/12/17 Allow yaz-ztest to return user-defined records (one record per file). This is enabled by defining environment variable YAZ_ZTEST_XML_FETCH. Prevent early truncatin of HTTP log. (ODR_PRINT for HTTP streams). Use the stream write instead of odr_printf which has a 4K tmp buffer. Fix encoding of 0x00a4 (unicode to danmarc) YAZ-713
This commit is contained in:
parent
edc847ae45
commit
4cd08a2a23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337599
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= yaz
|
||||
PORTVERSION= 5.0.5
|
||||
PORTVERSION= 5.0.9
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
|
||||
|
||||
@ -11,9 +11,14 @@ COMMENT= Z39.50/SR client and API library
|
||||
|
||||
LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USES= iconv pathfix pkgconfig shebangfix tcl
|
||||
SHEBANG_FILES= util/yaz-asncomp
|
||||
SHEBANG_LANG= tcl
|
||||
tcl_OLD_CMD= /usr/bin/tclsh
|
||||
tcl_CMD= ${TCLSH}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pathfix pkgconfig iconv
|
||||
USE_OPENSSL= yes
|
||||
USE_GNOME= libxml2 libxslt
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
@ -24,8 +29,14 @@ CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|tclsh |tclsh8.6 |' ${WRKSRC}/configure
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \
|
||||
${WRKSRC}/doc/Makefile
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (yaz-5.0.5.tar.gz) = c29bba7dc2f3cc8a0b2bdb6b704026e66c42da5b567c4b90aa965a2ce020628a
|
||||
SIZE (yaz-5.0.5.tar.gz) = 2441278
|
||||
SHA256 (yaz-5.0.9.tar.gz) = bf84f42cd442564bb911e869033c876c7ff561e203ae35504b8ca64f8575a8eb
|
||||
SIZE (yaz-5.0.9.tar.gz) = 2495037
|
||||
|
Loading…
Reference in New Issue
Block a user