Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Sep 2012 01:36:15 +0200
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: Apache port
Message-ID:  <504BD66F.4030703@FreeBSD.org>
In-Reply-To: <20120908184842.1e7e95cb@scorpio>
References:  <504B549F.60804@webrz.net> <504B64E2.1000506@FreeBSD.org> <alpine.BSF.2.00.1209080957520.1600@wonkity.com> <504B6E98.4020806@FreeBSD.org> <alpine.BSF.2.00.1209081056490.1966@wonkity.com> <20120908184842.1e7e95cb@scorpio>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-09-09 00:48, Jerry wrote:
> On Sat, 8 Sep 2012 10:57:35 -0600 (MDT)
> Warren Block articulated:
> 
>> On Sat, 8 Sep 2012, Olli Hauer wrote:
>>
>>> On 2012-09-08 17:58, Warren Block wrote:
>>>> How about adding mention of SQL in the IGNORE message?
>>>
>>> I will rewrite the message to
>>>  Please rebuild APR at last with one DBD backend (MYSQL, PGSQL or
>>> SQLITE)
>>>
>>> Hope then is is more clear.
> 
> .if $(.CURDIR:M*/www/apache22)
> APACHE22_WITH_BDB_VER=48
> WITH_EXPERIMENTAL_PATCHES=yes
> .endif
> 
> How would I specify it now with the new framework?
> 

APACHE22_WITH_BDB_VER=48 was a APR only parameter and had no effect on apache.
During the build apu-1-config --db-version inside the apache Makefiles to
lookup if APR-util (part of apr port) was build which BDB support.

WITH_EXPERIMENTAL_PATCHES was removed from Makefile at "Mon Dec 13 2004"
see
http://svnweb.freebsd.org/ports/head/www/apache22/Makefile?r1=123914&r2=123945
but the Makefile.doc has not reflected this change until now.

Regards,
olli



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