From owner-freebsd-ports@FreeBSD.ORG Sat Apr 2 01:33:23 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 067921065672 for ; Sat, 2 Apr 2011 01:33:23 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8B37A8FC0C for ; Sat, 2 Apr 2011 01:33:22 +0000 (UTC) Received: by bwz12 with SMTP id 12so3573496bwz.13 for ; Fri, 01 Apr 2011 18:33:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Det4hYutKHW5DoQZgAxqsHBJgKiMFol00TMgF/Qd7tQ=; b=ZyJcZfXrdUeNvTCWivs+oQGpADnlenLW+jpm9r2wfDuK88K12FANLqgCjhVIvuGhgh AITljbFr/mVYe4KuLH6cK3R9VW5OVOGLrNH5qI7ve19M7ZQOaDunQmI/xO6FN70Y0a9j t3+5xR4tfb0D3ZO+jEd5rLkFSVEdEGUX9DGus= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=oG5quFCpKIH3uyHDcFQPLe6CwbkOt8W3exSuW6bxfi2nLobhJXs0x8RABBwqXzdJn9 GKLsxpDM0govcfugtzTCSo2hN0I9fSqmUuRoRg1z03jfla+bQ8onSZZxN8OhCBa1OUQY fTOx/2vYHsTt0Mmt7dxWb6Kw6AMzYiHCEHxZE= MIME-Version: 1.0 Received: by 10.204.126.131 with SMTP id c3mr1801261bks.104.1301708001240; Fri, 01 Apr 2011 18:33:21 -0700 (PDT) Received: by 10.204.47.8 with HTTP; Fri, 1 Apr 2011 18:33:21 -0700 (PDT) In-Reply-To: <4D962D1B.9070608@gmail.com> References: <4D962D1B.9070608@gmail.com> Date: Fri, 1 Apr 2011 20:33:21 -0500 Message-ID: From: Scot Hetzel To: David Demelier Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Options JAIL in jdk16 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2011 01:33:23 -0000 On Fri, Apr 1, 2011 at 2:52 PM, David Demelier w= rote: > On 01/04/2011 11:27, Subbsd wrote: >> >> Hi >> >> =F3an someone explain that option JAIL means for JDK16 when this builds >> within jail ? >> I have not found any specific mention in the patch or the code: >> >> grep -Ri jail /usr/ports/java/jdk16/* >> /usr/ports/java/jdk16/Makefile: =9A =9A =9A =9A JAIL =9A =9A"Port is bei= ng built >> within a jail" =9A =9A =9A =9A =9A =9A off >> >> and nothing more. With the JAIL option set to off, it was used to check if the linprocfs was mounted, as it was a requirement to bootstrap using the linux JDK. > I guess this option is not used anymore : > It is no longer used > > By the way it has been disabled here in rev. 1.182 as you can see here : > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/jdk16/Makefile.diff?r1= =3D1.182;r2=3D1.183;f=3Dh >