From owner-freebsd-java@FreeBSD.ORG Fri Oct 22 06:16:20 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16CEB16A4CE for ; Fri, 22 Oct 2004 06:16:20 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id B471143D48 for ; Fri, 22 Oct 2004 06:16:19 +0000 (GMT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.70.47]) by mta11.adelphia.netESMTP <20041022061619.PIXX2188.mta11.adelphia.net@default.chvlva.adelphia.net>; Fri, 22 Oct 2004 02:16:19 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 026655A54; Fri, 22 Oct 2004 02:18:49 -0400 (EDT) Date: Fri, 22 Oct 2004 02:18:49 -0400 From: Parv To: Jeremy Faulkner Message-ID: <20041022061849.GA1324@moo.holy.cow> Mail-Followup-To: Jeremy Faulkner , java@freebsd.org References: <1098358263.982.6.camel@ocean-deep.gldis.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1098358263.982.6.camel@ocean-deep.gldis.ca> cc: java@freebsd.org Subject: Re: Eclipse-3.0.1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 06:16:20 -0000 in message <1098358263.982.6.camel@ocean-deep.gldis.ca>, wrote Jeremy Faulkner thusly... > > The eclipse port has been updated to use gcc 3.4 could someone > using 4.x test the new port diff please? Well, eclipse 3.0_1 w/ gcc 3.4.2_20040827[0] was built just fine on FreeBSD 4.10-p3. Running it afterwords for a short while (to compare w/ netbeans[1]), all seemed to be fine as well. [0] Before the above mentioned "new port diff" (i think the unmentioned PR is ports/72990); did not have gcc 3.3 listed in the Makefile, so edited it. [1] I liked eclipse much better than netbeans as far as IDE usage go for a non-IDE, Vim using guy. - Parv --