From owner-freebsd-questions@FreeBSD.ORG Wed Jan 1 19:51:58 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC8D438F for ; Wed, 1 Jan 2014 19:51:58 +0000 (UTC) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7ACAF105E for ; Wed, 1 Jan 2014 19:51:58 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id s01Jpu51005184 for ; Wed, 1 Jan 2014 12:51:56 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Message-ID: <52C471DC.7010608@dreamchaser.org> Date: Wed, 01 Jan 2014 12:51:56 -0700 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130730 Thunderbird/17.0.7 MIME-Version: 1.0 To: FreeBSD Mailing List Subject: java? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Wed, 01 Jan 2014 12:51:56 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd@dreamchaser.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2014 19:51:58 -0000 In trying to update openoffice using "portmaster editors/openoffice-3", I get a complaint about openjdk6 marked as forbidden because it triggers a nasty bug. I've got both openjdk6 and openjdk7 installed, but can't build either as they are both marked forbidden. Anyone know what's going on, and what the prognosis for correction is? Also, the Makefile indicates JAVA_VENDOR= openjdk JAVA_VERSION= 1.6+ Why does it choose to use openjdk6 when openjdk7 is also installed? I tried export JAVA_VERSION=1.7 ; portmaster editors/openoffice-3 and it still tries to use openjdk6. Is there a different jdk which will work? Thanks, Gary