From owner-freebsd-ports@FreeBSD.ORG Wed Sep 5 06:46:01 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90A0A106566B for ; Wed, 5 Sep 2012 06:46:01 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id CFB338FC16 for ; Wed, 5 Sep 2012 06:46:00 +0000 (UTC) Received: (qmail invoked by alias); 05 Sep 2012 06:45:59 -0000 Received: from ip-2-205-144-94.web.vodafone.de (EHLO [2.205.144.94]) [2.205.144.94] by mail.gmx.net (mp031) with SMTP; 05 Sep 2012 08:45:59 +0200 X-Authenticated: #1956535 X-Provags-ID: V01U2FsdGVkX19DeSQBciBDuYwxQIa5H/J0L/OArAUIAe++RTT9z+ QxX9zL5prMTuAn Message-ID: <5046F525.6060100@gmx.de> Date: Wed, 05 Sep 2012 08:45:57 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: John Marshall References: <20120905044640.GC43255@rwpc15.mby.riverwillow.net.au> <5046E2A7.2000204@FreeBSD.org> <20120905054123.GD43255@rwpc15.mby.riverwillow.net.au> <5046E897.90201@FreeBSD.org> <20120905060338.GE43255@rwpc15.mby.riverwillow.net.au> <5046ECDA.2000902@FreeBSD.org> <20120905062757.GF43255@rwpc15.mby.riverwillow.net.au> <5046F25F.1060602@gmx.de> <20120905063757.GG43255@rwpc15.mby.riverwillow.net.au> In-Reply-To: <20120905063757.GG43255@rwpc15.mby.riverwillow.net.au> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: apache@freebsd.org, freebsd-ports@freebsd.org Subject: Re: www/apache22 2.2.22_8 broken on IPv4-only system 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: Wed, 05 Sep 2012 06:46:01 -0000 On 2012-09-05 08:37, John Marshall wrote: > On Wed, 05 Sep 2012, 08:34 +0200, olli hauer wrote: >> On 2012-09-05 08:27, John Marshall wrote: >>> The previous version of Makefile.modules (r303550) doesn't include the >>> server_config.c patch if IPv6 is disabled. I think that's the >>> (conditional) behaviour we need restored. If I remove the file >>> files/patch-server__config.c, the port builds fine. >> >> Thanks for the report, I will rework the patch so it checks for >> APR_HAVE_IPV6. > Please can you test the following patch ad replacement for the existing one and remove the --disable-ipv6 line again. http://people.freebsd.org/~ohauer/diffs/apache/patch-server__config.c