From owner-freebsd-ports-bugs Sun Mar 2 7:10:15 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6B5337B401 for ; Sun, 2 Mar 2003 07:10:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C326D43FDF for ; Sun, 2 Mar 2003 07:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h22FA3NS096122 for ; Sun, 2 Mar 2003 07:10:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h22FA3Lf096121; Sun, 2 Mar 2003 07:10:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAC9237B401; Sun, 2 Mar 2003 07:02:02 -0800 (PST) Received: from buzz.avcp.mei.co.jp (YahooBB218130092006.bbtec.net [218.130.92.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92FE043FCB; Sun, 2 Mar 2003 07:02:01 -0800 (PST) (envelope-from takamune@buzz.avcp.mei.co.jp) Received: from buzz.avcp.mei.co.jp (localhost [127.0.0.1]) by buzz.avcp.mei.co.jp (8.12.7/8.12.7) with ESMTP id h22F20Jo088598; Mon, 3 Mar 2003 00:02:00 +0900 (JST) (envelope-from takamune@buzz.avcp.mei.co.jp) Received: (from takamune@localhost) by buzz.avcp.mei.co.jp (8.12.7/8.12.7/Submit) id h22F20xZ088597; Mon, 3 Mar 2003 00:02:00 +0900 (JST) Message-Id: <200303021502.h22F20xZ088597@buzz.avcp.mei.co.jp> Date: Mon, 3 Mar 2003 00:02:00 +0900 (JST) From: takamune@avrl.mei.co.jp Reply-To: takamune@avrl.mei.co.jp To: FreeBSD-gnats-submit@FreeBSD.org Cc: takamune@avrl.mei.co.jp, nork@FreeBSD.org X-Send-Pr-Version: 3.113.1.1 Subject: ports/48840: Update: japanese/eb, japanese/ndtpd Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48840 >Category: ports >Synopsis: Update: japanese/eb, japanese/ndtpd >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Mar 02 07:10:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kazu TAKAMUNE >Release: FreeBSD 4.8-PRERELEASE i386 >Organization: Matsushita Electric Industrial Co., Ltd. >Environment: FreeBSD 4.8-PRERELEASE (Wed Feb 26 11:37:24 JST 2003) ports/Mk/bsd.port.mk,v 1.441 2003/03/02 02:06:56 >Description: Please apply these patch to upgrade ports (of which I'm the maintainer). See ChangeLog below: o japanese/eb [0] Updates for the latest version 3.3.1 [1] Fix MASTER_SITES [2] Don't use configure option '--enable-pthread' (backout last commit) because it breaks japanese/ndtpd and the pthread support of EB library itself is still incomplete and experimental. [3] Remove imported patch; files/patch-eb::match.c [4] Add patch to use USE_LIBTOOL=yes; files/patch-configure [5] Use configure option '--build=...' [6] Use LOCALBASE instead of PREFIX for other installed packages [7] Use DATADIR [8] Don't be quiet at post-extract section (backout last commit) [9] Sort @dirrm section of pkg-plist; generated by (cd /usr/local; find -ds share/eb -type d) | sed 's,^,@dirrm ,' [4]-[7] were submitted by KATO Tsuguru . Thanks, Kato-san. o japanese/ndtpd [0] Updates for the latest version 3.1.4pl1 [1] Fix typo of PORTREVISION :-) [2] Add MASTER_SITES [3] Use configure option '--build=...' >How-To-Repeat: >Fix: 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 diff -x CVS -Nur /usr/ports/japanese/ndtpd/Makefile ndtpd/Makefile --- /usr/ports/japanese/ndtpd/Makefile Sat Mar 1 22:55:10 2003 +++ ndtpd/Makefile Sun Mar 2 23:21:23 2003 @@ -7,12 +7,13 @@ PORTNAME= ndtpd PORTVERSION= 3.1.4 -PORTREVISON= 1 +PORTREVISION= 1 CATEGORIES= japanese ipv6 -MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/ +MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/ \ + ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/ndtpd/ PATCH_SITES= ${MASTER_SITES} -#PATCHFILES= ${DISTNAME}+.diff +PATCHFILES= ${DISTNAME}+.diff MAINTAINER= takamune@avrl.mei.co.jp COMMENT= Server for accessing CD-ROM books with NDTP @@ -20,6 +21,7 @@ LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR} .if !defined(PACKAGE_BUILDING) diff -x CVS -Nur /usr/ports/japanese/ndtpd/distinfo ndtpd/distinfo --- /usr/ports/japanese/ndtpd/distinfo Tue Feb 4 09:45:01 2003 +++ ndtpd/distinfo Sun Mar 2 22:45:48 2003 @@ -1 +1,2 @@ MD5 (ndtpd-3.1.4.tar.gz) = 32b7437ff4707b619b3ac995eea6827b +MD5 (ndtpd-3.1.4+.diff) = 3b3b2708c035f2cc1ea9bee8345f4633 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message