diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-08-20 11:27:20 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-08-20 11:27:20 +0000 |
commit | 02d28e745c763f190e0175e5d5324214e9be5e5e (patch) | |
tree | 4813bda770de1525f854b5f9bc490c1125cb349b /java/eclipse/files/patch-eclipse.platform.swt.binaries | |
parent | ftp/curlie: Add a missing runtime dependency (diff) |
java/eclipse: upgrade 4.11 -> 4.12
- Fallback MASTER_SITES, as git.eclipse.org is slow/unreliable.
PR: 239650
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Relnotes: https://www.eclipse.org/eclipseide/2019-06/noteworthy/
Notes
Notes:
svn path=/head/; revision=509422
Diffstat (limited to 'java/eclipse/files/patch-eclipse.platform.swt.binaries')
-rw-r--r-- | java/eclipse/files/patch-eclipse.platform.swt.binaries | 148 |
1 files changed, 4 insertions, 144 deletions
diff --git a/java/eclipse/files/patch-eclipse.platform.swt.binaries b/java/eclipse/files/patch-eclipse.platform.swt.binaries index 13e005e9cbf0..bb8d79f69166 100644 --- a/java/eclipse/files/patch-eclipse.platform.swt.binaries +++ b/java/eclipse/files/patch-eclipse.platform.swt.binaries @@ -83,7 +83,7 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64 Bundle-Vendor: %providerName -Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86_64; singleton:=true +Bundle-SymbolicName: org.eclipse.swt.gtk.freebsd.amd64; singleton:=true - Bundle-Version: 3.110.0.qualifier + Bundle-Version: 3.111.0.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment @@ -26,8 +26,8 @@ @@ -141,7 +141,7 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64 <groupId>org.eclipse.swt</groupId> - <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId> + <artifactId>org.eclipse.swt.gtk.freebsd.amd64</artifactId> - <version>3.110.0-SNAPSHOT</version> + <version>3.111.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> @@ -162,146 +162,6 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64 </property> </activation> <build> -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/META-INF/MANIFEST.MF eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/META-INF/MANIFEST.MF ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 -@@ -2,7 +2,7 @@ - Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" - Bundle-Name: %fragmentName - Bundle-Vendor: %providerName --Bundle-SymbolicName: org.eclipse.swt.gtk.linux.arm; singleton:=true -+Bundle-SymbolicName: org.eclipse.swt.gtk.freebsd.armv7; singleton:=true - Bundle-Version: 3.109.0.qualifier - Bundle-ManifestVersion: 2 - Bundle-Localization: fragment -@@ -26,8 +26,8 @@ - org.eclipse.swt.internal.cairo; x-internal:=true, - org.eclipse.swt.internal.gtk; x-internal:=true, - org.eclipse.swt.internal.opengl.glx; x-internal:=true --Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=arm)) -+Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=freebsd) (osgi.arch=armv7)) - SWT-WS: gtk --SWT-OS: linux --SWT-Arch: arm --Automatic-Module-Name: org.eclipse.swt.gtk.linux.arm -+SWT-OS: freebsd -+SWT-Arch: armv7 -+Automatic-Module-Name: org.eclipse.swt.gtk.freebsd.armv7 -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/build.xml eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/build.xml ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/build.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/build.xml 0000-00-00 00:00:00.000000000 +0000 -@@ -1,9 +1,9 @@ - <?xml version="1.0" encoding="UTF-8"?> --<project name="org.eclipse.swt.gtk.linux.arm" default="build.jars" basedir="."> -+<project name="org.eclipse.swt.gtk.freebsd.armv7" default="build.jars" basedir="."> - - <property name="swt.ws" value="gtk" /> -- <property name="swt.os" value="linux" /> -- <property name="swt.arch" value="arm" /> -+ <property name="swt.os" value="freebsd" /> -+ <property name="swt.arch" value="armv7" /> - <property name="targets" value="install"/> - - <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/pom.xml eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/pom.xml ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.armv7/pom.xml 0000-00-00 00:00:00.000000000 +0000 -@@ -20,14 +20,14 @@ - <relativePath>../binaries-parent/</relativePath> - </parent> - <groupId>org.eclipse.swt</groupId> -- <artifactId>org.eclipse.swt.gtk.linux.arm</artifactId> -+ <artifactId>org.eclipse.swt.gtk.freebsd.armv7</artifactId> - <version>3.109.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> - - <properties> -- <os>linux</os> -+ <os>freebsd</os> - <ws>gtk</ws> -- <arch>arm</arch> -+ <arch>armv7</arch> - <buildid>${buildId}</buildid> - </properties> - -@@ -61,7 +61,7 @@ - <property> - <!-- This has to be hardcoded. Profiles are not allowed to use pom defined properties :-( --> - <name>native</name> -- <value>gtk.linux.arm</value> -+ <value>gtk.freebsd.armv7</value> - </property> - </activation> - <build> -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/META-INF/MANIFEST.MF eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/META-INF/MANIFEST.MF ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 -@@ -2,7 +2,7 @@ - Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" - Bundle-Name: %fragmentName - Bundle-Vendor: %providerName --Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86; singleton:=true -+Bundle-SymbolicName: org.eclipse.swt.gtk.freebsd.i386; singleton:=true - Bundle-Version: 3.109.0.qualifier - Bundle-ManifestVersion: 2 - Bundle-Localization: fragment -@@ -26,7 +26,7 @@ - org.eclipse.swt.internal.cairo; x-internal:=true, - org.eclipse.swt.internal.gtk; x-internal:=true, - org.eclipse.swt.internal.opengl.glx; x-internal:=true --Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86)) -+Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=freebsd) (osgi.arch=i386)) - SWT-WS: gtk --SWT-OS: linux --SWT-Arch: x86 -+SWT-OS: freebsd -+SWT-Arch: i386 -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/build.xml eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/build.xml ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/build.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/build.xml 0000-00-00 00:00:00.000000000 +0000 -@@ -1,9 +1,9 @@ - <?xml version="1.0" encoding="UTF-8"?> --<project name="org.eclipse.swt.gtk.linux.x86" default="build.jars" basedir="."> -+<project name="org.eclipse.swt.gtk.freebsd.i386" default="build.jars" basedir="."> - - <property name="swt.ws" value="gtk" /> -- <property name="swt.os" value="linux" /> -- <property name="swt.arch" value="x86" /> -+ <property name="swt.os" value="freebsd" /> -+ <property name="swt.arch" value="i386" /> - <property name="targets" value="install"/> - - <!-- These properties are used by eclipse when exporting as Deployable plugin and fragments --> -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/pom.xml eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/pom.xml ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.i386/pom.xml 0000-00-00 00:00:00.000000000 +0000 -@@ -20,14 +20,14 @@ - <relativePath>../binaries-parent/</relativePath> - </parent> - <groupId>org.eclipse.swt</groupId> -- <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId> -+ <artifactId>org.eclipse.swt.gtk.freebsd.i386</artifactId> - <version>3.109.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> - - <properties> -- <os>linux</os> -+ <os>freebsd</os> - <ws>gtk</ws> -- <arch>x86</arch> -+ <arch>i386</arch> - <buildid>${buildId}</buildid> - </properties> - -@@ -61,7 +61,7 @@ - <property> - <!-- This has to be hardcoded. Profiles are not allowed to use pom defined properties :-( --> - <name>native</name> -- <value>gtk.linux.x86</value> -+ <value>gtk.freebsd.i386</value> - </property> - </activation> - <build> diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF --- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 +++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 @@ -311,7 +171,7 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.power Bundle-Vendor: %providerName -Bundle-SymbolicName: org.eclipse.swt.gtk.linux.ppc64le;singleton:=true +Bundle-SymbolicName: org.eclipse.swt.gtk.freebsd.powerpc64;singleton:=true - Bundle-Version: 3.110.0.qualifier + Bundle-Version: 3.111.0.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: fragment @@ -26,8 +26,8 @@ @@ -352,7 +212,7 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.power <groupId>org.eclipse.swt</groupId> - <artifactId>org.eclipse.swt.gtk.linux.ppc64le</artifactId> + <artifactId>org.eclipse.swt.gtk.freebsd.powerpc64</artifactId> - <version>3.110.0-SNAPSHOT</version> + <version>3.111.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> |