- use mod_ssl 2.0.10 which automatically disables
DSO for mod_log_config and mod_proxy which caused
problems for the port
- use mod_auth_dbm instead of mod_auth_db because
first DBM is internally mapped to our DB (so
functionality is the same) and this way we
get rid of the nasty conflicts with DB 2.x port.
- fixed the package list, i.e. the port
now packages and deletes correctly
- automatically create dummy certificate, so
the package can be tested immediately after
installing.
- use "apachectl startssl" instead of "apachectl start"
from within apache.sh rc script now.
- removed the outcommented patch pieces for Makefile.tmpl
because they are confusing both inside patches/patch-ab
and under install time.
- use a "post-patch" target to remove all .orig files
mod_ssl's configure script created to avoid their
installation (which confuses the package list).
Submitted by: "Eugene M. Kim" <gene@nttlabs.com>
(2) Check for exact version of perl5 in /usr/bin and exit with error
message if USE_PERL5 is defined and version does not match
${PERL_VERSION}.
(3) Note LIB_DEPENDS should not have any regular expressions. Remove
those in USE_XLIB and USE_QT.
Submitted by: maintainer, except it was for 3.1.1 which is unfetchable
already, and also it didn't fix PLIST.
While I'm here, use PLIST_SUB so PLIST doesn't have to changed for every
upgrade.
The only change is to check if /usr/bin/perl is version 5 and use that
rather than ${PREFIX}/bin/perl if it is.
Submitted by: John Hay <jhay@mikom.csir.co.za>
the directory name for the xmahjongg libdir, as opposed to the component
files.
Reminded by: David Kulp <dkulp@neomorphic.com>
While i was at it, it also occured to me that i need an @unexec with
the mkfontdir command, so fonts.dir is being rebuilt upon
deinstallation, too.