On 2012-09-09 00:48, Jerry wrote: > On Sat, 8 Sep 2012 10:57:35 -0600 (MDT) > Warren Block articulated: > >> On Sat, 8 Sep 2012, Olli Hauer wrote: >> >>> On 2012-09-08 17:58, Warren Block wrote: >>>> How about adding mention of SQL in the IGNORE message? >>> >>> I will rewrite the message to >>> Please rebuild APR at last with one DBD backend (MYSQL, PGSQL or >>> SQLITE) >>> >>> Hope then is is more clear. > > .if $(.CURDIR:M*/www/apache22) > APACHE22_WITH_BDB_VER=48 > WITH_EXPERIMENTAL_PATCHES=yes > .endif > > How would I specify it now with the new framework? >
APACHE22_WITH_BDB_VER=48 was a APR only parameter and had no effect on apache. During the build apu-1-config --db-version inside the apache Makefiles to lookup if APR-util (part of apr port) was build which BDB support. WITH_EXPERIMENTAL_PATCHES was removed from Makefile at "Mon Dec 13 2004" see http://svnweb.freebsd.org/ports/head/www/apache22/Makefile?r1=123914&r2=123945 but the Makefile.doc has not reflected this change until now. Regards, olli _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
