Date: Wed, 5 Oct 2005 02:14:35 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Bob Hall <rjhjr@cox.net> Cc: freebsd-questions@freebsd.org Subject: Re: Mutt weirdness Message-ID: <20051004231435.GA7300@flame.pc> In-Reply-To: <4342FEF2.6050803@cox.net> References: <20050109085346.D88A823EE65@ws5-4.us4.outblaze.com> <20050109132854.GD44181@gothmog.gr> <4342FEF2.6050803@cox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-10-04 18:15, Bob Hall <rjhjr@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', ], }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051004231435.GA7300>