- update to 3.2.1

- incorporate patches to allow building with newer gecko from
http://overlays.gentoo.org/proj/java/browser/other/eclipse-patches/3.2.1/.
however still building/depending on www/mozilla since we don't have a
-devel firefox package yet. Also use NS_InitXPCOM2 instead of NS_InitXPCOM3
since exists in both the suite and firefox.
- restructure sub-packages for standalone swt installs. people using
eclipse-gnome and/or eclipse-mozilla will need to manually pkg_delete /
pkg_add due to the restructure.
tested by ian@, jolan@ and some input steven@
This commit is contained in:
kurt 2006-12-13 20:57:16 +00:00
parent 20b177e323
commit 228bcca98c
37 changed files with 2099 additions and 1603 deletions

View File

@ -1,25 +1,27 @@
# $OpenBSD: Makefile,v 1.25 2006/11/28 21:20:16 kurt Exp $
# $OpenBSD: Makefile,v 1.26 2006/12/13 20:57:16 kurt Exp $
ONLY_FOR_ARCHS= amd64 i386
COMMENT-main= "general-purpose, extensible IDE for Java & other langs"
COMMENT-gnome= "gnome integration library for eclipse"
COMMENT-mozilla= "mozilla integration library for eclipse HTML Browser Widget"
COMMENT-swt= "widget toolkit for Java"
COMMENT-gnome= "gnome integration library for swt/eclipse"
COMMENT-browser= "HTML Browser Widget library for swt/eclipse"
ECLIPSE_VER= 3.2
ECLIPSE_VER= 3.2.1
DISTNAME= eclipse-sourceBuild-srcIncluded-${ECLIPSE_VER}
PKGNAME-main= eclipse-sdk-${ECLIPSE_VER}p5
PKGNAME-gnome= eclipse-sdk-gnome-${ECLIPSE_VER}p5
PKGNAME-mozilla= eclipse-sdk-mozilla-${ECLIPSE_VER}p5
SHARED_LIBS= swt-atk-gtk-3232 3.0 \
swt-cde-gtk-3232 3.0 \
swt-awt-gtk-3232 3.0 \
swt-gtk-3232 3.0 \
swt-pi-gtk-3232 3.0 \
swt-cairo-gtk-3232 3.0 \
swt-gnome-gtk-3232 3.0 \
swt-mozilla-gtk-3232 3.0 \
swt-glx-gtk-3232 3.0
PKGNAME= eclipse-sdk-${ECLIPSE_VER}
PKGNAME-main= eclipse-sdk-${ECLIPSE_VER}
PKGNAME-swt= swt-${ECLIPSE_VER}
PKGNAME-gnome= swt-gnome-${ECLIPSE_VER}
PKGNAME-browser= swt-browser-${ECLIPSE_VER}
SHARED_LIBS= swt-atk-gtk-3235 4.0 \
swt-awt-gtk-3235 4.0 \
swt-gtk-3235 4.0 \
swt-pi-gtk-3235 4.0 \
swt-cairo-gtk-3235 4.0 \
swt-gnome-gtk-3235 4.0 \
swt-mozilla-gtk-3235 4.0 \
swt-glx-gtk-3235 4.0
CATEGORIES= devel/eclipse java
@ -46,7 +48,7 @@ MASTER_SITE_ECLIPSE+= \
http://mirror.pacific.net.au/eclipse/eclipse/downloads/drops/ \
http://download2.eclipse.org/eclipse/downloads/drops/
MASTER_SITES= ${MASTER_SITE_ECLIPSE:=R-3.2-200606291905/}
MASTER_SITES= ${MASTER_SITE_ECLIPSE:=R-3.2.1-200609210945/}
EXTRACT_SUFX= .zip
VMEM_WARNING= Yes
@ -61,27 +63,31 @@ BUILD_DEPENDS= :mozilla-devel->=1.7.13p2:www/mozilla,-devel \
USE_GMAKE= Yes
USE_X11= Yes
MULTI_PACKAGES= -main -gnome -mozilla
MULTI_PACKAGES= -main -swt -gnome -browser
RUN_DEPENDS-main= ::java/javaPathHelper \
${MODJAVA_RUN_DEPENDS}
${MODJAVA_RUN_DEPENDS} \
:${PKGNAME-swt}:devel/eclipse/sdk,-swt
LIB_DEPENDS-main= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
WANTLIB-main= GL GLU X11 Xtst c m fontconfig \
WANTLIB-main= X11 m c fontconfig \
freetype atk-1.0 glib-2.0 gmodule-2.0 \
gobject-2.0 gthread-2.0 iconv intl \
gobject-2.0 iconv intl \
pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo
RUN_DEPENDS-gnome= :${PKGNAME-main}:devel/eclipse/sdk
LIB_DEPENDS-swt= gtk-x11-2.0::x11/gtk+2
WANTLIB-swt= GL GLU Xtst m atk-1.0 cairo gthread-2.0
RUN_DEPENDS-gnome= :${PKGNAME-swt}:devel/eclipse/sdk,-swt
LIB_DEPENDS-gnome= gnomeui-2::x11/gnome/libgnomeui
WANTLIB-gnome= gnome-2 gnomevfs-2
RUN_DEPENDS-mozilla= :${PKGNAME-main}:devel/eclipse/sdk
LIB_DEPENDS-mozilla= mozilla/gtkembedmoz,mozilla/xpcom:mozilla->=1.7.13p2:www/mozilla
WANTLIB-mozilla= c nspr4 plc4 plds4
RUN_DEPENDS-browser= :${PKGNAME-swt}:devel/eclipse/sdk,-swt
LIB_DEPENDS-browser= mozilla/gtkembedmoz,mozilla/xpcom:mozilla->=1.7.13p2:www/mozilla
WANTLIB-browser= c nspr4 plc4 plds4
MOZILLA_HOME= ${LOCALBASE}/mozilla
ECLIPSE_WS= gtk
ECLIPSE_BUILD= 3232
ECLIPSE_BUILD= 3235
ECLIPSE_OS= openbsd
.if ${MACHINE_ARCH} == "i386"
ECLIPSE_ARCH= x86
@ -96,15 +102,14 @@ MAKE_ENV= ECLIPSE_BUILD=${ECLIPSE_BUILD} \
JAVA_HOME=${JAVA_HOME} \
MOZILLA_HOME=${MOZILLA_HOME} \
CC="${CC}" CXX="${CXX}" \
LIBswt_atk_gtk_VERSION=${LIBswt-atk-gtk-3232_VERSION} \
LIBswt_cdt_gtk_VERSION=${LIBswt-cdt-gtk-3232_VERSION} \
LIBswt_awt_gtk_VERSION=${LIBswt-awt-gtk-3232_VERSION} \
LIBswt_gtk_VERSION=${LIBswt-gtk-3232_VERSION} \
LIBswt_pi_gtk_VERSION=${LIBswt-pi-gtk-3232_VERSION} \
LIBswt_cairo_gtk_VERSION=${LIBswt-cairo-gtk-3232_VERSION} \
LIBswt_gnome_gtk_VERSION=${LIBswt-gnome-gtk-3232_VERSION} \
LIBswt_mozilla_gtk_VERSION=${LIBswt-mozilla-gtk-3232_VERSION} \
LIBswt_glx_gtk_VERSION=${LIBswt-glx-gtk-3232_VERSION}
LIBswt_atk_gtk_VERSION=${LIBswt-atk-gtk-3235_VERSION} \
LIBswt_awt_gtk_VERSION=${LIBswt-awt-gtk-3235_VERSION} \
LIBswt_gtk_VERSION=${LIBswt-gtk-3235_VERSION} \
LIBswt_pi_gtk_VERSION=${LIBswt-pi-gtk-3235_VERSION} \
LIBswt_cairo_gtk_VERSION=${LIBswt-cairo-gtk-3235_VERSION} \
LIBswt_gnome_gtk_VERSION=${LIBswt-gnome-gtk-3235_VERSION} \
LIBswt_mozilla_gtk_VERSION=${LIBswt-mozilla-gtk-3235_VERSION} \
LIBswt_glx_gtk_VERSION=${LIBswt-glx-gtk-3235_VERSION}
FAKE_FLAGS= ${MAKE_ENV}
@ -124,13 +129,17 @@ do-build:
./build -os ${ECLIPSE_OS} -ws ${ECLIPSE_WS} -arch ${ECLIPSE_ARCH} -java5home ${JAVA_HOME} -compilelibs
do-install:
@tar xzf ${WRKBUILD}/result/${ECLIPSE_OS}-${ECLIPSE_WS}-${ECLIPSE_ARCH}-sdk.tar.gz \
@tar xzf ${WRKBUILD}/result/openbsd-gtk-${ECLIPSE_ARCH}-sdk.tar.gz \
-C ${PREFIX}
@sed -e "s+%%ECLIPSE_HOME%%+${TRUEPREFIX}/eclipse+g" \
-e "s+%%MOZILLA_FIVE_HOME%%+${TRUEPREFIX}/mozilla+g" \
${WRKBUILD}/eclipse.in > ${WRKBUILD}/eclipse.tmp
${INSTALL_SCRIPT} ${WRKBUILD}/eclipse.tmp $(PREFIX)/bin/eclipse
${INSTALL_SCRIPT} ${WRKBUILD}/eclipse.tmp ${PREFIX}/bin/eclipse
${INSTALL_PROGRAM} ${WRKBUILD}/launchertmp/eclipse ${PREFIX}/eclipse/eclipse
${INSTALL_DATA} ${WRKBUILD}/plugins/org.eclipse.swt.gtk.openbsd.${ECLIPSE_ARCH}/libswt-*.so.* ${PREFIX}/lib
${INSTALL_DATA} ${WRKBUILD}/plugins/org.eclipse.swt.gtk.openbsd.${ECLIPSE_ARCH}/libswt-*.so.* \
${PREFIX}/lib/
${INSTALL_DATA_DIR} ${PREFIX}/share/java/classes/
${INSTALL_DATA} ${WRKBUILD}/eclipse/plugins/org.eclipse.swt.gtk.openbsd.${ECLIPSE_ARCH}_${ECLIPSE_VER}.v${ECLIPSE_BUILD}.jar \
${PREFIX}/share/java/classes/swt.jar
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
MD5 (eclipse-sourceBuild-srcIncluded-3.2.zip) = 67b41802092d4b2f779fb756dcaec85c
RMD160 (eclipse-sourceBuild-srcIncluded-3.2.zip) = eadb8c5dde4ebe8b134fb35e6c42d08f52c145a7
SHA1 (eclipse-sourceBuild-srcIncluded-3.2.zip) = 29ad412bd2778423e77337c034ad0382f9da172a
SIZE (eclipse-sourceBuild-srcIncluded-3.2.zip) = 82018640
MD5 (eclipse-sourceBuild-srcIncluded-3.2.1.zip) = 0fe89e9c7cf07a56c4fe8e2d7f5a394b
RMD160 (eclipse-sourceBuild-srcIncluded-3.2.1.zip) = 9648176b79adac7217371e5b8dee7aeb4cd458db
SHA1 (eclipse-sourceBuild-srcIncluded-3.2.1.zip) = a27bae4ff9f866a1fab995eae2da00ab2be5e840
SIZE (eclipse-sourceBuild-srcIncluded-3.2.1.zip) = 82433420

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-features_org_eclipse_platform_build_xml,v 1.4 2006/07/07 01:48:55 kurt Exp $
--- features/org.eclipse.platform/build.xml.orig Thu Jun 29 19:20:53 2006
+++ features/org.eclipse.platform/build.xml Sat Jul 1 13:23:41 2006
$OpenBSD: patch-features_org_eclipse_platform_build_xml,v 1.5 2006/12/13 20:57:16 kurt Exp $
--- features/org.eclipse.platform/build.xml.orig Thu Sep 21 10:55:42 2006
+++ features/org.eclipse.platform/build.xml Mon Dec 4 21:28:55 2006
@@ -27,6 +27,11 @@
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
@ -31,11 +31,11 @@ $OpenBSD: patch-features_org_eclipse_platform_build_xml,v 1.4 2006/07/07 01:48:5
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
@@ -391,7 +406,7 @@
<copy todir="${feature.base}/features/org.eclipse.platform_3.2.0.v20060609m-BBt47n6hlEUsvBO" failonerror="true" overwrite="false">
<copy todir="${feature.base}/features/org.eclipse.platform_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" failonerror="true" overwrite="false">
<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html" />
</copy>
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.2.0.v20060609m-BBt47n6hlEUsvBO/feature.xml" selfVersion="3.2.0.v20060609m-BBt47n6hlEUsvBO" featureIds="org.eclipse.rcp,3.2.0.v20060609m-Swbi2VrNoh-MeGG," pluginIds="com.jcraft.jsch,0.1.28,org.apache.ant,1.6.5,org.apache.lucene,1.4.103.v20060601,org.eclipse.ant.core,3.1.100.v20060531,org.eclipse.compare,3.2.0.v20060605,org.eclipse.core.boot,3.1.100.v20060603,org.eclipse.core.filebuffers,3.2.0.v20060605-1400,org.eclipse.core.filesystem,1.0.0.v20060603,org.eclipse.core.resources,3.2.0.v20060603,org.eclipse.core.resources.compatibility,3.2.0.v20060603,org.eclipse.core.runtime.compatibility,3.1.100.v20060603,org.eclipse.osgi.services,3.1.100.v20060601,org.eclipse.osgi.util,3.1.100.v20060601,org.eclipse.core.variables,3.1.100.v20060605,org.eclipse.debug.core,3.2.0.v20060605,org.eclipse.debug.ui,3.2.0.v20060605,org.eclipse.help.webapp,3.2.0.v20060602,org.eclipse.help.base,3.2.0.v20060601,org.eclipse.help.ui,3.2.0.v20060602,org.eclipse.help.appserver,3.1.100.v20060602,org.eclipse.ltk.core.refactoring,3.2.0.v20060605-1400,org.eclipse.ltk.ui.refactoring,3.2.0.v20060605-1400,org.eclipse.platform,3.2.0.v20060601,org.eclipse.platform.doc.user,3.2.0.v20060605,org.eclipse.search,3.2.0.v20060605-1400,org.eclipse.team.core,3.2.0.I200606051140,org.eclipse.team.cvs.core,3.2.0.M20060628,org.eclipse.team.cvs.ssh,3.2.0.I200606011710,org.eclipse.team.cvs.ssh2,3.2.0.I200606051140,org.eclipse.team.cvs.ui,3.2.0.I200606051140,org.eclipse.team.ui,3.2.0.I200606051140,org.eclipse.tomcat,4.1.130.v20060601,org.eclipse.text,3.2.0.v20060605-1400,org.eclipse.jface.text,3.2.0.v20060605-1400,org.eclipse.ui.console,3.1.100.v20060605,org.eclipse.ui.presentations.r21,3.2.0.I20060605-1400,org.eclipse.ui.intro,3.2.0.v20060601,org.eclipse.ui.intro.universal,3.2.0.v20060602,org.eclipse.ui.cheatsheets,3.2.0.v20060602,org.eclipse.ui.browser,3.2.0.v20060602,org.eclipse.ui.navigator,3.2.0.I20060605-1400,org.eclipse.ui.navigator.resources,3.2.0.I20060605-1400,org.eclipse.ui.workbench.texteditor,3.2.0.v20060605-1400,org.eclipse.ui.views,3.2.0.I20060605-1400,org.eclipse.ui.editors,3.2.0.v20060605-1400,org.eclipse.ui.forms,3.2.0.v20060602,org.eclipse.ui.externaltools,3.1.100.v20060605,org.eclipse.ui.ide,3.2.0.I20060605-1400,org.eclipse.update.core,3.2.0.v20060605,org.eclipse.update.scheduler,3.2.0.v20060605,org.eclipse.update.ui,3.2.0.v20060605,org.eclipse.ui.workbench.compatibility,3.2.0.I20060605-1400,org.eclipse.core.filesystem.hpux.ia64_32,1.0.0.v20060603,org.eclipse.core.filesystem.hpux.PA_RISC,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86_64,1.0.0.v20060603,org.eclipse.core.filesystem.macosx,1.0.0.v20060603,org.eclipse.core.filesystem.qnx.x86,1.0.0.v20060603,org.eclipse.core.filesystem.win32.x86,1.0.0.v20060603,org.eclipse.core.resources.win32,3.2.0.v20060603,org.eclipse.ui.carbon,3.2.0.I20060605-1400,org.eclipse.ui.win32,3.2.0.I20060605-1400,org.eclipse.update.core.linux,3.2.0.v20060605,org.eclipse.update.core.win32,3.2.0.v20060605,org.eclipse.ui.views.properties.tabbed,3.2.0.I20060605-1400,org.eclipse.core.runtime.compatibility.registry,3.2.0.v20060603,"/>
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.2.0.v20060609m-BBt47n6hlEUsvBO/feature.xml" selfVersion="3.2.0.v20060609m-BBt47n6hlEUsvBO" featureIds="org.eclipse.rcp,3.2.0.v20060609m-Swbi2VrNoh-MeGG," pluginIds="com.jcraft.jsch,0.1.28,org.apache.ant,1.6.5,org.apache.lucene,1.4.103.v20060601,org.eclipse.ant.core,3.1.100.v20060531,org.eclipse.compare,3.2.0.v20060605,org.eclipse.core.boot,3.1.100.v20060603,org.eclipse.core.filebuffers,3.2.0.v20060605-1400,org.eclipse.core.filesystem,1.0.0.v20060603,org.eclipse.core.resources,3.2.0.v20060603,org.eclipse.core.resources.compatibility,3.2.0.v20060603,org.eclipse.core.runtime.compatibility,3.1.100.v20060603,org.eclipse.osgi.services,3.1.100.v20060601,org.eclipse.osgi.util,3.1.100.v20060601,org.eclipse.core.variables,3.1.100.v20060605,org.eclipse.debug.core,3.2.0.v20060605,org.eclipse.debug.ui,3.2.0.v20060605,org.eclipse.help.webapp,3.2.0.v20060602,org.eclipse.help.base,3.2.0.v20060601,org.eclipse.help.ui,3.2.0.v20060602,org.eclipse.help.appserver,3.1.100.v20060602,org.eclipse.ltk.core.refactoring,3.2.0.v20060605-1400,org.eclipse.ltk.ui.refactoring,3.2.0.v20060605-1400,org.eclipse.platform,3.2.0.v20060601,org.eclipse.platform.doc.user,3.2.0.v20060605,org.eclipse.search,3.2.0.v20060605-1400,org.eclipse.team.core,3.2.0.I200606051140,org.eclipse.team.cvs.core,3.2.0.M20060628,org.eclipse.team.cvs.ssh,3.2.0.I200606011710,org.eclipse.team.cvs.ssh2,3.2.0.I200606051140,org.eclipse.team.cvs.ui,3.2.0.I200606051140,org.eclipse.team.ui,3.2.0.I200606051140,org.eclipse.tomcat,4.1.130.v20060601,org.eclipse.text,3.2.0.v20060605-1400,org.eclipse.jface.text,3.2.0.v20060605-1400,org.eclipse.ui.console,3.1.100.v20060605,org.eclipse.ui.presentations.r21,3.2.0.I20060605-1400,org.eclipse.ui.intro,3.2.0.v20060601,org.eclipse.ui.intro.universal,3.2.0.v20060602,org.eclipse.ui.cheatsheets,3.2.0.v20060602,org.eclipse.ui.browser,3.2.0.v20060602,org.eclipse.ui.navigator,3.2.0.I20060605-1400,org.eclipse.ui.navigator.resources,3.2.0.I20060605-1400,org.eclipse.ui.workbench.texteditor,3.2.0.v20060605-1400,org.eclipse.ui.views,3.2.0.I20060605-1400,org.eclipse.ui.editors,3.2.0.v20060605-1400,org.eclipse.ui.forms,3.2.0.v20060602,org.eclipse.ui.externaltools,3.1.100.v20060605,org.eclipse.ui.ide,3.2.0.I20060605-1400,org.eclipse.update.core,3.2.0.v20060605,org.eclipse.update.scheduler,3.2.0.v20060605,org.eclipse.update.ui,3.2.0.v20060605,org.eclipse.ui.workbench.compatibility,3.2.0.I20060605-1400,org.eclipse.core.filesystem.hpux.ia64_32,1.0.0.v20060603,org.eclipse.core.filesystem.hpux.PA_RISC,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86_64,1.0.0.v20060603,org.eclipse.core.filesystem.macosx,1.0.0.v20060603,org.eclipse.core.filesystem.qnx.x86,1.0.0.v20060603,org.eclipse.core.filesystem.win32.x86,1.0.0.v20060603,org.eclipse.core.resources.win32,3.2.0.v20060603,org.eclipse.ui.carbon,3.2.0.I20060605-1400,org.eclipse.ui.win32,3.2.0.I20060605-1400,org.eclipse.update.core.linux,3.2.0.v20060605,org.eclipse.update.core.win32,3.2.0.v20060605,org.eclipse.ui.views.properties.tabbed,3.2.0.I20060605-1400,org.eclipse.core.runtime.compatibility.registry,3.2.0.v20060603,org.eclipse.core.filesystem.openbsd.x86,1.0.0.v20060603,org.eclipse.core.filesystem.openbsd.x86_64,1.0.0.v20060603,"/>
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn/feature.xml" selfVersion="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" featureIds="org.eclipse.rcp,3.2.1.r321_v20060801-clWbqCmjexIWDqg," pluginIds="com.jcraft.jsch,0.1.28,org.apache.ant,1.6.5,org.apache.lucene,1.4.103.v20060601,org.eclipse.ant.core,3.1.100.v20060531,org.eclipse.compare,3.2.1.M20060711,org.eclipse.core.boot,3.1.100.v20060603,org.eclipse.core.filebuffers,3.2.1.r321_v20060721,org.eclipse.core.filesystem,1.0.0.v20060603,org.eclipse.core.resources,3.2.1.R32x_v20060914,org.eclipse.core.resources.compatibility,3.2.0.v20060603,org.eclipse.core.runtime.compatibility,3.1.100.v20060603,org.eclipse.osgi.services,3.1.100.v20060601,org.eclipse.osgi.util,3.1.100.v20060601,org.eclipse.core.variables,3.1.100.v20060605,org.eclipse.debug.core,3.2.1.v20060823,org.eclipse.debug.ui,3.2.1.v20060823,org.eclipse.help.webapp,3.2.1.R321_v20060803,org.eclipse.help.base,3.2.1.R321_v20060822,org.eclipse.help.ui,3.2.0.v20060602,org.eclipse.help.appserver,3.1.100.v20060602,org.eclipse.ltk.core.refactoring,3.2.1.r321_v20060823,org.eclipse.ltk.ui.refactoring,3.2.1.r321_v20060726,org.eclipse.platform,3.2.0.v20060601,org.eclipse.platform.doc.user,3.2.1.R32x_v200608101155,org.eclipse.search,3.2.1.r321_v20060726,org.eclipse.team.core,3.2.1.M20060711,org.eclipse.team.cvs.core,3.2.1.M200608161750,org.eclipse.team.cvs.ssh,3.2.0.I200606011710,org.eclipse.team.cvs.ssh2,3.2.0.I200606051140,org.eclipse.team.cvs.ui,3.2.1.M20060831,org.eclipse.team.ui,3.2.1.M200608151725,org.eclipse.tomcat,4.1.130.v20060601,org.eclipse.text,3.2.0.v20060605-1400,org.eclipse.jface.text,3.2.1.r321_v20060810,org.eclipse.ui.console,3.1.100.v20060605,org.eclipse.ui.presentations.r21,3.2.0.I20060605-1400,org.eclipse.ui.intro,3.2.1.R321_v20060810,org.eclipse.ui.intro.universal,3.2.1.R321_v20060905,org.eclipse.ui.cheatsheets,3.2.1.R321_v20060720,org.eclipse.ui.browser,3.2.0.v20060602,org.eclipse.ui.navigator,3.2.1.M20060913-0800,org.eclipse.ui.navigator.resources,3.2.1.M20060906-0800b,org.eclipse.ui.workbench.texteditor,3.2.0.v20060605-1400,org.eclipse.ui.views,3.2.1.M20060906-0800,org.eclipse.ui.editors,3.2.1.r321_v20060721,org.eclipse.ui.forms,3.2.0.v20060602,org.eclipse.ui.externaltools,3.1.101.r321_v20060802,org.eclipse.ui.ide,3.2.1.M20060915-1030,org.eclipse.update.core,3.2.1.v20092006,org.eclipse.update.scheduler,3.2.1.v20092006,org.eclipse.update.ui,3.2.1.v20092006,org.eclipse.ui.workbench.compatibility,3.2.0.I20060605-1400,org.eclipse.core.filesystem.hpux.ia64_32,1.0.0.v20060603,org.eclipse.core.filesystem.hpux.PA_RISC,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86_64,1.0.0.v20060603,org.eclipse.core.filesystem.macosx,1.0.0.v20060603,org.eclipse.core.filesystem.qnx.x86,1.0.0.v20060603,org.eclipse.core.filesystem.win32.x86,1.0.0.v20060603,org.eclipse.core.resources.win32,3.2.0.v20060603,org.eclipse.ui.carbon,3.2.0.I20060605-1400,org.eclipse.ui.win32,3.2.0.I20060605-1400,org.eclipse.update.core.linux,3.2.0.v20060605,org.eclipse.update.core.win32,3.2.1.v20092006,org.eclipse.ui.views.properties.tabbed,3.2.1.M20060830-0800,org.eclipse.core.runtime.compatibility.registry,3.2.1.R32x_v20060907,"/>
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn/feature.xml" selfVersion="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" featureIds="org.eclipse.rcp,3.2.1.r321_v20060801-clWbqCmjexIWDqg," pluginIds="com.jcraft.jsch,0.1.28,org.apache.ant,1.6.5,org.apache.lucene,1.4.103.v20060601,org.eclipse.ant.core,3.1.100.v20060531,org.eclipse.compare,3.2.1.M20060711,org.eclipse.core.boot,3.1.100.v20060603,org.eclipse.core.filebuffers,3.2.1.r321_v20060721,org.eclipse.core.filesystem,1.0.0.v20060603,org.eclipse.core.resources,3.2.1.R32x_v20060914,org.eclipse.core.resources.compatibility,3.2.0.v20060603,org.eclipse.core.runtime.compatibility,3.1.100.v20060603,org.eclipse.osgi.services,3.1.100.v20060601,org.eclipse.osgi.util,3.1.100.v20060601,org.eclipse.core.variables,3.1.100.v20060605,org.eclipse.debug.core,3.2.1.v20060823,org.eclipse.debug.ui,3.2.1.v20060823,org.eclipse.help.webapp,3.2.1.R321_v20060803,org.eclipse.help.base,3.2.1.R321_v20060822,org.eclipse.help.ui,3.2.0.v20060602,org.eclipse.help.appserver,3.1.100.v20060602,org.eclipse.ltk.core.refactoring,3.2.1.r321_v20060823,org.eclipse.ltk.ui.refactoring,3.2.1.r321_v20060726,org.eclipse.platform,3.2.0.v20060601,org.eclipse.platform.doc.user,3.2.1.R32x_v200608101155,org.eclipse.search,3.2.1.r321_v20060726,org.eclipse.team.core,3.2.1.M20060711,org.eclipse.team.cvs.core,3.2.1.M200608161750,org.eclipse.team.cvs.ssh,3.2.0.I200606011710,org.eclipse.team.cvs.ssh2,3.2.0.I200606051140,org.eclipse.team.cvs.ui,3.2.1.M20060831,org.eclipse.team.ui,3.2.1.M200608151725,org.eclipse.tomcat,4.1.130.v20060601,org.eclipse.text,3.2.0.v20060605-1400,org.eclipse.jface.text,3.2.1.r321_v20060810,org.eclipse.ui.console,3.1.100.v20060605,org.eclipse.ui.presentations.r21,3.2.0.I20060605-1400,org.eclipse.ui.intro,3.2.1.R321_v20060810,org.eclipse.ui.intro.universal,3.2.1.R321_v20060905,org.eclipse.ui.cheatsheets,3.2.1.R321_v20060720,org.eclipse.ui.browser,3.2.0.v20060602,org.eclipse.ui.navigator,3.2.1.M20060913-0800,org.eclipse.ui.navigator.resources,3.2.1.M20060906-0800b,org.eclipse.ui.workbench.texteditor,3.2.0.v20060605-1400,org.eclipse.ui.views,3.2.1.M20060906-0800,org.eclipse.ui.editors,3.2.1.r321_v20060721,org.eclipse.ui.forms,3.2.0.v20060602,org.eclipse.ui.externaltools,3.1.101.r321_v20060802,org.eclipse.ui.ide,3.2.1.M20060915-1030,org.eclipse.update.core,3.2.1.v20092006,org.eclipse.update.scheduler,3.2.1.v20092006,org.eclipse.update.ui,3.2.1.v20092006,org.eclipse.ui.workbench.compatibility,3.2.0.I20060605-1400,org.eclipse.core.filesystem.hpux.ia64_32,1.0.0.v20060603,org.eclipse.core.filesystem.hpux.PA_RISC,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86_64,1.0.0.v20060603,org.eclipse.core.filesystem.macosx,1.0.0.v20060603,org.eclipse.core.filesystem.qnx.x86,1.0.0.v20060603,org.eclipse.core.filesystem.win32.x86,1.0.0.v20060603,org.eclipse.core.resources.win32,3.2.0.v20060603,org.eclipse.ui.carbon,3.2.0.I20060605-1400,org.eclipse.ui.win32,3.2.0.I20060605-1400,org.eclipse.update.core.linux,3.2.0.v20060605,org.eclipse.update.core.win32,3.2.1.v20092006,org.eclipse.ui.views.properties.tabbed,3.2.1.M20060830-0800,org.eclipse.core.runtime.compatibility.registry,3.2.1.R32x_v20060907,org.eclipse.core.filesystem.openbsd.x86,1.0.0.v20060603,org.eclipse.core.filesystem.openbsd.x86_64,1.0.0.v20060603,"/>
<antcall target="rootFiles${os}_${ws}_${arch}"/>
</target>
<target name="rootFileswin32_win32_x86">

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-features_org_eclipse_platform_launchers_library_eclipseMozilla_c,v 1.1 2006/07/07 01:48:55 kurt Exp $
--- features/org.eclipse.platform.launchers/library/eclipseMozilla.c.orig Tue Jun 20 11:12:30 2006
+++ features/org.eclipse.platform.launchers/library/eclipseMozilla.c Tue Jun 20 11:15:21 2006
$OpenBSD: patch-features_org_eclipse_platform_launchers_library_eclipseMozilla_c,v 1.2 2006/12/13 20:57:16 kurt Exp $
--- features/org.eclipse.platform.launchers/library/eclipseMozilla.c.orig Thu Sep 21 10:57:20 2006
+++ features/org.eclipse.platform.launchers/library/eclipseMozilla.c Mon Dec 4 21:13:15 2006
@@ -24,7 +24,7 @@
/* Filter function used by fixEnvForMozilla() for finding directories
* with a desired prefix.
@ -9,4 +9,4 @@ $OpenBSD: patch-features_org_eclipse_platform_launchers_library_eclipseMozilla_c
+int filter(struct dirent *dir)
{
char* prefixes[] = {
"mozilla-",
"xulrunner-",

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-features_org_eclipse_platform_source_build_xml,v 1.4 2006/07/07 01:48:55 kurt Exp $
--- features/org.eclipse.platform.source/build.xml.orig Thu Jun 29 19:20:53 2006
+++ features/org.eclipse.platform.source/build.xml Sat Jul 1 13:20:04 2006
$OpenBSD: patch-features_org_eclipse_platform_source_build_xml,v 1.5 2006/12/13 20:57:16 kurt Exp $
--- features/org.eclipse.platform.source/build.xml.orig Thu Sep 21 10:55:43 2006
+++ features/org.eclipse.platform.source/build.xml Mon Dec 4 21:31:34 2006
@@ -42,6 +42,16 @@
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
@ -19,11 +19,11 @@ $OpenBSD: patch-features_org_eclipse_platform_source_build_xml,v 1.4 2006/07/07
<property name="arch" value="PA_RISC"/>
<property name="os" value="hpux"/>
@@ -131,7 +141,7 @@
<copy todir="${feature.base}/features/org.eclipse.platform.source_3.2.0.v20060609m-BBt47n6hlEUsvBO" failonerror="true" overwrite="false">
<copy todir="${feature.base}/features/org.eclipse.platform.source_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" failonerror="true" overwrite="false">
<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html" />
</copy>
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.2.0.v20060609m-BBt47n6hlEUsvBO/feature.xml" selfVersion="3.2.0.v20060609m-BBt47n6hlEUsvBO" featureIds="org.eclipse.rcp.source,3.2.0.v20060609m-Swbi2VrNoh-MeGG," pluginIds="org.eclipse.platform.doc.isv,3.2.0.v20060612-0900,org.eclipse.platform.source,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.hpux.motif.ia64_32,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.linux.gtk.ia64,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.qnx.photon.x86,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.linux.gtk.ppc,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.hpux.motif.PA_RISC,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.linux.gtk.x86_64,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.linux.gtk.ppc64,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.macosx.carbon.ppc,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.linux.gtk.x86,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.win32.win32.x86,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.linux.motif.x86,3.2.0.v20060609m-BBt47n6hlEUsvBO,"/>
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.2.0.v20060609m-BBt47n6hlEUsvBO/feature.xml" selfVersion="3.2.0.v20060609m-BBt47n6hlEUsvBO" featureIds="org.eclipse.rcp.source,3.2.0.v20060609m-Swbi2VrNoh-MeGG," pluginIds="org.eclipse.platform.doc.isv,3.2.0.v20060612-0900,org.eclipse.platform.source,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.hpux.motif.ia64_32,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.linux.gtk.ia64,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.qnx.photon.x86,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.linux.gtk.ppc,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.hpux.motif.PA_RISC,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.linux.gtk.x86_64,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.linux.gtk.ppc64,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.macosx.carbon.ppc,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.linux.gtk.x86,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.win32.win32.x86,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.linux.motif.x86,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.openbsd.gtk.x86_64,3.2.0.v20060609m-BBt47n6hlEUsvBO,org.eclipse.platform.source.openbsd.gtk.x86,3.2.0.v20060609m-BBt47n6hlEUsvBO,"/>
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn/feature.xml" selfVersion="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" featureIds="org.eclipse.rcp.source,3.2.1.r321_v20060801-clWbqCmjexIWDqg," pluginIds="org.eclipse.platform.doc.isv,3.2.1.r321_v2006030,org.eclipse.platform.source,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.hpux.motif.ia64_32,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.ia64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.qnx.photon.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.ppc,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.hpux.motif.PA_RISC,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.x86_64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.ppc64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.macosx.carbon.ppc,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.win32.win32.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.motif.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,"/>
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn/feature.xml" selfVersion="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" featureIds="org.eclipse.rcp.source,3.2.1.r321_v20060801-clWbqCmjexIWDqg," pluginIds="org.eclipse.platform.doc.isv,3.2.1.r321_v2006030,org.eclipse.platform.source,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.hpux.motif.ia64_32,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.ia64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.qnx.photon.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.ppc,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.hpux.motif.PA_RISC,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.x86_64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.ppc64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.macosx.carbon.ppc,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.win32.win32.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.motif.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.openbsd.gtk.x86_64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.openbsd.gtk.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,"/>
<antcall target="rootFiles${os}_${ws}_${arch}"/>
</target>
<target name="rootFileswin32_win32_x86">

View File

@ -1,15 +1,15 @@
$OpenBSD: patch-features_org_eclipse_platform_source_feature_xml,v 1.4 2006/07/07 01:48:55 kurt Exp $
--- features/org.eclipse.platform.source/feature.xml.orig Thu Jun 29 19:20:53 2006
+++ features/org.eclipse.platform.source/feature.xml Sat Jul 1 13:21:47 2006
$OpenBSD: patch-features_org_eclipse_platform_source_feature_xml,v 1.5 2006/12/13 20:57:16 kurt Exp $
--- features/org.eclipse.platform.source/feature.xml.orig Thu Sep 21 10:55:42 2006
+++ features/org.eclipse.platform.source/feature.xml Mon Dec 4 21:33:59 2006
@@ -23,9 +23,11 @@
<plugin ws="gtk" os="linux" fragment="true" arch="ppc" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.ppc" version="3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
<plugin ws="motif" os="hpux" fragment="true" arch="PA_RISC" download-size="0" install-size="0" id="org.eclipse.platform.source.hpux.motif.PA_RISC" version="3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
<plugin ws="gtk" os="linux" fragment="true" arch="x86_64" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.x86_64" version="3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
+ <plugin ws="gtk" os="openbsd" fragment="true" arch="x86_64" download-size="0" install-size="0" id="org.eclipse.platform.source.openbsd.gtk.x86_64" version="3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
<plugin ws="gtk" os="linux" fragment="true" arch="ppc64" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.ppc64" version="3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
<plugin ws="carbon" os="macosx" fragment="true" arch="ppc" download-size="0" install-size="0" id="org.eclipse.platform.source.macosx.carbon.ppc" version="3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
<plugin ws="gtk" os="linux" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.x86" version="3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
+ <plugin ws="gtk" os="openbsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.openbsd.gtk.x86" version="3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
<plugin ws="win32" os="win32" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.win32.win32.x86" version="3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
<plugin ws="motif" os="linux" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.motif.x86" version="3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
<plugin ws="gtk" os="linux" fragment="true" arch="ppc" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.ppc" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
<plugin ws="motif" os="hpux" fragment="true" arch="PA_RISC" download-size="0" install-size="0" id="org.eclipse.platform.source.hpux.motif.PA_RISC" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
<plugin ws="gtk" os="linux" fragment="true" arch="x86_64" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.x86_64" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
+ <plugin ws="gtk" os="openbsd" fragment="true" arch="x86_64" download-size="0" install-size="0" id="org.eclipse.platform.source.openbsd.gtk.x86_64" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
<plugin ws="gtk" os="linux" fragment="true" arch="ppc64" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.ppc64" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
<plugin ws="carbon" os="macosx" fragment="true" arch="ppc" download-size="0" install-size="0" id="org.eclipse.platform.source.macosx.carbon.ppc" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
<plugin ws="gtk" os="linux" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.x86" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
+ <plugin ws="gtk" os="openbsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.openbsd.gtk.x86" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
<plugin ws="win32" os="win32" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.win32.win32.x86" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
<plugin ws="motif" os="linux" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.motif.x86" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
</feature>

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-features_org_eclipse_rcp_build_xml,v 1.2 2006/07/07 01:48:55 kurt Exp $
--- features/org.eclipse.rcp/build.xml.orig Thu Jun 29 19:20:53 2006
+++ features/org.eclipse.rcp/build.xml Sat Jul 1 13:25:31 2006
$OpenBSD: patch-features_org_eclipse_rcp_build_xml,v 1.3 2006/12/13 20:57:16 kurt Exp $
--- features/org.eclipse.rcp/build.xml.orig Thu Sep 21 10:55:42 2006
+++ features/org.eclipse.rcp/build.xml Mon Dec 4 21:36:36 2006
@@ -47,6 +47,11 @@
<property name="os" value="hpux"/>
<property name="ws" value="motif"/>
@ -26,11 +26,11 @@ $OpenBSD: patch-features_org_eclipse_rcp_build_xml,v 1.2 2006/07/07 01:48:55 kur
<target name="all.features" depends="init">
</target>
@@ -225,7 +235,7 @@
<copy todir="${feature.base}/features/org.eclipse.rcp_3.2.0.v20060609m-Swbi2VrNoh-MeGG" failonerror="true" overwrite="false">
<copy todir="${feature.base}/features/org.eclipse.rcp_3.2.1.r321_v20060801-clWbqCmjexIWDqg" failonerror="true" overwrite="false">
<fileset dir="${basedir}" includes="feature.xml,license.html,epl-v10.html,feature.properties,eclipse_update_120.jpg" />
</copy>
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.2.0.v20060609m-Swbi2VrNoh-MeGG/feature.xml" selfVersion="3.2.0.v20060609m-Swbi2VrNoh-MeGG" featureIds="" pluginIds="com.ibm.icu,3.4.4.1,org.eclipse.core.commands,3.2.0.I20060605-1400,org.eclipse.core.jobs,3.2.0.v20060603,org.eclipse.core.expressions,3.2.0.v20060605-1400,org.eclipse.core.runtime,3.2.0.v20060603,org.eclipse.core.runtime.compatibility.auth,3.2.0.v20060601,org.eclipse.osgi,3.2.0.v20060601,org.eclipse.help,3.2.0.v20060602,org.eclipse.swt,3.2.0.v3232o,org.eclipse.jface,3.2.0.I20060605-1400,org.eclipse.jface.databinding,1.0.0.I20060605-1400,org.eclipse.ui,3.2.0.I20060605-1400,org.eclipse.ui.workbench,3.2.0.I20060605-1400,org.eclipse.update.configurator,3.2.0.v20060605,org.eclipse.swt.win32.win32.x86,3.2.0.v3232m,org.eclipse.swt.gtk.linux.x86,3.2.0.v3232m,org.eclipse.swt.gtk.solaris.sparc,3.2.0.v3232m,org.eclipse.swt.gtk.solaris.x86,3.2.0.HEAD,org.eclipse.swt.gtk.linux.ppc,3.2.0.v3232m,org.eclipse.swt.gtk.linux.x86_64,3.2.0.v3232m,org.eclipse.swt.carbon.macosx,3.2.0.v3232m,org.eclipse.swt.motif.aix.ppc,3.2.0.v3232m,org.eclipse.swt.motif.hpux.PA_RISC,3.2.0.v3232m,org.eclipse.swt.motif.linux.x86,3.2.0.v3232m,org.eclipse.swt.gtk.linux.ia64,3.2.0.HEAD,org.eclipse.swt.motif.solaris.sparc,3.2.0.v3232m,org.eclipse.swt.photon.qnx.x86,3.2.0.v3232m,org.eclipse.swt.motif.hpux.ia64_32,3.2.0.HEAD,org.eclipse.rcp,3.2.0.v20060605,org.eclipse.core.contenttype,3.2.0.v20060603,org.eclipse.equinox.common,3.2.0.v20060603,org.eclipse.equinox.preferences,3.2.0.v20060601,org.eclipse.equinox.registry,3.2.0.v20060601,"/>
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.2.0.v20060609m-Swbi2VrNoh-MeGG/feature.xml" selfVersion="3.2.0.v20060609m-Swbi2VrNoh-MeGG" featureIds="" pluginIds="com.ibm.icu,3.4.4.1,org.eclipse.core.commands,3.2.0.I20060605-1400,org.eclipse.core.jobs,3.2.0.v20060603,org.eclipse.core.expressions,3.2.0.v20060605-1400,org.eclipse.core.runtime,3.2.0.v20060603,org.eclipse.core.runtime.compatibility.auth,3.2.0.v20060601,org.eclipse.osgi,3.2.0.v20060601,org.eclipse.help,3.2.0.v20060602,org.eclipse.swt,3.2.0.v3232o,org.eclipse.jface,3.2.0.I20060605-1400,org.eclipse.jface.databinding,1.0.0.I20060605-1400,org.eclipse.ui,3.2.0.I20060605-1400,org.eclipse.ui.workbench,3.2.0.I20060605-1400,org.eclipse.update.configurator,3.2.0.v20060605,org.eclipse.swt.win32.win32.x86,3.2.0.v3232m,org.eclipse.swt.gtk.linux.x86,3.2.0.v3232m,org.eclipse.swt.gtk.solaris.sparc,3.2.0.v3232m,org.eclipse.swt.gtk.solaris.x86,3.2.0.HEAD,org.eclipse.swt.gtk.linux.ppc,3.2.0.v3232m,org.eclipse.swt.gtk.linux.x86_64,3.2.0.v3232m,org.eclipse.swt.carbon.macosx,3.2.0.v3232m,org.eclipse.swt.motif.aix.ppc,3.2.0.v3232m,org.eclipse.swt.motif.hpux.PA_RISC,3.2.0.v3232m,org.eclipse.swt.motif.linux.x86,3.2.0.v3232m,org.eclipse.swt.gtk.linux.ia64,3.2.0.HEAD,org.eclipse.swt.motif.solaris.sparc,3.2.0.v3232m,org.eclipse.swt.photon.qnx.x86,3.2.0.v3232m,org.eclipse.swt.motif.hpux.ia64_32,3.2.0.HEAD,org.eclipse.rcp,3.2.0.v20060605,org.eclipse.core.contenttype,3.2.0.v20060603,org.eclipse.equinox.common,3.2.0.v20060603,org.eclipse.equinox.preferences,3.2.0.v20060601,org.eclipse.equinox.registry,3.2.0.v20060601,org.eclipse.swt.gtk.openbsd.x86,3.2.0.v3232m,org.eclipse.swt.gtk.openbsd.x86_64,3.2.0.v3232m,"/>
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.2.1.r321_v20060801-clWbqCmjexIWDqg/feature.xml" selfVersion="3.2.1.r321_v20060801-clWbqCmjexIWDqg" featureIds="" pluginIds="com.ibm.icu,3.4.5,org.eclipse.core.commands,3.2.0.I20060605-1400,org.eclipse.core.jobs,3.2.0.v20060603,org.eclipse.core.expressions,3.2.1.r321_v20060721,org.eclipse.core.runtime,3.2.0.v20060603,org.eclipse.core.runtime.compatibility.auth,3.2.0.v20060601,org.eclipse.osgi,3.2.1.R32x_v20060919,org.eclipse.help,3.2.1.R321_v20060920,org.eclipse.swt,3.2.1.v3235e,org.eclipse.jface,3.2.1.M20060908-1000,org.eclipse.jface.databinding,1.0.0.I20060605-1400,org.eclipse.ui,3.2.1.M20060913-0800,org.eclipse.ui.workbench,3.2.1.M20060906-0800,org.eclipse.update.configurator,3.2.1.v20092006,org.eclipse.swt.win32.win32.x86,3.2.1.v3235,org.eclipse.swt.gtk.linux.x86,3.2.1.v3235,org.eclipse.swt.gtk.solaris.sparc,3.2.1.v3235,org.eclipse.swt.gtk.solaris.x86,3.2.0.R3_2_maintenance,org.eclipse.swt.gtk.linux.ppc,3.2.1.v3235,org.eclipse.swt.gtk.linux.x86_64,3.2.1.v3235,org.eclipse.swt.carbon.macosx,3.2.1.v3235,org.eclipse.swt.motif.aix.ppc,3.2.1.v3235,org.eclipse.swt.motif.hpux.PA_RISC,3.2.1.v3235,org.eclipse.swt.motif.linux.x86,3.2.1.v3235,org.eclipse.swt.gtk.linux.ia64,3.2.0.R3_2_maintenance,org.eclipse.swt.motif.solaris.sparc,3.2.1.v3235,org.eclipse.swt.photon.qnx.x86,3.2.1.v3235,org.eclipse.swt.motif.hpux.ia64_32,3.2.1,org.eclipse.rcp,3.2.0.v20060605,org.eclipse.core.contenttype,3.2.0.v20060603,org.eclipse.equinox.common,3.2.0.v20060603,org.eclipse.equinox.preferences,3.2.1.R32x_v20060717,org.eclipse.equinox.registry,3.2.1.R32x_v20060814,"/>
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.2.1.r321_v20060801-clWbqCmjexIWDqg/feature.xml" selfVersion="3.2.1.r321_v20060801-clWbqCmjexIWDqg" featureIds="" pluginIds="com.ibm.icu,3.4.5,org.eclipse.core.commands,3.2.0.I20060605-1400,org.eclipse.core.jobs,3.2.0.v20060603,org.eclipse.core.expressions,3.2.1.r321_v20060721,org.eclipse.core.runtime,3.2.0.v20060603,org.eclipse.core.runtime.compatibility.auth,3.2.0.v20060601,org.eclipse.osgi,3.2.1.R32x_v20060919,org.eclipse.help,3.2.1.R321_v20060920,org.eclipse.swt,3.2.1.v3235e,org.eclipse.jface,3.2.1.M20060908-1000,org.eclipse.jface.databinding,1.0.0.I20060605-1400,org.eclipse.ui,3.2.1.M20060913-0800,org.eclipse.ui.workbench,3.2.1.M20060906-0800,org.eclipse.update.configurator,3.2.1.v20092006,org.eclipse.swt.win32.win32.x86,3.2.1.v3235,org.eclipse.swt.gtk.linux.x86,3.2.1.v3235,org.eclipse.swt.gtk.solaris.sparc,3.2.1.v3235,org.eclipse.swt.gtk.solaris.x86,3.2.0.R3_2_maintenance,org.eclipse.swt.gtk.linux.ppc,3.2.1.v3235,org.eclipse.swt.gtk.linux.x86_64,3.2.1.v3235,org.eclipse.swt.carbon.macosx,3.2.1.v3235,org.eclipse.swt.motif.aix.ppc,3.2.1.v3235,org.eclipse.swt.motif.hpux.PA_RISC,3.2.1.v3235,org.eclipse.swt.motif.linux.x86,3.2.1.v3235,org.eclipse.swt.gtk.linux.ia64,3.2.0.R3_2_maintenance,org.eclipse.swt.motif.solaris.sparc,3.2.1.v3235,org.eclipse.swt.photon.qnx.x86,3.2.1.v3235,org.eclipse.swt.motif.hpux.ia64_32,3.2.1,org.eclipse.rcp,3.2.0.v20060605,org.eclipse.core.contenttype,3.2.0.v20060603,org.eclipse.equinox.common,3.2.0.v20060603,org.eclipse.equinox.preferences,3.2.1.R32x_v20060717,org.eclipse.equinox.registry,3.2.1.R32x_v20060814,org.eclipse.swt.gtk.openbsd.x86,3.2.1.v3235,org.eclipse.swt.gtk.openbsd.x86_64,3.2.1.v3235,"/>
<antcall target="rootFiles${os}_${ws}_${arch}"/>
</target>
<target name="rootFileswin32_win32_x86">

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-features_org_eclipse_rcp_source_build_xml,v 1.2 2006/07/07 01:48:55 kurt Exp $
--- features/org.eclipse.rcp.source/build.xml.orig Thu Jun 29 19:20:53 2006
+++ features/org.eclipse.rcp.source/build.xml Sat Jul 1 13:17:31 2006
$OpenBSD: patch-features_org_eclipse_rcp_source_build_xml,v 1.3 2006/12/13 20:57:16 kurt Exp $
--- features/org.eclipse.rcp.source/build.xml.orig Thu Sep 21 10:55:42 2006
+++ features/org.eclipse.rcp.source/build.xml Mon Dec 4 22:09:48 2006
@@ -42,6 +42,11 @@
<property name="os" value="macosx"/>
<property name="ws" value="carbon"/>
@ -26,11 +26,11 @@ $OpenBSD: patch-features_org_eclipse_rcp_source_build_xml,v 1.2 2006/07/07 01:48
<property name="arch" value="PA_RISC"/>
<property name="os" value="hpux"/>
@@ -140,7 +150,7 @@
<copy todir="${feature.base}/features/org.eclipse.rcp.source_3.2.0.v20060609m-Swbi2VrNoh-MeGG" failonerror="true" overwrite="false">
<copy todir="${feature.base}/features/org.eclipse.rcp.source_3.2.1.r321_v20060801-clWbqCmjexIWDqg" failonerror="true" overwrite="false">
<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html" />
</copy>
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp.source_3.2.0.v20060609m-Swbi2VrNoh-MeGG/feature.xml" selfVersion="3.2.0.v20060609m-Swbi2VrNoh-MeGG" featureIds="" pluginIds="com.ibm.icu.source,3.4.4.1,org.eclipse.rcp.source,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.hpux.motif.ia64_32,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.linux.gtk.ia64,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.qnx.photon.x86,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.linux.gtk.ppc,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.hpux.motif.PA_RISC,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.linux.gtk.x86_64,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.solaris.gtk.x86,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.solaris.gtk.sparc,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.macosx.carbon.ppc,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.linux.gtk.x86,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.aix.motif.ppc,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.win32.win32.x86,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.solaris.motif.sparc,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.linux.motif.x86,3.2.0.v20060609m-Swbi2VrNoh-MeGG,"/>
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp.source_3.2.0.v20060609m-Swbi2VrNoh-MeGG/feature.xml" selfVersion="3.2.0.v20060609m-Swbi2VrNoh-MeGG" featureIds="" pluginIds="com.ibm.icu.source,3.4.4.1,org.eclipse.rcp.source,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.hpux.motif.ia64_32,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.linux.gtk.ia64,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.qnx.photon.x86,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.linux.gtk.ppc,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.hpux.motif.PA_RISC,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.linux.gtk.x86_64,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.solaris.gtk.x86,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.solaris.gtk.sparc,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.macosx.carbon.ppc,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.linux.gtk.x86,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.aix.motif.ppc,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.win32.win32.x86,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.solaris.motif.sparc,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.linux.motif.x86,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.openbsd.gtk.x86_64,3.2.0.v20060609m-Swbi2VrNoh-MeGG,org.eclipse.rcp.source.openbsd.gtk.x86,3.2.0.v20060609m-Swbi2VrNoh-MeGG,"/>
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp.source_3.2.1.r321_v20060801-clWbqCmjexIWDqg/feature.xml" selfVersion="3.2.1.r321_v20060801-clWbqCmjexIWDqg" featureIds="" pluginIds="com.ibm.icu.source,3.4.5,org.eclipse.rcp.source,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.hpux.motif.ia64_32,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.ia64,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.qnx.photon.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.ppc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.hpux.motif.PA_RISC,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.x86_64,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.solaris.gtk.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.solaris.gtk.sparc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.macosx.carbon.ppc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.aix.motif.ppc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.win32.win32.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.solaris.motif.sparc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.motif.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,"/>
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp.source_3.2.1.r321_v20060801-clWbqCmjexIWDqg/feature.xml" selfVersion="3.2.1.r321_v20060801-clWbqCmjexIWDqg" featureIds="" pluginIds="com.ibm.icu.source,3.4.5,org.eclipse.rcp.source,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.hpux.motif.ia64_32,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.ia64,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.qnx.photon.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.ppc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.hpux.motif.PA_RISC,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.x86_64,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.solaris.gtk.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.solaris.gtk.sparc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.macosx.carbon.ppc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.aix.motif.ppc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.win32.win32.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.solaris.motif.sparc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.motif.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.openbsd.gtk.x86_64,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.openbsd.gtk.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,"/>
<antcall target="rootFiles${os}_${ws}_${arch}"/>
</target>
<target name="rootFileswin32_win32_x86">

View File

@ -1,6 +1,15 @@
$OpenBSD: patch-plugins_org_eclipse_pde_doc_user_pdeOptions,v 1.1 2006/07/07 01:48:55 kurt Exp $
--- plugins/org.eclipse.pde.doc.user/pdeOptions.orig Fri Jun 2 13:29:59 2006
+++ plugins/org.eclipse.pde.doc.user/pdeOptions Thu Jun 22 15:16:26 2006
$OpenBSD: patch-plugins_org_eclipse_pde_doc_user_pdeOptions,v 1.2 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.pde.doc.user/pdeOptions.orig Thu Sep 21 10:55:44 2006
+++ plugins/org.eclipse.pde.doc.user/pdeOptions Tue Dec 5 13:28:52 2006
@@ -2,7 +2,7 @@
-charset "iso-8859-1"
-sourcepath "../org.eclipse.pde.core/src:../org.eclipse.pde.ui/src:../org.eclipse.pde.build/src"
-d reference/api
--classpath @rt@:../org.eclipse.core.boot/@dot:../org.eclipse.debug.core/@dot:../org.eclipse.compare/@dot:../org.eclipse.help/@dot:../org.eclipse.help.ui/@dot:../org.eclipse.core.resources/@dot:../org.eclipse.core.runtime/@dot:../org.eclipse.swt.motif.linux.x86/@dot:../org.eclipse.ui/@dot:../org.eclipse.jdt.core/@dot:../org.eclipse.jdt.ui/@dot:../org.eclipse.jdt.launching/@dot:../org.eclipse.jdt.debug/jdi.jar:../org.eclipse.debug.ui/@dot:../org.eclipse.search/@dot:../org.eclipse.jface/@dot:../org.eclipse.jface.text/@dot:../org.eclipse.text/@dot:../org.eclipse.ui.editors/@dot:../org.eclipse.ui.views/@dot:../org.eclipse.ui.workbench/@dot:../org.eclipse.ui.workbench.texteditor/@dot:../org.eclipse.core.variables/@dot:../org.eclipse.ui.ide/@dot:../org.eclipse.jdt.junit/@dot:../org.eclipse.pde.core/@dot:../org.eclipse.pde.ui/@dot:../org.eclipse.osgi/@dot:../org.eclipse.osgi.services/@dot:../org.eclipse.osgi.util/@dot:../org.eclipse.core.jobs/@dot:../org.eclipse.equinox.registry/@dot:../org.eclipse.equinox.common/@dot:../org.eclipse.equinox.preferences/@dot:../org.eclipse.equinox.supplement/@dot:../org.eclipse.core.runtime.content/@dot:../org.eclipse.core.runtime.jobs/@dot:../org.eclipse.core.runtime.preferences/@dot:../org.eclipse.core.contenttype/@dot
+-classpath ${bootclasspath}:../org.eclipse.core.boot/@dot:../org.eclipse.debug.core/@dot:../org.eclipse.compare/@dot:../org.eclipse.help/@dot:../org.eclipse.help.ui/@dot:../org.eclipse.core.resources/@dot:../org.eclipse.core.runtime/@dot:../org.eclipse.swt.motif.linux.x86/@dot:../org.eclipse.ui/@dot:../org.eclipse.jdt.core/@dot:../org.eclipse.jdt.ui/@dot:../org.eclipse.jdt.launching/@dot:../org.eclipse.jdt.debug/jdi.jar:../org.eclipse.debug.ui/@dot:../org.eclipse.search/@dot:../org.eclipse.jface/@dot:../org.eclipse.jface.text/@dot:../org.eclipse.text/@dot:../org.eclipse.ui.editors/@dot:../org.eclipse.ui.views/@dot:../org.eclipse.ui.workbench/@dot:../org.eclipse.ui.workbench.texteditor/@dot:../org.eclipse.core.variables/@dot:../org.eclipse.ui.ide/@dot:../org.eclipse.jdt.junit/@dot:../org.eclipse.pde.core/@dot:../org.eclipse.pde.ui/@dot:../org.eclipse.osgi/@dot:../org.eclipse.osgi.services/@dot:../org.eclipse.osgi.util/@dot:../org.eclipse.core.jobs/@dot:../org.eclipse.equinox.registry/@dot:../org.eclipse.equinox.common/@dot:../org.eclipse.equinox.preferences/@dot:../org.eclipse.equinox.supplement/@dot:../org.eclipse.core.runtime.content/@dot:../org.eclipse.core.runtime.jobs/@dot:../org.eclipse.core.runtime.preferences/@dot:../org.eclipse.core.contenttype/@dot
-breakiterator
-use
-splitIndex
@@ -10,10 +10,10 @@
-doctitle "Eclipse PDE API Specification"
-header "<b>Eclipse PDE</b><br>Release 3.2"

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-plugins_org_eclipse_platform_source_openbsd_gtk_x86_64_build_xml,v 1.1 2006/07/07 01:48:55 kurt Exp $
--- plugins/org.eclipse.platform.source.openbsd.gtk.x86_64/build.xml.orig Fri Jun 30 19:26:47 2006
+++ plugins/org.eclipse.platform.source.openbsd.gtk.x86_64/build.xml Sat Jul 1 13:12:09 2006
$OpenBSD: patch-plugins_org_eclipse_platform_source_openbsd_gtk_x86_64_build_xml,v 1.2 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.platform.source.openbsd.gtk.x86_64/build.xml.orig Mon Dec 4 21:12:59 2006
+++ plugins/org.eclipse.platform.source.openbsd.gtk.x86_64/build.xml Mon Dec 4 22:24:00 2006
@@ -68,7 +68,7 @@
<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
<mkdir dir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_64_3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
<copy todir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_64_3.2.0.v20060609m-BBt47n6hlEUsvBO" failonerror="true" overwrite="false">
<mkdir dir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_64_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
<copy todir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_64_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" failonerror="true" overwrite="false">
- <fileset dir="${basedir}" includes="about.html,fragment.xml,src/**,META-INF/" />
+ <fileset dir="${basedir}" includes="about.html,fragment.xml,src/**,META-INF/" excludes="**/*.orig"/>
</copy>
<eclipse.versionReplacer path="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_64_3.2.0.v20060609m-BBt47n6hlEUsvBO" version="3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
<eclipse.versionReplacer path="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_64_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
</target>

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-plugins_org_eclipse_platform_source_openbsd_gtk_x86_build_xml,v 1.4 2006/07/07 01:48:55 kurt Exp $
--- plugins/org.eclipse.platform.source.openbsd.gtk.x86/build.xml.orig Fri Jun 30 19:26:47 2006
+++ plugins/org.eclipse.platform.source.openbsd.gtk.x86/build.xml Sat Jul 1 13:11:25 2006
$OpenBSD: patch-plugins_org_eclipse_platform_source_openbsd_gtk_x86_build_xml,v 1.5 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.platform.source.openbsd.gtk.x86/build.xml.orig Mon Dec 4 21:12:59 2006
+++ plugins/org.eclipse.platform.source.openbsd.gtk.x86/build.xml Mon Dec 4 22:23:01 2006
@@ -68,7 +68,7 @@
<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
<mkdir dir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
<copy todir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_3.2.0.v20060609m-BBt47n6hlEUsvBO" failonerror="true" overwrite="false">
<mkdir dir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
<copy todir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" failonerror="true" overwrite="false">
- <fileset dir="${basedir}" includes="about.html,fragment.xml,src/**,META-INF/" />
+ <fileset dir="${basedir}" includes="about.html,fragment.xml,src/**,META-INF/" excludes="**/*.orig"/>
</copy>
<eclipse.versionReplacer path="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_3.2.0.v20060609m-BBt47n6hlEUsvBO" version="3.2.0.v20060609m-BBt47n6hlEUsvBO"/>
<eclipse.versionReplacer path="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
</target>

