Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2000 01:58:17 +0800
From:      Clive Lin <clive@CirX.ORG>
To:        "Andrey A. Chernov" <ache@nagual.pp.ru>
Cc:        obrien@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   Re: Recent mutt port breakage
Message-ID:  <20000524015817.A68209@host.cer.ntnu.edu.tw>
In-Reply-To: <20000523155525.A86722@nagual.pp.ru>; from ache@nagual.pp.ru on Tue, May 23, 2000 at 03:55:26PM %2B0400
References:  <20000523155525.A86722@nagual.pp.ru>

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

--u3/rZRmxL6MmkK24
Content-Type: text/plain; charset=us-ascii

On Tue, May 23, 2000 at 03:55:26PM +0400, Andrey A. Chernov wrote:
> Please remove
> --enable-locales-fix
> addition - it breaks normal (not ja/zh) locales badly!
> 
*Alas* ..

How about this ? (the diff atached)

But this basically is a FreeBSD issue about localez...

Still wonderin' about why I can't just setenv LANG=zh_TW.Big5 and
everything goes fine. Need a special hack in shell script, let the LC_CTYPE
to be en_US.ISO_8859-1. (With *any* non-X app, like vi, tcsh, blahblah)

Does ja friends have the same problem ?

-- 
CirX - This site doesnt' exist.
9c  k9o h9 s1bg s1f, 7v  .y xqx a  sj m8r ffg1 vg5 a6 asox tmul h38.
ant sj m8r ob ? 1fj mwby a1 tao vg5. soq df v' .a. CirX.

--u3/rZRmxL6MmkK24
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=muttdiff

--- Makefile.orig	Wed May 24 01:39:22 2000
+++ Makefile	Wed May 24 01:40:21 2000
@@ -58,8 +58,7 @@
 CONFIGURE_ENV=  CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib
 CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl  \
 		--with-sharedir=${PREFIX}/share/mutt \
-		--with-docdir=${PREFIX}/share/doc/mutt --with-charmaps \
-		--enable-locales-fix
+		--with-docdir=${PREFIX}/share/doc/mutt --with-charmaps
 .if defined(BATCH) || defined(WITH_SLANG)
 CONFIGURE_ARGS+=	--with-slang=${PREFIX}
 .elif defined(WITH_NCURSES_PORT)
@@ -67,6 +66,9 @@
 .endif
 .if defined(WITH_SSL)
 CONFIGURE_ARGS+=	--with-ssl=${OPENSSLBASE}
+.endif
+.if defined(WANT_LOCALE_FIX)
+CONFIGURE_ARGS+=	--enable-locales-fix
 .endif
 WRKSRC=		${WRKDIR}/${DISTNAME:S/i$//}
 MAN1=		mutt.1 mutt_dotlock.1

--u3/rZRmxL6MmkK24--


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?20000524015817.A68209>