From owner-freebsd-ports@FreeBSD.ORG Thu Oct 19 17:13:38 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4546316A4D1 for ; Thu, 19 Oct 2006 17:13:38 +0000 (UTC) (envelope-from fernan@iib.unsam.edu.ar) Received: from usmmx.unsam.edu.ar (usmmx.unsam.edu.ar [170.210.48.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3306F43D99 for ; Thu, 19 Oct 2006 17:12:44 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from omega.iib.unsam.edu.ar ([192.168.10.14]) by usmmx.unsam.edu.ar with InterScan Message Security Suite; Thu, 19 Oct 2006 09:55:16 -0300 Received: from omega.iib.unsam.edu.ar (localhost [127.0.0.1])by omega.iib.unsam.edu.ar (8.13.6/8.13.6) with ESMTP id k9JCtFbU037093; Thu, 19 Oct 2006 09:55:15 -0300 (ART)(envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost)by omega.iib.unsam.edu.ar (8.13.6/8.13.6/Submit) id k9JCtFnj037092; Thu, 19 Oct 2006 09:55:15 -0300 (ART)(envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: omega.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Thu, 19 Oct 2006 09:55:15 -0300 From: Fernan Aguero To: Florent Thoumie Message-ID: <20061019125515.GA36988@iib.unsam.edu.ar> Mail-Followup-To: Florent Thoumie ,Peter Jeremy , ports@freebsd.org,crs@swcp.com References: <200610181906.k9IJ6Ai4091879@sorsby.org> <20061018200455.GB945@turion.vk2pj.dyndns.org> <1161248562.71755.2.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1161248562.71755.2.camel@localhost> User-Agent: Mutt/1.5.13 (2006-08-11) X-imss-version: 2.043 X-imss-result: Passed X-imss-exclusionListMatch: =?utf-8?Q?iib?= Cc: ports@freebsd.org, Peter Jeremy , crs@swcp.com Subject: Re: compat3x 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: Thu, 19 Oct 2006 17:13:38 -0000 +----[ Florent Thoumie (19.Oct.2006 06:21): | [snipped] | > In this particular case, you only need the compat3x libraries to | > bootstrap jre so it may be practical for you to: | > 1) comment out the "FORBIDDEN" line in compat3x | > 2) install compat3x and the jre1.1.8 binary | > 3) build jre1.1.8 natively | > 4) uninstall compat3x and the jre1.1.8 binary | > 5) Re-add the "FORBIDDEN" line in compat3x | > 6) install the jre1.1.8 you built in step 3 | | Yeah, or use DISABLE_VULNERABILITIES=yes (which really doesn't mean | much, I think IGNORE_FORBIDDEN would be a better name). | +----] Yes, I've also always thought that DISABLE_VULNERABILITIES was a bad choice for the name of this variable. I prefer IGNORE_VULNERABILITIES. But, that's just me. Fernan