Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2001 00:05:50 +0900 (JST)
From:      shuna@pop16.odn.ne.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28385: Update port: japanese/mutt-devel 1.3.18.j0 -> 1.3.19.j0
Message-ID:  <20010624150550.DA6D35350C@akia.my.domain>

next in thread | raw e-mail | index | archive | help

>Number:         28385
>Category:       ports
>Synopsis:       Update port: japanese/mutt-devel 1.3.18.j0 -> 1.3.19.j0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 24 08:10:03 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 #3: Sun Jun 3 02:17:45 JST 2001 root@akia.my.domain:/usr/src/sys/compile/akia i386

>Description:

	Update japanese/mutt-devel 1.3.18.j0 -> 1.3.19.j0
	delete files/patch-ac
	delete files/patch-ag
	add    files/patch-ah

>How-To-Repeat:
>Fix:

diff -uNr mutt-devel.old/Makefile mutt-devel/Makefile
--- mutt-devel.old/Makefile	Wed May 23 01:53:17 2001
+++ mutt-devel/Makefile	Sun Jun 24 23:54:27 2001
@@ -29,7 +29,7 @@
 .endif
 RUN_DEPENDS=	urlview:${PORTSDIR}/textproc/urlview
 
-VERSION=	1.3.18
+VERSION=	1.3.19
 JP_VERSION=	0
 
 DIST_SUBDIR=	mutt
@@ -72,11 +72,16 @@
 	(cd ${WRKSRC}; aclocal -I m4)
 
 post-install:
-	${INSTALL_DATA} ${DIFFDIR}/README.JA-PATCH ${DOCDIR}
-	${INSTALL_DATA} ${DIFFDIR}/manual-ja-patch.txt ${DOCDIR}
-	${INSTALL_DATA} ${DIFFDIR}/mutt-ja.rc ${DOCDIR}/samples
-	${INSTALL_DATA} ${DIFFDIR}/sample.muttrc-tt ${DOCDIR}/samples
-	${INSTALL_DATA} ${DIFFDIR}/usage-japanese.txt ${DOCDIR}
+	${INSTALL_DATA} ${DIFFDIR}/INSTALL.JA-PATCH.en ${DOCDIR}
+	${INSTALL_DATA} ${DIFFDIR}/INSTALL.JA-PATCH.ja ${DOCDIR}
+	${INSTALL_DATA} ${DIFFDIR}/README.JA-PATCH.en ${DOCDIR}
+	${INSTALL_DATA} ${DIFFDIR}/README.JA-PATCH.ja ${DOCDIR}
+	${INSTALL_DATA} ${DIFFDIR}/html/manual-ja-patch.en.html ${DOCDIR}/html
+	${INSTALL_DATA} ${DIFFDIR}/html/manual-ja-patch.ja.html ${DOCDIR}/html
+	${INSTALL_DATA} ${DIFFDIR}/html/usage-japanese.en.html ${DOCDIR}/html
+	${INSTALL_DATA} ${DIFFDIR}/html/usage-japanese.ja.html ${DOCDIR}/html
+	${INSTALL_DATA} ${DIFFDIR}/sample/mutt-ja.rc ${DOCDIR}/samples
+	${INSTALL_DATA} ${DIFFDIR}/sample/sample.muttrc-tt ${DOCDIR}/samples
 	${INSTALL_DATA} ${SRCDOCDIR}/manual_ja.txt ${DOCDIR}
 	${INSTALL_DATA} ${SRCDOCDIR}/manual_ja.tex ${DOCDIR}
 	${INSTALL_DATA} ${SRCDOCDIR}/manual_ja.html ${DOCDIR}
