From owner-freebsd-ports Wed May 17 1:30: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E78C37BB28 for ; Wed, 17 May 2000 01:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA08871; Wed, 17 May 2000 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 8518C37BB1F for ; Wed, 17 May 2000 01:26:03 -0700 (PDT) (envelope-from keichii@iteration.net) Received: by peorth.iteration.net (Postfix, from userid 1001) id F321564C20; Wed, 17 May 2000 03:26:04 -0500 (CDT) Message-Id: <20000517082604.F321564C20@peorth.iteration.net> Date: Wed, 17 May 2000 03:26:04 -0500 (CDT) From: keichii@bsdconspiracy.net Reply-To: keichii@bsdconspiracy.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18617: ports/mail/mutt i18n patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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