Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2000 21:56:12 +0900 (KST)
From:      cjh@wdb.co.kr
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16369: Ports fix: mail/mutt
Message-ID:  <200001261256.VAA26718@kfug.kr.freebsd.org>

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

>Number:         16369
>Category:       ports
>Synopsis:       Ports fix: mail/mutt
>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:   Wed Jan 26 05:00:04 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     CHOI Junho
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Web Data Bank Co.
>Environment:

FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #6: Sun Jan  9
12:32:52 KST 2000     root@gradius.myhome:/usr/src/sys/compile/GRADIUS
i386

>Description:

Adding -lxpg4 in LIBS makes mutt to display multibyte char correctly
under euc locales(ko_KR.EUC and ja_JP.*).

>How-To-Repeat:

build it!

>Fix:
	
diff -uNr /usr/ports/mail/mutt/patches/patch-10 ./patches/patch-10
--- /usr/ports/mail/mutt/patches/patch-10	Thu Jan  1 09:00:00 1970
+++ ./patches/patch-10	Tue Jan 25 23:13:22 2000
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Fri Jul  9 12:09:36 1999
++++ Makefile.in	Fri Jul  9 12:09:16 1999
+@@ -159,7 +159,7 @@
+ 
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lxpg4
+ mutt_dotlock_OBJECTS =  mutt_dotlock.o
+ mutt_dotlock_LDFLAGS = 
+ mutt_OBJECTS =  addrbook.o alias.o attach.o browser.o buffy.o color.o \

>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?200001261256.VAA26718>