ports/81205: maintainer-update of mail/mutt

Udo Schweigert udo.schweigert at siemens.com
Wed May 18 14:50:06 UTC 2005


>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:



More information about the freebsd-ports-bugs mailing list