diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-05-10 10:42:57 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-05-10 10:42:57 +0000 |
commit | 568915f2f9430b376d9667b01b4558512902926d (patch) | |
tree | 6bc087a022a1eadccef8a68049e972c882947ae1 /net/yaz | |
parent | 332463c643a0174245e3c943c0707b5c011da08d (diff) | |
download | ports-568915f2f9430b376d9667b01b4558512902926d.tar.gz ports-568915f2f9430b376d9667b01b4558512902926d.zip |
Update to version 2.1.4.
Notes
Notes:
svn path=/head/; revision=134980
Diffstat (limited to 'net/yaz')
-rw-r--r-- | net/yaz/Makefile | 7 | ||||
-rw-r--r-- | net/yaz/distinfo | 4 | ||||
-rw-r--r-- | net/yaz/files/patch-configure | 11 | ||||
-rw-r--r-- | net/yaz/pkg-plist | 2 |
4 files changed, 19 insertions, 5 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index b2c9c9fe0cf8..9add4fbbd39c 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yaz -PORTVERSION= 2.0.32 +PORTVERSION= 2.1.4 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ @@ -18,8 +18,9 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_ICONV= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-shared --with-openssl=${OPENSSLBASE} \ - --with-iconv=${LOCALBASE} --with-xml2=${LOCALBASE} +CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \ + --with-iconv=${LOCALBASE} --with-xml2=${LOCALBASE} \ + --enable-tcpd INSTALLS_SHLIB= yes MAN1= yaz-asncomp.1 yaz-client.1 yaz-marcdump.1 yaz-iconv.1 zoomsh.1 diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 43cec8bb4220..9908349700e8 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,2 +1,2 @@ -MD5 (yaz-2.0.32.tar.gz) = fb21e74ab87e76ca0c5e0ccee52285cd -SIZE (yaz-2.0.32.tar.gz) = 1744459 +MD5 (yaz-2.1.4.tar.gz) = d8d6ffc52d8b95046e7a624f4fc4a5c4 +SIZE (yaz-2.1.4.tar.gz) = 1771337 diff --git a/net/yaz/files/patch-configure b/net/yaz/files/patch-configure new file mode 100644 index 000000000000..de7b33b24a6c --- /dev/null +++ b/net/yaz/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Apr 26 22:49:23 2005 ++++ configure Tue May 10 14:32:24 2005 +@@ -21128,7 +21128,7 @@ + fi + echo "$as_me:$LINENO: checking for working tcpd.h" >&5 + echo $ECHO_N "checking for working tcpd.h... $ECHO_C" >&6 +- LIBS="$LIBS -lwrap -lnsl" ++ LIBS="$LIBS -lwrap" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF diff --git a/net/yaz/pkg-plist b/net/yaz/pkg-plist index dc6e5ab02f1c..afc013a57cda 100644 --- a/net/yaz/pkg-plist +++ b/net/yaz/pkg-plist @@ -11,6 +11,7 @@ include/yaz/charneg.h include/yaz/comstack.h include/yaz/cql.h include/yaz/diagbib1.h +include/yaz/diagsrw.h include/yaz/ill-core.h include/yaz/ill.h include/yaz/item-req.h @@ -120,6 +121,7 @@ share/doc/yaz/server.frontend.html share/doc/yaz/server.html share/doc/yaz/server.invocation.html share/doc/yaz/server.main.html +share/doc/yaz/server.vhosts.html share/doc/yaz/soap.html share/doc/yaz/soap.http.html share/doc/yaz/soap.srw.html |