cvs commit: ports/java/jdk14 Makefile distinfo

Hajimu UMEMOTO ume at FreeBSD.org
Mon Oct 9 08:12:56 PDT 2006


Hi,

>>>>> On Sun, 8 Oct 2006 19:22:19 +0000 (UTC)
>>>>> Greg Lewis <glewis at 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 at mahoroba.org  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/


More information about the cvs-all mailing list