ports/83644: add support for ndbm to apache2

Oliver Brandmueller ob at gruft.de
Mon Jul 18 04:40:30 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list