previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
overflow in the MIME parsing code which is remotely exploitable via
email. The nmh port had a similar bug which was fixed in the 1.0.2 upgrade.
Because this software is apparently no longer under active development it
may be unlikely to get fixed.
Obtained from: Dan Harkless <dan-bugtraq@dilvish.speed.net> via BugTraq
(BUFSIZ * 2 -> BUFSIZ * 4). I found out the hard way that when the
"unseen:" squence hits the limit, all sorts of things start failing and
this causes secondary problems in exmh (like you can't delete things).
Since "memory is cheap" this should probably be bigger, except that 2900
unseen messages in your inbox is already slow.
file, where it should only treat [0-9]+. This bug was present when mh's
configuration contains locale definition.
Submitted by: Dave Marquardt <marquard@Zilker.NET>
(Closing PR #2088.)
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
for non-ascii character sets.
Additional tips:
setenv MM_CHARSET <rfc1342 charset>
setenv LC_TYPE <proper locale>
e.g. setenv MM_CHARSET KOI8-R
setenv LC_TYPE ru_RU.KOI8-R
or setenv MM_CHARSET iso-8859-1
setenv LC_TYPE iso_8859_1
Change your mhl.format to read so that the new code will be invoked on
interesting fields when you do a "show":
From:formatfield="%(comp{text})"
Reply-To:formatfield="%(comp{text})"
To:formatfield="%(comp{text})"
cc:formatfield="%(comp{text})"
Obtained from: Ola Stromfors <Ola.S.Stromfors@telia.se>,
Frederik H. Andersen <fha@dde.dk>,
with fixes from anders@ifi.uio.no and pst@freebsd.org
(2) It is recommended to use full pathnames for ldconfig.
(3) It is recommended to check NOMANCOMPRESS before compressing
manpages (or Rod's going to scream :)
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
Subject: misc/88: MH has no 'local' shared libraries.
>Number: 88
>Category: misc
>Synopsis: MH has no 'local' shared libraries.
Fix.
Submitted by: mark