Date: Fri, 9 Nov 2007 10:41:27 +0100 (CET) From: Martin Matuska <martin@matuska.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/117968: [PATCH] www/apache22 add db45 and db46 support Message-ID: <20071110224614.63419398C1@mail.vx.sk> Resent-Message-ID: <200711102310.lAANA2tR034431@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 117968 >Category: ports >Synopsis: [PATCH] www/apache22 add db45 and db46 support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 10 23:10:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 7.0-BETA2 amd64 >Organization: >Environment: System: FreeBSD 7.0-BETA2 i386 amd64 >Description: - add support for db45 and db46 to the apache22 port >How-To-Repeat: >Fix: Index: ports/www/apache22/Makefile.doc =================================================================== RCS file: /home/pcvs/ports/www/apache22/Makefile.doc,v retrieving revision 1.10 diff -r1.10 Makefile.doc 41,42c41,42 < ## db4, db41, db42, db43, db44 or FreeBSD < ## (1.85, default) --- > ## db4, db41, db42, db43, db44, db45, db46 > ## or FreeBSD (1.85, default) Index: ports/www/apache22/Makefile.modules =================================================================== RCS file: /home/pcvs/ports/www/apache22/Makefile.modules,v retrieving revision 1.24 diff -r1.24 Makefile.modules 123a124,131 > . 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071110224614.63419398C1>