diff -uNr mutt-devel.old/distinfo mutt-devel/distinfo
--- mutt-devel.old/distinfo	Wed May 23 01:53:17 2001
+++ mutt-devel/distinfo	Sun Jun 24 23:48:11 2001
@@ -1,3 +1,3 @@
-MD5 (mutt/mutt-1.3.18i.tar.gz) = 5ebcd0923748dcd21b4d2af3612408b9
-MD5 (mutt/mutt-1.3.18i-ja0.tar.gz) = 66afe3787819e4b420bb9e97288d9108
+MD5 (mutt/mutt-1.3.19i.tar.gz) = 9fbc13fbf6f8de51e1fe4c9f7ba78149
+MD5 (mutt/mutt-1.3.19i-ja0.tar.gz) = b8f1881cb8312bc6226850eaac11cb47
 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	Wed May 23 01:53:31 2001
+++ mutt-devel/files/patch-aa	Sun Jun 24 23:48:11 2001
@@ -1,6 +1,6 @@
---- configure.in.orig	Thu May  3 10:31:09 2001
-+++ configure.in	Thu May  3 10:34:15 2001
-@@ -417,14 +417,14 @@
+--- 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 <stdlib.h>
@@ -18,7 +18,7 @@
            [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);],
            mutt_cv_lib_iconv=yes
            mutt_cv_func_iconv=yes)
-@@ -435,7 +435,7 @@
+@@ -444,7 +444,7 @@
    AC_MSG_ERROR(Unable to find iconv library)
  fi
  if test "$mutt_cv_lib_iconv" = yes; then
@@ -27,7 +27,7 @@
  fi
  AC_DEFINE(HAVE_ICONV)
  
