Date: Wed, 05 Sep 2012 08:34:07 +0200 From: olli hauer <ohauer@gmx.de> To: John Marshall <john.marshall@riverwillow.com.au> Cc: apache@freebsd.org, freebsd-ports@freebsd.org Subject: Re: www/apache22 2.2.22_8 broken on IPv4-only system Message-ID: <5046F25F.1060602@gmx.de> In-Reply-To: <20120905062757.GF43255@rwpc15.mby.riverwillow.net.au> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5046F25F.1060602>