Date: Wed, 17 May 2000 03:26:04 -0500 (CDT) From: keichii@bsdconspiracy.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18617: ports/mail/mutt i18n patch Message-ID: <20000517082604.F321564C20@peorth.iteration.net>
next in thread | raw e-mail | index | archive | help
>Number: 18617 >Category: ports >Synopsis: fixes mutt i18n support >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 May 17 01:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Michael C. Wu >Release: FreeBSD 4.0-STABLE i386 >Organization: iteration.net >Environment: 4.0-stable >Description: mutt 1.2 and 1.0 needs --enable-locales-fix to work with FreeBSD's broken setlocale. English users will never notice the difference in this patch (i.e. do not worry). Patch included Approved by maintainer >How-To-Repeat: >Fix: *** Makefile Sat May 13 13:27:43 2000 --- /usr/ports/mail/mutt/Makefile Sun May 14 14:01:46 2000 *************** *** 57,63 **** CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ --with-sharedir=${PREFIX}/share/mutt \ ! --with-docdir=${PREFIX}/share/doc/mutt --with-charmaps .if defined(BATCH) || defined(WITH_SLANG) CONFIGURE_ARGS+= --with-slang=${PREFIX} .elif defined(WITH_NCURSES_PORT) --- 57,64 ---- CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} 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 .if defined(BATCH) || defined(WITH_SLANG) CONFIGURE_ARGS+= --with-slang=${PREFIX} .elif defined(WITH_NCURSES_PORT) >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?20000517082604.F321564C20>