Mutt weirdness

Giorgos Keramidas keramida at ceid.upatras.gr
Tue Oct 4 16:15:48 PDT 2005


On 2005-10-04 18:15, Bob Hall <rjhjr at cox.net> wrote:
> I did "portupgrade -ar" last night. When I tried to use mutt this
> morning, it was behaving weirdly. Mutt wasn't one of the upgrades.

Is your new mutt binary linked to libslang?  You can check with ldd:

    $ ldd `which mutt` | grep -i slang
    $

I've seen some pretty silly effects whenever my mutt port was installed
WITH_SLANG=yes.  Now my pkgtools.conf file includes (among other
things):

    MAKE_ARGS = {
      'mail/mutt-devel*' => [
          'WITH_MUTT_NCURSES=YES',
          'WITHOUT_MUTT_HTML=YES',
          'WITHOUT_MUTT_SGMLFORMAT=YES',
      ],
    }


More information about the freebsd-questions mailing list