summaryrefslogtreecommitdiff
path: root/java/eclipse/scripts
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-12-02 19:57:29 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-12-02 19:57:29 +0000
commit16fb85bfce82cda85b995cab8e26ab3552018240 (patch)
treeb569fa605c4d3f6475cdc72d9701ddaf8297d29f /java/eclipse/scripts
parentaudio/festvox-cmu_us_*_arctic: Fixes as suggested by jbeich (diff)
java/eclipse: 4.4.2 -> 4.5.1
- Bump to Eclipse 4.5.1 - Switch to using Maven 3.3 - add fix for running Eclipse build for Gtk2 only on a system where Gtk3 might also be installed. - Details: https://projects.eclipse.org/releases/mars/details - Bugs fixed: https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&classification=RT&product=Equinox&product=JDT&product=PDE&product=Platform&query_format=advanced&resolution=FIXED&target_milestone=4.5.1 PR: 203689 Submitted by: Jimmy Kelley <ljboiler@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=402850
Diffstat (limited to 'java/eclipse/scripts')
-rw-r--r--java/eclipse/scripts/pre-patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/eclipse/scripts/pre-patch b/java/eclipse/scripts/pre-patch
index ab5c6f315bca..7bfe44c7805b 100644
--- a/java/eclipse/scripts/pre-patch
+++ b/java/eclipse/scripts/pre-patch
@@ -18,8 +18,7 @@ for d in \
${WRKSRC}/eclipse.platform.team/bundles/org.eclipse.core.net/natives/unix/linux \
${WRKSRC}/rt.equinox.binaries/org.eclipse.equinox.launcher.gtk.linux.x* \
${WRKSRC}/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x* \
- ${WRKSRC}/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x* \
- ${WRKSRC}/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x*
+ ${WRKSRC}/rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x*
do
mkdir -p `echo $d | sed -e 's/linux/freebsd/'`
[ -d $d ] && ( cd $d; tar cf - . ) | ( cd `echo $d | sed -e 's/linux/freebsd/'`; tar xf - )