View | Details | Raw Unified | Return to bug 48840 | Differences between
and this patch

Collapse All | Expand All

(-)eb/Makefile (-16 / +13 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	eb
8
PORTNAME=	eb
9
PORTVERSION=	3.3
9
PORTVERSION=	3.3.1
10
PORTREVISION=	2
11
CATEGORIES=	japanese
10
CATEGORIES=	japanese
12
MASTER_SITES=	ftp://ftp.sra.co.jp/pub/misc/eb/ \
11
MASTER_SITES=	ftp://ftp.sra.co.jp/pub/misc/eb/ \
13
		ftp://ftp.eos.hokudai.ac.jp/pub/network/ndtp/eb/
12
		ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/eb/
14
DISTFILES=	${EBFILES} \
13
DISTFILES=	${EBFILES} \
15
		${LISTFILES} \
14
		${LISTFILES} \
16
		${APPENDIXFILES}
15
		${APPENDIXFILES}
17
EXTRACT_ONLY=	${EBFILES}
16
EXTRACT_ONLY=	${EBFILES}
18
17
19
PATCH_SITES=	${MASTER_SITES}
18
PATCH_SITES=	${MASTER_SITES}
20
PATCHFILES=	${DISTNAME}+.diff ${DISTNAME}+2.diff
19
#PATCHFILES=	${DISTNAME}+.diff ${DISTNAME}+2.diff
21
20
22
MAINTAINER=	takamune@avrl.mei.co.jp
21
MAINTAINER=	takamune@avrl.mei.co.jp
23
COMMENT=	C library for accessing EB, EBG, EBXA and EPWING CD-ROM dictionaries
22
COMMENT=	C library for accessing EB, EBG, EBXA and EPWING CD-ROM dictionaries
Lines 60-83 Link Here
60
DIST_SUBDIR=	eb
59
DIST_SUBDIR=	eb
61
60
62
USE_PERL5=	yes
61
USE_PERL5=	yes
63
GNU_CONFIGURE=	yes
62
USE_LIBTOOL=	yes
64
INSTALLS_SHLIB=	yes
63
INSTALLS_SHLIB=	yes
64
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
65
CONFIGURE_ARGS=	--enable-nls \
65
CONFIGURE_ARGS=	--enable-nls \
66
		--enable-pthread \
66
		--with-gettext-includes=${LOCALBASE}/include \
67
		--with-pthread-cflags="${PTHREAD_CFLAGS}" \
67
		--with-gettext-libraries=${LOCALBASE}/lib \
68
		--with-pthread-ldflags="${PTHREAD_LIBS}" \
68
		--with-iconv-includes=${LOCALBASE}/include \
69
		--with-gettext-includes=${PREFIX}/include \
69
		--with-iconv-libraries=${LOCALBASE}/lib
70
		--with-gettext-libraries=${PREFIX}/lib \
71
		--with-iconv-includes=${PREFIX}/include \
72
		--with-iconv-libraries=${PREFIX}/lib
73
70
74
APPENDIXDIR=	${PREFIX}/share/eb/appendix
71
APPENDIXDIR=	${DATADIR}/appendix
75
72
76
post-extract:
73
post-extract:
77
	@${RM} -fr ${WRKSRC}/zlib
74
	${RM} -fr ${WRKSRC}/zlib
78
	@${MKDIR} ${WRKDIR}/appendix
75
	${MKDIR} ${WRKDIR}/appendix
79
.for file in ${APPENDIXFILES}
76
.for file in ${APPENDIXFILES}
80
	@${TAR} --exclude CVS -C ${WRKDIR}/appendix -zxmf \
77
	${TAR} --exclude CVS -C ${WRKDIR}/appendix -zxmf \
81
	  ${DISTDIR}/${DIST_SUBDIR}/${file}
78
	  ${DISTDIR}/${DIST_SUBDIR}/${file}
82
.endfor
79
.endfor
83
80
(-)eb/distinfo (-3 / +1 lines)
Lines 1-4 Link Here
1
MD5 (eb/eb-3.3.tar.gz) = cdf5439f2d0dd50709f44bac5ca7f3eb
1
MD5 (eb/eb-3.3.1.tar.gz) = c06a9754eb244ba04f6d7ea3108cffb0
2
MD5 (eb/appendix/LIST) = 60c2a8b4b24edddef010255b20f1b0f4
2
MD5 (eb/appendix/LIST) = 60c2a8b4b24edddef010255b20f1b0f4
3
MD5 (eb/appendix/LIST-ja) = 68d9baa8b90292da0ce552626670705f
3
MD5 (eb/appendix/LIST-ja) = 68d9baa8b90292da0ce552626670705f
4
MD5 (eb/appendix/cencro-1.0.tar.gz) = 1c93a68fae90990b631bd5302349d199
4
MD5 (eb/appendix/cencro-1.0.tar.gz) = 1c93a68fae90990b631bd5302349d199
Lines 30-34 Link Here
30
MD5 (eb/appendix/readers-2.2.tar.gz) = 73e27f0f9727a9e225117f4611257fb3
30
MD5 (eb/appendix/readers-2.2.tar.gz) = 73e27f0f9727a9e225117f4611257fb3
31
MD5 (eb/appendix/readers2-2.0.tar.gz) = 5125b2925c76291ee2c0c616a09217c4
31
MD5 (eb/appendix/readers2-2.0.tar.gz) = 5125b2925c76291ee2c0c616a09217c4
32
MD5 (eb/appendix/superdic98-1.0.tar.gz) = cc38fde2e6d5b12dba6f494a8a979b03
32
MD5 (eb/appendix/superdic98-1.0.tar.gz) = cc38fde2e6d5b12dba6f494a8a979b03
33
MD5 (eb/eb-3.3+.diff) = 6005ed01e9ff762eaa2f81a13793d964
34
MD5 (eb/eb-3.3+2.diff) = 34fc5cab076b8c43deb9c2f127e9c75c
(-)eb/files/patch-configure (+10 lines)
Line 0 Link Here
1
--- configure.orig	Fri Feb  7 18:20:16 2003
2
+++ configure	Sun Feb 16 23:47:36 2003
3
@@ -7535,6 +7535,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)eb/files/patch-eb::match.c (-20 lines)
Lines 1-20 Link Here
1
--- eb/match.c.orig	Tue Aug 14 10:04:25 2001
2
+++ eb/match.c	Sat Mar  1 02:34:57 2003
3
@@ -43,7 +43,7 @@
4
 
