Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2006 00:12:47 +0900
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        Greg Lewis <glewis@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/java/jdk14 Makefile distinfo
Message-ID:  <yge8xjpsets.wl%ume@mahoroba.org>
In-Reply-To: <200610081922.k98JMJwP064015@repoman.freebsd.org>
References:  <200610081922.k98JMJwP064015@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

>>>>> On Sun, 8 Oct 2006 19:22:19 +0000 (UTC)
>>>>> Greg Lewis <glewis@FreeBSD.org> said:

glewis>   Modified files:
glewis>     java/jdk14           Makefile distinfo 
glewis>   Log:
glewis>   . Add support for installing the JCE policy files. [1]
glewis>   . OPTIONify. [1]
glewis>   . Add a knob for IPV6_V6ONLY.
glewis>   . Bump PORTREVISION.

glewis> +.if defined(WITH_IPV6_ONLY)
glewis> +CFLAGS+=	-DIPV6_V6ONLY
glewis> +.endif

IPV6_V6ONLY is defined in /usr/include/netinet6/in6.h which is
included from /usr/include/netinet/in.h.  So, you shouldn't define it,
here.  And, since I believe it is harmless, you don't need to make it
option.

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@mahoroba.org  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?yge8xjpsets.wl%ume>