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

olli hauer ohauer at gmx.de
Mon Sep 3 09:12:07 UTC 2012


On 2012-09-03 10:52, Hajimu UMEMOTO wrote:
> Hi,
> 
>>>>>> On Sun, 2 Sep 2012 14:31:59 +0000 (UTC)
>>>>>> Olli Hauer <ohauer at 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 at 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



More information about the svn-ports-all mailing list