Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2011 17:33:21 +0200
From:      Thomas Gellekum <Thomas.Gellekum@gmx.de>
To:        Greg Lewis <glewis@eyesbeyond.com>
Cc:        freebsd-eclipse@freebsd.org
Subject:   Re: Upgrade of eclipse-devel to 3.7.0
Message-ID:  <4E1C6941.7020407@gmx.de>
In-Reply-To: <20110710201027.GA80196@misty.eyesbeyond.com>
References:  <4E1462CD.9030205@gmx.de> <20110710201027.GA80196@misty.eyesbeyond.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040201090700020001040306
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

On 07/10/11 22:10, Greg Lewis wrote:
> On Wed, Jul 06, 2011 at 03:27:41PM +0200, Thomas Gellekum wrote:
>> I've put up patches to upgrade the eclipse-devel port to 3.7.0 at
>> <URL:http://people.freebsd.org/~tg/eclipse-devel-3.7.0.diff>. Please
>> test and post your feedback to the list. If any committer wants to just
>> go ahead and commit the changes (the port is marked broken right now
>> anyway), remember to "cvs add files/patch-generatedScripts".
>
> Thanks Thomas!  I built and started it up and it looked ok, so I've
> committed it to break broader testing easier.

Minor patch attached: rsync was copying symlinks, not the files they 
pointed to.

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.

tg

--------------040201090700020001040306
Content-Type: text/plain;
 name="eclipse-devel-20110712.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="eclipse-devel-20110712.diff"

Index: files/patch-eclipse-build
===================================================================
RCS file: /home/ncvs/ports/java/eclipse-devel/files/patch-eclipse-build,v
retrieving revision 1.3
diff -u -r1.3 patch-eclipse-build
--- files/patch-eclipse-build	10 Jul 2011 19:54:53 -0000	1.3
+++ files/patch-eclipse-build	12 Jul 2011 15:25:05 -0000
@@ -107,7 +107,15 @@
  			<arg value="-t${timestamp}" />
  			<arg value="-a${buildArch}" />
  			<arg value="-o${buildOs}" />
-@@ -965,7 +969,7 @@
+@@ -958,14 +962,14 @@
+ 	<target name="installIntoDestDir">
+ 		<mkdir dir="${installationDir}" />
+                 <exec executable="rsync" failonerror="true">
+-                       <arg value="-vrpl" />
++                       <arg value="-vrpL" />
+                        <arg value="--exclude=dropins" />
+                        <arg value="${provisionDir}/" />
+                        <arg value="${installationDir}/" />
                  </exec>
  
  		<!-- install desktop file -->

--------------040201090700020001040306--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E1C6941.7020407>