Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Sep 2012 11:11:59 +0200
From:      olli hauer <ohauer@gmx.de>
To:        Hajimu UMEMOTO <ume@FreeBSD.org>
Cc:        svn-ports-head@FreeBSD.org, Olli Hauer <ohauer@FreeBSD.org>, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: svn commit: r303550 - in head: Mk devel/apr1 devel/apr1/files www/apache22 www/apache22-event-mpm www/apache22-itk-mpm www/apache22-peruser-mpm www/apache22-worker-mpm www/apache22/files
Message-ID:  <5044745F.9010903@gmx.de>
In-Reply-To: <yge1uijlc8u.wl%ume@mahoroba.org>
References:  <201209021431.q82EVxjW017243@svn.freebsd.org> <yge1uijlc8u.wl%ume@mahoroba.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-09-03 10:52, Hajimu UMEMOTO wrote:
> Hi,
> 
>>>>>> On Sun, 2 Sep 2012 14:31:59 +0000 (UTC)
>>>>>> Olli Hauer <ohauer@FreeBSD.org> said:
> 
> ohauer> Author: ohauer
> ohauer> Date: Sun Sep  2 14:31:58 2012
> ohauer> New Revision: 303550
> ohauer> URL: http://svn.freebsd.org/changeset/ports/303550
> 
> ohauer> Log:
> 
> 	...snip...
> 
> ohauer>   www/apache22 [2]-[6]
> ohauer>   - rewrite for options NG
> ohauer>   - PORTNAME s|apache|apache22|
> ohauer>   - remove APR APR-util specific otions,
> ohauer>     will be checked now with help of apr/u-1-config
> 
> 	...snip...
> 
> ohauer> -.if defined(WITHOUT_IPV6)
> ohauer> +.if empty(PORT_OPTIONS:MIPV6)
> ohauer>  CONFIGURE_ARGS+=	--disable-ipv6
> ohauer>  .else
> ohauer>  CATEGORIES+=		ipv6
> ohauer> -.   if defined(WITH_IPV6_V6ONLY) || defined(WITHOUT_V4MAPPED)
> ohauer> +EXTRA_PATCHES+=		${PATCHDIR}/extra-patch-server__config.c
> ohauer> +.  if ${PORT_OPTIONS:MIPV6_V6ONLY}
> ohauer>  CONFIGURE_ARGS+=	--disable-v4-mapped
> ohauer> -.   else
> ohauer> +.  else
> ohauer>  CONFIGURE_ARGS+=	--enable-v4-mapped
> ohauer> -.   endif
> ohauer> +.  endif
> ohauer>  .endif
> 
> I used to specify WITHOUT_IPV6=YES in my /etc/make.conf.  But, now, it
> is no effect.  I tried apache22_SET+=IPV6_V6ONLY and
> OPTIONS_SET+=IPV6_V6ONLY without success.
> Any idea?
> 
> Sincerely,
> 
> --
> Hajimu UMEMOTO
> ume@mahoroba.org  ume@{,jp.}FreeBSD.org
> http://www.mahoroba.org/~ume/


If you had until now WITHOUT_IPV6 in your make.conf, then you have to specify now
(Do you really want to build for IPv4 only?)

apache22_SET+=IPV4_ONLY
apache22_UNSET+=IPV6

The dedicated SET and UNSET is needed since I convert the three command args into
a OPTIONS_MULTI directive.


Regards,
olli



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5044745F.9010903>