FreeBSD Bugzilla – Attachment 29200 Details for
Bug 48840
Update: japanese/eb, japanese/ndtpd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 11.09 KB, created by
takamune
on 2003-03-02 15:10:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
takamune
Created:
2003-03-02 15:10:03 UTC
Size:
11.09 KB
patch
obsolete
>diff -x CVS -Nur /usr/ports/japanese/eb/Makefile eb/Makefile >--- /usr/ports/japanese/eb/Makefile Sat Mar 1 22:54:54 2003 >+++ eb/Makefile Sun Mar 2 23:22:03 2003 >@@ -6,18 +6,17 @@ > # > > PORTNAME= eb >-PORTVERSION= 3.3 >-PORTREVISION= 2 >+PORTVERSION= 3.3.1 > CATEGORIES= japanese > MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \ >- ftp://ftp.eos.hokudai.ac.jp/pub/network/ndtp/eb/ >+ ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/eb/ > DISTFILES= ${EBFILES} \ > ${LISTFILES} \ > ${APPENDIXFILES} > EXTRACT_ONLY= ${EBFILES} > > PATCH_SITES= ${MASTER_SITES} >-PATCHFILES= ${DISTNAME}+.diff ${DISTNAME}+2.diff >+#PATCHFILES= ${DISTNAME}+.diff ${DISTNAME}+2.diff > > MAINTAINER= takamune@avrl.mei.co.jp > COMMENT= C library for accessing EB, EBG, EBXA and EPWING CD-ROM dictionaries >@@ -60,24 +59,22 @@ > DIST_SUBDIR= eb > > USE_PERL5= yes >-GNU_CONFIGURE= yes >+USE_LIBTOOL= yes > INSTALLS_SHLIB= yes >+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > CONFIGURE_ARGS= --enable-nls \ >- --enable-pthread \ >- --with-pthread-cflags="${PTHREAD_CFLAGS}" \ >- --with-pthread-ldflags="${PTHREAD_LIBS}" \ >- --with-gettext-includes=${PREFIX}/include \ >- --with-gettext-libraries=${PREFIX}/lib \ >- --with-iconv-includes=${PREFIX}/include \ >- --with-iconv-libraries=${PREFIX}/lib >+ --with-gettext-includes=${LOCALBASE}/include \ >+ --with-gettext-libraries=${LOCALBASE}/lib \ >+ --with-iconv-includes=${LOCALBASE}/include \ >+ --with-iconv-libraries=${LOCALBASE}/lib > >-APPENDIXDIR= ${PREFIX}/share/eb/appendix >+APPENDIXDIR= ${DATADIR}/appendix > > post-extract: >- @${RM} -fr ${WRKSRC}/zlib >- @${MKDIR} ${WRKDIR}/appendix >+ ${RM} -fr ${WRKSRC}/zlib >+ ${MKDIR} ${WRKDIR}/appendix > .for file in ${APPENDIXFILES} >- @${TAR} --exclude CVS -C ${WRKDIR}/appendix -zxmf \ >+ ${TAR} --exclude CVS -C ${WRKDIR}/appendix -zxmf \ > ${DISTDIR}/${DIST_SUBDIR}/${file} > .endfor > >diff -x CVS -Nur /usr/ports/japanese/eb/distinfo eb/distinfo >--- /usr/ports/japanese/eb/distinfo Sat Mar 1 22:54:54 2003 >+++ eb/distinfo Sun Mar 2 21:11:03 2003 >@@ -1,4 +1,4 @@ >-MD5 (eb/eb-3.3.tar.gz) = cdf5439f2d0dd50709f44bac5ca7f3eb >+MD5 (eb/eb-3.3.1.tar.gz) = c06a9754eb244ba04f6d7ea3108cffb0 > MD5 (eb/appendix/LIST) = 60c2a8b4b24edddef010255b20f1b0f4 > MD5 (eb/appendix/LIST-ja) = 68d9baa8b90292da0ce552626670705f > MD5 (eb/appendix/cencro-1.0.tar.gz) = 1c93a68fae90990b631bd5302349d199 >@@ -30,5 +30,3 @@ > MD5 (eb/appendix/readers-2.2.tar.gz) = 73e27f0f9727a9e225117f4611257fb3 > MD5 (eb/appendix/readers2-2.0.tar.gz) = 5125b2925c76291ee2c0c616a09217c4 > MD5 (eb/appendix/superdic98-1.0.tar.gz) = cc38fde2e6d5b12dba6f494a8a979b03 >-MD5 (eb/eb-3.3+.diff) = 6005ed01e9ff762eaa2f81a13793d964 >-MD5 (eb/eb-3.3+2.diff) = 34fc5cab076b8c43deb9c2f127e9c75c >diff -x CVS -Nur /usr/ports/japanese/eb/files/patch-configure eb/files/patch-configure >--- /usr/ports/japanese/eb/files/patch-configure Thu Jan 1 09:00:00 1970 >+++ eb/files/patch-configure Sun Feb 16 23:48:59 2003 >@@ -0,0 +1,10 @@ >+--- configure.orig Fri Feb 7 18:20:16 2003 >++++ configure Sun Feb 16 23:47:36 2003 >+@@ -7535,6 +7535,7 @@ >+ >+ # This can be used to rebuild libtool when needed >+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" >++$ac_aux_dir/ltconfig $LIBTOOL_DEPS >+ >+ # Always use our own libtool. >+ LIBTOOL='$(SHELL) $(top_builddir)/libtool' >diff -x CVS -Nur /usr/ports/japanese/eb/files/patch-eb::match.c eb/files/patch-eb::match.c >--- /usr/ports/japanese/eb/files/patch-eb::match.c Sat Mar 1 02:37:23 2003 >+++ eb/files/patch-eb::match.c Thu Jan 1 09:00:00 1970 >@@ -1,20 +0,0 @@ >---- eb/match.c.orig Tue Aug 14 10:04:25 2001 >-+++ eb/match.c Sat Mar 1 02:34:57 2003 >-@@ -43,7 +43,7 @@ >- >- for (;;) { >- if (length <= i) { >-- result = *word_p; >-+ result = 0; >- break; >- } >- if (*word_p == '\0') { >-@@ -92,7 +92,7 @@ >- >- for (;;) { >- if (length <= i) { >-- result = *word_p; >-+ result = 0; >- break; >- } >- if (*word_p == '\0') { >diff -x CVS -Nur /usr/ports/japanese/eb/pkg-plist eb/pkg-plist >--- /usr/ports/japanese/eb/pkg-plist Sat Mar 1 22:54:54 2003 >+++ eb/pkg-plist Sat Mar 1 23:50:15 2003 >@@ -43,9 +43,9 @@ > @exec install-info %D/info/ebzip-ja.info %D/info/dir > @exec install-info %D/info/ebzip.info %D/info/dir > lib/libeb.a >-lib/libeb.la > lib/libeb.so > lib/libeb.so.7 >+share/aclocal/eb3.m4 > share/eb/appendix/LIST > share/eb/appendix/LIST-ja > share/eb/appendix/cencro-1.0/catalog >@@ -221,18 +221,8 @@ > share/eb/appendix/superdic98-1.0/kanjigen/data/furoku > share/eb/appendix/superdic98-1.0/koujien.app > share/eb/appendix/superdic98-1.0/koujien/data/furoku >-share/locale/ja/LC_MESSAGES/eb.mo >-share/locale/ja/LC_MESSAGES/ebutils.mo > @dirrm share/eb/appendix/cencro-1.0/cencro > @dirrm share/eb/appendix/cencro-1.0 >-@dirrm share/eb/appendix/genius-1.0/genius >-@dirrm share/eb/appendix/genius-1.0 >-@dirrm share/eb/appendix/genius2-1.1/genius/data >-@dirrm share/eb/appendix/genius2-1.1/genius >-@dirrm share/eb/appendix/genius2-1.1 >-@dirrm share/eb/appendix/gendai2000-1.0/gn00eb02 >-@dirrm share/eb/appendix/gendai2000-1.0/gn00eb01 >-@dirrm share/eb/appendix/gendai2000-1.0 > @dirrm share/eb/appendix/chujiten-2.3/eiwa > @dirrm share/eb/appendix/chujiten-2.3/waei > @dirrm share/eb/appendix/chujiten-2.3 >@@ -244,15 +234,15 @@ > @dirrm share/eb/appendix/colloc-2.0/colloc/data > @dirrm share/eb/appendix/colloc-2.0/colloc > @dirrm share/eb/appendix/colloc-2.0 >-@dirrm share/eb/appendix/crowngj-1.0/crger >-@dirrm share/eb/appendix/crowngj-1.0 >-@dirrm share/eb/appendix/crownfj2-1.0/crfre >-@dirrm share/eb/appendix/crownfj2-1.0 > @dirrm share/eb/appendix/crownfj-2.0/crown_fj/data > @dirrm share/eb/appendix/crownfj-2.0/crown_fj > @dirrm share/eb/appendix/crownfj-2.0/daily_ei/data > @dirrm share/eb/appendix/crownfj-2.0/daily_ei > @dirrm share/eb/appendix/crownfj-2.0 >+@dirrm share/eb/appendix/crownfj2-1.0/crfre >+@dirrm share/eb/appendix/crownfj2-1.0 >+@dirrm share/eb/appendix/crowngj-1.0/crger >+@dirrm share/eb/appendix/crowngj-1.0 > @dirrm share/eb/appendix/daihyakka-1.0/dhk01 > @dirrm share/eb/appendix/daihyakka-1.0 > @dirrm share/eb/appendix/daijirin-2.0/dgx01/data >@@ -261,35 +251,43 @@ > @dirrm share/eb/appendix/dd75-2.0/chujiten > @dirrm share/eb/appendix/dd75-2.0/koujien > @dirrm share/eb/appendix/dd75-2.0 >+@dirrm share/eb/appendix/gendai2000-1.0/gn00eb01 >+@dirrm share/eb/appendix/gendai2000-1.0/gn00eb02 >+@dirrm share/eb/appendix/gendai2000-1.0 >+@dirrm share/eb/appendix/genius-1.0/genius >+@dirrm share/eb/appendix/genius-1.0 >+@dirrm share/eb/appendix/genius2-1.1/genius/data >+@dirrm share/eb/appendix/genius2-1.1/genius >+@dirrm share/eb/appendix/genius2-1.1 > @dirrm share/eb/appendix/global-2.0/gejcje/data > @dirrm share/eb/appendix/global-2.0/gejcje > @dirrm share/eb/appendix/global-2.0 >-@dirrm share/eb/appendix/heritage-2.2/roget >-@dirrm share/eb/appendix/heritage-2.2/dict > @dirrm share/eb/appendix/heritage-2.2/abbrev > @dirrm share/eb/appendix/heritage-2.2/bioentry >-@dirrm share/eb/appendix/heritage-2.2/geoentry > @dirrm share/eb/appendix/heritage-2.2/colleges >-@dirrm share/eb/appendix/heritage-2.2/root >+@dirrm share/eb/appendix/heritage-2.2/dict >+@dirrm share/eb/appendix/heritage-2.2/geoentry > @dirrm share/eb/appendix/heritage-2.2/info >+@dirrm share/eb/appendix/heritage-2.2/roget >+@dirrm share/eb/appendix/heritage-2.2/root > @dirrm share/eb/appendix/heritage-2.2 > @dirrm share/eb/appendix/izumi-2.0/file1 > @dirrm share/eb/appendix/izumi-2.0 >-@dirrm share/eb/appendix/jitenban-2.4/mypaedia/data >-@dirrm share/eb/appendix/jitenban-2.4/mypaedia >-@dirrm share/eb/appendix/jitenban-2.4/iwakoku/data >-@dirrm share/eb/appendix/jitenban-2.4/iwakoku >-@dirrm share/eb/appendix/jitenban-2.4/chujiten/data >-@dirrm share/eb/appendix/jitenban-2.4/chujiten > @dirrm share/eb/appendix/jitenban-2.4/chiezo/data > @dirrm share/eb/appendix/jitenban-2.4/chiezo >+@dirrm share/eb/appendix/jitenban-2.4/chujiten/data >+@dirrm share/eb/appendix/jitenban-2.4/chujiten >+@dirrm share/eb/appendix/jitenban-2.4/iwakoku/data >+@dirrm share/eb/appendix/jitenban-2.4/iwakoku >+@dirrm share/eb/appendix/jitenban-2.4/mypaedia/data >+@dirrm share/eb/appendix/jitenban-2.4/mypaedia > @dirrm share/eb/appendix/jitenban-2.4 >-@dirrm share/eb/appendix/jitenban97-2.1/iwakoku/data >-@dirrm share/eb/appendix/jitenban97-2.1/iwakoku >-@dirrm share/eb/appendix/jitenban97-2.1/chujiten/data >-@dirrm share/eb/appendix/jitenban97-2.1/chujiten > @dirrm share/eb/appendix/jitenban97-2.1/chiezo/data > @dirrm share/eb/appendix/jitenban97-2.1/chiezo >+@dirrm share/eb/appendix/jitenban97-2.1/chujiten/data >+@dirrm share/eb/appendix/jitenban97-2.1/chujiten >+@dirrm share/eb/appendix/jitenban97-2.1/iwakoku/data >+@dirrm share/eb/appendix/jitenban97-2.1/iwakoku > @dirrm share/eb/appendix/jitenban97-2.1/mypaedia/data > @dirrm share/eb/appendix/jitenban97-2.1/mypaedia > @dirrm share/eb/appendix/jitenban97-2.1 >@@ -300,18 +298,18 @@ > @dirrm share/eb/appendix/kanjigen2-2.0 > @dirrm share/eb/appendix/kojien-2.3/kojien > @dirrm share/eb/appendix/kojien-2.3 >-@dirrm share/eb/appendix/kojien2-2.0/koujien/data >-@dirrm share/eb/appendix/kojien2-2.0/koujien > @dirrm share/eb/appendix/kojien2-2.0/furoku/data > @dirrm share/eb/appendix/kojien2-2.0/furoku >+@dirrm share/eb/appendix/kojien2-2.0/koujien/data >+@dirrm share/eb/appendix/kojien2-2.0/koujien > @dirrm share/eb/appendix/kojien2-2.0 >-@dirrm share/eb/appendix/kojien4-2.2/koujien > @dirrm share/eb/appendix/kojien4-2.2/furoku >+@dirrm share/eb/appendix/kojien4-2.2/koujien > @dirrm share/eb/appendix/kojien4-2.2 >+@dirrm share/eb/appendix/oxford-2.0/about > @dirrm share/eb/appendix/oxford-2.0/oxford > @dirrm share/eb/appendix/oxford-2.0/quick > @dirrm share/eb/appendix/oxford-2.0/user >-@dirrm share/eb/appendix/oxford-2.0/about > @dirrm share/eb/appendix/oxford-2.0 > @dirrm share/eb/appendix/plus-2.0/plus/data > @dirrm share/eb/appendix/plus-2.0/plus >@@ -321,20 +319,22 @@ > @dirrm share/eb/appendix/readers2-2.0/readers/data > @dirrm share/eb/appendix/readers2-2.0/readers > @dirrm share/eb/appendix/readers2-2.0 >-@dirrm share/eb/appendix/superdic98-1.0/koujien/data >-@dirrm share/eb/appendix/superdic98-1.0/koujien >-@dirrm share/eb/appendix/superdic98-1.0/kanjigen/data >-@dirrm share/eb/appendix/superdic98-1.0/kanjigen >-@dirrm share/eb/appendix/superdic98-1.0/gn98ep03/data >-@dirrm share/eb/appendix/superdic98-1.0/gn98ep03 >-@dirrm share/eb/appendix/superdic98-1.0/gn98ep02/data >-@dirrm share/eb/appendix/superdic98-1.0/gn98ep02 >-@dirrm share/eb/appendix/superdic98-1.0/gn98ep01/data >-@dirrm share/eb/appendix/superdic98-1.0/gn98ep01 >-@dirrm share/eb/appendix/superdic98-1.0/furoku/data >-@dirrm share/eb/appendix/superdic98-1.0/furoku > @dirrm share/eb/appendix/superdic98-1.0/chujiten/data > @dirrm share/eb/appendix/superdic98-1.0/chujiten >+@dirrm share/eb/appendix/superdic98-1.0/furoku/data >+@dirrm share/eb/appendix/superdic98-1.0/furoku >+@dirrm share/eb/appendix/superdic98-1.0/gn98ep01/data >+@dirrm share/eb/appendix/superdic98-1.0/gn98ep01 >+@dirrm share/eb/appendix/superdic98-1.0/gn98ep02/data >+@dirrm share/eb/appendix/superdic98-1.0/gn98ep02 >+@dirrm share/eb/appendix/superdic98-1.0/gn98ep03/data >+@dirrm share/eb/appendix/superdic98-1.0/gn98ep03 >+@dirrm share/eb/appendix/superdic98-1.0/kanjigen/data >+@dirrm share/eb/appendix/superdic98-1.0/kanjigen >+@dirrm share/eb/appendix/superdic98-1.0/koujien/data >+@dirrm share/eb/appendix/superdic98-1.0/koujien > @dirrm share/eb/appendix/superdic98-1.0 > @dirrm share/eb/appendix > @dirrm share/eb >+share/locale/ja/LC_MESSAGES/eb.mo >+share/locale/ja/LC_MESSAGES/ebutils.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 48840
: 29200 |
29201