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. _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"