1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Unbreak

Submitted by:	tg
This commit is contained in:
Pav Lucistnik 2011-07-27 20:21:52 +00:00
parent a6cbb5fd54
commit 25c1d68494
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278432
2 changed files with 8 additions and 9 deletions

View File

@ -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

View File

@ -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">