From owner-freebsd-ports Sat Aug 11 7:30:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FC9937B408 for ; Sat, 11 Aug 2001 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BEU1A18540; Sat, 11 Aug 2001 07:30:01 -0700 (PDT) (envelope-from gnats) Received: from al.xdsl.ne.jp (al.xdsl.ne.jp [211.15.33.145]) by hub.freebsd.org (Postfix) with ESMTP id 80DA137B403 for ; Sat, 11 Aug 2001 07:29:55 -0700 (PDT) (envelope-from shuna@al.xdsl.ne.jp) Received: from akia.my.domain (xdsl050191.211015.metallic.ne.jp [211.15.50.191]) by al.xdsl.ne.jp (Postfix) with ESMTP id C70F0124003 for ; Sat, 11 Aug 2001 23:29:53 +0900 (JST) Received: by akia.my.domain (Postfix, from userid 1001) id 4DF5E53512; Sat, 11 Aug 2001 23:29:43 +0900 (JST) Message-Id: <20010811142943.4DF5E53512@akia.my.domain> Date: Sat, 11 Aug 2001 23:29:43 +0900 (JST) From: IWASHITA Yoji Reply-To: IWASHITA Yoji To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29627: Update port: japanese/mutt-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29627 >Category: ports >Synopsis: Update port: japanese/mutt-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 11 07:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: IWASHITA Yoji >Release: FreeBSD 4.3-STABLE i386 >Organization: personal >Environment: System: FreeBSD akia.my.domain 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat Jul 21 04:04:53 JST 2001 shuna@akia.my.domain:/usr/src/sys/compile/AKIA i386 >Description: Update japanese/mutt-devel mutt-1.3.19.ja0 -> mutt-1.3.20.ja0 >How-To-Repeat: >Fix: diff -uNr mutt-devel.old/Makefile mutt-devel/Makefile --- mutt-devel.old/Makefile Sun Aug 5 23:48:36 2001 +++ mutt-devel/Makefile Mon Aug 6 00:39:06 2001 @@ -10,7 +10,7 @@ CATEGORIES= japanese mail MASTER_SITES= http://www.emaillab.org/mutt/1.3/ \ http://ha4.seikyou.ne.jp/home/Kohtaro.Hitomi/mutt/ \ - http://www5.xdsl.ne.jp/~shuna/distfiles/mutt/ \ + http://www5.xdsl.ne.jp/~shuna/mutt/distfiles/ \ ftp://ftp.mutt.org/pub/mutt/devel/ DISTNAME= ${PORTNAME}-${VERSION}i DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -29,7 +29,7 @@ .endif RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview -VERSION= 1.3.19 +VERSION= 1.3.20 JP_VERSION= 0 DIST_SUBDIR= mutt diff -uNr mutt-devel.old/distinfo mutt-devel/distinfo --- mutt-devel.old/distinfo Sun Aug 5 23:48:36 2001 +++ mutt-devel/distinfo Sun Aug 5 23:49:40 2001 @@ -1,3 +1,3 @@ -MD5 (mutt/mutt-1.3.19i.tar.gz) = 9fbc13fbf6f8de51e1fe4c9f7ba78149 -MD5 (mutt/mutt-1.3.19i-ja0.tar.gz) = b8f1881cb8312bc6226850eaac11cb47 +MD5 (mutt/mutt-1.3.20i.tar.gz) = 802bf75acd19566848e29dff0aef9940 +MD5 (mutt/mutt-1.3.20i-ja0.tar.gz) = 418e7c1996885ffe71f16d3739d106c6 MD5 (mutt/manual_ja-1.3i-0.tar.gz) = 9e0ae5dc4807add543298366fad57e6a diff -uNr mutt-devel.old/files/patch-aa mutt-devel/files/patch-aa --- mutt-devel.old/files/patch-aa Sun Aug 5 23:48:36 2001 +++ mutt-devel/files/patch-aa Mon Aug 6 00:28:50 2001 @@ -1,33 +1,6 @@ ---- configure.in.orig2 Tue Jun 12 00:35:01 2001 -+++ configure.in Tue Jun 12 00:38:20 2001 -@@ -426,14 +426,14 @@ - [ mutt_cv_func_iconv=no - mutt_cv_lib_iconv=no - AC_TRY_LINK([#include --#include ], -+#include ], - [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], - mutt_cv_func_iconv=yes) - if test "$mutt_cv_func_iconv" = no; then - mutt_save_LIBS="$LIBS" -- LIBS="$LIBS -liconv" -+ LIBS="$LIBS -lgiconv" - AC_TRY_LINK([#include --#include ], -+#include ], - [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], - mutt_cv_lib_iconv=yes - mutt_cv_func_iconv=yes) -@@ -444,7 +444,7 @@ - AC_MSG_ERROR(Unable to find iconv library) - fi - if test "$mutt_cv_lib_iconv" = yes; then -- LIBICONV="-liconv" -+ LIBICONV="-lgiconv" - fi - AC_DEFINE(HAVE_ICONV) - -@@ -457,7 +457,7 @@ +--- configure.in.orig2 Mon Aug 6 00:28:20 2001 ++++ configure.in Mon Aug 6 00:28:28 2001 +@@ -679,7 +679,7 @@ mutt_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_RUN([ @@ -36,7 +9,7 @@ int main() { iconv_t cd; -@@ -488,7 +488,7 @@ +@@ -710,7 +710,7 @@ mutt_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_RUN([ diff -uNr mutt-devel.old/pkg-plist mutt-devel/pkg-plist --- mutt-devel.old/pkg-plist Sun Aug 5 23:48:36 2001 +++ mutt-devel/pkg-plist Mon Aug 6 00:12:10 2001 @@ -93,8 +93,8 @@ share/locale/sv/LC_MESSAGES/mutt.mo share/locale/tr/LC_MESSAGES/mutt.mo share/locale/uk/LC_MESSAGES/mutt.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/mutt.mo -share/locale/zh_TW.Big5/LC_MESSAGES/mutt.mo +share/locale/zh_CN/LC_MESSAGES/mutt.mo +share/locale/zh_TW/LC_MESSAGES/mutt.mo @dirrm share/doc/mutt/html @dirrm share/doc/mutt/samples/iconv @dirrm share/doc/mutt/samples >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message