View File

@ -0,0 +1,44 @@
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_cpp,v 1.3 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.cpp.orig Thu Sep 21 10:57:23 2006
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.cpp Tue Dec 5 12:28:12 2006
@@ -85,14 +85,15 @@ fail:
}
#endif
-#ifndef NO_NS_1InitEmbedding
-JNIEXPORT jint JNICALL XPCOM_NATIVE(NS_1InitEmbedding)
- (JNIEnv *env, jclass that, jint arg0, jint arg1)
+#ifndef NO_NS_1InitXPCOM2
+JNIEXPORT jint JNICALL XPCOM_NATIVE(NS_1InitXPCOM2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jint rc = 0;
- XPCOM_NATIVE_ENTER(env, that, NS_1InitEmbedding_FUNC);
- rc = (jint)NS_InitEmbedding((nsILocalFile *)arg0, (nsIDirectoryServiceProvider *)arg1);
- XPCOM_NATIVE_EXIT(env, that, NS_1InitEmbedding_FUNC);
+ XPCOM_NATIVE_ENTER(env, that, NS_1GetComponentRegistrar_FUNC);
+ rc = (jint)NS_InitXPCOM2((nsIServiceManager **)arg0, (nsIFile *)arg1,
+ (nsIDirectoryServiceProvider *)arg2);
+ XPCOM_NATIVE_EXIT(env, that, NS_1GetComponentRegistrar_FUNC);
return rc;
}
#endif
@@ -109,18 +110,6 @@ JNIEXPORT jint JNICALL XPCOM_NATIVE(NS_1
fail:
if (arg2 && lparg2) env->ReleaseIntArrayElements(arg2, lparg2, 0);
XPCOM_NATIVE_EXIT(env, that, NS_1NewLocalFile_FUNC);
- return rc;
-}
-#endif
-
-#ifndef NO_NS_1TermEmbedding
-JNIEXPORT jint JNICALL XPCOM_NATIVE(NS_1TermEmbedding)
- (JNIEnv *env, jclass that)
-{
- jint rc = 0;
- XPCOM_NATIVE_ENTER(env, that, NS_1TermEmbedding_FUNC);
- rc = (jint)NS_TermEmbedding();
- XPCOM_NATIVE_EXIT(env, that, NS_1TermEmbedding_FUNC);
return rc;
}
#endif

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_h,v 1.1 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h.orig Tue Dec 5 11:24:24 2006
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h Tue Dec 5 11:24:34 2006
@@ -32,7 +32,6 @@
#define NDEBUG
#include "nsXPCOM.h"
-#include "nsEmbedAPI.h"
#include "nsEmbedString.h"
#include "nsIInputStream.h"
#include "nsISupportsUtils.h"

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_profile_h,v 1.1 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_profile.h.orig Tue Dec 5 11:23:41 2006
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_profile.h Tue Dec 5 11:24:00 2006
@@ -32,7 +32,7 @@
#define NDEBUG
#include "nsCOMPtr.h"
-#include "nsProfileDirServiceProvider.h"
+#include "profdirserviceprovider/nsProfileDirServiceProvider.h"
#include "xpcom_stats.h"
#endif /* INC_xpcom_profile_H */

