Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2003 22:33:02 -0500 (EST)
From:      richardcoleman@mindspring.com
To:        freebsd-ports@freebsd.org
Cc:        richardcoleman@mindspring.com
Subject:   small bug in apache2 port, patch included
Message-ID:  <20031201033302.1559315@venus.criticalmagic.com>

next in thread | raw e-mail | index | archive | help
Here is a small patch for the Makefile.modules in the FreeBSD apache2
port.  Otherwise, the WITH_DBM option shown with "make show-options"
does not match the Makefiles.

Also sent to the port maintainer.

Richard Coleman
richardcoleman@mindspring.com


--- Makefile.modules.old	Sun Nov 30 22:21:15 2003
+++ Makefile.modules	Sun Nov 30 22:22:29 2003
@@ -68,7 +68,7 @@
 # xDBM section
 #
 .if !defined(WITH_DBM) && defined(WITH_BERKELEYDB)
-WITH_DBM=db
+WITH_DBM=bdb
 .endif
 .if defined(WITH_DBM) && !defined(WITH_BERKELEYDB)
 WITH_BERKELEYDB=	FreeBSD
@@ -80,7 +80,7 @@
 .   elif ${WITH_DBM:L} == "gdbm"
 LIB_DEPENDS+=		gdbm.3:${PORTSDIR}/databases/gdbm
 CONFIGURE_ARGS+=	--with-gdbm=${LOCALBASE}
-.   elif ${WITH_DBM:L} == "db" 
+.   elif ${WITH_DBM:L} == "bdb" 
 .       if ${WITH_BERKELEYDB} == "FreeBSD"
 CONFIGURE_ARGS+=	--with-dbm=db185 \
 			--with-berkeley-db=/usr



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