From owner-freebsd-apache@FreeBSD.ORG Wed Sep 5 06:34:15 2012 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8628C1065674 for ; Wed, 5 Sep 2012 06:34:15 +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 C4D848FC1B for ; Wed, 5 Sep 2012 06:34:14 +0000 (UTC) Received: (qmail invoked by alias); 05 Sep 2012 06:34:12 -0000 Received: from ip-2-205-144-94.web.vodafone.de (EHLO [2.205.144.94]) [2.205.144.94] by mail.gmx.net (mp029) with SMTP; 05 Sep 2012 08:34:12 +0200 X-Authenticated: #1956535 X-Provags-ID: V01U2FsdGVkX18CNngWk/gC3qW0AOhzunzM4vOmwhICW3/getGNh8 MGcOfcVCfeuUPf Message-ID: <5046F25F.1060602@gmx.de> Date: Wed, 05 Sep 2012 08:34:07 +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> In-Reply-To: <20120905062757.GF43255@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-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 06:34:15 -0000 On 2012-09-05 08:27, John Marshall wrote: > On Wed, 05 Sep 2012, 08:10 +0200, Olli Hauer wrote: >> >> Can you test the following diff. >> >> Index: Makefile.modules >> =================================================================== >> --- Makefile.modules (revision 303680) >> +++ Makefile.modules (working copy) >> @@ -151,6 +151,7 @@ >> .else >> CONFIGURE_ARGS+= --disable-v4-mapped >> .endif >> +CONFIGURE_ARGS+= --disable-ipv6 >> >> CONFIGURE_ARGS+= --with-mpm=${WITH_MPM} >> > > No change. Same symptoms. That's actually one of the patches I tried > prior to my original post. > > 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.