-@@ -448,7 +448,7 @@
+@@ -457,7 +457,7 @@
          mutt_save_LIBS="$LIBS"
          LIBS="$LIBS $LIBICONV"
          AC_TRY_RUN([
@@ -36,7 +36,7 @@
  int main()
  {
    iconv_t cd;
-@@ -479,7 +479,7 @@
+@@ -488,7 +488,7 @@
          mutt_save_LIBS="$LIBS"
          LIBS="$LIBS $LIBICONV"
          AC_TRY_RUN([
diff -uNr mutt-devel.old/files/patch-ac mutt-devel/files/patch-ac
--- mutt-devel.old/files/patch-ac	Thu Feb 15 07:21:32 2001
+++ mutt-devel/files/patch-ac	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- gettext.c.orig	Thu Jan  4 14:38:55 2001
-+++ gettext.c	Sun Feb  4 21:06:06 2001
-@@ -5,7 +5,7 @@
- 
- #include "hash.h"
- 
--#include "iconv.h"
-+#include "giconv.h"
- #include "lib.h"
- #include "charset.h"
- 
diff -uNr mutt-devel.old/files/patch-ag mutt-devel/files/patch-ag
--- mutt-devel.old/files/patch-ag	Sat Mar 10 05:21:16 2001
+++ mutt-devel/files/patch-ag	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- Makefile.am.orig	Tue Feb 13 01:59:42 2001
-+++ Makefile.am	Thu Mar  1 02:28:56 2001
-@@ -139,7 +139,6 @@
- 	fi
- 
- install-data-local: Muttrc
--	$(srcdir)/mkinstalldirs $(DESTDIR)$(sharedir)
- 	$(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir)
- 	-if [ -f $(DESTDIR)$(sharedir)/Muttrc ] ; then \
- 		mv $(DESTDIR)$(sharedir)/Muttrc $(DESTDIR)$(sysconfdir) ; \
diff -uNr mutt-devel.old/files/patch-ah mutt-devel/files/patch-ah
--- mutt-devel.old/files/patch-ah	Thu Jan  1 09:00:00 1970
+++ mutt-devel/files/patch-ah	Sun Jun 24 23:48:11 2001
@@ -0,0 +1,40 @@
+--- m4/iconv.m4.orig	Fri Jun 15 00:44:35 2001
++++ m4/iconv.m4	Fri Jun 15 00:45:30 2001
+@@ -19,16 +19,16 @@
+     am_cv_func_iconv="no, consider installing GNU libiconv"
+     am_cv_lib_iconv=no
+     AC_TRY_LINK([#include <stdlib.h>
+-#include <iconv.h>],
++#include <giconv.h>],
+       [iconv_t cd = iconv_open("","");
+        iconv(cd,NULL,NULL,NULL,NULL);
+        iconv_close(cd);],
+       am_cv_func_iconv=yes)
+     if test "$am_cv_func_iconv" != yes; then
+       am_save_LIBS="$LIBS"
+-      LIBS="$LIBS -liconv"
++      LIBS="$LIBS -lgiconv"
+       AC_TRY_LINK([#include <stdlib.h>
+-#include <iconv.h>],
++#include <giconv.h>],
+         [iconv_t cd = iconv_open("","");
+          iconv(cd,NULL,NULL,NULL,NULL);
+          iconv_close(cd);],
+@@ -43,7 +43,7 @@
+     AC_CACHE_VAL(am_cv_proto_iconv, [
+       AC_TRY_COMPILE([
+ #include <stdlib.h>
+-#include <iconv.h>
++#include <giconv.h>
+ extern
+ #ifdef __cplusplus
+ "C"
+@@ -63,7 +63,7 @@
+   fi
+   LIBICONV=
+   if test "$am_cv_lib_iconv" = yes; then
+-    LIBICONV="-liconv"
++    LIBICONV="-lgiconv"
+   fi
+   AC_SUBST(LIBICONV)
+ ])
diff -uNr mutt-devel.old/pkg-plist mutt-devel/pkg-plist
--- mutt-devel.old/pkg-plist	Sat Mar 10 05:21:16 2001
+++ mutt-devel/pkg-plist	Sun Jun 24 23:48:11 2001
@@ -10,10 +10,13 @@
 share/doc/mutt/ChangeLog
 share/doc/mutt/GPL
 share/doc/mutt/INSTALL
+share/doc/mutt/INSTALL.JA-PATCH.en
+share/doc/mutt/INSTALL.JA-PATCH.ja
 share/doc/mutt/NEWS
 share/doc/mutt/PGP-Notes.txt
 share/doc/mutt/README
-share/doc/mutt/README.JA-PATCH
+share/doc/mutt/README.JA-PATCH.en
+share/doc/mutt/README.JA-PATCH.ja
 share/doc/mutt/README.SECURITY
 share/doc/mutt/README.SSL
 share/doc/mutt/README.UPGRADE
@@ -28,7 +31,10 @@
 share/doc/mutt/html/manual-6.html
 share/doc/mutt/html/manual-7.html
 share/doc/mutt/html/manual.html
-share/doc/mutt/manual-ja-patch.txt
+share/doc/mutt/html/manual-ja-patch.en.html
+share/doc/mutt/html/manual-ja-patch.ja.html
+share/doc/mutt/html/usage-japanese.en.html
+share/doc/mutt/html/usage-japanese.ja.html
 share/doc/mutt/manual.txt
 share/doc/mutt/manual_ja.html
 share/doc/mutt/manual_ja.sgml
@@ -64,15 +70,16 @@
 share/doc/mutt/samples/iconv/iconv.solaris-2.6-cjk.rc
 share/doc/mutt/samples/iconv/iconv.solaris-2.6.rc
 share/doc/mutt/samples/iconv/iconv.solaris-2.7.rc
-share/doc/mutt/usage-japanese.txt
 share/locale/cs/LC_MESSAGES/mutt.mo
 share/locale/da/LC_MESSAGES/mutt.mo
 share/locale/de/LC_MESSAGES/mutt.mo
 share/locale/el/LC_MESSAGES/mutt.mo
 share/locale/eo/LC_MESSAGES/mutt.mo
 share/locale/es/LC_MESSAGES/mutt.mo
+share/locale/et/LC_MESSAGES/mutt.mo
 share/locale/fr/LC_MESSAGES/mutt.mo
 share/locale/gl/LC_MESSAGES/mutt.mo
+share/locale/hu/LC_MESSAGES/mutt.mo
 share/locale/id/LC_MESSAGES/mutt.mo
 share/locale/it/LC_MESSAGES/mutt.mo
 share/locale/ja/LC_MESSAGES/mutt.mo
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010624150550.DA6D35350C>