diff options
author | pav <pav@FreeBSD.org> | 2011-07-28 04:21:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-07-28 04:21:52 +0800 |
commit | 2045b8075f81affcabbdd079d7919a611e59256f (patch) | |
tree | b5161b6c6dac555c8a3ba75832d48de8cfca2e2b /java | |
parent | 34343667d73b9dc8a713c18954ac6a627f2f697c (diff) | |
download | freebsd-ports-gnome-2045b8075f81affcabbdd079d7919a611e59256f.tar.gz freebsd-ports-gnome-2045b8075f81affcabbdd079d7919a611e59256f.tar.zst freebsd-ports-gnome-2045b8075f81affcabbdd079d7919a611e59256f.zip |
- Unbreak
Submitted by: tg
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-devel/Makefile | 2 | ||||
-rw-r--r-- | java/eclipse-devel/files/patch-eclipse-build | 15 |
2 files changed, 8 insertions, 9 deletions
diff --git a/java/eclipse-devel/Makefile b/java/eclipse-devel/Makefile index a5bf8046abdf..c3b2dc7bf20a 100644 --- a/java/eclipse-devel/Makefile +++ b/java/eclipse-devel/Makefile @@ -36,8 +36,6 @@ BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/patch \ zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -BROKEN= fails to package - OPTIONS= TESTS "Build SDK test suite" off ONLY_FOR_ARCHS= i386 amd64 diff --git a/java/eclipse-devel/files/patch-eclipse-build b/java/eclipse-devel/files/patch-eclipse-build index eccda69a09b7..5975368f5430 100644 --- a/java/eclipse-devel/files/patch-eclipse-build +++ b/java/eclipse-devel/files/patch-eclipse-build @@ -97,7 +97,7 @@ $FreeBSD$ <param name="profileName" value="SDKProfile" /> </antcall> -@@ -804,7 +815,8 @@ +@@ -829,7 +833,8 @@ <!-- <echo message="Calling runtests with (debug, verbose) = (${testSwitches})" /> --> @@ -107,7 +107,7 @@ $FreeBSD$ <arg value="-t${timestamp}" /> <arg value="-a${buildArch}" /> <arg value="-o${buildOs}" /> -@@ -958,7 +962,7 @@ +@@ -958,33 +963,29 @@ <target name="installIntoDestDir"> <mkdir dir="${installationDir}" /> <exec executable="rsync" failonerror="true"> @@ -116,13 +116,14 @@ $FreeBSD$ <arg value="--exclude=dropins" /> <arg value="${provisionDir}/" /> <arg value="${installationDir}/" /> -@@ -966,25 +970,21 @@ + </exec> <!-- install desktop file --> - <copy file="eclipse.desktop" todir="${destDir}${prefix}/share/applications" /> +- <copy file="eclipse.desktop" todir="${destDir}${prefix}/share/applications" /> - <!-- install Eclipse Java code formatter launcher --> - <property name="efj" value="${destDir}${prefix}/bin/efj"/> - <copy file="efj.sh" todir="${efj}" /> ++ <copy file="eclipse.desktop" tofile="${destDir}${prefix}/share/applications/%%PORTNAME%%.desktop" /> <fileset id="equinoxLauncher" dir="${installationDir}/plugins"> <include name="org.eclipse.equinox.launcher_*.jar" /> </fileset> @@ -148,7 +149,7 @@ $FreeBSD$ <!-- Create the "swt.jar" and friends symlinks --> <fileset dir="${installationDir}/plugins" includes="org.eclipse.swt.gtk.${buildOs}.${buildArch}_*" id="swtjar" /> <property name="swtjarpath" refid="swtjar" /> -@@ -992,7 +996,7 @@ +@@ -992,7 +993,7 @@ <symlink link="${installationDir}/swt-gtk.jar" resource="plugins/${swtjarpath}" overwrite="true"/> <symlink link="${installationDir}/swt.jar" resource="plugins/${swtjarpath}" overwrite="true"/> @@ -157,7 +158,7 @@ $FreeBSD$ <!-- Extract SWT JNI .so files --> <java classname="org.eclipse.core.launcher.Main" fork="true" failonerror="true" dir="${destDir}"> -@@ -990,8 +1001,8 @@ +@@ -1064,8 +1065,8 @@ <arg value="s@/@_@g" /> </exec> <apply executable="sed" failonerror="true" verbose="true"> @@ -168,7 +169,7 @@ $FreeBSD$ <srcfile /> <fileset dir="${installationDir}"> <include name="metadata/content.xml" /> -@@ -1012,7 +1023,7 @@ +@@ -1086,7 +1087,7 @@ </fileset> </apply> <apply executable="sed" failonerror="true" verbose="true"> |