On 2005-10-04 18:15, Bob Hall <[EMAIL PROTECTED]> 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',
      ],
    }
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to