View | Details | Raw Unified | Return to bug 102042
Collapse All | Expand All

(-)/root/yaz/Makefile (-4 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	yaz
8
PORTNAME=	yaz
9
PORTVERSION=	2.1.18
9
PORTVERSION=	2.1.24
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
11
MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
12
12
Lines 21-30 Link Here
21
CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
21
CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
22
		--with-iconv=${LOCALBASE} --with-xml2=${LOCALBASE} \
22
		--with-iconv=${LOCALBASE} --with-xml2=${LOCALBASE} \
23
		--enable-tcpd
23
		--enable-tcpd
24
INSTALLS_SHLIB=	yes
24
USE_LDCONFIG=	yes
25
25
26
MAN1=		yaz-asncomp.1 yaz-client.1 yaz-marcdump.1 yaz-iconv.1 zoomsh.1
26
MAN1=		yaz-asncomp.1 yaz-client.1 yaz-iconv.1 yaz-marcdump.1 zoomsh.1
27
MAN7=		yaz.7 yaz-log.7
27
MAN7=		yaz-log.7 yaz.7
28
MAN8=		yaz-config.8 yaz-ztest.8
28
MAN8=		yaz-config.8 yaz-ztest.8
29
30
pre-install:
31
	cd ${WRKSRC}/doc && \
32
		${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${TARGETDIR}/man,' \
33
		Makefile
29
34
30
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)/root/yaz/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (yaz-2.1.18.tar.gz) = 7538fbda9fa6f10590f485cb4c99dec1
1
MD5 (yaz-2.1.24.tar.gz) = aa8cef6041e7c403aa435cba611e70a1
2
SHA256 (yaz-2.1.18.tar.gz) = 2d8abafa10194cc421dd40301b1a83c426e28e1483b477c40cfe8389057d6d52
2
SHA256 (yaz-2.1.24.tar.gz) = f72863379c189ee0cdade699d5faa21fd4b1b1a4807400ece4f5ecf7c81dcb93
3
SIZE (yaz-2.1.18.tar.gz) = 2028957
3
SIZE (yaz-2.1.24.tar.gz) = 1646527
(-)/root/yaz/files/patch-configure (-9 / +9 lines)
Lines 1-11 Link Here
1
--- configure.orig	Tue Apr 26 22:49:23 2005
1
--- configure.orig	Mon Aug 14 19:41:49 2006
2
+++ configure	Tue May 10 14:32:24 2005
2
+++ configure	Mon Aug 14 19:42:04 2006
3
@@ -21128,7 +21128,7 @@
3
@@ -22561,7 +22561,7 @@
4
 	fi
4
     fi
5
 	echo "$as_me:$LINENO: checking for working tcpd.h" >&5
5
     { echo "$as_me:$LINENO: checking for working tcpd.h" >&5
6
 echo $ECHO_N "checking for working tcpd.h... $ECHO_C" >&6
6
 echo $ECHO_N "checking for working tcpd.h... $ECHO_C" >&6; }
7
-	LIBS="$LIBS -lwrap -lnsl"
7
-    LIBS="$LIBS -lwrap -lnsl"
8
+	LIBS="$LIBS -lwrap"
8
+    LIBS="$LIBS -lwrap"
9
 	cat >conftest.$ac_ext <<_ACEOF
9
     cat >conftest.$ac_ext <<_ACEOF
10
 /* confdefs.h.  */
10
 /* confdefs.h.  */
11
 _ACEOF
11
 _ACEOF
(-)/root/yaz/pkg-plist (-2 / +6 lines)
Lines 15-23 Link Here
15
include/yaz/ill-core.h
15
include/yaz/ill-core.h
16
include/yaz/ill.h
16
include/yaz/ill.h
17
include/yaz/item-req.h
17
include/yaz/item-req.h
18
include/yaz/libxml2_error.h
18
include/yaz/log.h
19
include/yaz/log.h
19
include/yaz/logrpn.h
20
include/yaz/logrpn.h
20
include/yaz/marcdisp.h
21
include/yaz/marcdisp.h
22
include/yaz/nfa.h
23
include/yaz/nfaxml.h
21
include/yaz/nmem.h
24
include/yaz/nmem.h
22
include/yaz/odr.h
25
include/yaz/odr.h
23
include/yaz/oid.h
26
include/yaz/oid.h
Lines 28-33 Link Here
28
include/yaz/prt-ext.h
31
include/yaz/prt-ext.h
29
include/yaz/querytowrbuf.h
32
include/yaz/querytowrbuf.h
30
include/yaz/readconf.h
33
include/yaz/readconf.h
34
include/yaz/record_conv.h
35
include/yaz/retrieval.h
31
include/yaz/soap.h
36
include/yaz/soap.h
32
include/yaz/sortspec.h
37
include/yaz/sortspec.h
33
include/yaz/srw.h
38
include/yaz/srw.h
Lines 107-112 Link Here
107
%%DOCSDIR%%/comstack.summary.html
112
%%DOCSDIR%%/comstack.summary.html
108
%%DOCSDIR%%/credits.html
113
%%DOCSDIR%%/credits.html
109
%%DOCSDIR%%/future.html
114
%%DOCSDIR%%/future.html
115
%%DOCSDIR%%/index.html
110
%%DOCSDIR%%/indexdata.html
116
%%DOCSDIR%%/indexdata.html
111
%%DOCSDIR%%/installation.html
117
%%DOCSDIR%%/installation.html
112
%%DOCSDIR%%/installation.unix.html
118
%%DOCSDIR%%/installation.unix.html
Lines 135-142 Link Here
135
%%DOCSDIR%%/tools.marc.html
141
%%DOCSDIR%%/tools.marc.html
136
%%DOCSDIR%%/tools.nmem.html
142
%%DOCSDIR%%/tools.nmem.html
137
%%DOCSDIR%%/tools.oid.html
143
%%DOCSDIR%%/tools.oid.html
138
%%DOCSDIR%%/yaz.html
139
%%DOCSDIR%%/yaz.pdf
140
%%DOCSDIR%%/zoom.events.html
144
%%DOCSDIR%%/zoom.events.html
141
%%DOCSDIR%%/zoom.ext.html
145
%%DOCSDIR%%/zoom.ext.html
142
%%DOCSDIR%%/zoom.html
146
%%DOCSDIR%%/zoom.html

Return to bug 102042