- Use bsd.databases.mk for bdb selection This adds support for version definition via WITH_BDB_VER or APACHE20_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 Apache 2.0 does not support db46, so INVALID_BDB_VER=46 - Add knob 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 Successfully tested with APACHE20_WITH_BDB_VER or WITH_BDB_VER with values 2 3 40 41 42 43 44 45 (=all possibilities)
Responsible Changed From-To: freebsd-ports-bugs->clement Over to maintainer (via the GNATS Auto Assign Tool)
clement 2008-01-20 15:00:32 UTC FreeBSD ports repository Modified files: . UPDATING www/apache20 Makefile Makefile.doc Makefile.modules distinfo Log: - Update to 2.0.63 - Use BDB from bsd.database.mk instead of homebrew [1] PR: ports/119712 [1] Submitted by: mm [1] Revision Changes Path 1.578 +10 -1 ports/UPDATING 1.251 +1 -2 ports/www/apache20/Makefile 1.20 +5 -4 ports/www/apache20/Makefile.doc 1.25 +21 -38 ports/www/apache20/Makefile.modules 1.73 +3 -3 ports/www/apache20/distinfo _______________________________________________ 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 Committed, thanks!