Date: Tue, 14 Aug 2007 09:21:08 -0700 From: snowcrash+freebsd <schneecrash+freebsd@gmail.com> To: freebsd-ports@freebsd.org Subject: request add db45/db46 support to www/apache22 port Message-ID: <70f41ba20708140921k43cea2d8oe8f2bada785b49e0@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
hi, with db45/db46 now in ports and supported in make.conf, can we get port(www/apache22) updated as well? looks simple, namely: > vi Makefile.modules ================================================================= @95 . elif ${WITH_BERKELEYDB} == "db44" LIB_DEPENDS+= db-4.4:${PORTSDIR}/databases/db44 CONFIGURE_ARGS+= --with-dbm=db44 \ --with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db44 +++ . elif ${WITH_BERKELEYDB} == "db45" +++ LIB_DEPENDS+= db-4.5:${PORTSDIR}/databases/db45 +++ CONFIGURE_ARGS+= --with-dbm=db45 \ +++ --with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db45 +++ . elif ${WITH_BERKELEYDB} == "db46" +++ LIB_DEPENDS+= db-4.6:${PORTSDIR}/databases/db46 +++ CONFIGURE_ARGS+= --with-dbm=db46 \ +++ --with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db46 . else IGNORE= "Unknown Berkeley DB version" ================================================================= though some clever soul might suggest that it be changed to automatically pick the BDB settings .... thanks!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?70f41ba20708140921k43cea2d8oe8f2bada785b49e0>