From owner-freebsd-eclipse@FreeBSD.ORG Wed Nov 4 22:54:08 2009 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2114D106566B; Wed, 4 Nov 2009 22:54:08 +0000 (UTC) (envelope-from andrey.kosachenko@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 6D2C48FC17; Wed, 4 Nov 2009 22:54:07 +0000 (UTC) Received: by bwz5 with SMTP id 5so170619bwz.3 for ; Wed, 04 Nov 2009 14:54:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=K0PdChV1wsSbD5HQCZviOCCJzVEYYr18yM1+YBtHrKo=; b=MkI6ESgtr9k3+lzW2IznCwlqrjGq6FwQP9Bg6TDo5KPOsaQG2d3No2DCFedVEhsLeO 4XG5MycPmPoICbCv7Y8g4HeH1pPar0Rl/7gHF0pZ4Tg1kHLnc8905dCdQuZfa30hToas 2pa2Mtr5VlgXmMBDkR9acAqBLHQCxLlB3ICgI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=pTk8FxeXDkR9L7WfJdN2Ah0Y6ou978OTDWcqZgzFq2olCNZKyAFJTFfcnY5ZN7J56L jA4LA3EqgU2qWcHUibym2+Vyo6pXf5BgH0rY2LISuJJKEyF0Vzxp+O5oYZG286nbFyf7 JWLAG+h1QXS5+L1OBkgP9MTv/rX4ZE1Bj/Lv0= Received: by 10.204.24.15 with SMTP id t15mr2147381bkb.113.1257373622121; Wed, 04 Nov 2009 14:27:02 -0800 (PST) Received: from beastie.lan ([195.60.174.21]) by mx.google.com with ESMTPS id 14sm491320fxm.15.2009.11.04.14.26.59 (version=SSLv3 cipher=RC4-MD5); Wed, 04 Nov 2009 14:27:00 -0800 (PST) Message-ID: <4AF1FFA4.2020404@gmail.com> Date: Thu, 05 Nov 2009 00:26:44 +0200 From: Andrey User-Agent: Thunderbird 2.0.0.23 (X11/20090823) MIME-Version: 1.0 To: "Stephane E. Potvin" References: <4AF18F77.9030302@FreeBSD.org> In-Reply-To: <4AF18F77.9030302@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: CFT: Eclipse Galileo 3.5 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 22:54:08 -0000 Hi, Stephane! First of all thanks for you time and efforts on this matter. Great job, really! Well, I've managed to compile and launch Galileo on my i386 laptop. # uname -smrni FreeBSD beastie.lan 8.0-RC1 i386 BEASTIE_SMP_ULE #java -version java version "1.6.0_03-p4" Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_08_aug_2009_17_08-b00) Java HotSpot(TM) Server VM (build 1.6.0_03-p4-root_08_aug_2009_17_08-b00, mixed mode) There is one minor issue within Makefile (port fails to compile if it is there). I fixed it this way: === begin-of-patch === --- Makefile.orig 2009-11-05 00:12:49.000000000 +0200 +++ Makefile 2009-11-05 00:13:03.000000000 +0200 @@ -46,7 +46,7 @@ ECLIPSE_SRCFILE= eclipse-${BUILD_ID}-fetched-src.tar.bz2 FBSD_SUPPORT_SRCFILE= freebsd-support.patch -MAKE_ARGS= -DbuildOs=freebsd -DbuildArch=${ARCH:C/amd64/x86_64/} -Dprefix=${PREFIX} +MAKE_ARGS= -DbuildOs=freebsd -DbuildArch=${ARCH:C/amd64/x86_64/:C/i386/x86/} -Dprefix=${PREFIX} WRKSRC= ${WRKDIR}/${ECLIPSE_BUILD_SRCFILE:C/.tar.gz//} PATCH_STRIP= -p1 === end-of-patch === Unfortunately I've not got enough time to play with it, but I'm definitely about to give it a try this weekend. Thanks! Stephane E. Potvin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi everyone, > > I'm at last ready to have some public testing of the 3.5.0-I20090611-1540 port of Eclipse (aka Galileo). The x86 platform has been > the least tested (actually, not at all this time ;) so I'd appreciate to have feedback for this one. I've also only done testing > with the native jdk1.6.0 from ports (java/jdk16) so please indicate which jdk you're using if you send me a go/no-go. > > Highlights: > - - First FreeBSD Galileo release > - - The build is now using eclipse-build from the "Linux Tools" project > - - Patches are now much more simple and have been split into two parts for easier push upstream (one against eclipse-build and the > other for eclipse itself) > - - The only Gecko provider supported is now libxul > - - The gnome dependencies are now static and no longer configurable via options (there might be one or two that are no longer > necessary but I haven't gotten around yet to check which one) > - - Eclipse installs in ${PREFIX}/lib/eclipse instead of ${PREFIX}/eclipse to reduce pollution in ${PREFIX} > - - New dropins directory is in ${PREFIX}/share/eclipse/dropins. This directory can be used for features/plugins that are not > installed via the p2 provisioning engine. All the ports that are not changed to use p2 will have to use this directory in the future > (this will be done in a separate patch). > - - The setup-user step is no longer necessary. p2 has been fixed upstream and the user installed plugins are discovered correctly > even after a re-installation of eclipse. > > The patch can be found at the following address: > > http://people.freebsd.org/~sepotvin/eclipse35.diff > > Have fun! > > Steph > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.11 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkrxj3cACgkQmdOXtTCX/nutNwCg7wfjBNje+vX7TkfyPHlesohC > VM8AoKDgcck+bMks7fZSSogxwv0an22x > =6sWs > -----END PGP SIGNATURE----- > > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to "freebsd-eclipse-unsubscribe@freebsd.org" >