From owner-freebsd-questions@FreeBSD.ORG Wed Apr 12 16:54:25 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4894216A401 for ; Wed, 12 Apr 2006 16:54:25 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 565DF43D4C for ; Wed, 12 Apr 2006 16:54:21 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k3CGs3T2018746 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 12 Apr 2006 19:54:06 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k3CGsuVf050442; Wed, 12 Apr 2006 19:54:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k3CGsuM8050441; Wed, 12 Apr 2006 19:54:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 12 Apr 2006 19:54:56 +0300 From: Giorgos Keramidas To: Erik Norgaard Message-ID: <20060412165456.GA47886@gothmog.pc> References: <443D2811.5080906@locolomo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <443D2811.5080906@locolomo.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.381, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.82, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: questions@freebsd.org Subject: Re: Forcing build of vulnerable port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2006 16:54:25 -0000 On 2006-04-12 18:17, Erik Norgaard wrote: > Hi: > > I am working with java card and it seems that I need to use jdk12, to > install that I need jdk11, which fails because of a reported vulnerability. > > How do I force building a vulnerable port? I think you can still install vulnerable ports, with: env DISABLE_VULNERABILITIES=yes make install