Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2001 09:16:46 +0100 (CET)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33107: maintainer-update of mail/mutt-devel
Message-ID:  <200112230816.fBN8GkcK043115@reims.mchp.siemens.de>

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

>Number:         33107
>Category:       ports
>Synopsis:       maintainer-update of mail/mutt-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 23 00:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD alaska.cert.siemens.de 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #38: Sat Dec 22 08:45:23 CET 2001 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386


	
>Description:

Fix WITH_MUTT_SSL case by adding WITH_MUTT_IMAP if not otherwise stated.

Problem reported by: Jeremy Chadwick <jdc@parodius.com>

>How-To-Repeat:
>Fix:

--- /usr/ports/mail/mutt-devel/Makefile	Sun Dec 23 06:15:13 2001
+++ mutt-devel/Makefile	Sun Dec 23 09:09:53 2001
@@ -68,6 +68,10 @@
 WITH_MUTT_HTML=	yes
 .endif
 .endif
+.if defined(WITH_MUTT_SSL) && !defined(WITH_MUTT_IMAP) && \
+	!defined(WITH_MUTT_POP)
+WITH_MUTT_IMAP=		yes
+.endif
 
 LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext \
 		giconv.2:${PORTSDIR}/converters/libiconv
>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?200112230816.fBN8GkcK043115>