El día Sunday, September 19, 2010 a las 08:16:23AM +0200, [email protected]
escribió:
> El día Saturday, September 18, 2010 a las 04:37:06PM -0700, Chip Camden
> escribió:
>
> > Are you using more than 16 color specifications?
>
> No. The problem must be caused by the way the FreeBSD's port is
> compiling (or patching) the source. If I run ./configure --enable-smtp
> by hand the colors are working fine with the same .muttrc.
>
> I will bring this to the attention of the maintainer of this port in
> FreeBSD. Thanks (and don't top post :-))
>
> Udo, this is with
>
> PORTNAME= mutt-devel
> PORTVERSION= 1.5.19
>
> will forward the original problem description later;
I have played around with the ./configure of the port:
the original 'make WITH_MUTT_SMTP=yes' runs:
./configure --disable-fcntl \
--with-ssl=/usr/local \
--with-sharedir=/usr/local/share/mutt --with-docdir=/usr/local/share/doc/mutt
--sysconfdir=/usr/local/etc \
--disable-warnings \
--enable-external-dotlock \
--enable-pop \
--enable-imap \
--enable-smtp \
--enable-flock \
--with-libiconv-prefix=/usr/local \
--with-idn \
--disable-gpgme \
--with-gss \
--enable-compressed \
--disable-hcache \
--prefix=/usr/local \
--mandir=/usr/local/man \
--infodir=/usr/local/info/ \
--build=i386-portbld-freebsd8.0
as well this run by hand produces the problem with the color:
./configure --enable-imap --enable-smtp --with-ssl=/usr/local
--with-sharedir=/usr/local/share/mutt --with-docdir=/usr/local/share/doc/mutt
--sysconfdir=/usr/local/etc --prefix=/usr/local --mandir=/usr/local/man
--infodir=/usr/local/info/
while this is fine (deleted --with-ssl=/usr/local from ./configure):
./configure --enable-imap --enable-smtp --with-sharedir=/usr/local/share/mutt
--with-docdir=/usr/local/share/doc/mutt --sysconfdir=/usr/local/etc
--prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/
Don't know what could cause this problem exactly concerning
--with-ssl=/usr/local;
HIH
matthias
--
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <[email protected]> - w http://www.unixarea.de/