Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2001 01:33:42 +0900 (JST)
From:      shuna@pop16.odn.ne.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27468: Update port: japanese/mutt-devel
Message-ID:  <20010520163342.6F7CA53521@akia.my.domain>

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

>Number:         27468
>Category:       ports
>Synopsis:       Update port: japanese/mutt-devel 1.3.17.j0 -> 1.3.18.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 May 20 09:40: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 #2: Sun Apr 29 20:46:42 JST 2001 root@akia.my.domain:/usr/src/sys/compile/akia i386

>Description:

	Update: ja-mutt-1.3.17.j0 -> ja-mutt-1.3.18.j0

>How-To-Repeat:
>Fix:

diff -uNr mutt-devel.old/Makefile mutt-devel/Makefile
--- mutt-devel.old/Makefile	Mon Apr  9 13:55:16 2001
+++ mutt-devel/Makefile	Sun May 20 23:03:10 2001
@@ -29,7 +29,7 @@
 .endif
 RUN_DEPENDS=	urlview:${PORTSDIR}/textproc/urlview
 
-VERSION=	1.3.17
+VERSION=	1.3.18
 JP_VERSION=	0
 
 DIST_SUBDIR=	mutt
diff -uNr mutt-devel.old/distinfo mutt-devel/distinfo
--- mutt-devel.old/distinfo	Mon Apr  9 13:55:16 2001
+++ mutt-devel/distinfo	Sun May 20 23:08:24 2001
@@ -1,3 +1,3 @@
-MD5 (mutt/mutt-1.3.17i.tar.gz) = 3cfdc92612b87260c1dfb2a530a2020b
-MD5 (mutt/mutt-1.3.17i-ja0.tar.gz) = 9f61780f1ab8209179a94cf8d4d6c648
+MD5 (mutt/mutt-1.3.18i.tar.gz) = 5ebcd0923748dcd21b4d2af3612408b9
+MD5 (mutt/mutt-1.3.18i-ja0.tar.gz) = 66afe3787819e4b420bb9e97288d9108
 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	Sat Mar 10 05:21:16 2001
+++ mutt-devel/files/patch-aa	Sun May 20 23:10:35 2001
@@ -1,23 +1,23 @@
---- configure.in.orig	Tue Mar  6 00:03:05 2001
-+++ configure.in	Tue Mar  6 00:03:19 2001
+--- configure.in.orig	Thu May  3 10:31:09 2001
++++ configure.in	Thu May  3 10:34:15 2001
 @@ -417,14 +417,14 @@
      [ mutt_cv_func_iconv=no
        mutt_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);],
- 	mutt_cv_func_iconv=yes)
+         [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 <stdlib.h>
+         mutt_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);],
- 	  mutt_cv_lib_iconv=yes
- 	  mutt_cv_func_iconv=yes)
+           [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 @@
    AC_MSG_ERROR(Unable to find iconv library)
  fi
@@ -28,18 +28,18 @@
  AC_DEFINE(HAVE_ICONV)
  
 @@ -448,7 +448,7 @@
- 	mutt_save_LIBS="$LIBS"
- 	LIBS="$LIBS $LIBICONV"
- 	AC_TRY_RUN([
+         mutt_save_LIBS="$LIBS"
+         LIBS="$LIBS $LIBICONV"
+         AC_TRY_RUN([
 -#include <iconv.h>
 +#include <giconv.h>
  int main()
  {
    iconv_t cd;
 @@ -479,7 +479,7 @@
- 	mutt_save_LIBS="$LIBS"
- 	LIBS="$LIBS $LIBICONV"
- 	AC_TRY_RUN([
+         mutt_save_LIBS="$LIBS"
+         LIBS="$LIBS $LIBICONV"
+         AC_TRY_RUN([
 -#include <iconv.h>
 +#include <giconv.h>
  #include <string.h>
>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?20010520163342.6F7CA53521>