Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2000 14:50:18 +0900 (JST)
From:      shuna@pop16.odn.ne.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20026: Update port: japanese/mutt
Message-ID:  <20000719054238434.XRRM.991.t-mta4.odn.ne.jp@mta4.odn.ne.jp>

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

>Number:         20026
>Category:       ports
>Synopsis:       Update port: japanese/mutt
>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:   Tue Jul 18 22:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     IWASHITA Yoji <shuna@pop16.odn.ne.jp>
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
personal
>Environment:

	FreeBSD 3.4-RELEASE

>Description:

	Update port: japanese/mutt  minor fix
	New file: patches/patch-ac
	New file: patches/patch-ad

>How-To-Repeat:
>Fix:
	
diff -cNr mutt.old/Makefile mutt/Makefile
*** mutt.old/Makefile	Wed Jul 19 10:18:38 2000
--- mutt/Makefile	Wed Jul 19 14:33:10 2000
***************
*** 41,47 ****
  CONFIGURE_ARGS=	--with-slang --enable-locales-fix --with-included-gettext \
  		--enable-flock --disable-fcntl \
  		--sysconfdir=${PREFIX}/etc \
- 		--with-sharedir=${PREFIX}/share/mutt \
  		--with-docdir=${PREFIX}/share/doc/mutt \
  		--enable-pop --enable-imap
  
--- 41,46 ----
diff -cNr mutt.old/patches/patch-ac mutt/patches/patch-ac
*** mutt.old/patches/patch-ac	Thu Jan  1 09:00:00 1970
--- mutt/patches/patch-ac	Wed Jul 19 13:44:04 2000
***************
*** 0 ****
--- 1,26 ----
+ --- handler.c.orig	Wed Jul 19 13:37:07 2000
+ +++ handler.c	Wed Jul 19 13:42:28 2000
+ @@ -187,7 +187,11 @@
+      if(ch != EOF)
+      {
+        mutt_decoder_push_one (dec, ch);
+ +#ifdef KANJI
+ +      if (ch == '\n' || l++ == 1024)
+ +#else
+        if (l++ == 1024)
+ +#endif
+        {
+  	mutt_decoder_pop_to_state (dec, s);
+  	l = 0;
+ @@ -270,7 +274,11 @@
+      else
+        mutt_decoder_push_one (dec, ch);
+      
+ +#ifdef KANJI
+ +    if (ch == '\n' || (l += 3) >= 1024)
+ +#else
+      if ((l += 3) >= 1024)
+ +#endif
+      {
+        mutt_decoder_pop_to_state (dec, s);
+        l = 0;
diff -cNr mutt.old/patches/patch-ad mutt/patches/patch-ad
*** mutt.old/patches/patch-ad	Thu Jan  1 09:00:00 1970
--- mutt/patches/patch-ad	Wed Jul 19 14:32:27 2000
***************
*** 0 ****
--- 1,10 ----
+ --- Makefile.am.orig	Wed Jul 19 14:29:18 2000
+ +++ Makefile.am	Wed Jul 19 14:31:11 2000
+ @@ -122,7 +122,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 -cNr mutt.old/pkg/PLIST mutt/pkg/PLIST
*** mutt.old/pkg/PLIST	Wed Jul 19 10:18:38 2000
--- mutt/pkg/PLIST	Wed Jul 19 14:33:42 2000
***************
*** 44,50 ****
  share/doc/mutt/manual_ja.tex
  share/doc/mutt/manual_ja.txt
  @dirrm share/doc/mutt
- @dirrm share/mutt
  share/locale/cs/LC_MESSAGES/mutt.mo
  share/locale/da/LC_MESSAGES/mutt.mo
  share/locale/de/LC_MESSAGES/mutt.mo
--- 44,49 ----

>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?20000719054238434.XRRM.991.t-mta4.odn.ne.jp>