View File

@ -0,0 +1,22 @@
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_stats_cpp,v 1.1 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp.orig Thu Sep 21 10:57:23 2006
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp Fri Dec 8 20:48:41 2006
@@ -31,15 +31,14 @@
#ifdef NATIVE_STATS
-int XPCOM_nativeFunctionCount = 132;
-int XPCOM_nativeFunctionCallCount[132];
+int XPCOM_nativeFunctionCount = 131;
+int XPCOM_nativeFunctionCallCount[131];
char * XPCOM_nativeFunctionNames[] = {
"Call",
"NS_1GetComponentManager",
"NS_1GetServiceManager",
- "NS_1InitEmbedding",
+ "NS_1InitXPCOM2_FUNC",
"NS_1NewLocalFile",
- "NS_1TermEmbedding",
"PR_1Free",
"PR_1Malloc",
"VtblCall__II",

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_stats_h,v 1.1 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.h.orig Thu Sep 21 10:57:34 2006
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.h Tue Dec 5 12:29:10 2006
@@ -41,9 +41,8 @@ typedef enum {
Call_FUNC,
NS_1GetComponentManager_FUNC,
NS_1GetServiceManager_FUNC,
- NS_1InitEmbedding_FUNC,
+ NS_1InitXPCOM2_FUNC,
NS_1NewLocalFile_FUNC,
- NS_1TermEmbedding_FUNC,
PR_1Free_FUNC,
PR_1Malloc_FUNC,
VtblCall__II_FUNC,

View File

@ -0,0 +1,22 @@
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_org_eclipse_swt_internal_mozilla_XPCOM_java,v 1.1 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java.orig Thu Sep 21 10:57:23 2006
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java Tue Dec 5 12:31:09 2006
@@ -89,6 +89,7 @@ public class XPCOM extends Platform {
public static final int NS_ERROR_HTMLPARSER_UNRESOLVEDDTD = 0x804e03f3;
public static final int NS_ERROR_FILE_NOT_FOUND = 0x80520012;
public static final String NS_APP_APPLICATION_REGISTRY_DIR = "AppRegD"; //$NON-NLS-1$
+ public static final String NS_APP_USER_PROFILE_50_DIR = "ProfD"; //$NON-NLS-1$
public static final native void memmove(nsID dest, int /*long*/ src, int nbytes);
public static final native void memmove(int /*long*/ dest, nsID src, int nbytes);
@@ -103,9 +104,8 @@ public static final native void memmove(
public static final native void memmove(byte[] dest, char[] src, int nbytes);
public static final native int NS_GetComponentManager(int /*long*/[] result);
public static final native int NS_GetServiceManager(int /*long*/[] result);
-public static final native int NS_InitEmbedding(int /*long*/ aMozBinDirectory, int /*long*/ aAppFileLocProvider);
+public static final native int NS_InitXPCOM2(int /*long*/ result, int /*long*/ binDirectory, int /*long*/ appFileLocationProvider);
public static final native int NS_NewLocalFile(int /*long*/ path, boolean followLinks, int /*long*/[] result);
-public static final native int NS_TermEmbedding();
public static final native int strlen_PRUnichar(int /*long*/ s);
public static final native int /*long*/ nsEmbedCString_new();
public static final native int /*long*/ nsEmbedCString_new(byte[] aString, int length);

View File

@ -0,0 +1,217 @@
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_gtk_org_eclipse_swt_browser_Browser_java,v 1.1 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/Browser.java.orig Thu Sep 21 10:57:19 2006
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/Browser.java Tue Dec 5 12:30:21 2006
@@ -10,16 +10,76 @@
*******************************************************************************/
package org.eclipse.swt.browser;
-import java.io.*;
-import java.util.*;
-import org.eclipse.swt.*;
-import org.eclipse.swt.widgets.*;
-import org.eclipse.swt.graphics.*;
-import org.eclipse.swt.internal.*;
-import org.eclipse.swt.internal.gtk.*;
-import org.eclipse.swt.internal.mozilla.*;
-import org.eclipse.swt.layout.*;
+import java.io.File;
+import java.io.UnsupportedEncodingException;
+import java.util.Locale;
+import java.util.StringTokenizer;
+import org.eclipse.swt.SWT;
+import org.eclipse.swt.SWTError;
+import org.eclipse.swt.SWTException;
+import org.eclipse.swt.graphics.Point;
+import org.eclipse.swt.graphics.Rectangle;
+import org.eclipse.swt.internal.Callback;
+import org.eclipse.swt.internal.Converter;
+import org.eclipse.swt.internal.Library;
+import org.eclipse.swt.internal.gtk.GdkEvent;
+import org.eclipse.swt.internal.gtk.LONG;
+import org.eclipse.swt.internal.gtk.OS;
+import org.eclipse.swt.internal.mozilla.XPCOM;
+import org.eclipse.swt.internal.mozilla.XPCOMObject;
+import org.eclipse.swt.internal.mozilla.nsEmbedString;
+import org.eclipse.swt.internal.mozilla.nsIAppShell;
+import org.eclipse.swt.internal.mozilla.nsIBaseWindow;
+import org.eclipse.swt.internal.mozilla.nsICategoryManager;
+import org.eclipse.swt.internal.mozilla.nsIComponentManager;
+import org.eclipse.swt.internal.mozilla.nsIComponentRegistrar;
+import org.eclipse.swt.internal.mozilla.nsIContextMenuListener;
+import org.eclipse.swt.internal.mozilla.nsICookie;
+import org.eclipse.swt.internal.mozilla.nsICookieManager;
+import org.eclipse.swt.internal.mozilla.nsID;
+import org.eclipse.swt.internal.mozilla.nsIDOMEvent;
+import org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent;
+import org.eclipse.swt.internal.mozilla.nsIDOMWindow;
+import org.eclipse.swt.internal.mozilla.nsIDirectoryService;
+import org.eclipse.swt.internal.mozilla.nsIDocShell;
+import org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow;
+import org.eclipse.swt.internal.mozilla.nsIFile;
+import org.eclipse.swt.internal.mozilla.nsIIOService;
+import org.eclipse.swt.internal.mozilla.nsIInterfaceRequestor;
+import org.eclipse.swt.internal.mozilla.nsILocalFile;
+import org.eclipse.swt.internal.mozilla.nsIPrefBranch;
+import org.eclipse.swt.internal.mozilla.nsIPrefLocalizedString;
+import org.eclipse.swt.internal.mozilla.nsIPrefService;
+import org.eclipse.swt.internal.mozilla.nsIProperties;
+import org.eclipse.swt.internal.mozilla.nsIRequest;
+import org.eclipse.swt.internal.mozilla.nsIServiceManager;
+import org.eclipse.swt.internal.mozilla.nsISimpleEnumerator;
+import org.eclipse.swt.internal.mozilla.nsISupports;
+import org.eclipse.swt.internal.mozilla.nsISupportsWeakReference;
+import org.eclipse.swt.internal.mozilla.nsITooltipListener;
+import org.eclipse.swt.internal.mozilla.nsIURI;
+import org.eclipse.swt.internal.mozilla.nsIURIContentListener;
+import org.eclipse.swt.internal.mozilla.nsIWeakReference;
+import org.eclipse.swt.internal.mozilla.nsIWebBrowser;
+import org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome;
+import org.eclipse.swt.internal.mozilla.nsIWebBrowserChromeFocus;
+import org.eclipse.swt.internal.mozilla.nsIWebBrowserFocus;
+import org.eclipse.swt.internal.mozilla.nsIWebBrowserStream;
+import org.eclipse.swt.internal.mozilla.nsIWebNavigation;
+import org.eclipse.swt.internal.mozilla.nsIWebProgress;
+import org.eclipse.swt.internal.mozilla.nsIWebProgressListener;
+import org.eclipse.swt.internal.mozilla.nsIWindowWatcher;
+import org.eclipse.swt.layout.FillLayout;
+import org.eclipse.swt.widgets.Composite;
+import org.eclipse.swt.widgets.Display;
+import org.eclipse.swt.widgets.Event;
+import org.eclipse.swt.widgets.Label;
+import org.eclipse.swt.widgets.Listener;
+import org.eclipse.swt.widgets.Menu;
+import org.eclipse.swt.widgets.Shell;
+import org.eclipse.swt.widgets.Widget;
+
/**
* Instances of this class implement the browser user interface
* metaphor. It allows the user to visualize and navigate through
@@ -169,46 +229,7 @@ public Browser(Composite parent, int sty
}
}
- /*
- * Try to load the various profile libraries until one is found that loads successfully:
- * - mozilla14profile/mozilla14profile-gcc should succeed for mozilla 1.4 - 1.6
- * - mozilla17profile/mozilla17profile-gcc should succeed for mozilla 1.7.x and firefox
- * - mozilla18profile/mozilla18profile-gcc should succeed for mozilla 1.8.x (seamonkey)
- */
- try {
- Library.loadLibrary ("swt-mozilla14-profile"); //$NON-NLS-1$
- usingProfile = true;
- } catch (UnsatisfiedLinkError e1) {
- try {
- Library.loadLibrary ("swt-mozilla17-profile"); //$NON-NLS-1$
- usingProfile = true;
- } catch (UnsatisfiedLinkError e2) {
- try {
- Library.loadLibrary ("swt-mozilla14-profile-gcc3"); //$NON-NLS-1$
- usingProfile = true;
- } catch (UnsatisfiedLinkError e3) {
- try {
- Library.loadLibrary ("swt-mozilla17-profile-gcc3"); //$NON-NLS-1$
- usingProfile = true;
- } catch (UnsatisfiedLinkError e4) {
- try {
- Library.loadLibrary ("swt-mozilla18-profile"); //$NON-NLS-1$
- usingProfile = true;
- } catch (UnsatisfiedLinkError e5) {
- try {
- Library.loadLibrary ("swt-mozilla18-profile-gcc3"); //$NON-NLS-1$
- usingProfile = true;
- } catch (UnsatisfiedLinkError e6) {
- /*
- * fail silently, the Browser will still work without profile support
- * but will abort any attempts to navigate to HTTPS pages
- */
- }
- }
- }
- }
- }
- }
+ usingProfile = true;
int /*long*/[] retVal = new int /*long*/[1];
nsEmbedString pathString = new nsEmbedString(mozillaPath);
@@ -218,11 +239,11 @@ public Browser(Composite parent, int sty
if (retVal[0] == 0) error(XPCOM.NS_ERROR_NULL_POINTER);
nsILocalFile localFile = new nsILocalFile(retVal[0]);
- rc = XPCOM.NS_InitEmbedding(localFile.getAddress(), 0);
+ rc = XPCOM.NS_InitXPCOM2(0, localFile.getAddress(), 0);
localFile.Release();
if (rc != XPCOM.NS_OK) {
dispose();
- SWT.error(SWT.ERROR_NO_HANDLES, null, " [NS_InitEmbedding "+mozillaPath+" error "+rc+"]"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
+ SWT.error(SWT.ERROR_NO_HANDLES, null, " [NS_InitXPCOM2 "+mozillaPath+" error "+rc+"]"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
}
rc = XPCOM.NS_GetComponentManager(result);
@@ -283,7 +304,6 @@ public Browser(Composite parent, int sty
rc = properties.Get(buffer, nsIFile.NS_IFILE_IID, result);
if (rc != XPCOM.NS_OK) error(rc);
if (result[0] == 0) error(XPCOM.NS_NOINTERFACE);
- properties.Release();
nsIFile profileDir = new nsIFile(result[0]);
result[0] = 0;
@@ -305,24 +325,15 @@ public Browser(Composite parent, int sty
pathString.dispose(); //
profileDir = new nsIFile(result[0]);
- result[0] = 0;
- rc = XPCOM_PROFILE.NS_NewProfileDirServiceProvider(true, result);
+ // Set the profile dir property so that it's initialized for
+ // things like password manager and https
+ buffer = Converter.wcsToMbcs(null, XPCOM.NS_APP_USER_PROFILE_50_DIR, true);
+ rc = properties.Set(buffer, profileDir.getAddress());
if (rc != XPCOM.NS_OK) error(rc);
- if (result[0] == 0) error(XPCOM.NS_NOINTERFACE);
+ properties.Release();
- final int /*long*/ dirServiceProvider = result[0];
result[0] = 0;
- rc = XPCOM_PROFILE.ProfileDirServiceProvider_Register(dirServiceProvider);
- if (rc != XPCOM.NS_OK) error(rc);
- rc = XPCOM_PROFILE.ProfileDirServiceProvider_SetProfileDir(dirServiceProvider, profileDir.getAddress());
- if (rc != XPCOM.NS_OK) error(rc);
-
- getDisplay().addListener(SWT.Dispose, new Listener() {
- public void handleEvent(Event e) {
- XPCOM_PROFILE.ProfileDirServiceProvider_Shutdown(dirServiceProvider);
- }
- });
}
/*
@@ -1354,27 +1365,6 @@ void onDispose(Display display) {
tip = null;
BrowserCount--;
- /*
- * This code is intentionally commented. It is not possible to reinitialize
- * Mozilla once it has been terminated. NS_InitEmbedding always fails after
- * NS_TermEmbedding has been called. The workaround is to call NS_InitEmbedding
- * once and never call NS_TermEmbedding.
- */
-// if (BrowserCount == 0) {
-// if (AppShell != null) {
-// // Shutdown the appshell service.
-// rc = AppShell.Spindown();
-// if (rc != XPCOM.NS_OK) error(rc);
-// AppShell.Release();
-// AppShell = null;
-// }
-// WindowCreator.Release();
-// WindowCreator = null;
-// PromptService.Release();
-// PromptService = null;
-// XPCOM.NS_TermEmbedding();
-// mozilla = false;
-// }
}
void Activate() {

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_make_openbsd_mak,v 1.4 2006/07/07 01:48:55 kurt Exp $
--- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_openbsd.mak.orig Wed Jun 7 15:47:39 2006
+++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_openbsd.mak Wed Jun 7 16:38:14 2006
@@ -27,15 +27,15 @@ GNOME_PREFIX = swt-gnome
MOZILLA_PREFIX = swt-mozilla$(GCC_VERSION)
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_make_openbsd_mak,v 1.5 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_openbsd.mak.orig Mon Dec 4 22:29:12 2006
+++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_openbsd.mak Tue Dec 5 11:22:03 2006
@@ -30,18 +30,18 @@ PROFILE17_PREFIX = swt-mozilla17-profile
PROFILE18_PREFIX = swt-mozilla18-profile$(GCC_VERSION)
GLX_PREFIX = swt-glx
-SWT_LIB = lib$(SWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
@ -13,29 +13,23 @@ $OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_make_openbsd_
-ATK_LIB = lib$(ATK_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
-GNOME_LIB = lib$(GNOME_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
-MOZILLA_LIB = lib$(MOZILLA_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
-GLX_LIB = lib$(GLX_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
+SWT_LIB = lib$(SWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so.$(LIBswt_gtk_VERSION)
+CDE_LIB = lib$(CDE_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so.$(LIBswt_cde_gtk_VERSION)
+AWT_LIB = lib$(AWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so.$(LIBswt_awt_gtk_VERSION)
+SWTPI_LIB = lib$(SWTPI_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so.$(LIBswt_pi_gtk_VERSION)
+CAIRO_LIB = lib$(CAIRO_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so.$(LIBswt_cairo_gtk_VERSION)
+CAIRO_LIB = lib$(CAIRO_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so.$(LIBswt_cairo_gtk_VERSION)
+ATK_LIB = lib$(ATK_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so.$(LIBswt_atk_gtk_VERSION)
+GNOME_LIB = lib$(GNOME_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so.$(LIBswt_gnome_gtk_VERSION)
+MOZILLA_LIB = lib$(MOZILLA_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so.$(LIBswt_mozilla_gtk_VERSION)
PROFILE14_LIB = lib$(PROFILE14_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
PROFILE17_LIB = lib$(PROFILE17_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
PROFILE18_LIB = lib$(PROFILE18_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
-GLX_LIB = lib$(GLX_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
+GLX_LIB = lib$(GLX_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so.$(LIBswt_glx_gtk_VERSION)
CAIROCFLAGS = `pkg-config --cflags cairo`
CAIROLIBS = `pkg-config --libs-only-L cairo` -lcairo
@@ -75,7 +75,7 @@ MOZILLACFLAGS = -O \
-I$(JAVA_HOME)/include/openbsd \
${GECKO_INCLUDES} \
${SWT_PTR_CFLAGS}
-MOZILLALIBS = -shared -s -Wl,--version-script=mozilla_exports -Bsymbolic \
+MOZILLALIBS = -shared -s -Bsymbolic \
${GECKO_LIBS}
SWT_OBJECTS = swt.o callback.o
@@ -94,12 +94,13 @@ CFLAGS = -O -Wall \
@@ -101,12 +101,13 @@ CFLAGS = -O -Wall \
-DLINUX -DGTK \
-I$(JAVA_HOME)/include \
-I$(JAVA_HOME)/include/openbsd \
@ -50,7 +44,45 @@ $OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_make_openbsd_
#
# SWT libs
@@ -233,10 +234,10 @@ glx_stats.o: glx_stats.c glx_stats.h
@@ -202,7 +203,7 @@ gnome_stats.o: gnome_stats.c gnome_stats
#
# Mozilla lib
#
-make_mozilla:$(MOZILLA_LIB) $(PROFILE14_LIB) $(PROFILE17_LIB) $(PROFILE18_LIB)
+make_mozilla:$(MOZILLA_LIB)
$(MOZILLA_LIB): $(MOZILLA_OBJECTS)
$(CXX) -o $(MOZILLA_LIB) $(MOZILLA_OBJECTS) $(MOZILLALIBS) ${GECKO_LIBS}
@@ -220,22 +221,22 @@ xpcom_stats.o: xpcom_stats.cpp
$(CXX) $(MOZILLACFLAGS) ${GECKO_INCLUDES} -c xpcom_stats.cpp
$(PROFILE14_OBJECTS): xpcom_profile.cpp
- $(CXX) -o $(PROFILE14_OBJECTS) $(MOZILLACFLAGS) ${PROFILE14_INCLUDES} -c xpcom_profile.cpp
+ $(CXX) -o $(PROFILE14_OBJECTS) $(MOZILLACFLAGS) ${PROFILE14_INCLUDES} ${GECKO_INCLUDES} -c xpcom_profile.cpp
$(PROFILE17_OBJECTS): xpcom_profile.cpp
- $(CXX) -o $(PROFILE17_OBJECTS) $(MOZILLACFLAGS) ${PROFILE17_INCLUDES} -c xpcom_profile.cpp
+ $(CXX) -o $(PROFILE17_OBJECTS) $(MOZILLACFLAGS) ${PROFILE17_INCLUDES} ${GECKO_INCLUDES} -c xpcom_profile.cpp
$(PROFILE18_OBJECTS): xpcom_profile.cpp
- $(CXX) -o $(PROFILE18_OBJECTS) $(MOZILLACFLAGS) ${PROFILE18_INCLUDES} -c xpcom_profile.cpp
+ $(CXX) -o $(PROFILE18_OBJECTS) $(MOZILLACFLAGS) ${PROFILE18_INCLUDES} ${GECKO_INCLUDES} -c xpcom_profile.cpp
$(PROFILE14_LIB): $(PROFILE14_OBJECTS)
- $(CXX) -o $(PROFILE14_LIB) $(PROFILE14_OBJECTS) $(MOZILLALIBS) ${PROFILE14_LIBS}
+ $(CXX) -o $(PROFILE14_LIB) $(PROFILE14_OBJECTS) $(MOZILLALIBS) ${PROFILE14_LIBS} ${GECKO_LIBS}
$(PROFILE17_LIB): $(PROFILE17_OBJECTS)
- $(CXX) -o $(PROFILE17_LIB) $(PROFILE17_OBJECTS) $(MOZILLALIBS) ${PROFILE17_LIBS}
+ $(CXX) -o $(PROFILE17_LIB) $(PROFILE17_OBJECTS) $(MOZILLALIBS) ${PROFILE17_LIBS} ${GECKO_LIBS}
$(PROFILE18_LIB): $(PROFILE18_OBJECTS)
- $(CXX) -o $(PROFILE18_LIB) $(PROFILE18_OBJECTS) $(MOZILLALIBS) ${PROFILE18_LIBS}
+ $(CXX) -o $(PROFILE18_LIB) $(PROFILE18_OBJECTS) $(MOZILLALIBS) ${PROFILE18_LIBS} ${GECKO_LIBS}
#
# GLX lib
@@ -258,10 +259,10 @@ glx_stats.o: glx_stats.c glx_stats.h
# Install
#
install: all

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_os_custom_h,v 1.2 2006/07/07 01:48:55 kurt Exp $
--- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h.orig Fri Jun 2 13:32:28 2006
+++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h Wed Jun 7 00:41:44 2006
@@ -36,42 +36,42 @@
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_os_custom_h,v 1.3 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h.orig Thu Sep 21 10:57:34 2006
+++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h Mon Dec 4 22:20:37 2006
@@ -36,50 +36,50 @@
#define XRenderFreePicture_LIB "libXrender.so"
#define XRenderSetPictureClipRectangles_LIB "libXrender.so"
#define XRenderSetPictureTransform_LIB "libXrender.so"
@ -41,6 +41,14 @@ $OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_os_custom_h,v
-#define gdk_x11_screen_lookup_visual_LIB "libgdk-x11-2.0.so.0"
-#define atk_object_add_relationship_LIB "libatk-1.0.so.0"
-#define pango_layout_set_auto_dir_LIB "libpango-1.0.so.0"
-#define pango_cairo_create_layout_LIB "libpangocairo-1.0.so.0"
-#define pango_cairo_layout_path_LIB "libpangocairo-1.0.so.0"
-#define pango_cairo_show_layout_LIB "libpangocairo-1.0.so.0"
-#define pango_cairo_font_map_create_context_LIB "libpangocairo-1.0.so.0"
-#define pango_cairo_font_map_new_LIB "libpangocairo-1.0.so.0"
-#define pango_cairo_font_map_get_default_LIB "libpangocairo-1.0.so.0"
-#define gdk_cairo_set_source_color_LIB "libgdk-x11-2.0.so.0"
-#define gdk_cairo_region_LIB "libgdk-x11-2.0.so.0"
+#define gtk_entry_text_index_to_layout_index_LIB "libgtk-x11-2.0.so"
+#define gtk_file_chooser_add_filter_LIB "libgtk-x11-2.0.so"
+#define gtk_file_chooser_dialog_new_LIB "libgtk-x11-2.0.so"
@ -77,6 +85,14 @@ $OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_os_custom_h,v
+#define gdk_x11_screen_lookup_visual_LIB "libgdk-x11-2.0.so"
+#define atk_object_add_relationship_LIB "libatk-1.0.so"
+#define pango_layout_set_auto_dir_LIB "libpango-1.0.so"
+#define pango_cairo_create_layout_LIB "libpangocairo-1.0.so"
+#define pango_cairo_layout_path_LIB "libpangocairo-1.0.so"
+#define pango_cairo_show_layout_LIB "libpangocairo-1.0.so"
+#define pango_cairo_font_map_create_context_LIB "libpangocairo-1.0.so"
+#define pango_cairo_font_map_new_LIB "libpangocairo-1.0.so"
+#define pango_cairo_font_map_get_default_LIB "libpangocairo-1.0.so"
+#define gdk_cairo_set_source_color_LIB "libgdk-x11-2.0.so"
+#define gdk_cairo_region_LIB "libgdk-x11-2.0.so"
/* Field accessors */
#define GTK_ACCEL_LABEL_SET_ACCEL_STRING(arg0, arg1) (arg0)->accel_string = arg1

View File

@ -1,7 +1,15 @@
$OpenBSD: patch-plugins_org_eclipse_swt_gtk_openbsd_x86_64_build_xml,v 1.1 2006/07/07 01:48:55 kurt Exp $
--- plugins/org.eclipse.swt.gtk.openbsd.x86_64/build.xml.orig Wed Jun 7 12:07:06 2006
+++ plugins/org.eclipse.swt.gtk.openbsd.x86_64/build.xml Wed Jun 7 15:36:31 2006
@@ -92,7 +92,7 @@
$OpenBSD: patch-plugins_org_eclipse_swt_gtk_openbsd_x86_64_build_xml,v 1.2 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.swt.gtk.openbsd.x86_64/build.xml.orig Sat Dec 9 09:26:57 2006
+++ plugins/org.eclipse.swt.gtk.openbsd.x86_64/build.xml Sat Dec 9 09:28:16 2006
@@ -39,7 +39,6 @@
<target name="properties" if="eclipse.running">
<property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
- <!--compile the jar in org.eclipse.swt.tools-->
</target>
<target name="build.update.jar" depends="init">
@@ -92,7 +91,7 @@
<compilerarg line="-log '${temp.folder}'/@dot.bin${logExtension}" compiler="org.eclipse.jdt.core.JDTCompilerAdapter"/>
</javac>
<property name="includes" value=""/>
@ -10,7 +18,7 @@ $OpenBSD: patch-plugins_org_eclipse_swt_gtk_openbsd_x86_64_build_xml,v 1.1 2006/
<copy todir="${temp.folder}/@dot.bin">
<fileset dir="${basedir}/src/Eclipse SWT/cairo/" includes="${includes}" excludes="${excludes}"/>
<fileset dir="${basedir}/src/Eclipse SWT/common/" includes="${includes}" excludes="${excludes}"/>
@@ -150,7 +150,7 @@
@@ -150,7 +149,7 @@
<!-- Copy the existing 32 bit SWT source folders to the 64 bit source folder -->
<copy todir="${basedir}/src">
@ -19,7 +27,7 @@ $OpenBSD: patch-plugins_org_eclipse_swt_gtk_openbsd_x86_64_build_xml,v 1.1 2006/
</copy>
<!-- Convert SWT 32 bit java source to 64 bit -->
<replace dir="${basedir}/src" includes="**/*.java" token="int /*long*/" value="long /*int*/"/>
@@ -200,7 +200,7 @@
@@ -200,7 +199,7 @@
<fileset dir="${basedir}/src/Eclipse SWT PI/common/" includes="**/*.java" excludes=""/>
<fileset dir="${basedir}/src/Eclipse SWT PI/common_j2se/" includes="**/*.java" excludes=""/>
<fileset dir="${basedir}/src/Eclipse SWT PI/gtk/" includes="**/*.java" excludes=""/>
@ -28,7 +36,20 @@ $OpenBSD: patch-plugins_org_eclipse_swt_gtk_openbsd_x86_64_build_xml,v 1.1 2006/
<fileset dir="${basedir}/src/Eclipse SWT Printing/common/" includes="**/*.java" excludes=""/>
<fileset dir="${basedir}/src/Eclipse SWT Printing/gtk/" includes="**/*.java" excludes=""/>
<fileset dir="${basedir}/src/Eclipse SWT Program/cde/" includes="**/*.java" excludes=""/>
@@ -263,7 +263,7 @@
@@ -222,8 +221,11 @@
</target>
<target name="build.cfiles" depends="build.jars">
+ <!--compile the jar in org.eclipse.swt.tools-->
+ <ant antfile="build.xml" dir="${toolsplugindir}" inheritAll="false" target="build.jars" />
+
<!-- generate the C code from the (64 bit) SWT PI java classes -->
- <!-- assumes the swt.jar has already been built -->
+ <!-- assumes the swttools.jar has already been built -->
<java classname="org.eclipse.swt.tools.internal.JNIGeneratorApp" classpath="${toolsplugindir}/bin:${toolsplugindir}/swttools.jar:${basedir}/swt.jar"><arg value="org.eclipse.swt.internal.gtk.OS"/><arg value="${basedir}/src/Eclipse SWT PI/gtk/library/"/><arg value="${build.result.folder}/swt.jar"/></java>
<java classname="org.eclipse.swt.tools.internal.JNIGeneratorApp" classpath="${toolsplugindir}/bin:${toolsplugindir}/swttools.jar:${basedir}/swt.jar"><arg value="org.eclipse.swt.internal.accessibility.gtk.ATK"/><arg value="${basedir}/src/Eclipse SWT PI/gtk/library/"/><arg value="${build.result.folder}/swt.jar"/></java>
<java classname="org.eclipse.swt.tools.internal.JNIGeneratorApp" classpath="${toolsplugindir}/bin:${toolsplugindir}/swttools.jar:${basedir}/swt.jar"><arg value="org.eclipse.swt.internal.cairo.Cairo"/><arg value="${basedir}/src/Eclipse SWT PI/cairo/library/"/><arg value="${build.result.folder}/swt.jar"/></java>
@@ -264,7 +266,7 @@
<arg line="all"/>
</exec>
<copy todir="${lib_destdir}">
@ -37,7 +58,7 @@ $OpenBSD: patch-plugins_org_eclipse_swt_gtk_openbsd_x86_64_build_xml,v 1.1 2006/
</copy>
</target>
@@ -290,11 +290,11 @@
@@ -291,11 +293,11 @@
<fileset dir="${build.result.folder}/@dot" includes="**"/>
</copy>
<copy todir="${destination.temp.folder}/${full.name}">
@ -51,7 +72,7 @@ $OpenBSD: patch-plugins_org_eclipse_swt_gtk_openbsd_x86_64_build_xml,v 1.1 2006/
<eclipse.versionReplacer path="${destination.temp.folder}/${full.name}" version="${version.suffix}"/>
</target>
@@ -308,7 +308,7 @@
@@ -309,7 +311,7 @@
<copy file="${plugindir}/build/.project" todir="${temp.folder}/swtdownload"/>
<copy file="${plugindir}/build/.classpath" todir="${temp.folder}/swtdownload"/>
<copy todir="${temp.folder}/swtdownload">
@ -60,3 +81,12 @@ $OpenBSD: patch-plugins_org_eclipse_swt_gtk_openbsd_x86_64_build_xml,v 1.1 2006/
<fileset dir="${basedir}" includes="about.html,about_files/"/>
</copy>
<chmod dir="${temp.folder}/swtdownload" perm="755" includes="**/lib*"/>
@@ -325,6 +327,8 @@
<delete file="${plugin.destination}/${full.name}.jar"/>
<delete file="${plugin.destination}/${full.name}.zip"/>
<delete dir="${temp.folder}"/>
+ <!-- delete swttools.jar so that it will be compiled in the build.jars target -->
+ <ant antfile="build.xml" dir="${toolsplugindir}" inheritAll="false" target="clean"/>
</target>
<target name="refresh" depends="init" if="eclipse.running">

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-plugins_org_eclipse_update_core_openbsd_src_build_xml,v 1.3 2005/08/09 14:49:09 kurt Exp $
$OpenBSD: patch-plugins_org_eclipse_update_core_openbsd_src_build_xml,v 1.4 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.update.core.openbsd/src/build.xml.orig Sun Jul 31 21:51:03 2005
+++ plugins/org.eclipse.update.core.openbsd/src/build.xml Sun Jul 31 22:18:08 2005
@@ -6,12 +6,12 @@
@ -12,7 +12,7 @@ $OpenBSD: patch-plugins_org_eclipse_update_core_openbsd_src_build_xml,v 1.3 2005
<!-- sets the properties -->
<property name="library-name" value="libupdate"/>
- <property name="library-platform" value="so"/>
+ <property name="library-platform" value="so.2.0"/>
+ <property name="library-platform" value="so.4.0"/>
<property name="library-file" value="${library-name}.${library-platform}"/>
<!-- This target holds all initialization code that needs to be done for -->

View File

@ -0,0 +1,24 @@
$OpenBSD: patch-too_long_XPCOM_PROFILE_properties,v 1.1 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.XPCOM_PROFILE.properties.orig Tue Dec 5 11:50:20 2006
+++ plugins/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.XPCOM_PROFILE.properties Tue Dec 5 12:32:27 2006
@@ -24,16 +24,15 @@ XPCOM_NS_GetComponentManager_0=
XPCOM_NS_GetServiceManager=
XPCOM_NS_GetServiceManager_0=
-XPCOM_NS_InitEmbedding=
-XPCOM_NS_InitEmbedding_0=
-XPCOM_NS_InitEmbedding_1=
+XPCOM_NS_InitXPCOM2=
+XPCOM_NS_InitXPCOM2_0=
+XPCOM_NS_InitXPCOM2_1=
+XPCOM_NS_InitXPCOM2_2=
XPCOM_NS_NewLocalFile=
XPCOM_NS_NewLocalFile_0=
XPCOM_NS_NewLocalFile_1=
XPCOM_NS_NewLocalFile_2=
-
-XPCOM_NS_TermEmbedding=
XPCOM_PR_Free=
XPCOM_PR_Free_0=

View File

@ -0,0 +1,24 @@
$OpenBSD: patch-too_long_XPCOM_properties,v 1.1 2006/12/13 20:57:16 kurt Exp $
--- plugins/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.XPCOM.properties.orig Tue Dec 5 11:49:02 2006
+++ plugins/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.XPCOM.properties Tue Dec 5 12:32:13 2006
@@ -24,16 +24,15 @@ XPCOM_NS_GetComponentManager_0=cast=(nsI
XPCOM_NS_GetServiceManager=
XPCOM_NS_GetServiceManager_0=cast=(nsIServiceManager**)
-XPCOM_NS_InitEmbedding=
-XPCOM_NS_InitEmbedding_0=cast=(nsILocalFile *)
-XPCOM_NS_InitEmbedding_1=cast=(nsIDirectoryServiceProvider *)
+XPCOM_NS_InitXPCOM2=
+XPCOM_NS_InitXPCOM2_0=cast=(nsIServiceManager**)
+XPCOM_NS_InitXPCOM2_1=cast=(nsIFile *)
+XPCOM_NS_InitXPCOM2_2=cast=(nsIDirectoryServiceProvider *)
XPCOM_NS_NewLocalFile=
XPCOM_NS_NewLocalFile_0=cast=(nsAString *),flags=struct
XPCOM_NS_NewLocalFile_1=
XPCOM_NS_NewLocalFile_2=cast=(nsILocalFile**)
-
-XPCOM_NS_TermEmbedding=
XPCOM_PR_Free=
XPCOM_PR_Free_0=cast=(void *)

View File

@ -0,0 +1,2 @@
HTML Browser Widget library for swt/eclipse. This package is needed for
the internal browser to work in eclipse.

View File

@ -1 +1 @@
Provides eclipse integration with the gnome desktop.
Provides swt/eclipse integration with the gnome desktop.

View File

@ -1,2 +0,0 @@
Provides eclipse integration with mozilla. Required for HTML Browser
Widget functionality.

View File

@ -0,0 +1,3 @@
SWT is an open source widget toolkit for Java designed to provide
efficient, portable access to the user-interface facilities of the
operating systems on which it is implemented.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared-browser,v 1.1 2006/12/13 20:57:16 kurt Exp $
@lib lib/libswt-mozilla-gtk-3235.so.${LIBswt-mozilla-gtk-3235_VERSION}

View File

@ -1,2 +1,2 @@
@comment $OpenBSD: PFRAG.shared-gnome,v 1.5 2006/07/07 01:48:55 kurt Exp $
@lib lib/libswt-gnome-gtk-3232.so.${LIBswt-gnome-gtk-3232_VERSION}
@comment $OpenBSD: PFRAG.shared-gnome,v 1.6 2006/12/13 20:57:16 kurt Exp $
@lib lib/libswt-gnome-gtk-3235.so.${LIBswt-gnome-gtk-3235_VERSION}

View File

@ -1,7 +0,0 @@
@comment $OpenBSD: PFRAG.shared-main,v 1.1 2006/11/22 15:42:39 kurt Exp $
@lib lib/libswt-atk-gtk-3232.so.${LIBswt-atk-gtk-3232_VERSION}
@lib lib/libswt-awt-gtk-3232.so.${LIBswt-awt-gtk-3232_VERSION}
@lib lib/libswt-cairo-gtk-3232.so.${LIBswt-cairo-gtk-3232_VERSION}
@lib lib/libswt-glx-gtk-3232.so.${LIBswt-glx-gtk-3232_VERSION}
@lib lib/libswt-gtk-3232.so.${LIBswt-gtk-3232_VERSION}
@lib lib/libswt-pi-gtk-3232.so.${LIBswt-pi-gtk-3232_VERSION}

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared-mozilla,v 1.5 2006/07/07 01:48:55 kurt Exp $
@lib lib/libswt-mozilla-gtk-3232.so.${LIBswt-mozilla-gtk-3232_VERSION}

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PFRAG.shared-swt,v 1.1 2006/12/13 20:57:16 kurt Exp $
@lib lib/libswt-atk-gtk-3235.so.${LIBswt-atk-gtk-3235_VERSION}
@lib lib/libswt-awt-gtk-3235.so.${LIBswt-awt-gtk-3235_VERSION}
@lib lib/libswt-cairo-gtk-3235.so.${LIBswt-cairo-gtk-3235_VERSION}
@lib lib/libswt-glx-gtk-3235.so.${LIBswt-glx-gtk-3235_VERSION}
@lib lib/libswt-gtk-3235.so.${LIBswt-gtk-3235_VERSION}
@lib lib/libswt-pi-gtk-3235.so.${LIBswt-pi-gtk-3235_VERSION}

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST-browser,v 1.1 2006/12/13 20:57:16 kurt Exp $
@conflict eclipse-sdk-gtk2-mozilla-<=3.0.1
@pkgpath devel/eclipse/sdk,-mozilla
%%SHARED%%

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
@comment $OpenBSD: PLIST-mozilla,v 1.2 2005/08/16 09:49:52 espie Exp $
@conflict eclipse-sdk-gtk2-mozilla-<=3.0.1
%%SHARED%%

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST-swt,v 1.1 2006/12/13 20:57:16 kurt Exp $
%%SHARED%%
share/java/
share/java/classes/
share/java/classes/swt.jar