mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
. Fix support for xulrunner as the WITH_GECKO option. [1] . Remove mozilla as a WITH_GECKO option. PR: 127353 [1] Submitted by: Stephane Potvin (maintainer)
72 lines
1.8 KiB
XML
72 lines
1.8 KiB
XML
--- features/org.eclipse.rcp/feature.xml.orig 2008-09-26 19:47:12.000000000 -0400
|
|
+++ features/org.eclipse.rcp/feature.xml 2008-09-26 19:46:59.000000000 -0400
|
|
@@ -207,6 +207,17 @@
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
+ id="org.eclipse.swt.gtk.freebsd.x86"
|
|
+ os="freebsd"
|
|
+ ws="gtk"
|
|
+ arch="x86"
|
|
+ download-size="0"
|
|
+ install-size="0"
|
|
+ version="0.0.0"
|
|
+ fragment="true"
|
|
+ unpack="false"/>
|
|
+
|
|
+ <plugin
|
|
id="org.eclipse.swt.gtk.linux.s390"
|
|
os="linux"
|
|
ws="gtk"
|
|
@@ -273,6 +284,17 @@
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
+ id="org.eclipse.swt.gtk.freebsd.amd64"
|
|
+ os="freebsd"
|
|
+ ws="gtk"
|
|
+ arch="amd64"
|
|
+ download-size="0"
|
|
+ install-size="0"
|
|
+ version="0.0.0"
|
|
+ fragment="true"
|
|
+ unpack="false"/>
|
|
+
|
|
+ <plugin
|
|
id="org.eclipse.swt.carbon.macosx"
|
|
os="macosx"
|
|
ws="carbon"
|
|
@@ -448,6 +470,16 @@
|
|
fragment="true"/>
|
|
|
|
<plugin
|
|
+ id="org.eclipse.equinox.launcher.gtk.freebsd.x86"
|
|
+ os="freebsd"
|
|
+ ws="gtk"
|
|
+ arch="x86"
|
|
+ download-size="0"
|
|
+ install-size="0"
|
|
+ version="0.0.0"
|
|
+ fragment="true"/>
|
|
+
|
|
+ <plugin
|
|
id="org.eclipse.equinox.launcher.gtk.linux.s390"
|
|
os="linux"
|
|
ws="gtk"
|
|
@@ -488,6 +520,16 @@
|
|
fragment="true"/>
|
|
|
|
<plugin
|
|
+ id="org.eclipse.equinox.launcher.gtk.freebsd.amd64"
|
|
+ os="freebsd"
|
|
+ ws="gtk"
|
|
+ arch="amd64"
|
|
+ download-size="0"
|
|
+ install-size="0"
|
|
+ version="0.0.0"
|
|
+ fragment="true"/>
|
|
+
|
|
+ <plugin
|
|
id="org.eclipse.equinox.launcher.motif.aix.ppc"
|
|
os="aix"
|
|
ws="motif"
|