Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 11:42:30 +0800 (CST)
From:      Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        demon@FreeBSD.org
Subject:   ports/102042: [PATCH] net/yaz: update to 2.1.24
Message-ID:  <200608150342.k7F3gU50018089@Pluto.CDPA.nsysu.edu.tw>
Resent-Message-ID: <200608150350.k7F3oGX3061580@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102042
>Category:       ports
>Synopsis:       [PATCH] net/yaz: update to 2.1.24
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 15 03:50:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
NCHC
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Aug 14 14:48:58 CST 2006
>Description:
- Update to 2.1.24

Port maintainer (demon@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- yaz-2.1.24.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/yaz/Makefile /root/yaz/Makefile
--- /usr/ports/net/yaz/Makefile	Mon May 29 21:44:13 2006
+++ /root/yaz/Makefile	Tue Aug 15 11:35:44 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	yaz
-PORTVERSION=	2.1.18
+PORTVERSION=	2.1.24
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 
@@ -21,10 +21,15 @@
 CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
 		--with-iconv=${LOCALBASE} --with-xml2=${LOCALBASE} \
 		--enable-tcpd
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
-MAN1=		yaz-asncomp.1 yaz-client.1 yaz-marcdump.1 yaz-iconv.1 zoomsh.1
-MAN7=		yaz.7 yaz-log.7
+MAN1=		yaz-asncomp.1 yaz-client.1 yaz-iconv.1 yaz-marcdump.1 zoomsh.1
+MAN7=		yaz-log.7 yaz.7
 MAN8=		yaz-config.8 yaz-ztest.8
+
+pre-install:
+	cd ${WRKSRC}/doc && \
+		${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${TARGETDIR}/man,' \
+		Makefile
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/net/yaz/distinfo /root/yaz/distinfo
--- /usr/ports/net/yaz/distinfo	Mon May 29 21:44:13 2006
+++ /root/yaz/distinfo	Mon Aug 14 19:28:21 2006
@@ -1,3 +1,3 @@
-MD5 (yaz-2.1.18.tar.gz) = 7538fbda9fa6f10590f485cb4c99dec1
-SHA256 (yaz-2.1.18.tar.gz) = 2d8abafa10194cc421dd40301b1a83c426e28e1483b477c40cfe8389057d6d52
-SIZE (yaz-2.1.18.tar.gz) = 2028957
+MD5 (yaz-2.1.24.tar.gz) = aa8cef6041e7c403aa435cba611e70a1
+SHA256 (yaz-2.1.24.tar.gz) = f72863379c189ee0cdade699d5faa21fd4b1b1a4807400ece4f5ecf7c81dcb93
+SIZE (yaz-2.1.24.tar.gz) = 1646527
diff -ruN --exclude=CVS /usr/ports/net/yaz/files/patch-configure /root/yaz/files/patch-configure
--- /usr/ports/net/yaz/files/patch-configure	Tue May 10 18:42:57 2005
+++ /root/yaz/files/patch-configure	Mon Aug 14 19:42:41 2006
@@ -1,11 +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
+--- configure.orig	Mon Aug 14 19:41:49 2006
++++ configure	Mon Aug 14 19:42:04 2006
+@@ -22561,7 +22561,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 -ruN --exclude=CVS /usr/ports/net/yaz/pkg-plist /root/yaz/pkg-plist
--- /usr/ports/net/yaz/pkg-plist	Mon May 29 21:44:13 2006
+++ /root/yaz/pkg-plist	Tue Aug 15 08:58:29 2006
@@ -15,9 +15,12 @@
 include/yaz/ill-core.h
 include/yaz/ill.h
 include/yaz/item-req.h
+include/yaz/libxml2_error.h
 include/yaz/log.h
 include/yaz/logrpn.h
 include/yaz/marcdisp.h
+include/yaz/nfa.h
+include/yaz/nfaxml.h
 include/yaz/nmem.h
 include/yaz/odr.h
 include/yaz/oid.h
@@ -28,6 +31,8 @@
 include/yaz/prt-ext.h
 include/yaz/querytowrbuf.h
 include/yaz/readconf.h
+include/yaz/record_conv.h
+include/yaz/retrieval.h
 include/yaz/soap.h
 include/yaz/sortspec.h
 include/yaz/srw.h
@@ -107,6 +112,7 @@
 %%DOCSDIR%%/comstack.summary.html
 %%DOCSDIR%%/credits.html
 %%DOCSDIR%%/future.html
+%%DOCSDIR%%/index.html
 %%DOCSDIR%%/indexdata.html
 %%DOCSDIR%%/installation.html
 %%DOCSDIR%%/installation.unix.html
@@ -135,8 +141,6 @@
 %%DOCSDIR%%/tools.marc.html
 %%DOCSDIR%%/tools.nmem.html
 %%DOCSDIR%%/tools.oid.html
-%%DOCSDIR%%/yaz.html
-%%DOCSDIR%%/yaz.pdf
 %%DOCSDIR%%/zoom.events.html
 %%DOCSDIR%%/zoom.ext.html
 %%DOCSDIR%%/zoom.html
--- yaz-2.1.24.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608150342.k7F3gU50018089>