<<< Date Index >>>     <<< Thread Index >>>

Re: mutt-devel build issues, freebsd



On Wed, May 20, 2009 at 03:53:06PM -0700, Jason Helfman wrote:
> On Wed, May 20, 2009 at 02:11:26PM -0700, George Davidovich thus spake:
> > On Wed, May 20, 2009 at 09:53:13AM -0700, Jason Helfman wrote:
> > > I am unable to port any MAKE options into mutt-build port on FreeBSD,
> > > and wondering if I am doing this correctly.
> > > 
> > > I have put these into make.conf
> > > 
> > > WITH_MUTT_IMAP_HEADER_CACHE=yes
> > > WITH_MUTT_CYRUS_SASL=yes
                      ^^^^
Sorry, missed that.  I think you want "WITH_MUTT_CYRUS_SASL2=yes".

> > > WITH_MUTT_ASPELL=yes
> > > WITH_MUTT_SIDEBAR_PATCH=yes
> > > WITH_MUTT_DEBUG=yes
> > 
> > .if ${.CURDIR:M*/mail/mutt-devel}
> > WITH_MUTT_IMAP_HEADER_CACHE=yes
> > WITH_MUTT_CYRUS_SASL=yes
> > WITH_MUTT_ASPELL=yes
> > WITH_MUTT_SIDEBAR_PATCH=yes
> > WITH_MUTT_DEBUG=yes
> > WITH_MUTT_FOO=bar
> > .endif
> > 
> > % make -C /usr/ports/mail/mutt-devel -V WITH_MUTT_FOO 
> > bar
> 
> They all come back with "yes"

Which is what you want. 

cd /usr/ports/mail/mutt-devel
make clean
make rmconfig
make
...

If you don't understand the above, read through ports(7).  Note that
questions like these really should be posted to freebsd-questions.

-- 
George