Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2002 16:01:22 +0100
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        Alan Eldridge <alane@geeksrus.net>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/33500: mutt-devel 1.3.24_1 => 1.3.24_2: imap* in muttrc now errors
Message-ID:  <20020103150122.GA4277@alaska.cert.siemens.de>
In-Reply-To: <200201030210.g032A1G19331@freefall.freebsd.org>
References:  <200201030210.g032A1G19331@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 02, 2002 at 18:10:01 -0800, Alan Eldridge wrote:
> The following reply was made to PR ports/33500; it has been noted by GNATS.
> 
> From: Alan Eldridge <alane@geeksrus.net>
> To: Edwin Groothuis <edwin@mavetju.org>
> Cc: freebsd-gnats-submit@FreeBSD.org, ports@geeksrus.net
> Subject: Re: ports/33500: mutt-devel 1.3.24_1 => 1.3.24_2: imap* in muttrc now errors
> Date: Wed, 2 Jan 2002 21:00:00 -0500
> 
>  On Thu, Jan 03, 2002 at 12:55:48PM +1100, Edwin Groothuis wrote:
 >>On Wed, Jan 02, 2002 at 08:15:37PM -0500, Alan Eldridge wrote:
 >>> [alane ~]$ mutt
 >>> Error in /home/alane/.muttrc, line 21: imap_user: unknown variable
 >>> Error in /home/alane/.muttrc, line 22: imap_home_namespace: unknown variable
 >>> source: errors in /home/alane/.muttrc
 >>> Press any key to continue...
 >>
 >>You should make it with WITH_MUTT_IMAP=yes:
 >>[/usr/ports/mail/mutt-devel] root@k7>make WITH_MUTT_IMAP=yes
 >>
>  
>  Yeah. The default of no-slang is a bigger PITA, really. Why is the 
>  default build so radically different than the package build?
>  

To be more customizable. To customize yourself put into your /etc/make.conf
something like:

WITH_MUTT_SLANG=		yes
WITH_MUTT_IMAP=			yes
WITH_MUTT_QUOTE_PATCH=		yes
WITH_MUTT_NNTP=			yes
WITH_MUTT_COMPRESSED_FOLDERS=	yes

(As you may notice: all the knobs are for the mutt-devel port only, so they
do not affect other ports, as it would be if you state PACKAGE_BUILDING=yes)

To get the same as the binary package (via PACKAGE_BUILDING) you need:

WITH_MUTT_SLANG=	yes
WITH_MUTT_IMAP=		yes
WITH_MUTT_POP=		yes
WITH_MUTT_HTML=		yes # (not on alpha!)

I wouldn't have a problem in defaulting to WITH_MUTT_SLANG; if there are
demands on that I can change the port that way - thinking a little about
that I conclude that it's a good idea ;-)

Best regards

--
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
CT IC 3, Siemens CERT        | Fax        : +49 89 636 41166
D-81730 Muenchen / Germany   | email      : udo.schweigert@siemens.com

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?20020103150122.GA4277>