5
     for (;;) {
6
 	if (length <= i) {
7
-	    result = *word_p;
8
+	    result = 0;
9
 	    break;
10
 	}
11
 	if (*word_p == '\0') {
12
@@ -92,7 +92,7 @@
13
 
14
     for (;;) {
15
 	if (length <= i) {
16
-	    result = *word_p;
17
+	    result = 0;
18
 	    break;
19
 	}
20
 	if (*word_p == '\0') {
(-)eb/pkg-plist (-45 / +45 lines)
Lines 43-51 Link Here
43
@exec install-info %D/info/ebzip-ja.info %D/info/dir
43
@exec install-info %D/info/ebzip-ja.info %D/info/dir
44
@exec install-info %D/info/ebzip.info %D/info/dir
44
@exec install-info %D/info/ebzip.info %D/info/dir
45
lib/libeb.a
45
lib/libeb.a
46
lib/libeb.la
47
lib/libeb.so
46
lib/libeb.so
48
lib/libeb.so.7
47
lib/libeb.so.7
48
share/aclocal/eb3.m4
49
share/eb/appendix/LIST
49
share/eb/appendix/LIST
50
share/eb/appendix/LIST-ja
50
share/eb/appendix/LIST-ja
51
share/eb/appendix/cencro-1.0/catalog
51
share/eb/appendix/cencro-1.0/catalog
Lines 221-238 Link Here
221
share/eb/appendix/superdic98-1.0/kanjigen/data/furoku
221
share/eb/appendix/superdic98-1.0/kanjigen/data/furoku
222
share/eb/appendix/superdic98-1.0/koujien.app
222
share/eb/appendix/superdic98-1.0/koujien.app
223
share/eb/appendix/superdic98-1.0/koujien/data/furoku
223
share/eb/appendix/superdic98-1.0/koujien/data/furoku
224
share/locale/ja/LC_MESSAGES/eb.mo
225
share/locale/ja/LC_MESSAGES/ebutils.mo
226
@dirrm share/eb/appendix/cencro-1.0/cencro
224
@dirrm share/eb/appendix/cencro-1.0/cencro
227
@dirrm share/eb/appendix/cencro-1.0
225
@dirrm share/eb/appendix/cencro-1.0
228
@dirrm share/eb/appendix/genius-1.0/genius
229
@dirrm share/eb/appendix/genius-1.0
230
@dirrm share/eb/appendix/genius2-1.1/genius/data
231
@dirrm share/eb/appendix/genius2-1.1/genius
232
@dirrm share/eb/appendix/genius2-1.1
233
@dirrm share/eb/appendix/gendai2000-1.0/gn00eb02
234
@dirrm share/eb/appendix/gendai2000-1.0/gn00eb01
235
@dirrm share/eb/appendix/gendai2000-1.0
236
@dirrm share/eb/appendix/chujiten-2.3/eiwa
226
@dirrm share/eb/appendix/chujiten-2.3/eiwa
237
@dirrm share/eb/appendix/chujiten-2.3/waei
227
@dirrm share/eb/appendix/chujiten-2.3/waei
238
@dirrm share/eb/appendix/chujiten-2.3
228
@dirrm share/eb/appendix/chujiten-2.3
Lines 244-258 Link Here
244
@dirrm share/eb/appendix/colloc-2.0/colloc/data
234
@dirrm share/eb/appendix/colloc-2.0/colloc/data
245
@dirrm share/eb/appendix/colloc-2.0/colloc
235
@dirrm share/eb/appendix/colloc-2.0/colloc
246
@dirrm share/eb/appendix/colloc-2.0
236
@dirrm share/eb/appendix/colloc-2.0
247
@dirrm share/eb/appendix/crowngj-1.0/crger
248
@dirrm share/eb/appendix/crowngj-1.0
249
@dirrm share/eb/appendix/crownfj2-1.0/crfre
250
@dirrm share/eb/appendix/crownfj2-1.0
251
@dirrm share/eb/appendix/crownfj-2.0/crown_fj/data
237
@dirrm share/eb/appendix/crownfj-2.0/crown_fj/data
252
@dirrm share/eb/appendix/crownfj-2.0/crown_fj
238
@dirrm share/eb/appendix/crownfj-2.0/crown_fj
253
@dirrm share/eb/appendix/crownfj-2.0/daily_ei/data
239
@dirrm share/eb/appendix/crownfj-2.0/daily_ei/data
254
@dirrm share/eb/appendix/crownfj-2.0/daily_ei
240
@dirrm share/eb/appendix/crownfj-2.0/daily_ei
255
@dirrm share/eb/appendix/crownfj-2.0
241
@dirrm share/eb/appendix/crownfj-2.0
242
@dirrm share/eb/appendix/crownfj2-1.0/crfre
243
@dirrm share/eb/appendix/crownfj2-1.0
244
@dirrm share/eb/appendix/crowngj-1.0/crger
245
@dirrm share/eb/appendix/crowngj-1.0
256
@dirrm share/eb/appendix/daihyakka-1.0/dhk01
246
@dirrm share/eb/appendix/daihyakka-1.0/dhk01
257
@dirrm share/eb/appendix/daihyakka-1.0
247
@dirrm share/eb/appendix/daihyakka-1.0
258
@dirrm share/eb/appendix/daijirin-2.0/dgx01/data
248
@dirrm share/eb/appendix/daijirin-2.0/dgx01/data
Lines 261-295 Link Here
261
@dirrm share/eb/appendix/dd75-2.0/chujiten
251
@dirrm share/eb/appendix/dd75-2.0/chujiten
262
@dirrm share/eb/appendix/dd75-2.0/koujien
252
@dirrm share/eb/appendix/dd75-2.0/koujien
263
@dirrm share/eb/appendix/dd75-2.0
253
@dirrm share/eb/appendix/dd75-2.0
254
@dirrm share/eb/appendix/gendai2000-1.0/gn00eb01
255
@dirrm share/eb/appendix/gendai2000-1.0/gn00eb02
256
@dirrm share/eb/appendix/gendai2000-1.0
257
@dirrm share/eb/appendix/genius-1.0/genius
258
@dirrm share/eb/appendix/genius-1.0
259
@dirrm share/eb/appendix/genius2-1.1/genius/data
260
@dirrm share/eb/appendix/genius2-1.1/genius
261
@dirrm share/eb/appendix/genius2-1.1
264
@dirrm share/eb/appendix/global-2.0/gejcje/data
262
@dirrm share/eb/appendix/global-2.0/gejcje/data
265
@dirrm share/eb/appendix/global-2.0/gejcje
263
@dirrm share/eb/appendix/global-2.0/gejcje
266
@dirrm share/eb/appendix/global-2.0
264
@dirrm share/eb/appendix/global-2.0
267
@dirrm share/eb/appendix/heritage-2.2/roget
268
@dirrm share/eb/appendix/heritage-2.2/dict
269
@dirrm share/eb/appendix/heritage-2.2/abbrev
265
@dirrm share/eb/appendix/heritage-2.2/abbrev
270
@dirrm share/eb/appendix/heritage-2.2/bioentry
266
@dirrm share/eb/appendix/heritage-2.2/bioentry
271
@dirrm share/eb/appendix/heritage-2.2/geoentry
272
@dirrm share/eb/appendix/heritage-2.2/colleges
267
@dirrm share/eb/appendix/heritage-2.2/colleges
273
@dirrm share/eb/appendix/heritage-2.2/root
268
@dirrm share/eb/appendix/heritage-2.2/dict
269
@dirrm share/eb/appendix/heritage-2.2/geoentry
274
@dirrm share/eb/appendix/heritage-2.2/info
270
@dirrm share/eb/appendix/heritage-2.2/info
271
@dirrm share/eb/appendix/heritage-2.2/roget
272
@dirrm share/eb/appendix/heritage-2.2/root
275
@dirrm share/eb/appendix/heritage-2.2
273
@dirrm share/eb/appendix/heritage-2.2
276
@dirrm share/eb/appendix/izumi-2.0/file1
274
@dirrm share/eb/appendix/izumi-2.0/file1
277
@dirrm share/eb/appendix/izumi-2.0
275
@dirrm share/eb/appendix/izumi-2.0
278
@dirrm share/eb/appendix/jitenban-2.4/mypaedia/data
279
@dirrm share/eb/appendix/jitenban-2.4/mypaedia
280
@dirrm share/eb/appendix/jitenban-2.4/iwakoku/data
281
@dirrm share/eb/appendix/jitenban-2.4/iwakoku
282
@dirrm share/eb/appendix/jitenban-2.4/chujiten/data
283
@dirrm share/eb/appendix/jitenban-2.4/chujiten
284
@dirrm share/eb/appendix/jitenban-2.4/chiezo/data
276
@dirrm share/eb/appendix/jitenban-2.4/chiezo/data
285
@dirrm share/eb/appendix/jitenban-2.4/chiezo
277
@dirrm share/eb/appendix/jitenban-2.4/chiezo
278
@dirrm share/eb/appendix/jitenban-2.4/chujiten/data
279
@dirrm share/eb/appendix/jitenban-2.4/chujiten
280
@dirrm share/eb/appendix/jitenban-2.4/iwakoku/data
281
@dirrm share/eb/appendix/jitenban-2.4/iwakoku
282
@dirrm share/eb/appendix/jitenban-2.4/mypaedia/data
283
@dirrm share/eb/appendix/jitenban-2.4/mypaedia
286
@dirrm share/eb/appendix/jitenban-2.4
284
@dirrm share/eb/appendix/jitenban-2.4
287
@dirrm share/eb/appendix/jitenban97-2.1/iwakoku/data
288
@dirrm share/eb/appendix/jitenban97-2.1/iwakoku
289
@dirrm share/eb/appendix/jitenban97-2.1/chujiten/data
290
@dirrm share/eb/appendix/jitenban97-2.1/chujiten
291
@dirrm share/eb/appendix/jitenban97-2.1/chiezo/data
285
@dirrm share/eb/appendix/jitenban97-2.1/chiezo/data
292
@dirrm share/eb/appendix/jitenban97-2.1/chiezo
286
@dirrm share/eb/appendix/jitenban97-2.1/chiezo
287
@dirrm share/eb/appendix/jitenban97-2.1/chujiten/data
288
@dirrm share/eb/appendix/jitenban97-2.1/chujiten
289
@dirrm share/eb/appendix/jitenban97-2.1/iwakoku/data
290
@dirrm share/eb/appendix/jitenban97-2.1/iwakoku
293
@dirrm share/eb/appendix/jitenban97-2.1/mypaedia/data
291
@dirrm share/eb/appendix/jitenban97-2.1/mypaedia/data
294
@dirrm share/eb/appendix/jitenban97-2.1/mypaedia
292
@dirrm share/eb/appendix/jitenban97-2.1/mypaedia
295
@dirrm share/eb/appendix/jitenban97-2.1
293
@dirrm share/eb/appendix/jitenban97-2.1
Lines 300-317 Link Here
300
@dirrm share/eb/appendix/kanjigen2-2.0
298
@dirrm share/eb/appendix/kanjigen2-2.0
301
@dirrm share/eb/appendix/kojien-2.3/kojien
299
@dirrm share/eb/appendix/kojien-2.3/kojien
302
@dirrm share/eb/appendix/kojien-2.3
300
@dirrm share/eb/appendix/kojien-2.3
303
@dirrm share/eb/appendix/kojien2-2.0/koujien/data
304
@dirrm share/eb/appendix/kojien2-2.0/koujien
305
@dirrm share/eb/appendix/kojien2-2.0/furoku/data
301
@dirrm share/eb/appendix/kojien2-2.0/furoku/data
306
@dirrm share/eb/appendix/kojien2-2.0/furoku
302
@dirrm share/eb/appendix/kojien2-2.0/furoku
303
@dirrm share/eb/appendix/kojien2-2.0/koujien/data
304
@dirrm share/eb/appendix/kojien2-2.0/koujien
307
@dirrm share/eb/appendix/kojien2-2.0
305
@dirrm share/eb/appendix/kojien2-2.0
308
@dirrm share/eb/appendix/kojien4-2.2/koujien
309
@dirrm share/eb/appendix/kojien4-2.2/furoku
306
@dirrm share/eb/appendix/kojien4-2.2/furoku
307
@dirrm share/eb/appendix/kojien4-2.2/koujien
310
@dirrm share/eb/appendix/kojien4-2.2
308
@dirrm share/eb/appendix/kojien4-2.2
309
@dirrm share/eb/appendix/oxford-2.0/about
311
@dirrm share/eb/appendix/oxford-2.0/oxford
310
@dirrm share/eb/appendix/oxford-2.0/oxford
312
@dirrm share/eb/appendix/oxford-2.0/quick
311
@dirrm share/eb/appendix/oxford-2.0/quick
313
@dirrm share/eb/appendix/oxford-2.0/user
312
@dirrm share/eb/appendix/oxford-2.0/user
314
@dirrm share/eb/appendix/oxford-2.0/about
315
@dirrm share/eb/appendix/oxford-2.0
313
@dirrm share/eb/appendix/oxford-2.0
316
@dirrm share/eb/appendix/plus-2.0/plus/data
314
@dirrm share/eb/appendix/plus-2.0/plus/data
317
@dirrm share/eb/appendix/plus-2.0/plus
315
@dirrm share/eb/appendix/plus-2.0/plus
Lines 321-340 Link Here
321
@dirrm share/eb/appendix/readers2-2.0/readers/data
319
@dirrm share/eb/appendix/readers2-2.0/readers/data
322
@dirrm share/eb/appendix/readers2-2.0/readers
320
@dirrm share/eb/appendix/readers2-2.0/readers
323
@dirrm share/eb/appendix/readers2-2.0
321
@dirrm share/eb/appendix/readers2-2.0
324
@dirrm share/eb/appendix/superdic98-1.0/koujien/data
325
@dirrm share/eb/appendix/superdic98-1.0/koujien
326
@dirrm share/eb/appendix/superdic98-1.0/kanjigen/data
327
@dirrm share/eb/appendix/superdic98-1.0/kanjigen
328
@dirrm share/eb/appendix/superdic98-1.0/gn98ep03/data
329
@dirrm share/eb/appendix/superdic98-1.0/gn98ep03
330
@dirrm share/eb/appendix/superdic98-1.0/gn98ep02/data
331
@dirrm share/eb/appendix/superdic98-1.0/gn98ep02
332
@dirrm share/eb/appendix/superdic98-1.0/gn98ep01/data
333
@dirrm share/eb/appendix/superdic98-1.0/gn98ep01
334
@dirrm share/eb/appendix/superdic98-1.0/furoku/data
335
@dirrm share/eb/appendix/superdic98-1.0/furoku
336
@dirrm share/eb/appendix/superdic98-1.0/chujiten/data
322
@dirrm share/eb/appendix/superdic98-1.0/chujiten/data
337
@dirrm share/eb/appendix/superdic98-1.0/chujiten
323
@dirrm share/eb/appendix/superdic98-1.0/chujiten
324
@dirrm share/eb/appendix/superdic98-1.0/furoku/data
325
@dirrm share/eb/appendix/superdic98-1.0/furoku
326
@dirrm share/eb/appendix/superdic98-1.0/gn98ep01/data
327
@dirrm share/eb/appendix/superdic98-1.0/gn98ep01
328
@dirrm share/eb/appendix/superdic98-1.0/gn98ep02/data
329
@dirrm share/eb/appendix/superdic98-1.0/gn98ep02
330
@dirrm share/eb/appendix/superdic98-1.0/gn98ep03/data
331
@dirrm share/eb/appendix/superdic98-1.0/gn98ep03
332
@dirrm share/eb/appendix/superdic98-1.0/kanjigen/data
333
@dirrm share/eb/appendix/superdic98-1.0/kanjigen
334
@dirrm share/eb/appendix/superdic98-1.0/koujien/data
335
@dirrm share/eb/appendix/superdic98-1.0/koujien
338
@dirrm share/eb/appendix/superdic98-1.0
336
@dirrm share/eb/appendix/superdic98-1.0
339
@dirrm share/eb/appendix
337
@dirrm share/eb/appendix
340
@dirrm share/eb
338
@dirrm share/eb
339
share/locale/ja/LC_MESSAGES/eb.mo
340
share/locale/ja/LC_MESSAGES/ebutils.mo

Return to bug 48840