Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2011 17:37:30 +0200 (CEST)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/160521: maintainer-update of mail/mutt
Message-ID:  <201109061537.p86FbUct022869@alaska.cert.siemens.de>
Resent-Message-ID: <201109061600.p86G08Hn003460@freefall.freebsd.org>

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

>Number:         160521
>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:   Tue Sep 06 16:00:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:

>Description:

Maintainer update of mail/mutt:

	- Fix handling of ncurses config-option.
	- Remove USE_GMAKE (not needed).

>How-To-Repeat:
>Fix:

diff -ru  /usr/ports/mail/mutt/Makefile ./Makefile
--- /usr/ports/mail/mutt/Makefile	2011-04-12 06:06:36.000000000 +0200
+++ ./Makefile	2011-09-06 17:33:34.000000000 +0200
@@ -42,6 +42,7 @@
  GSSAPI "GSSAPI (Kerberos) support" on
 
 USE_OPENSSL=	yes
+USE_NCURSES=	yes
 
 .include <bsd.port.pre.mk>
 
@@ -51,10 +52,8 @@
 BUILD_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
 RUN_DEPENDS+=	ispell:${PORTSDIR}/textproc/ispell \
 		urlview:${PORTSDIR}/textproc/urlview
-USE_GMAKE=	yes
-USE_NCURSES=	yes
-
 .endif
+
 .if defined (MUTT_LITE)
 PKGNAMESUFFIX=	-lite
 WITH_SGML_DOCS:=no
>Release-Note:
>Audit-Trail:
>Unformatted:



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