- Use bsd.databases.mk for bdb selection This adds support for version definition via WITH_BDB_VER or APACHE22_WITH_BDB_VER, defines dependencies etc. In the only case of db40 apache requires "--with-dbm=db4", so a substitution "--with-dbm=db${BDB_VER:S/40/4/}" is used - Add option WITH_BDB for BerkeleyDB DBM If defined, BerkeleyDB DBM module is built and used Default version is BDB default in bsd.databases.mk - Add knob WITH_BDB_BASE for BerkeleyDB 1.85 from base install If defined, bsd.databases.mk is NOT used and bdb comes from base - Remove WITH_BERKELEYDB Use of bsd.databases.mk makes WITH_BERKELEYDB obsolete - Bump PORTREVISION Not absolutely sure if we need this but we are adding a new option Successfully tested with APACHE22_WITH_BDB_VER or WITH_BDB_VER with values 2 3 40 41 42 43 44 45 46 (=all possibilities)
Responsible Changed From-To: freebsd-ports-bugs->clement Over to maintainer (via the GNATS Auto Assign Tool)
clement 2008-01-20 11:29:31 UTC FreeBSD ports repository Modified files: . UPDATING www/apache22 Makefile Makefile.doc Makefile.modules distinfo www/apache22/files patch-docs_conf_httpd.conf.in Removed files: www/apache22/files patch-srclib-apr-network_io-unix-multicast.c Log: - Update to 2.2.8 - Update documentation - Use BDB from bsd.databases.mk instead of homebrew [1] PR: ports/119711 [1] Submitted by: mm [1] Revision Changes Path 1.576 +10 -1 ports/UPDATING 1.217 +3 -3 ports/www/apache22/Makefile 1.12 +17 -11 ports/www/apache22/Makefile.doc 1.26 +15 -42 ports/www/apache22/Makefile.modules 1.74 +3 -6 ports/www/apache22/distinfo 1.2 +13 -13 ports/www/apache22/files/patch-docs_conf_httpd.conf.in 1.2 +0 -23 ports/www/apache22/files/patch-srclib-apr-network_io-unix-multicast.c (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Patch committed, thanks!