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

Hajimu UMEMOTO ume at FreeBSD.org
Mon Sep 3 08:52:32 UTC 2012


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/



More information about the svn-ports-all mailing list