Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jul 2005 04:39:37 GMT
From:      Oliver Brandmueller <ob@gruft.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/83644: add support for ndbm to apache2
Message-ID:  <200507180439.j6I4dbUq027595@www.freebsd.org>
Resent-Message-ID: <200507180440.j6I4ePI8046926@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         83644
>Category:       ports
>Synopsis:       add support for ndbm to apache2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 18 04:40:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Brandmueller
>Release:        5.4-STABLE
>Organization:
>Environment:
FreeBSD hudson.visp.de 5.4-STABLE FreeBSD 5.4-STABLE #21: Sun Jul 10 20:14:45 CEST 2005     root@hudson.visp.de:/usr/obj/usr/src/sys/NFS-POLL  i386
>Description:
using ndbm databases in the apache2 port can be easily added. ndbm is is available in the base system, so in some cases this is a preferred option over other hash databases.
>How-To-Repeat:

>Fix:
In /usr/ports/www/apache2 apply the following patch:

--- Makefile.modules.orig       Mon Jul 18 06:31:42 2005
+++ Makefile.modules    Mon Jul 18 06:32:21 2005
@@ -51,6 +51,8 @@
 .if defined(WITH_DBM)
 .   if ${WITH_DBM:L} == "sdbm"
 CONFIGURE_ARGS+=       --with-dbm=sdbm
+.   elif ${WITH_DBM:L} == "ndbm"
+CONFIGURE_ARGS+=       --with-ndbm
 .   elif ${WITH_DBM:L} == "gdbm"
 LIB_DEPENDS+=          gdbm.3:${PORTSDIR}/databases/gdbm
 CONFIGURE_ARGS+=       --with-gdbm=${LOCALBASE}

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507180439.j6I4dbUq027595>