From owner-freebsd-ports@FreeBSD.ORG Mon Jan 28 03:25:46 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64BA316A41A for ; Mon, 28 Jan 2008 03:25:46 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from QMTA10.emeryville.ca.mail.comcast.net (qmta10.emeryville.ca.mail.comcast.net [76.96.30.17]) by mx1.freebsd.org (Postfix) with ESMTP id 4F60B13C459 for ; Mon, 28 Jan 2008 03:25:46 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from OMTA01.emeryville.ca.mail.comcast.net ([76.96.30.11]) by QMTA10.emeryville.ca.mail.comcast.net with comcast id iFvu1Y0020EPchoAA0no00; Mon, 28 Jan 2008 03:14:25 +0000 Received: from kirby.cyberbotx.com ([68.43.195.82]) by OMTA01.emeryville.ca.mail.comcast.net with comcast id iTEj1Y0061n8LeU8M00000; Mon, 28 Jan 2008 03:14:45 +0000 X-Authority-Analysis: v=1.0 c=1 a=qAO5xQonbaMA:10 a=6I5d2MoRAAAA:8 a=58R5-5J9Q6TSPGXFxpAA:9 a=DZX9ZshYaGbGoRmtwDMA:7 a=Y8beqAHWpm1O-0B99R9gAUrFnaIA:4 a=SV7veod9ZcQA:10 a=EI1Y7BXnmVQA:10 Message-ID: <479D48A3.8070708@cyberbotx.com> Date: Sun, 27 Jan 2008 22:14:43 -0500 From: Naram Qashat User-Agent: Thunderbird 2.0.0.9 (X11/20080121) MIME-Version: 1.0 To: Vivek Khera References: <7CD44FC1-5B20-4954-8FD9-0F0572B92048@KHERA.ORG> In-Reply-To: <7CD44FC1-5B20-4954-8FD9-0F0572B92048@KHERA.ORG> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: change in apache port configuration options X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2008 03:25:46 -0000 Vivek Khera wrote: > It seems that the recent changes to the apache20 port Makefile.modules > has broken how I've been configuring my systems. > > In my make.conf file I have globally set the following: > > WITH_BDB_VER=43 > > which instructs many ports to use that version of Berkeley DB. > > Furtnermore, in my apache configuration in make.conf, I have: > > .if ${.CURDIR:M*/www/apache2*} > WITH_PROXY_MODULES=YES > WITH_BERKELEYDB=db${WITH_BDB_VER} > .endif > > Now, this worked just fine for a long time, but as of the latest updates > to apache20 port, I get this error: > > Variable WITH_BDB_VER is recursive. > > > This seems to stem from the Makefile.modules trying to set the > WITH_BDB_VER variable itself. I was under the impression that the > WITH_* twiddles for the use of the end user, not the port itself. Is > this correct? > > The fix seems to be setting WITH_BDB instead of setting WITH_BERKELEYDB > with the version. That's because the port was changed to use WITH_BDB instead of WITH_BERKELEYDB now, to keep it in line with other ports using BDB. Naram Qashat > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >