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

(-)/home/corn/devel/yaz/Makefile (-5 / +16 lines)
Lines 6-28 Link Here
6
#
6
#
7
7
8
PORTNAME=	yaz
8
PORTNAME=	yaz
9
PORTVERSION=	4.0.11
9
PORTVERSION=	4.0.12
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
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Z39.50/SR client and API library
14
COMMENT=	Z39.50/SR client and API library
15
15
16
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
16
LIB_DEPENDS=	icuuc:${PORTSDIR}/devel/icu \
17
		xml2.5:${PORTSDIR}/textproc/libxml2 \
17
		xslt.2:${PORTSDIR}/textproc/libxslt
18
		xslt.2:${PORTSDIR}/textproc/libxslt
18
19
19
USE_ICONV=	yes
20
USE_ICONV=	yes
20
USE_OPENSSL=	yes
21
USE_OPENSSL=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
USE_LDCONFIG=	yes
24
MAKE_JOBS_SAFE=	yes
25
22
CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
26
CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
23
		--with-iconv=${LOCALBASE} --with-xml2=${LOCALBASE} \
27
		--with-iconv=${LOCALBASE} --with-xml2=${LOCALBASE} \
24
		--with-xslt=${LOCALBASE} --enable-tcpd
28
		--with-xslt=${LOCALBASE} --with-icu=${LOCALBASE} \
25
USE_LDCONFIG=	yes
29
		--enable-tcpd
26
30
27
MAN1=		yaz-asncomp.1 yaz-client.1 yaz-iconv.1 \
31
MAN1=		yaz-asncomp.1 yaz-client.1 yaz-iconv.1 \
28
		yaz-json-parse.1 yaz-marcdump.1 \
32
		yaz-json-parse.1 yaz-marcdump.1 \
Lines 30-37 Link Here
30
MAN7=		bib1-attr.7 yaz-log.7 yaz.7
34
MAN7=		bib1-attr.7 yaz-log.7 yaz.7
31
MAN8=		yaz-config.8 yaz-ztest.8
35
MAN8=		yaz-config.8 yaz-ztest.8
32
36
37
post-patch:
38
.if defined(NOPORTDOCS)
39
	@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's/%%DOC%%//' Makefile.in
40
.else
41
	@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's/%%DOC%%/doc/' Makefile.in
42
.endif
43
33
post-configure:
44
post-configure:
34
	cd ${WRKSRC}/doc && \
45
	@cd ${WRKSRC}/doc && \
