cvs commit: ports/java/eclipse Makefile distinfo
ports/java/eclipse/files build.properties.in packager-packager.properties.in
packager-packaging.map.in packager-packaging.properties
packager-sdk.product.in patch-assemble.org.eclipse.sdk.all.xml
patch-assemble.org.eclipse.sdk.freebsd.gtk.x86_64.xml patch-build ...
Greg Lewis
glewis at FreeBSD.org
Sat Jun 6 20:58:23 UTC 2009
glewis 2009-06-06 20:58:22 UTC
FreeBSD ports repository
Modified files:
java/eclipse Makefile distinfo
java/eclipse/files patch-assemble.org.eclipse.sdk.all.xml
patch-build patch-build.xml
patch-features-org.eclipse.cvs-build.xml
patch-features-org.eclipse.cvs.source-build.xml
patch-features-org.eclipse.equinox.executable-feature.xml
patch-features-org.eclipse.equinox.executable-library-gtk-build.sh
patch-features-org.eclipse.equinox.executable-target.build.properties
patch-features-org.eclipse.equinox.executable-target.build.xml
patch-features-org.eclipse.equinox.p2.user.ui-build.xml
patch-features-org.eclipse.equinox.p2.user.ui.source-build.xml
patch-features-org.eclipse.help-build.xml
patch-features-org.eclipse.help.source-build.xml
patch-features-org.eclipse.jdt-build.xml
patch-features-org.eclipse.jdt.source-build.xml
patch-features-org.eclipse.pde-build.xml
patch-features-org.eclipse.pde.p2-build.xml
patch-features-org.eclipse.pde.p2.source-build.xml
patch-features-org.eclipse.pde.source-build.xml
patch-features-org.eclipse.platform-build.properties
patch-features-org.eclipse.platform-build.xml
patch-features-org.eclipse.platform-feature.xml
patch-features-org.eclipse.platform.source-build.xml
patch-features-org.eclipse.platform.source-feature.xml
patch-features-org.eclipse.rcp-build.properties
patch-features-org.eclipse.rcp-build.xml
patch-features-org.eclipse.rcp-feature.xml
patch-features-org.eclipse.rcp.source-build.xml
patch-features-org.eclipse.rcp.source-feature.xml
patch-features-org.eclipse.sdk-build.properties
patch-features-org.eclipse.sdk-build.xml
patch-package.org.eclipse.sdk.all.xml
patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml
patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-runtime-Platform.java
patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-launcher-Main.java
patch-plugins-org.eclipse.osgi-core-adaptor-org-eclipse-osgi-util-TextProcessor.java
patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-EclipseEnvironementInfo.java
patch-plugins-org.eclipse.osgi-supplement-src-org-eclipse-osgi-service-environment-Constants.java
patch-plugins-org.eclipse.pde.build-scripts-productBuild-allElements.xml
patch-plugins-org.eclipse.pde.build-templates-headless-build-build.properties
patch-plugins-org.eclipse.pde.build-templates-packager-customTargets.xml
patch-plugins-org.eclipse.pde.build-templates-packager-packager.properties
patch-plugins-org.eclipse.pde.build-templates-packager-packaging.properties
patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml
post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.sh
java/eclipse/scripts pre-patch
Added files:
java/eclipse/files build.properties.in
packager-packager.properties.in
packager-packaging.map.in
packager-packaging.properties
packager-sdk.product.in
patch-assemble.org.eclipse.sdk.freebsd.gtk.x86_64.xml
patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-makefile
patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-objects.mk
patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-subdir.mk
patch-plugins-org.eclipse.core.net-natives-unix-getproxygnome.c
patch-plugins-org.eclipse.core.net.freebsd.x86_64-META-INF-MANIFEST.MF
patch-plugins-org.eclipse.core.net.freebsd.x86_64-build.xml
patch-plugins-org.eclipse.pde.build-build.xml
patch-plugins-org.eclipse.swt.gtk.freebsd.x86_64-build.xml
patch-plugins-org.eclipse.swt.tools-build.xml
patch-plugins-org.eclipse.update.core.freebsd-src-build.xml
post-patch-packager-customTargets.xml
Removed files:
java/eclipse/files patch-build.properties
patch-plugins-org.eclipse.frameworkadmin.equinox-src-org-eclipse-equinox-internal-frameworkadmin-equinox-EquinoxBundlesState.java
patch-plugins-org.eclipse.osgi-build.xml
patch-plugins-org.eclipse.swt.gtk.freebsd.amd64-build.xml
patch-plugins-org.eclipse.swt.gtk.freebsd.amd64.source-META-INF-MANIFEST.MF
Log:
. Update to 3.4.2, including:
. We are now installing a real eclipse product.
. Only the jar files for the platform are built, dramatically reducing
the time necessary to build (thanks to the Fedora devs for the idea
and the basic procedure).
. Lot of small fixes to the build procedure to make future imports easier
. Some of the bundles are pre-extracted during install to improve
launching time.
. JDK 1.6 is required to build but any jre (1.5 or 1.6) can be used in
Preferences->Java->Installed JREs. JDK 1.4 is unfortunately not
supported at this time.
. Switch to x86_64 architecture name instead of amd64 to be more in-line
with mainline eclipse.
Note that after this update you will need to reinstall any plugins you've
installed with the built in Update Manager. This is a one time thing.
Submitted by: sepotvin@ (maintainer)
Revision Changes Path
1.62 +133 -54 ports/java/eclipse/Makefile
1.17 +3 -3 ports/java/eclipse/distinfo
1.1 +4 -0 ports/java/eclipse/files/build.properties.in (new)
1.1 +96 -0 ports/java/eclipse/files/packager-packager.properties.in (new)
1.1 +1 -0 ports/java/eclipse/files/packager-packaging.map.in (new)
1.1 +41 -0 ports/java/eclipse/files/packager-packaging.properties (new)
1.1 +38 -0 ports/java/eclipse/files/packager-sdk.product.in (new)
1.2 +1 -1 ports/java/eclipse/files/patch-assemble.org.eclipse.sdk.all.xml
1.1 +21 -0 ports/java/eclipse/files/patch-assemble.org.eclipse.sdk.freebsd.gtk.x86_64.xml (new)
1.7 +1 -1 ports/java/eclipse/files/patch-build
1.2 +0 -10 ports/java/eclipse/files/patch-build.properties (dead)
1.8 +66 -28 ports/java/eclipse/files/patch-build.xml
1.2 +4 -4 ports/java/eclipse/files/patch-features-org.eclipse.cvs-build.xml
1.2 +2 -2 ports/java/eclipse/files/patch-features-org.eclipse.cvs.source-build.xml
1.2 +2 -2 ports/java/eclipse/files/patch-features-org.eclipse.equinox.executable-feature.xml
1.2 +7 -10 ports/java/eclipse/files/patch-features-org.eclipse.equinox.executable-library-gtk-build.sh
1.2 +4 -6 ports/java/eclipse/files/patch-features-org.eclipse.equinox.executable-target.build.properties
1.2 +6 -6 ports/java/eclipse/files/patch-features-org.eclipse.equinox.executable-target.build.xml
1.2 +2 -2 ports/java/eclipse/files/patch-features-org.eclipse.equinox.p2.user.ui-build.xml
1.2 +2 -2 ports/java/eclipse/files/patch-features-org.eclipse.equinox.p2.user.ui.source-build.xml
1.2 +2 -2 ports/java/eclipse/files/patch-features-org.eclipse.help-build.xml
1.2 +2 -2 ports/java/eclipse/files/patch-features-org.eclipse.help.source-build.xml
1.2 +4 -4 ports/java/eclipse/files/patch-features-org.eclipse.jdt-build.xml
1.2 +2 -2 ports/java/eclipse/files/patch-features-org.eclipse.jdt.source-build.xml
1.2 +2 -2 ports/java/eclipse/files/patch-features-org.eclipse.pde-build.xml
1.2 +2 -2 ports/java/eclipse/files/patch-features-org.eclipse.pde.p2-build.xml
1.2 +2 -2 ports/java/eclipse/files/patch-features-org.eclipse.pde.p2.source-build.xml
1.2 +2 -2 ports/java/eclipse/files/patch-features-org.eclipse.pde.source-build.xml
1.2 +5 -7 ports/java/eclipse/files/patch-features-org.eclipse.platform-build.properties
1.2 +28 -27 ports/java/eclipse/files/patch-features-org.eclipse.platform-build.xml
1.2 +17 -7 ports/java/eclipse/files/patch-features-org.eclipse.platform-feature.xml
1.2 +2 -2 ports/java/eclipse/files/patch-features-org.eclipse.platform.source-build.xml
1.2 +6 -6 ports/java/eclipse/files/patch-features-org.eclipse.platform.source-feature.xml
1.2 +4 -6 ports/java/eclipse/files/patch-features-org.eclipse.rcp-build.properties
1.2 +30 -32 ports/java/eclipse/files/patch-features-org.eclipse.rcp-build.xml
1.2 +4 -4 ports/java/eclipse/files/patch-features-org.eclipse.rcp-feature.xml
1.2 +4 -4 ports/java/eclipse/files/patch-features-org.eclipse.rcp.source-build.xml
1.2 +16 -10 ports/java/eclipse/files/patch-features-org.eclipse.rcp.source-feature.xml
1.2 +1 -1 ports/java/eclipse/files/patch-features-org.eclipse.sdk-build.properties
1.2 +4 -4 ports/java/eclipse/files/patch-features-org.eclipse.sdk-build.xml
1.2 +1 -1 ports/java/eclipse/files/patch-package.org.eclipse.sdk.all.xml
1.2 +2 -2 ports/java/eclipse/files/patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml
1.1 +11 -0 ports/java/eclipse/files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-makefile (new)
1.1 +8 -0 ports/java/eclipse/files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-objects.mk (new)
1.1 +11 -0 ports/java/eclipse/files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-subdir.mk (new)
1.1 +11 -0 ports/java/eclipse/files/patch-plugins-org.eclipse.core.net-natives-unix-getproxygnome.c (new)
1.1 +14 -0 ports/java/eclipse/files/patch-plugins-org.eclipse.core.net.freebsd.x86_64-META-INF-MANIFEST.MF (new)
1.1 +153 -0 ports/java/eclipse/files/patch-plugins-org.eclipse.core.net.freebsd.x86_64-build.xml (new)
1.2 +2 -11 ports/java/eclipse/files/patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-runtime-Platform.java
1.2 +0 -10 ports/java/eclipse/files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-launcher-Main.java
1.2 +0 -12 ports/java/eclipse/files/patch-plugins-org.eclipse.frameworkadmin.equinox-src-org-eclipse-equinox-internal-frameworkadmin-equinox-EquinoxBundlesState.java (dead)
1.2 +0 -25 ports/java/eclipse/files/patch-plugins-org.eclipse.osgi-build.xml (dead)
1.2 +1 -1 ports/java/eclipse/files/patch-plugins-org.eclipse.osgi-core-adaptor-org-eclipse-osgi-util-TextProcessor.java
1.2 +4 -24 ports/java/eclipse/files/patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-EclipseEnvironementInfo.java
1.2 +0 -9 ports/java/eclipse/files/patch-plugins-org.eclipse.osgi-supplement-src-org-eclipse-osgi-service-environment-Constants.java
1.1 +23 -0 ports/java/eclipse/files/patch-plugins-org.eclipse.pde.build-build.xml (new)
1.2 +2 -2 ports/java/eclipse/files/patch-plugins-org.eclipse.pde.build-scripts-productBuild-allElements.xml
1.2 +2 -2 ports/java/eclipse/files/patch-plugins-org.eclipse.pde.build-templates-headless-build-build.properties
1.2 +2 -2 ports/java/eclipse/files/patch-plugins-org.eclipse.pde.build-templates-packager-customTargets.xml
1.2 +2 -2 ports/java/eclipse/files/patch-plugins-org.eclipse.pde.build-templates-packager-packager.properties
1.2 +1 -1 ports/java/eclipse/files/patch-plugins-org.eclipse.pde.build-templates-packager-packaging.properties
1.2 +0 -64 ports/java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.amd64-build.xml (dead)
1.2 +0 -11 ports/java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.amd64.source-META-INF-MANIFEST.MF (dead)
1.2 +10 -22 ports/java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml
1.1 +50 -0 ports/java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86_64-build.xml (new)
1.1 +14 -0 ports/java/eclipse/files/patch-plugins-org.eclipse.swt.tools-build.xml (new)
1.1 +16 -0 ports/java/eclipse/files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml (new)
1.1 +11 -0 ports/java/eclipse/files/post-patch-packager-customTargets.xml (new)
1.2 +33 -42 ports/java/eclipse/files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.sh
1.7 +18 -9 ports/java/eclipse/scripts/pre-patch
More information about the cvs-ports
mailing list