summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-eclipse-build
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2011-12-07 22:14:19 +0000
committerGreg Lewis <glewis@FreeBSD.org>2011-12-07 22:14:19 +0000
commit80054fb31e0387abb7d8f124fb56bb585b44746f (patch)
tree3344890a5e21336e8582b82bdd05548b2453a453 /java/eclipse-devel/files/patch-eclipse-build
parent- Update to 0.0.3.592 (diff)
. Fix bogus symlinks being installed as plugins rather than the actual
JARs by passing -L to rsync rather than -l. . Bump PORTREVISION since this can cause plugin installation to fail. Submitted by: Wayne Sierke <ws@au.dyndns.ws> Feature safe: yes
Notes
Notes: svn path=/head/; revision=287036
Diffstat (limited to 'java/eclipse-devel/files/patch-eclipse-build')
-rw-r--r--java/eclipse-devel/files/patch-eclipse-build9
1 files changed, 9 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/patch-eclipse-build b/java/eclipse-devel/files/patch-eclipse-build
index 2aeb23e43252..554cc2382e95 100644
--- a/java/eclipse-devel/files/patch-eclipse-build
+++ b/java/eclipse-devel/files/patch-eclipse-build
@@ -158,6 +158,15 @@ $FreeBSD$
<!-- Extract SWT JNI .so files -->
<java classname="org.eclipse.core.launcher.Main" fork="true" failonerror="true" dir="${destDir}">
+@@ -1031,7 +1032,7 @@
+
+ <!-- copy PDE and JDT to dropins -->
+ <exec executable="rsync" failonerror="true">
+- <arg value="-vrpl" />
++ <arg value="-vrpL" />
+ <arg value="${provisionDir}/dropins/" />
+ <arg value="${installationDir}/dropins/" />
+ </exec>
@@ -1064,8 +1065,8 @@
<arg value="s@/@_@g" />
</exec>