From owner-freebsd-eclipse@FreeBSD.ORG Mon Jul 25 18:20:55 2011 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 076B71065679 for ; Mon, 25 Jul 2011 18:20:55 +0000 (UTC) (envelope-from Thomas.Gellekum@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 2D3448FC1D for ; Mon, 25 Jul 2011 18:20:53 +0000 (UTC) Received: (qmail invoked by alias); 25 Jul 2011 18:20:52 -0000 Received: from xdsl-87-79-176-165.netcologne.de (EHLO siegel.tg.intern) [87.79.176.165] by mail.gmx.net (mp025) with SMTP; 25 Jul 2011 20:20:52 +0200 X-Authenticated: #18235045 X-Provags-ID: V01U2FsdGVkX197t3VWs157YyqKI1JWDNhN9it+xq5vXfiERUq14u K30cBIFk99f5te Message-ID: <4E2DB403.5060200@gmx.de> Date: Mon, 25 Jul 2011 20:20:51 +0200 From: Thomas Gellekum User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110701 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-eclipse@freebsd.org References: <4E1462CD.9030205@gmx.de> <20110710201027.GA80196@misty.eyesbeyond.com> <4E1C6941.7020407@gmx.de> <4E234A43.3000308@yahoo.de> <4E23D631.2060403@gmx.de> In-Reply-To: <4E23D631.2060403@gmx.de> Content-Type: multipart/mixed; boundary="------------060704010401050204010109" X-Y-GMX-Trusted: 0 Subject: Re: Upgrade of eclipse-devel to 3.7.0 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: Mon, 25 Jul 2011 18:20:55 -0000 This is a multi-part message in MIME format. --------------060704010401050204010109 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/18/11 08:44, Thomas Gellekum wrote: > On 07/17/11 22:46, Heiner Strauss wrote: >> Am 07/12/11 17:33, schrieb Thomas Gellekum: >>> >>> Also: I noticed plugins installed as a normal user don't work. I have >>> no clue yet where that regression comes from. Workaround: install >>> additional plugins as root. > > >> That problem apeared with 3.6 too. There was a solution. > > I think that was 3.5, when p2 was introduced; 3.6 works fine for me. Apparently, the preferred way to install eclipse from the source build changed, and some of the targets that we've been using in the Ant build.xml are considered obsolete. Please try the attached patch. tg --------------060704010401050204010109 Content-Type: text/plain; name="eclipse-devel.20110725.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="eclipse-devel.20110725.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/java/eclipse-devel/Makefile,v retrieving revision 1.39 diff -u -r1.39 Makefile --- Makefile 14 Jul 2011 07:05:14 -0000 1.39 +++ Makefile 25 Jul 2011 17:55:03 -0000 @@ -7,7 +7,7 @@ PORTNAME= eclipse-devel PORTVERSION= 3.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/technology/linuxtools/eclipse-build/3.7.x_Indigo/:1 \ http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/plugins/:2 \ @@ -105,6 +105,8 @@ FBSD_SUPPORT_SRCFILE= freebsd-support.patch ECLIPSE_GENERATED_BUILDSCRIPTS= eclipse-build-generatedScripts.tar.bz2 +ALL_TARGET= provision.cvs +INSTALL_TARGET= installSDKinDropins MAKE_ARGS= -DbuildOs=freebsd -DbuildArch=${ARCH:C/amd64/x86_64/:C/i386/x86/} -Dprefix=${PREFIX} -Dlocalbase=${LOCALBASE} -Dlabel=${PORTVERSION} MAKE_ENV+= GRE_HOME=${PREFIX}/lib/${GECKO} _JAVA_OPTIONS="-Xmx1024m" JAVA_VENDOR=${JAVA_VENDOR} Index: files/patch-eclipse-build =================================================================== RCS file: /home/ncvs/ports/java/eclipse-devel/files/patch-eclipse-build,v retrieving revision 1.5 diff -u -r1.5 patch-eclipse-build --- files/patch-eclipse-build 14 Jul 2011 16:12:59 -0000 1.5 +++ files/patch-eclipse-build 25 Jul 2011 17:56:32 -0000 @@ -189,6 +203,45 @@ +@@ -1126,8 +1129,7 @@ + + + +- +- ++ + + + +@@ -1143,16 +1145,14 @@ + tofile="${jdtInstallation}"/> + + +- +- ++ + + + + + + +- +- ++ + + + +@@ -1169,8 +1169,7 @@ + + + +- +- ++ + + + --- eclipse-build-0.5.0.orig/pdebuild/eclipse-pdebuild.sh 2009-11-11 07:59:07.000000000 -0500 +++ eclipse-build-0.5.0/pdebuild/eclipse-pdebuild.sh 2009-12-23 16:23:06.357147407 -0500 @@ -230,7 +230,7 @@ --------------060704010401050204010109--