ports/117937: [PATCH] www/apache22 add db45 and db46 support
Martin Matuska
martin at matuska.org
Fri Nov 9 10:00:02 UTC 2007
>Number: 117937
>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: Fri Nov 09 10:00: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:
More information about the freebsd-ports-bugs
mailing list