- Do not manually install jabberd.sh nor list it in pkg-list, as that
is done by USE_RC_SUBR
- Use @unexec rmdir rather than @rmdir for configuration directories,
as they might still contain files at uninstall time
- Polish the Makefile and packing list
PR: ports/80370
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by: maintainer
string "2.0s3") which fixes some serious memory leaks and other
significant bugs. This update also replaces the rc.d script with
a new version that uses the rc.subr framework.
I was able to successfully compile the port with all of the WITH_*
knobs, but only have the means to test WITH_POSTGRESQL (which worked
as expected).
commiter says:
- Added extra line to files/patch-util::util.h (4.x fix)
- Changed --with-extra-include-path statements to work around
mysql inclusion and db41 exclusion.
- Added --disable- for options not choosen.
PR: ports/68967
Submitted by: Kirk Strauser <kirk@strauser.com>