From owner-cvs-all@FreeBSD.ORG Mon Oct 9 15:12:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DF9D16A412; Mon, 9 Oct 2006 15:12:56 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8233C43D53; Mon, 9 Oct 2006 15:12:54 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:jnVdr5FRoZMq1x2oKyEozEQH8sdXRZNN+TxXhMLoHi8DPxh6i0r9Lc5nfPpwz69G@kasuga-iwi.mahoroba.org [IPv6:2001:2f0:104:8010:212:f0ff:fe52:6ac]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.8/8.13.8) with ESMTP/inet6 id k99FCm7W034670 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Oct 2006 00:12:48 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Tue, 10 Oct 2006 00:12:47 +0900 Message-ID: From: Hajimu UMEMOTO To: Greg Lewis In-Reply-To: <200610081922.k98JMJwP064015@repoman.freebsd.org> References: <200610081922.k98JMJwP064015@repoman.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-pc-freebsd) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.2-PRERELEASE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0rc3 (ameno.mahoroba.org [IPv6:2001:2f0:104:8010::1]); Tue, 10 Oct 2006 00:12:48 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on ameno.mahoroba.org Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/java/jdk14 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2006 15:12:56 -0000 Hi, >>>>> On Sun, 8 Oct 2006 19:22:19 +0000 (UTC) >>>>> Greg Lewis 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/