From owner-freebsd-ports@FreeBSD.ORG Fri Apr 1 10:40:30 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 571421065779 for ; Fri, 1 Apr 2011 10:40:30 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 09D648FC13 for ; Fri, 1 Apr 2011 10:40:29 +0000 (UTC) Received: by vws18 with SMTP id 18so3162236vws.13 for ; Fri, 01 Apr 2011 03:40:29 -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:from:date :message-id:subject:to:cc:content-type; bh=imQJoOMavnb1U78AjJK66j7jBDBwn1D7FsFa+jjvZZk=; b=jYeyTHdvmEcZnVEmKMFbgQ0uRM7/hbYIuyfsYh5TMBVy+/H5wSOp5ZfGLdD4UD7UdK XB5MNaknzTkj+IDd7Mq1u1RKtBFOTgfyGljfibpTVa7Zwm3Cq4KpAse0sQJ63NgEqyKW wgLIf8baGp/z7oDyqtvMXOUo1UlajbAVnRxA8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=I9Qt0NFm0wOF96P0mPBEBr3uiqk3aCQb9Fc+PJGJvPkXi8nM0eAzMzRC0bvq6yNazy 8INmx8CoZANVdE0a4AdOpqQ6iWUmEg7nE0pTYFqOBHt8bgDDUBH9ODeFC+pRBciMyQZU 1x/tQBDtSkJYci1r5uSgWcOcK+IACNb9iefpw= Received: by 10.52.88.133 with SMTP id bg5mr5092926vdb.17.1301652791116; Fri, 01 Apr 2011 03:13:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.166.165 with HTTP; Fri, 1 Apr 2011 03:12:51 -0700 (PDT) In-Reply-To: <20110401093849.GA54226@DataIX.net> References: <20110401093849.GA54226@DataIX.net> From: Christer Solskogen Date: Fri, 1 Apr 2011 12:12:51 +0200 Message-ID: To: jhell Content-Type: text/plain; charset=ISO-8859-1 Cc: ports-list freebsd , Subbsd 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: Fri, 01 Apr 2011 10:40:30 -0000 On Fri, Apr 1, 2011 at 11:38 AM, jhell wrote: > > This is for when you are using jail(8) and have a build environment > setup within that jail for ports. If you enable that option then it > allows you to be able to build jdk16 within the jail. > I've built openjdk both with and without that option in a jail (on both 8-STABLE and CURRENT) without notice any difference. -- chs,