35
		${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \
46
		${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \
36
		Makefile
47
		Makefile
37
48
(-)/home/corn/devel/yaz/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (yaz-4.0.11.tar.gz) = 31e4561dacdfb4db2d0a79fd9391c854
1
SHA256 (yaz-4.0.12.tar.gz) = cafb74d0323921005dab48cb7c46814c0c17d9d4a5135456b4a90e2f5a96280c
2
SHA256 (yaz-4.0.11.tar.gz) = 21ef2ab3302ec18060d27bc72006e6517b2290264239312f415a64fd71fe2f0a
2
SIZE (yaz-4.0.12.tar.gz) = 2252891
3
SIZE (yaz-4.0.11.tar.gz) = 2248742
(-)/home/corn/devel/yaz/files/patch-Makefile.in (-4 / +8 lines)
Lines 1-7 Link Here
1
--- Makefile.in.bak	2010-07-30 10:41:04.502726505 +0200
1
--- ./Makefile.in.orig	2010-08-17 12:42:04.000000000 +0200
2
+++ Makefile.in	2010-07-30 10:42:15.531264210 +0200
2
+++ Makefile.in	2010-11-04 17:52:13.000000000 +0100
3
@@ -283,7 +283,7 @@
3
@@ -280,10 +280,10 @@
4
 SUBDIRS = src include util test client ztest zoom doc etc
4
 top_srcdir = @top_srcdir@
5
 AUTOMAKE_OPTIONS = foreign 
6
 ACLOCAL_AMFLAGS = -I m4
7
-SUBDIRS = src include util test client ztest zoom doc etc
8
+SUBDIRS = src include util test client ztest zoom %%DOC%% etc
5
 aclocaldir = $(datadir)/aclocal
9
 aclocaldir = $(datadir)/aclocal
6
 aclocal_DATA = m4/yaz.m4
10
 aclocal_DATA = m4/yaz.m4
7
-pkgconfigdir = $(libdir)/pkgconfig
11
-pkgconfigdir = $(libdir)/pkgconfig
(-)/home/corn/devel/yaz/pkg-plist (-72 / +73 lines)
Lines 21-26 Link Here
21
include/yaz/diagsrw.h
21
include/yaz/diagsrw.h
22
include/yaz/dirent.h
22
include/yaz/dirent.h
23
include/yaz/errno.h
23
include/yaz/errno.h
24
include/yaz/facet.h
24
include/yaz/file_glob.h
25
include/yaz/file_glob.h
25
include/yaz/gettimeofday.h
26
include/yaz/gettimeofday.h
26
include/yaz/icu.h
27
include/yaz/icu.h
Lines 125-200 Link Here
125
lib/libyaz_server.so.4
126
lib/libyaz_server.so.4
126
libdata/pkgconfig/yaz.pc
127
libdata/pkgconfig/yaz.pc
127
share/aclocal/yaz.m4
128
share/aclocal/yaz.m4
128
share/doc/yaz/apilayer.png
129
%%PORTDOCS%%%%DOCSDIR%%/apilayer.png
129
share/doc/yaz/asn.external.html
130
%%PORTDOCS%%%%DOCSDIR%%/asn.external.html
130
share/doc/yaz/asn.html
131
%%PORTDOCS%%%%DOCSDIR%%/asn.html
131
share/doc/yaz/asn.pdu.html
132
%%PORTDOCS%%%%DOCSDIR%%/asn.pdu.html
132
share/doc/yaz/asn.preparing.html
133
%%PORTDOCS%%%%DOCSDIR%%/asn.preparing.html
133
share/doc/yaz/bib1.html
134
%%PORTDOCS%%%%DOCSDIR%%/bib1.html
134
share/doc/yaz/common/id.png
135
%%PORTDOCS%%%%DOCSDIR%%/common/id.png
135
share/doc/yaz/common/style1.css
136
%%PORTDOCS%%%%DOCSDIR%%/common/style1.css
136
share/doc/yaz/comstack.addresses.html
137
%%PORTDOCS%%%%DOCSDIR%%/comstack.addresses.html
137
share/doc/yaz/comstack.client.html
138
%%PORTDOCS%%%%DOCSDIR%%/comstack.client.html
138
share/doc/yaz/comstack.common.html
139
%%PORTDOCS%%%%DOCSDIR%%/comstack.common.html
139
share/doc/yaz/comstack.diagnostics.html
140
%%PORTDOCS%%%%DOCSDIR%%/comstack.diagnostics.html
140
share/doc/yaz/comstack.html
141
%%PORTDOCS%%%%DOCSDIR%%/comstack.html
141
share/doc/yaz/comstack.introduction.html
142
%%PORTDOCS%%%%DOCSDIR%%/comstack.introduction.html
142
share/doc/yaz/comstack.server.html
143
%%PORTDOCS%%%%DOCSDIR%%/comstack.server.html
143
share/doc/yaz/comstack.ssl.html
144
%%PORTDOCS%%%%DOCSDIR%%/comstack.ssl.html
144
share/doc/yaz/comstack.summary.html
145
%%PORTDOCS%%%%DOCSDIR%%/comstack.summary.html
145
share/doc/yaz/credits.html
146
%%PORTDOCS%%%%DOCSDIR%%/credits.html
146
share/doc/yaz/future.html
147
%%PORTDOCS%%%%DOCSDIR%%/future.html
147
share/doc/yaz/index.html
148
%%PORTDOCS%%%%DOCSDIR%%/index.html
148
share/doc/yaz/indexdata.html
149
%%PORTDOCS%%%%DOCSDIR%%/indexdata.html
149
share/doc/yaz/installation.html
150
%%PORTDOCS%%%%DOCSDIR%%/installation.html
150
share/doc/yaz/installation.unix.html
151
%%PORTDOCS%%%%DOCSDIR%%/installation.unix.html
151
share/doc/yaz/installation.win32.html
152
%%PORTDOCS%%%%DOCSDIR%%/installation.win32.html
152
share/doc/yaz/introduction.api.html
153
%%PORTDOCS%%%%DOCSDIR%%/introduction.api.html
153
share/doc/yaz/introduction.html
154
%%PORTDOCS%%%%DOCSDIR%%/introduction.html
154
share/doc/yaz/license.html
155
%%PORTDOCS%%%%DOCSDIR%%/license.html
155
share/doc/yaz/list-oids.html
156
%%PORTDOCS%%%%DOCSDIR%%/list-oids.html
156
share/doc/yaz/marc.html
157
%%PORTDOCS%%%%DOCSDIR%%/marc.html
157
share/doc/yaz/odr.debugging.html
158
%%PORTDOCS%%%%DOCSDIR%%/odr.debugging.html
158
share/doc/yaz/odr.html
159
%%PORTDOCS%%%%DOCSDIR%%/odr.html
159
share/doc/yaz/odr.programming.html
160
%%PORTDOCS%%%%DOCSDIR%%/odr.programming.html
160
share/doc/yaz/odr.use.html
161
%%PORTDOCS%%%%DOCSDIR%%/odr.use.html
161
share/doc/yaz/reference.html
162
%%PORTDOCS%%%%DOCSDIR%%/reference.html
162
share/doc/yaz/server.backend.html
163
%%PORTDOCS%%%%DOCSDIR%%/server.backend.html
163
share/doc/yaz/server.backendfunctions.html
164
%%PORTDOCS%%%%DOCSDIR%%/server.backendfunctions.html
164
share/doc/yaz/server.frontend.html
165
%%PORTDOCS%%%%DOCSDIR%%/server.frontend.html
165
share/doc/yaz/server.html
166
%%PORTDOCS%%%%DOCSDIR%%/server.html
166
share/doc/yaz/server.invocation.html
167
%%PORTDOCS%%%%DOCSDIR%%/server.invocation.html
167
share/doc/yaz/server.main.html
168
%%PORTDOCS%%%%DOCSDIR%%/server.main.html
168
share/doc/yaz/server.vhosts.html
169
%%PORTDOCS%%%%DOCSDIR%%/server.vhosts.html
169
share/doc/yaz/soap.html
170
%%PORTDOCS%%%%DOCSDIR%%/soap.html
170
share/doc/yaz/soap.http.html
171
%%PORTDOCS%%%%DOCSDIR%%/soap.http.html
171
share/doc/yaz/soap.srw.html
172
%%PORTDOCS%%%%DOCSDIR%%/soap.srw.html
172
share/doc/yaz/soap.xml.html
173
%%PORTDOCS%%%%DOCSDIR%%/soap.xml.html
173
share/doc/yaz/tools.html
174
%%PORTDOCS%%%%DOCSDIR%%/tools.html
174
share/doc/yaz/tools.log.html
175
%%PORTDOCS%%%%DOCSDIR%%/tools.log.html
175
share/doc/yaz/tools.nmem.html
176
%%PORTDOCS%%%%DOCSDIR%%/tools.nmem.html
176
share/doc/yaz/tools.oid.html
177
%%PORTDOCS%%%%DOCSDIR%%/tools.oid.html
177
share/doc/yaz/tools.retrieval.html
178
%%PORTDOCS%%%%DOCSDIR%%/tools.retrieval.html
178
share/doc/yaz/yaz-asncomp.html
179
%%PORTDOCS%%%%DOCSDIR%%/yaz-asncomp.html
179
share/doc/yaz/yaz-client.html
180
%%PORTDOCS%%%%DOCSDIR%%/yaz-client.html
180
share/doc/yaz/yaz-config.html
181
%%PORTDOCS%%%%DOCSDIR%%/yaz-config.html
181
share/doc/yaz/yaz-iconv.html
182
%%PORTDOCS%%%%DOCSDIR%%/yaz-iconv.html
182
share/doc/yaz/yaz-icu.html
183
%%PORTDOCS%%%%DOCSDIR%%/yaz-icu.html
183
share/doc/yaz/yaz-illclient.html
184
%%PORTDOCS%%%%DOCSDIR%%/yaz-illclient.html
184
share/doc/yaz/yaz-json-parse.html
185
%%PORTDOCS%%%%DOCSDIR%%/yaz-json-parse.html
185
share/doc/yaz/yaz-log.html
186
%%PORTDOCS%%%%DOCSDIR%%/yaz-log.html
186
share/doc/yaz/yaz-marcdump.html
187
%%PORTDOCS%%%%DOCSDIR%%/yaz-marcdump.html
187
share/doc/yaz/yaz-ztest.html
188
%%PORTDOCS%%%%DOCSDIR%%/yaz-ztest.html
188
share/doc/yaz/yaz.html
189
%%PORTDOCS%%%%DOCSDIR%%/yaz.html
189
share/doc/yaz/zoom.events.html
190
%%PORTDOCS%%%%DOCSDIR%%/zoom.events.html
190
share/doc/yaz/zoom.extendedservices.html
191
%%PORTDOCS%%%%DOCSDIR%%/zoom.extendedservices.html
191
share/doc/yaz/zoom.html
192
%%PORTDOCS%%%%DOCSDIR%%/zoom.html
192
share/doc/yaz/zoom.options.html
193
%%PORTDOCS%%%%DOCSDIR%%/zoom.options.html
193
share/doc/yaz/zoom.query.html
194
%%PORTDOCS%%%%DOCSDIR%%/zoom.query.html
194
share/doc/yaz/zoom.records.html
195
%%PORTDOCS%%%%DOCSDIR%%/zoom.records.html
195
share/doc/yaz/zoom.resultsets.html
196
%%PORTDOCS%%%%DOCSDIR%%/zoom.resultsets.html
196
share/doc/yaz/zoom.scan.html
197
%%PORTDOCS%%%%DOCSDIR%%/zoom.scan.html
197
share/doc/yaz/zoomsh.html
198
%%PORTDOCS%%%%DOCSDIR%%/zoomsh.html
198
share/yaz/etc/MARC21slim2DC.xsl
199
share/yaz/etc/MARC21slim2DC.xsl
199
share/yaz/etc/MARC21slim2MODS.xsl
200
share/yaz/etc/MARC21slim2MODS.xsl
200
share/yaz/etc/MARC21slim2RDFDC.xsl
201
share/yaz/etc/MARC21slim2RDFDC.xsl
Lines 223-228 Link Here
223
@dirrm share/yaz/ill
224
@dirrm share/yaz/ill
224
@dirrm share/yaz/etc
225
@dirrm share/yaz/etc
225
@dirrm share/yaz
226
@dirrm share/yaz
226
@dirrm share/doc/yaz/common
227
%%PORTDOCS%%@dirrm %%DOCSDIR%%/common
227
@dirrm share/doc/yaz
228
%%PORTDOCS%%@dirrm %%DOCSDIR%%
228
@dirrm include/yaz
229
@dirrm include/yaz

Return to bug 152142