Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 May 2005 16:40:57 +0200 (CEST)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81205: maintainer-update of mail/mutt
Message-ID:  <200505181440.j4IEevnL045547@alaska.cert.siemens.com>
Resent-Message-ID: <200505181450.j4IEo159012052@freefall.freebsd.org>

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

>Number:         81205
>Category:       ports
>Synopsis:       maintainer-update of mail/mutt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 18 14:50:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:

>Description:

Maintainer update of mail/mutt:

	- Do not disable NLS by default with MUTT_LITE.

Committer: please handle also PR ports/81203. Thanks.

>How-To-Repeat:
>Fix:

diff -ru  /usr/ports/mail/mutt/Makefile ./Makefile
--- /usr/ports/mail/mutt/Makefile	Wed May 18 16:26:07 2005
+++ ./Makefile	Wed May 18 16:29:09 2005
@@ -44,7 +44,6 @@
 WITH_SGML_DOCS?=yes
 .endif
 
-.if !defined (MUTT_LITE)
 .if !defined(WITHOUT_NLS)
 USE_GETTEXT=	yes
 USE_ICONV=	yes
@@ -52,9 +51,8 @@
 .error the WITHOUT_MUTT_ICONV knob of the mutt port only works if \
 	WITHOUT_NLS is also given
 .endif
-.elif !defined(WITHOUT_MUTT_ICONV) && !defined (MUTT_LITE)
+.elif !defined(WITHOUT_MUTT_ICONV)
 USE_ICONV=	yes
-.endif
 .endif
 
 .if defined(WITH_SLANG)
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505181440.j4IEevnL045547>