From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 22 18:43:54 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0D70106566B for ; Tue, 22 Feb 2011 18:43:54 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 534588FC18 for ; Tue, 22 Feb 2011 18:43:53 +0000 (UTC) Received: by ewy28 with SMTP id 28so348191ewy.13 for ; Tue, 22 Feb 2011 10:43:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:mime-version :content-type:content-disposition; bh=l3q+iPFfF3TwvrhbfGTxQVFAvvEe7JiTkspSba/eYy0=; b=C7x4Ty0EKk/NZbs2H6GZv/SzMTWN04sbr2zCoo7zO8BdI2VJ3QbEXgoVo9+8m/r34B mnpocEWtLko5C1g0lmCkpG18mG2eoh7iXXrWgDYVKf17B4dWCY2BQNwRSs2PlZdCf//d a4cgTbzYBb5CnaihfoqSr0p2/KjqRjdL98YGo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition; b=fG8lWo+g66S7Skqj4juUKCNLQBif3xCK/ySzbe0CkE6e/jBnG0bHC0l/haC3E5/uw9 UusByYZnGyNiD/IOyDg7p+a0JPGk04+ibXCyPh1YhZIwALAuCgPLKirMwafzOOctAcfx Cbfm+P+W7YNFdObC5bG+2lzL5dT91JtZr99dI= Received: by 10.213.13.16 with SMTP id z16mr1181702ebz.57.1298398538064; Tue, 22 Feb 2011 10:15:38 -0800 (PST) Received: from viper.internal.network (dsl78-143-205-37.in-addr.fast.co.uk [78.143.205.37]) by mx.google.com with ESMTPS id t50sm6196698eeh.12.2011.02.22.10.15.37 (version=TLSv1/SSLv3 cipher=AES128-SHA); Tue, 22 Feb 2011 10:15:37 -0800 (PST) Received: by viper.internal.network (Postfix, from userid 11001) id C22A64AC08; Tue, 22 Feb 2011 18:15:35 +0000 (UTC) Date: Tue, 22 Feb 2011 18:15:35 +0000 From: xorquewasp@googlemail.com To: freebsd-hackers@freebsd.org Message-ID: <20110222181535.GA21015@viper> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Building java ports with openjdk6/7 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 18:43:54 -0000 Hello. Is it possible to build Eclipse (and other java ports) with openjdk6/7? I have both built and installed but for whatever reason, attempting to build Eclipse always causes the ports system to try to build jdk16 as a dependency (which fails as it's an "interactive port" and I always run in BATCH=1 mode). xw