things like koi8-r recognition, background news (nntp) processing, ispell
support.
Note that there's a horrible hack here to work around a weakness in
bsd.port.mk. The distributed patches are relative to a subdir of ${WRKSRC}
and bsd.port.mk doesn't seem to allow clean overriding of that to patch.
I appended a second "-d dir" arg to PATCH_DIST_ARGS after the .include
that set up the string with +=. patch seems to use the last instance of
"-d dir" when there are several online (it's a simple parse-time chdir).
Prompted by: pst (who also sent a partial update)
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
- Make link process work by adding correct dependency in Makefile
the unmodified Makefile.FreeBSD didn't build libcompface in ../compface
- The WWW page claims, that you need at least the xforms 0.86 lib, so
I specified the library dependency in port's Makefile more specific.
- Well, since I spent some work on it ... I'll maintain the port in the
future.
Submitted by: andrew@ugh.net.au
The previous port of poppassd worked fine under 2.1.x but broke under
2.2.x. Ron Bickers <rbickers@intercenter.net> sent me some changes
which should allow it to work under 2.2.x and these changes are
incorporated in this version. The port seems to still work under
2.1.x.
files can be shared between this port and japanese/mew.
Note this is a "blind" commit; it is too much trouble to test an update
with this many added and deleted files. I'll test it later.
PR: 3789
Submitted by: kiri
I'm really really really unhappy about these shared library patches.
This code changes WAY too fast to screw with shared libraries. If they
cause massive breakage again, they're history.
dynamically set it.
Suggested by: asami
Instead of explicitly specifying the path in MAKE_ENV, just retrieve it from
the env. var.
Move the comment about MAN1 var to the front of the variable definition.