Re: www/apache22 2.2.22_8 broken on IPv4-only system

2012-09-05 Thread John Marshall
On Wed, 05 Sep 2012, 07:52 +0200, Olli Hauer wrote: Do you have IPv6 in the devel/apr1 port enabled? No. rwsrv08# make showconfig -C /usr/ports/devel/apr1 | grep IPV6 IPV6=off: IPv6 protocol support The apache buildfiles are checking if APR_HAVE_IPV6 is present in the apr.h file

Re: www/apache22 2.2.22_8 broken on IPv4-only system

2012-09-05 Thread Olli Hauer
On 2012-09-05 08:03, John Marshall wrote: On Wed, 05 Sep 2012, 07:52 +0200, Olli Hauer wrote: Do you have IPv6 in the devel/apr1 port enabled? No. rwsrv08# make showconfig -C /usr/ports/devel/apr1 | grep IPV6 IPV6=off: IPv6 protocol support The apache buildfiles are checking if

Re: www/apache22 2.2.22_8 broken on IPv4-only system

2012-09-05 Thread John Marshall
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

Re: www/apache22 2.2.22_8 broken on IPv4-only system

2012-09-05 Thread olli hauer
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

Re: www/apache22 2.2.22_8 broken on IPv4-only system

2012-09-05 Thread John Marshall
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

Re: www/apache22 2.2.22_8 broken on IPv4-only system

2012-09-05 Thread olli hauer
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

Re: www/apache22 2.2.22_8 broken on IPv4-only system

2012-09-05 Thread John Marshall
On Wed, 05 Sep 2012, 08:45 +0200, olli hauer wrote: 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 Thank you. Builds and runs on: - FreeBSD 9.1-RC1

Re: www/apache22 2.2.22_8 broken on IPv4-only system

2012-09-05 Thread olli hauer
On 2012-09-05 09:05, John Marshall wrote: On Wed, 05 Sep 2012, 08:45 +0200, olli hauer wrote: 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 Thank

Re: www/apache22 2.2.22_8 broken on IPv4-only system

2012-09-04 Thread Olli Hauer
On 2012-09-05 06:46, John Marshall wrote: The new options provided with 2.2.22_8 blow away existing IPv4/IPv6 knobs and the port tries to build with IPv6 on a system which is IPv4 only. The ending is not happy. config.c: In function 'init_server_config': config.c:1984: error: 'APR_INET6'

Re: www/apache22 2.2.22_8 broken on IPv4-only system

2012-09-04 Thread John Marshall
On Wed, 05 Sep 2012, 07:27 +0200, Olli Hauer wrote: On 2012-09-05 06:46, John Marshall wrote: The new options provided with 2.2.22_8 blow away existing IPv4/IPv6 knobs and the port tries to build with IPv6 on a system which is IPv4 only. The ending is not happy. config.c: In function

Re: www/apache22 2.2.22_8 broken on IPv4-only system

2012-09-04 Thread Olli Hauer
On 2012-09-05 07:41, John Marshall wrote: On Wed, 05 Sep 2012, 07:27 +0200, Olli Hauer wrote: On 2012-09-05 06:46, John Marshall wrote: The new options provided with 2.2.22_8 blow away existing IPv4/IPv6 knobs and the port tries to build with IPv6 on a system which is IPv4 only. The ending