Index: Makefile =================================================================== RCS file: /home/FreeBSD/ncvs/ports/java/eclipse/Makefile,v retrieving revision 1.64 diff -u -r1.64 Makefile --- Makefile 31 Jul 2009 13:53:08 -0000 1.64 +++ Makefile 4 Nov 2009 13:59:57 -0000 @@ -6,60 +6,60 @@ # PORTNAME= eclipse -PORTVERSION= ${ECLIPSE_RELEASE:C/(.*)\.[A-Z][0-9]{8}-[0-9]{4}/\1/} -PORTREVISION= 1 +PORTVERSION= 3.5.0.${BUILD_ID:C/-/./} CATEGORIES= java devel +DISTFILES= ${ECLIPSE_BUILD_SRCFILE} ${ECLIPSE_SRCFILE} MASTER_SITES= ${MASTER_SITE_ECLIPSE} -MASTER_SITE_SUBDIR= R-${PORTVERSION}-${ECLIPSE_TIMESTAMP} -DISTNAME= eclipse-sourceBuild-srcIncluded-${PORTVERSION} +MASTER_SITE_SUBDIR= technology/linuxtools/eclipse-build DIST_SUBDIR= eclipse +EXTRACT_ONLY= ${ECLIPSE_BUILD_SRCFILE} MAINTAINER= sepotvin@FreeBSD.org COMMENT= An open extensible IDE for anything and nothing in particular +ONLY_FOR_ARCHS= i386 amd64 + +PATCH_DEPENDS= gpatch:${PORTSDIR}/devel/patch \ + zip:${PORTSDIR}/archivers/zip + BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ - zip:${PORTSDIR}/archivers/zip \ - unzip:${PORTSDIR}/archivers/unzip + gpatch:${PORTSDIR}/devel/patch \ + unzip:${PORTSDIR}/archivers/unzip \ + zip:${PORTSDIR}/archivers/zip -PATCH_DEPENDS= zip:${PORTSDIR}/archivers/zip +LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -ONLY_FOR_ARCHS= i386 amd64 -USE_GMAKE= yes -USE_ZIP= yes +USE_ANT= yes +USE_GECKO= libxul USE_GL= glu +USE_GMAKE= yes +USE_GNOME= desktopfileutils gconf2 gtk20 gnomevfs2 libgnome libgnomeui pkgconfig USE_JAVA= yes -JAVA_VERSION= 1.6 -JAVA_OS= native -.if !defined(WITHOUT_MOZILLA) -USE_GECKO= libxul firefox xulrunner seamonkey -.endif - -USE_GNOME= gtk20 pkgconfig desktopfileutils gconf2 -.if defined(WITHOUT_GNOMEVFS) -MAKE_GNOME= -.else -MAKE_GNOME= make_gnome -USE_GNOME+= gnomevfs2 libgnome libgnomeui -.endif - -.if defined(WITHOUT_CAIRO) -MAKE_CAIRO= -.else -LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -MAKE_CAIRO= make_cairo -.endif - -PORTDESTDIR= ${PREFIX}/${PORTNAME} -NO_WRKSUBDIR= yes +JAVA_BUILD= yes +JAVA_OS= native +JAVA_RUN= yes +JAVA_VERSION= 1.6 -ECLIPSE_RELEASE=3.4.2.M20090211-1700 -ECLIPSE_VERSION=${ECLIPSE_RELEASE}-${PORTREVISION} -ECLIPSE_BUILDID=${ECLIPSE_VERSION:C/.*\.([MIS][0-9]{8}-[0-9]{4}-[0-9]+)/\1/} -ECLIPSE_BUILDTYPE=${ECLIPSE_BUILDID:C/(.).*/\1/} -ECLIPSE_TIMESTAMP=${ECLIPSE_BUILDID:C/.([0-9]{8})-([0-9]{4})-[0-9]+/\1\2/} -ECLIPSE_PDE_BUILD_VERSION=3.4.1.R34x_v20081217 -ECLIPSE_LAUNCHER_VERSION=1.0.101.R34x_v20081125 +BUILD_ID= I20090611-1540 +ECLIPSE_BUILD_SRCFILE= eclipse-build-0_4_RC1.tar.gz +ECLIPSE_SRCFILE= eclipse-${BUILD_ID}-fetched-src.tar.bz2 +FBSD_SUPPORT_SRCFILE= freebsd-support.patch + +MAKE_ARGS= -DbuildOs=freebsd -DbuildArch=${ARCH:C/amd64/x86_64/} -Dprefix=${PREFIX} +WRKSRC= ${WRKDIR}/${ECLIPSE_BUILD_SRCFILE:C/.tar.gz//} +PATCH_STRIP= -p1 + +BOOTCLASSPATH= ${JAVA_HOME}/jre/lib/rt.jar:${JAVA_HOME}/jre/lib/jce.jar:${JAVA_HOME}/jre/lib/jsse.jar +PORTDESTDIR= ${PREFIX}/lib/${PORTNAME} +DROPINS_DIR= ${PREFIX}/share/${PORTNAME}/dropins + +PLIST_FILES= bin/${PORTNAME} \ + share/applications/${PORTNAME}.desktop \ + share/icons/hicolor/16x16/apps/${PORTNAME}.png \ + share/icons/hicolor/32x32/apps/${PORTNAME}.png \ + share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + share/pixmaps/${PORTNAME}.png .include @@ -67,207 +67,44 @@ JAVA_VENDOR= bsdjava .endif -.if ${OSVERSION} < 800086 -PATCH_DEPENDS+= gpatch:${PORTSDIR}/devel/patch -PATCH= ${LOCALBASE}/bin/gpatch -.endif - -.if !defined(WITHOUT_MOZILLA) -MAKE_MOZILLA= make_mozilla -BROWSER= ${GECKO} -.else -BROWSER= -MAKE_MOZILLA= -.endif - -ECLIPSE_OS= freebsd -ECLIPSE_WS= gtk -.if (${ARCH} == "amd64") -ECLIPSE_ARCH= x86_64 -ECLIPSE_SWT= gtk64 -.else -ECLIPSE_ARCH= x86 -ECLIPSE_SWT= gtk -.endif -ECLIPSE_ARCH_ALL= x86 x86_64 - -MAKE_ENV+= BROWSER=${BROWSER} \ - ECLIPSE_ARCH=${ECLIPSE_ARCH} \ - ECLIPSE_OS=${ECLIPSE_OS} \ - ECLIPSE_WS=${ECLIPSE_WS} \ - JAVA_HOME=${JAVA_HOME} \ - MAKE_GNOME=${MAKE_GNOME} \ - MAKE_MOZILLA=${MAKE_MOZILLA} \ - MAKE_CAIRO=${MAKE_CAIRO} \ - MACHINE_ARCH=${MACHINE_ARCH} - -PLIST_FILES= bin/${PORTNAME} share/applications/${PORTNAME}.desktop - -SWTBASE=${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT -SWTGTK=${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT PI -SWTMOZ=${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT Mozilla - -JAVA_BOOTCLASSES=${JAVA_HOME}/jre/lib/rt.jar;${JAVA_HOME}/jre/lib/jce.jar;${JAVA_HOME}/jre/lib/jsse.jar -ECLIPSE_LAUNCHER=${WRKSRC}/eclipse/plugins/org.eclipse.equinox.launcher_${ECLIPSE_LAUNCHER_VERSION}.jar -ECLIPSE_PDE_BUILD=${WRKSRC}/eclipse/plugins/org.eclipse.pde.build_${ECLIPSE_PDE_BUILD_VERSION} +# Copy the eclipse source file to the work area +post-extract: + @${CP} ${DISTDIR}/${DIST_SUBDIR}/${ECLIPSE_SRCFILE} ${BUILD_WRKSRC} + @${CP} ${FILESDIR}/${FBSD_SUPPORT_SRCFILE} ${BUILD_WRKSRC}/patches/ +# Fixup boot classes path post-patch: - @${PATCH} ${PATCH_DIST_ARGS} -d "${SWTBASE}" -i ${FILESDIR}/post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-FileDialog.java - @${PATCH} ${PATCH_DIST_ARGS} -d "${SWTBASE}" -i ${FILESDIR}/post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-DirectoryDialog.java - @${PATCH} ${PATCH_DIST_ARGS} -d "${SWTGTK}" -i ${FILESDIR}/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.sh - @${PATCH} ${PATCH_DIST_ARGS} -d "${SWTGTK}" -i ${FILESDIR}/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.xml - @${PATCH} ${PATCH_DIST_ARGS} -d "${SWTGTK}" -i ${FILESDIR}/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-make_freebsd.mak - @${PATCH} ${PATCH_DIST_ARGS} -d "${SWTGTK}" -i ${FILESDIR}/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-org-eclipse-swt-internal-gtk-OS.java - @${PATCH} ${PATCH_DIST_ARGS} -d "${SWTMOZ}" -i ${FILESDIR}/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_Mozilla-gtk-org-eclipse-swt-browser-MozillaDelegate.java - @${MKDIR} ${WRKSRC}/packager - @${CP} ${WRKSRC}/plugins/org.eclipse.pde.build/templates/packager/customTargets.xml ${WRKSRC}/packager/ - @${PATCH} ${PATCH_DIST_ARGS} -d "${WRKSRC}" -i ${FILESDIR}/post-patch-packager-customTargets.xml - @${SED} -e "s+%%JAVA_BOOTCLASSES%%+${JAVA_BOOTCLASSES}+g" ${FILESDIR}/build.properties.in > ${WRKSRC}/build.properties - @${SED} \ - -e "s/%%ECLIPSE_ARCH%%/${ECLIPSE_ARCH}/g" \ - -e "s/%%ECLIPSE_BUILDID%%/${ECLIPSE_BUILDID}/g" \ - -e "s/%%ECLIPSE_BUILDTYPE%%/${ECLIPSE_BUILDTYPE}/g" \ - -e "s/%%ECLIPSE_TIMESTAMP%%/${ECLIPSE_TIMESTAMP}/g" \ - ${FILESDIR}/packager-packager.properties.in > ${WRKSRC}/packager/packager.properties - @${REINPLACE_CMD} -E \ - -e "/buildId/ s/(.*)/\1-${PORTREVISION}/" \ - -e "/buildLabel/ s/(.*)/\1-${PORTREVISION}/" \ - ${WRKSRC}/label.properties - @${SED} \ - -e "s/%%ECLIPSE_ARCH%%/${ECLIPSE_ARCH}/g" \ - -e "s+%%WRKSRC%%+${WRKSRC}+g" \ - ${FILESDIR}/packager-packaging.map.in > ${WRKSRC}/packager/packaging.map - @${SED} \ - -e "s/%%ECLIPSE_VERSION%%/${ECLIPSE_VERSION}/g" \ - ${FILESDIR}/packager-sdk.product.in > ${WRKSRC}/packager/sdk.product - @${CP} ${FILESDIR}/packager-packaging.properties ${WRKSRC}/packager/packaging.properties - @${RM} ${WRKSRC}/plugins/org.eclipse.platform/launchersrc.zip - @(cd ${WRKSRC}/features/org.eclipse.equinox.executable; ${LOCALBASE}/bin/zip -q -9 -r ${WRKSRC}/plugins/org.eclipse.platform/launchersrc.zip library) -# @${REINPLACE_CMD} -e "s/win32\.win32\.x86/${ECLIPSE_WS}.${ECLIPSE_OS}.${ECLIPSE_ARCH}/" ${WRKSRC}/plugins/org.eclipse.jdt.doc.isv/jdtOptions.txt -# @${REINPLACE_CMD} -e "s/win32\.win32\.x86/${ECLIPSE_WS}.${ECLIPSE_OS}.${ECLIPSE_ARCH}/" ${WRKSRC}/plugins/org.eclipse.pde.doc.user/pdeOptions.txt -# @${REINPLACE_CMD} \ -# -e "/[. ]ole/I n" \ -# -e "s/win32/${ECLIPSE_WS}/" \ -# ${WRKSRC}/plugins/org.eclipse.platform.doc.isv/platformOptions.txt - @${FIND} ${WRKSRC} -type f -name \*.xml -exec ${REINPLACE_CMD} -E "s/output=\".*(txt|log).*\"//g" "{}" \; - @${FIND} ${WRKSRC} -name \*.so -delete - @${FIND} ${WRKSRC}/features/org.eclipse.equinox.executable -type f -name eclipse -delete - @(cd ${WRKSRC}/features; \ - for f in */build.xml; do \ - for platform in win32 macosx carbon cocoa hpux solaris aix qnx motif linux; do \ - ${REINPLACE_CMD} -E \ - -e "// d" \ - -e "/idReplacer/ s/org.eclipse\.([a-z0-9A-Z_]+\.)+$${platform}(\.[a-z0-9A-Z_]+)*:0\.0\.0,([0-9]+\.?){3}[a-z0-9A-Z_-]*,//g" \ - $${f}; \ - done; \ - for arch in `echo ${ECLIPSE_ARCH_ALL} | ${SED} -e "s/${ECLIPSE_ARCH}//"`; do \ - ${REINPLACE_CMD} -E \ - -e "// d" \ - -e "/idReplacer/ s/org.eclipse\.([a-z0-9A-Z_]+\.)+$${arch}:0\.0\.0,([0-9]+\.?){3}[a-z0-9A-Z_-]*,//g" \ - $${f}; \ - done; \ - done; \ - for f in *.source/feature.xml; do \ - for platform in win32 macosx carbon cocoa hpux solaris aix qnx motif linux; do \ - ${REINPLACE_CMD} -E -e "// d" $${f}; \ - done; \ - done; \ - ) - @(cd ${WRKSRC}/plugins; \ - for f in */build.xml; do \ - ${REINPLACE_CMD} -E \ - -e "// s/org\.eclipse\.core\.filesystem\.linux\.${ECLIPSE_ARCH}/org.eclipse.core.filesystem.${ECLIPSE_OS}.${ECLIPSE_ARCH}/" \ - -e "// s/org\.eclipse\.core\.net\.linux\.x86/org.eclipse.core.net.${ECLIPSE_OS}.${ECLIPSE_ARCH}/" \ - -e "// s/org\.eclipse\.equinox\.launcher\.${ECLIPSE_WS}\.linux\.${ECLIPSE_ARCH}/org.eclipse.equinox.launcher.${ECLIPSE_WS}.${ECLIPSE_OS}.${ECLIPSE_ARCH}/" \ - -e "// s/org\.eclipse\.swt\.${ECLIPSE_WS}\.linux\.${ECLIPSE_ARCH}/org.eclipse.swt.${ECLIPSE_WS}.${ECLIPSE_OS}.${ECLIPSE_ARCH}/" \ - -e "// s/org\.eclipse\.update\.core\.linux/org.eclipse.update.core.${ECLIPSE_OS}/" \ - $${f}; \ - for platform in win32 macosx carbon cocoa hpux solaris aix qnx motif linux; do \ - ${REINPLACE_CMD} -E -e "// d" $${f}; \ - done; \ - done; \ - ) - @${RM} \ - ${WRKSRC}/plugins/org.eclipse.swt/extra_jars/exceptions.jar \ - ${WRKSRC}/plugins/org.eclipse.osgi/osgi/osgi.cmpn.jar \ - ${WRKSRC}/plugins/org.eclipse.osgi/osgi/osgi.core.jar \ - ${WRKSRC}/plugins/org.eclipse.osgi/supplement/osgi/osgi.jar - @${FIND} ${WRKSRC} -name "*.bak" -delete - -do-build: - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \ - ./build -os ${ECLIPSE_OS} -ws ${ECLIPSE_WS} -arch ${ECLIPSE_ARCH} -compilelibs) - @${JAVA} \ - -jar ${ECLIPSE_LAUNCHER} \ - -data ${WRKSRC}/workspace \ - -application org.eclipse.ant.core.antRunner \ - -consoleLog \ - -nosplash \ - -buildfile ${ECLIPSE_PDE_BUILD}/scripts/package.xml \ - -DpackagingInfo=${WRKSRC}/packager \ - -quiet + @${REINPLACE_CMD} -e "s+%%BOOTCLASSPATH%%+${BOOTCLASSPATH}+g" ${BUILD_WRKSRC}/build.properties + @${REINPLACE_CMD} -e "s+%%BOOTCLASSPATH%%+${BOOTCLASSPATH}+g" ${BUILD_WRKSRC}/pdebuild.properties + @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${ANT} ${MAKE_ARGS} applyPatches) do-install: - @${RM} -rf ${PORTDESTDIR}/configuration + @${RM} -rf ${PORTDESTDIR} @${MKDIR} ${PORTDESTDIR} - @${RM} -rf ${WRKSRC}/eclipse/configuration/.settings - @${JAVA} \ - -Declipse.p2.data.area=file:${PORTDESTDIR}/p2 \ - -jar ${ECLIPSE_LAUNCHER} \ - -data ${WRKSRC}/workspace \ - -application org.eclipse.equinox.p2.director.app.application \ - -consoleLog \ - -nosplash \ - -flavor tooling \ - -metadataRepository file:${WRKSRC}/packager/repo \ - -artifactRepository file:${WRKSRC}/packager/repo \ - -installIU org.eclipse.sdk.ide \ - -version ${ECLIPSE_VERSION} \ - -p2.os ${ECLIPSE_OS} \ - -p2.ws ${ECLIPSE_WS} \ - -p2.arch ${ECLIPSE_ARCH} \ - -profile SDKProfile \ - -profileProperties org.eclipse.update.install.features=true \ - -destination "${PORTDESTDIR}" \ - -bundlepool "${PORTDESTDIR}" \ - -roaming - @${RM} -rf ${PORTDESTDIR}/p2/org.eclipse.equinox.p2.core/cache - @${RM} -f ${PORTDESTDIR}/p2/org.eclipse.equinox.p2.director/rollback/content.xml + @${MKDIR} ${DROPINS_DIR} + @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${INSTALL_TARGET}) @${SED} \ + -e "s+%%BROWSER%%+${GECKO}+g" \ -e "s+%%ECLIPSE_HOME%%+${PORTDESTDIR}+g" \ - -e "s+%%PREFIX%%+${PREFIX}+g" \ - -e "s+%%LOCALBASE%%+${LOCALBASE}+g" \ - -e "s+%%LOCALBASE%%+${LOCALBASE}+g" \ - -e "s+%%BROWSER%%+${BROWSER}+g" \ - -e "s,%%JAVA_VERSION%%,${JAVA_VERSION},g" \ + -e "s+%%JAVA_HOME%%+${JAVA_HOME}+g" \ -e "s+%%JAVA_OS%%+${JAVA_OS}+g" \ - ${FILESDIR}/eclipse.in > ${WRKSRC}/eclipse.tmp + -e "s+%%JAVA_VERSION%%+${JAVA_VERSION}+g" \ + -e "s+%%LOCALBASE%%+${LOCALBASE}+g" \ + ${FILESDIR}/eclipse.in > ${BUILD_WRKSRC}/eclipse.tmp .if defined(JAVA_VENDOR) - @${REINPLACE_CMD} \ - -e "s+%%JAVA_VENDOR_SPECIFICATION%%+JAVA_VENDOR=\"${JAVA_VENDOR}\"+g" \ - ${WRKSRC}/eclipse.tmp + @${REINPLACE_CMD} -e "s+%%JAVA_VENDOR_SPECIFICATION%%+JAVA_VENDOR=\"${JAVA_VENDOR}\"+g" \ + ${BUILD_WRKSRC}/eclipse.tmp .else - @${REINPLACE_CMD} \ - -e "s+%%JAVA_VENDOR_SPECIFICATION%%++g" \ - ${WRKSRC}/eclipse.tmp + @${REINPLACE_CMD} -e "s+%%JAVA_VENDOR_SPECIFICATION%%++g" \ + ${BUILD_WRKSRC}/eclipse.tmp .endif @${INSTALL_SCRIPT} ${WRKSRC}/eclipse.tmp ${PREFIX}/bin/${PORTNAME} - @${PREFIX}/bin/${PORTNAME} -initialize -consoleLog - @${SED} \ - -e "s+%%ECLIPSE_HOME%%+${PORTDESTDIR}+g" \ - -e "s+%%ECLIPSE%%+${PORTNAME}+g" \ - -e "s+%%PREFIX%%+${PREFIX}+g" \ - ${FILESDIR}/eclipse.desktop > ${WRKSRC}/eclipse.desktop.tmp - @${MKDIR} ${PREFIX}/share/applications/ || ${TRUE} - @${INSTALL_DATA} ${WRKSRC}/eclipse.desktop.tmp ${PREFIX}/share/applications/${PORTNAME}.desktop - @-update-desktop-database - @(cd ${PREFIX}; ${FIND} -s ${PORTNAME} -not -type d) >> ${TMPPLIST} - @echo '@exec ${PREFIX}/bin/update-desktop-database > /dev/null || /usr/bin/true' >> ${TMPPLIST} - @(cd ${PREFIX}; ${FIND} -s -d ${PORTNAME} -type d) | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST} - @echo '@unexec ${PREFIX}/bin/update-desktop-database > /dev/null || /usr/bin/true' >> ${TMPPLIST} - -setup-user: - @echo 'Preparing Eclipse configuration for user ${USER}' - @${FIND} ${HOME}/.eclipse -exec ${TOUCH} {} \; + @${PREFIX}/bin/${PORTNAME} -initialize -consolelog + -@update-desktop-database + @(cd ${PREFIX}; ${FIND} -s ./lib/${PORTNAME} -not -type d) >> ${TMPPLIST} + @(cd ${PREFIX}; ${FIND} -s -d ./lib/${PORTNAME} -type d) | ${SED} -ne "s,^,@dirrm ,p" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry ${DROPINS_DIR}" >> ${TMPPLIST} + @${ECHO_CMD} "@exec ${PREFIX}/bin/update-desktop-database > /dev/null || /usr/bin/true" >> ${TMPPLIST} + @${ECHO_CMD} "@unexec ${PREFIX}/bin/update-desktop-database > /dev/null || /usr/bin/true" >> ${TMPPLIST} .include Index: distinfo =================================================================== RCS file: /home/FreeBSD/ncvs/ports/java/eclipse/distinfo,v retrieving revision 1.17 diff -u -r1.17 distinfo --- distinfo 6 Jun 2009 20:58:20 -0000 1.17 +++ distinfo 2 Nov 2009 21:04:27 -0000 @@ -1,3 +1,6 @@ -MD5 (eclipse/eclipse-sourceBuild-srcIncluded-3.4.2.zip) = bfbbf287cf57108b5eb6974be188c24f -SHA256 (eclipse/eclipse-sourceBuild-srcIncluded-3.4.2.zip) = 0c0df3b317a0c5745dfb7d5714ea3754b1f2d23f08c1f59713c812dd0bfa79d7 -SIZE (eclipse/eclipse-sourceBuild-srcIncluded-3.4.2.zip) = 105843305 +MD5 (eclipse/eclipse-build-0_4_RC1.tar.gz) = 8a5c8205505895d85a2178d704eabac2 +SHA256 (eclipse/eclipse-build-0_4_RC1.tar.gz) = 1ef34c1da1a6fb0c26ebfe4127e409ea1b929af889cb6a281b194ce89e238fe5 +SIZE (eclipse/eclipse-build-0_4_RC1.tar.gz) = 50072 +MD5 (eclipse/eclipse-I20090611-1540-fetched-src.tar.bz2) = 2602a3fae7cbf28986b97f46aa706284 +SHA256 (eclipse/eclipse-I20090611-1540-fetched-src.tar.bz2) = 8b9151a617cc51388cbf74daf167eb6e1125461a5ee502238aa0af891674d1bf +SIZE (eclipse/eclipse-I20090611-1540-fetched-src.tar.bz2) = 86737752 Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 15 Feb 2009 03:19:41 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,3 +0,0 @@ -If eclipse is reinstalled, you must run the 'setup-user' make -target as each user that is using eclipse. Failure to do so will result -in plugins installed by the users not being available at run-time. Index: files/build.properties.in =================================================================== RCS file: files/build.properties.in diff -N files/build.properties.in --- files/build.properties.in 6 Jun 2009 20:58:20 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,4 +0,0 @@ -CDC-1.0/Foundation-1.0=%%JAVA_BOOTCLASSES%% -J2SE-1.4=%%JAVA_BOOTCLASSES%% -J2SE-1.5=%%JAVA_BOOTCLASSES%% -JavaSE-1.6=%%JAVA_BOOTCLASSES%% Index: files/eclipse.desktop =================================================================== RCS file: files/eclipse.desktop diff -N files/eclipse.desktop --- files/eclipse.desktop 15 Feb 2009 03:19:41 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ -[Desktop Entry] -Comment=Eclipse IDE -Name=%%ECLIPSE%% -Exec=%%PREFIX%%/bin/%%ECLIPSE%% -Encoding=UTF-8 -Terminal=false -Type=Application -Icon=%%ECLIPSE_HOME%%/icon.xpm -Categories=Application;Development; - Index: files/eclipse.in =================================================================== RCS file: /home/FreeBSD/ncvs/ports/java/eclipse/files/eclipse.in,v retrieving revision 1.12 diff -u -r1.12 eclipse.in --- files/eclipse.in 15 Feb 2009 03:19:41 -0000 1.12 +++ files/eclipse.in 2 Nov 2009 21:05:06 -0000 @@ -6,12 +6,10 @@ # # $FreeBSD: ports/java/eclipse/files/eclipse.in,v 1.12 2009/02/15 03:19:41 glewis Exp $ # -DEFAULT_JAVA_HOME=%%PREFIX%% +DEFAULT_JAVA_HOME=%%JAVA_HOME%% ECLIPSE_HOME=%%ECLIPSE_HOME%% DEFAULT_JAVA_CMD=java -MOZILLA_FIVE_HOME=%%LOCALBASE%%/lib/%%BROWSER%% -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MOZILLA_FIVE_HOME -export MOZILLA_FIVE_HOME LD_LIBRARY_PATH +export GRE_HOME=%%LOCALBASE%%/lib/%%BROWSER%% #----------------------------------------------------------------------------- # Determine configuration settings Index: files/freebsd-support.patch =================================================================== RCS file: files/freebsd-support.patch diff -N files/freebsd-support.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/freebsd-support.patch 2 Nov 2009 21:05:06 -0000 @@ -0,0 +1,8055 @@ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/features/org.eclipse.equinox.executable/library/gtk/build.sh build/eclipse-I20090611-1540-fetched-src/features/org.eclipse.equinox.executable/library/gtk/build.sh +--- build.orig/eclipse-I20090611-1540-fetched-src/features/org.eclipse.equinox.executable/library/gtk/build.sh 2009-10-29 19:12:58.276129206 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/features/org.eclipse.equinox.executable/library/gtk/build.sh 2009-10-29 19:14:59.997810550 -0400 +@@ -53,6 +53,7 @@ + "Linux") + makefile="make_linux.mak" + defaultOS="linux" ++ MAKE=make + case $MODEL in + "x86_64") + defaultOSArch="x86_64" +@@ -97,6 +98,7 @@ + "SunOS") + makefile="make_solaris.mak" + defaultOS="solaris" ++ MAKE=make + javaHome="/usr/jdk/jdk1.5.0_01" + OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch" + #PATH=/usr/ccs/bin:/opt/SUNWspro/bin:$PATH +@@ -119,6 +121,24 @@ + ;; + esac + ;; ++ "FreeBSD") ++ makefile="make_freebsd.mak" ++ defaultOS="freebsd" ++ MAKE=gmake ++ javaHome="${JAVA_HOME}" ++ defaultJava=DEFAULT_JAVA_EXEC ++ case $MODEL in ++ "amd64") ++ defaultOSArch="x86_64" ++ ;; ++ i?86) ++ defaultOSArch="x86" ++ ;; ++ *) ++ echo "*** Unknown MODEL <${MODEL}>" ++ ;; ++ esac ++ ;; + *) + echo "Unknown OS -- build aborted" + ;; +@@ -164,13 +184,13 @@ + # If the OS is supported (a makefile exists) + if [ "$makefile" != "" ]; then + if [ "$extraArgs" != "" ]; then +- make -f $makefile $extraArgs ++ ${MAKE} -f $makefile $extraArgs + else + echo "Building $OS launcher. Defaults: -os $DEFAULT_OS -arch $DEFAULT_OS_ARCH -ws $DEFAULT_WS" +- make -f $makefile clean ++ ${MAKE} -f $makefile clean + case x$CC in +- x*gcc*) make -f $makefile all PICFLAG=-fpic ;; +- *) make -f $makefile all ;; ++ x*gcc*) ${MAKE} -f $makefile all PICFLAG=-fpic ;; ++ *) ${MAKE} -f $makefile all ;; + esac + fi + else +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/features/org.eclipse.equinox.executable/library/gtk/make_freebsd.mak build/eclipse-I20090611-1540-fetched-src/features/org.eclipse.equinox.executable/library/gtk/make_freebsd.mak +--- build.orig/eclipse-I20090611-1540-fetched-src/features/org.eclipse.equinox.executable/library/gtk/make_freebsd.mak 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/features/org.eclipse.equinox.executable/library/gtk/make_freebsd.mak 2009-10-29 19:14:59.997810550 -0400 +@@ -0,0 +1,109 @@ ++#******************************************************************************* ++# Copyright (c) 2000, 2005 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++# Kevin Cornell (Rational Software Corporation) ++# Tom Tromey (Red Hat, Inc.) ++#******************************************************************************* ++include ../make_version.mak ++# Makefile for creating the GTK eclipse launcher program. ++# ++# This makefile expects the utility "pkg-config" to be in the PATH. ++ ++# This makefile expects the following environment variables set: ++# ++# PROGRAM_OUTPUT - the filename of the output executable ++# DEFAULT_OS - the default value of the "-os" switch ++# DEFAULT_OS_ARCH - the default value of the "-arch" switch ++# DEFAULT_WS - the default value of the "-ws" switch ++# JAVA_HOME - JAVA_HOME for jni headers ++#default value for PROGRAM_OUTPUT ++ifeq ($(PROGRAM_OUTPUT),) ++ PROGRAM_OUTPUT=eclipse ++endif ++ ++PROGRAM_LIBRARY=$(PROGRAM_OUTPUT)_$(LIB_VERSION).so ++ ++ifeq ($(DEFAULT_JAVA),) ++ DEFAULT_JAVA=DEFAULT_JAVA_JNI ++endif ++ ++# Define the object modules to be compiled and flags. ++CC=gcc ++MAIN_OBJS = eclipseMain.o ++COMMON_OBJS = eclipseConfig.o eclipseCommon.o eclipseGtkCommon.o eclipseGtkInit.o ++DLL_OBJS = eclipse.o eclipseGtk.o eclipseUtil.o eclipseJNI.o eclipseMozilla.o eclipseShm.o eclipseNix.o ++ ++EXEC = $(PROGRAM_OUTPUT) ++DLL = $(PROGRAM_LIBRARY) ++#LIBS = `pkg-config --libs-only-L gtk+-2.0` -lgtk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgdk-x11-2.0 -lpthread -ldl ++LIBS = -lpthread ++GTK_LIBS = -DGTK_LIB="\"libgtk-x11-2.0.so.0\"" -DGDK_LIB="\"libgdk-x11-2.0.so.0\"" -DPIXBUF_LIB="\"libgdk_pixbuf-2.0.so.0\"" -DGOBJ_LIB="\"libgobject-2.0.so.0\"" ++LFLAGS = -shared -fpic -Wl,--export-dynamic ++CFLAGS = -g -s -Wall\ ++ -fpic \ ++ -DFREEBSD \ ++ -DMOZILLA_FIX \ ++ -DDEFAULT_OS="\"$(DEFAULT_OS)\"" \ ++ -DDEFAULT_OS_ARCH="\"$(DEFAULT_OS_ARCH)\"" \ ++ -DDEFAULT_WS="\"$(DEFAULT_WS)\"" \ ++ -D$(DEFAULT_JAVA) \ ++ $(GTK_LIBS) \ ++ -I. \ ++ -I.. \ ++ -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/freebsd \ ++ `pkg-config --cflags gtk+-2.0` ++ ++all: $(EXEC) $(DLL) ++ ++eclipse.o: ../eclipse.c ../eclipseOS.h ../eclipseCommon.h ../eclipseJNI.h ++ $(CC) $(CFLAGS) -c ../eclipse.c -o eclipse.o ++ ++eclipseMain.o: ../eclipseUnicode.h ../eclipseCommon.h ../eclipseMain.c ++ $(CC) $(CFLAGS) -c ../eclipseMain.c -o eclipseMain.o ++ ++eclipseCommon.o: ../eclipseCommon.h ../eclipseUnicode.h ../eclipseCommon.c ++ $(CC) $(CFLAGS) -c ../eclipseCommon.c ++ ++eclipseGtkCommon.o: ../eclipseCommon.h ../eclipseOS.h eclipseGtk.h eclipseGtkCommon.c ++ $(CC) $(CFLAGS) -c eclipseGtkCommon.c -o eclipseGtkCommon.o ++ ++eclipseGtkInit.o: ../eclipseCommon.h eclipseGtk.h eclipseGtkInit.c ++ $(CC) $(CFLAGS) -c eclipseGtkInit.c -o eclipseGtkInit.o ++ ++eclipseUtil.o: ../eclipseUtil.c ../eclipseUtil.h ../eclipseOS.h ++ $(CC) $(CFLAGS) -c ../eclipseUtil.c -o eclipseUtil.o ++ ++eclipseJNI.o: ../eclipseJNI.c ../eclipseCommon.h ../eclipseOS.h ../eclipseJNI.h ++ $(CC) $(CFLAGS) -c ../eclipseJNI.c -o eclipseJNI.o ++ ++eclipseConfig.o: ../eclipseConfig.c ../eclipseConfig.h ../eclipseOS.h ++ $(CC) $(CFLAGS) -c ../eclipseConfig.c -o eclipseConfig.o ++ ++eclipseMozilla.o: ../eclipseMozilla.c ../eclipseMozilla.h ../eclipseOS.h ++ $(CC) $(CFLAGS) -c ../eclipseMozilla.c -o eclipseMozilla.o ++ ++eclipseShm.o: ../eclipseShm.h ../eclipseUnicode.h ../eclipseShm.c ++ $(CC) $(CFLAGS) -c ../eclipseShm.c -o eclipseShm.o ++ ++eclipseNix.o: ../eclipseNix.c ++ $(CC) $(CFLAGS) -c ../eclipseNix.c -o eclipseNix.o ++ ++$(EXEC): $(MAIN_OBJS) $(COMMON_OBJS) ++ $(CC) -o $(EXEC) $(MAIN_OBJS) $(COMMON_OBJS) $(LIBS) ++ ++$(DLL): $(DLL_OBJS) $(COMMON_OBJS) ++ $(CC) $(LFLAGS) -o $(DLL) $(DLL_OBJS) $(COMMON_OBJS) $(LIBS) ++ ++install: all ++ cp $(EXEC) $(OUTPUT_DIR) ++ cp $(DLL) $(LIBRARY_DIR) ++ rm -f $(EXEC) $(DLL) $(MAIN_OBJS) $(COMMON_OBJS) $(DLL_OBJS) ++ ++clean: ++ rm -f $(EXEC) $(DLL) $(MAIN_OBJS) $(COMMON_OBJS) $(DLL_OBJS) +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/features/org.eclipse.equinox.executable/target.build.properties build/eclipse-I20090611-1540-fetched-src/features/org.eclipse.equinox.executable/target.build.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/features/org.eclipse.equinox.executable/target.build.properties 2009-05-07 11:02:06.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/features/org.eclipse.equinox.executable/target.build.properties 2009-10-29 19:14:59.999808844 -0400 +@@ -55,4 +55,7 @@ + root.qnx.photon.x86=bin/photon/qnx/x86 + + root.linux.motif.x86=bin/motif/linux/x86,motif_root +-root.linux.motif.x86.permissions.755=libXm.so.2,libcairo-swt.so +\ No newline at end of file ++root.linux.motif.x86.permissions.755=libXm.so.2,libcairo-swt.so ++ ++root.freebsd.gtk.x86=bin/gtk/freebsd/x86,gtk_root ++root.freebsd.gtk.x86_64=bin/gtk/freebsd/x86_64,gtk_root +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/features/org.eclipse.platform/feature.xml build/eclipse-I20090611-1540-fetched-src/features/org.eclipse.platform/feature.xml +--- build.orig/eclipse-I20090611-1540-fetched-src/features/org.eclipse.platform/feature.xml 2009-06-01 14:36:27.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/features/org.eclipse.platform/feature.xml 2009-10-29 19:15:00.000811482 -0400 +@@ -138,6 +138,16 @@ + unpack="false"/> + + ++ ++ + + ++ ++ ++ ++ + + ++ ++ + + ++ ++ ++ ++ + + ++ ++ ++ ++ ++#include +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/LocalFileSystem.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/LocalFileSystem.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/LocalFileSystem.java 2007-06-27 14:17:56.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/LocalFileSystem.java 2009-10-29 19:15:00.004810583 -0400 +@@ -98,7 +98,7 @@ + String arch = System.getProperty("osgi.arch", ""); //$NON-NLS-1$ //$NON-NLS-2$ + if (os.equals(Constants.OS_WIN32)) + attributes |= EFS.ATTRIBUTE_ARCHIVE | EFS.ATTRIBUTE_HIDDEN; +- else if (os.equals(Constants.OS_LINUX) || (os.equals(Constants.OS_SOLARIS) && arch.equals(Constants.ARCH_SPARC))) ++ else if (os.equals(Constants.OS_FREEBSD) || os.equals(Constants.OS_LINUX) || (os.equals(Constants.OS_SOLARIS) && arch.equals(Constants.ARCH_SPARC))) + attributes |= EFS.ATTRIBUTE_EXECUTABLE | EFS.ATTRIBUTE_SYMLINK | EFS.ATTRIBUTE_LINK_TARGET; + else if (os.equals(Constants.OS_MACOSX) || os.equals(Constants.OS_HPUX) || os.equals(Constants.OS_QNX)) + attributes |= EFS.ATTRIBUTE_EXECUTABLE; +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/.project build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/.project +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/.project 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/.project 2009-10-29 19:15:00.005808472 -0400 +@@ -0,0 +1,22 @@ ++ ++ ++ org.eclipse.core.filesystem.freebsd.x86 ++ ++ ++ ++ ++ ++ org.eclipse.pde.ManifestBuilder ++ ++ ++ ++ ++ org.eclipse.pde.SchemaBuilder ++ ++ ++ ++ ++ ++ org.eclipse.pde.PluginNature ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/META-INF/MANIFEST.MF build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/META-INF/MANIFEST.MF +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/META-INF/MANIFEST.MF 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/META-INF/MANIFEST.MF 2009-10-29 19:15:00.005808472 -0400 +@@ -0,0 +1,9 @@ ++Manifest-Version: 1.0 ++Bundle-ManifestVersion: 2 ++Bundle-Name: %fragmentName ++Bundle-SymbolicName: org.eclipse.core.filesystem.freebsd.x86; singleton:=true ++Bundle-Version: 1.2.0.qualifier ++Bundle-Vendor: %providerName ++Fragment-Host: org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)" ++Bundle-Localization: fragment ++Eclipse-PlatformFilter: (& (osgi.os=freebsd) (osgi.arch=x86)) +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/about.html build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/about.html +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/about.html 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/about.html 2009-10-29 19:15:00.006809155 -0400 +@@ -0,0 +1,28 @@ ++ ++ ++ ++ ++About ++ ++ ++

About This Content

++ ++

June 2, 2006

++

License

++ ++

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise ++indicated below, the Content is provided to you under the terms and conditions of the ++Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available ++at http://www.eclipse.org/legal/epl-v10.html. ++For purposes of the EPL, "Program" will mean the Content.

++ ++

If you did not receive this Content directly from the Eclipse Foundation, the Content is ++being redistributed by another party ("Redistributor") and different terms and conditions may ++apply to your use of any object code in the Content. Check the Redistributor's license that was ++provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise ++indicated below, the terms and conditions of the EPL still apply to any source code in the Content ++and such source code may be obtained at http://www.eclipse.org.

++ ++ ++ +\ No newline at end of file +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/build.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/build.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/build.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/build.properties 2009-10-29 19:15:00.006809155 -0400 +@@ -0,0 +1,16 @@ ++############################################################################### ++# Copyright (c) 2005, 2007 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++bin.includes = META-INF/,\ ++ os/,\ ++ fragment.properties,\ ++ about.html ++src.includes = about.html ++generateSourceBundle=false +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/fragment.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/fragment.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/fragment.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86/fragment.properties 2009-10-29 19:15:00.007808162 -0400 +@@ -0,0 +1,12 @@ ++############################################################################### ++# Copyright (c) 2005 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++fragmentName = Core File System for FreeBSD ++providerName = Eclipse.org +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/.project build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/.project +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/.project 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/.project 2009-10-29 19:15:00.007808162 -0400 +@@ -0,0 +1,22 @@ ++ ++ ++ org.eclipse.core.filesystem.freebsd.x86_64 ++ ++ ++ ++ ++ ++ org.eclipse.pde.ManifestBuilder ++ ++ ++ ++ ++ org.eclipse.pde.SchemaBuilder ++ ++ ++ ++ ++ ++ org.eclipse.pde.PluginNature ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/META-INF/MANIFEST.MF build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/META-INF/MANIFEST.MF +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/META-INF/MANIFEST.MF 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/META-INF/MANIFEST.MF 2009-10-29 19:15:00.007808162 -0400 +@@ -0,0 +1,9 @@ ++Manifest-Version: 1.0 ++Bundle-ManifestVersion: 2 ++Bundle-Name: %fragmentName ++Bundle-SymbolicName: org.eclipse.core.filesystem.freebsd.x86_64; singleton:=true ++Bundle-Version: 1.0.100.qualifier ++Bundle-Vendor: %providerName ++Fragment-Host: org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)" ++Bundle-Localization: fragment ++Eclipse-PlatformFilter: (& (osgi.os=freebsd) (osgi.arch=x86_64)) +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/about.html build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/about.html +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/about.html 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/about.html 2009-10-29 19:15:00.008808286 -0400 +@@ -0,0 +1,28 @@ ++ ++ ++ ++ ++About ++ ++ ++

About This Content

++ ++

June 2, 2006

++

License

++ ++

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise ++indicated below, the Content is provided to you under the terms and conditions of the ++Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available ++at http://www.eclipse.org/legal/epl-v10.html. ++For purposes of the EPL, "Program" will mean the Content.

++ ++

If you did not receive this Content directly from the Eclipse Foundation, the Content is ++being redistributed by another party ("Redistributor") and different terms and conditions may ++apply to your use of any object code in the Content. Check the Redistributor's license that was ++provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise ++indicated below, the terms and conditions of the EPL still apply to any source code in the Content ++and such source code may be obtained at http://www.eclipse.org.

++ ++ ++ +\ No newline at end of file +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/build.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/build.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/build.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/build.properties 2009-10-29 19:15:00.008808286 -0400 +@@ -0,0 +1,16 @@ ++############################################################################### ++# Copyright (c) 2005, 2007 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++bin.includes = META-INF/,\ ++ about.html,\ ++ os/,\ ++ fragment.properties ++src.includes = about.html ++generateSourceBundle=false +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/fragment.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/fragment.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/fragment.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.filesystem.freebsd.x86_64/fragment.properties 2009-10-29 19:15:00.009808411 -0400 +@@ -0,0 +1,12 @@ ++############################################################################### ++# Copyright (c) 2005 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++fragmentName = Core File System for FreeBSD ++providerName = Eclipse.org +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/.classpath build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/.classpath +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/.classpath 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/.classpath 2009-10-29 19:15:00.009808411 -0400 +@@ -0,0 +1,7 @@ ++ ++ ++ ++ ++ ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/.project build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/.project +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/.project 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/.project 2009-10-29 19:15:00.009808411 -0400 +@@ -0,0 +1,28 @@ ++ ++ ++ org.eclipse.core.net.linux.x86 ++ ++ ++ ++ ++ ++ org.eclipse.jdt.core.javabuilder ++ ++ ++ ++ ++ org.eclipse.pde.ManifestBuilder ++ ++ ++ ++ ++ org.eclipse.pde.SchemaBuilder ++ ++ ++ ++ ++ ++ org.eclipse.pde.PluginNature ++ org.eclipse.jdt.core.javanature ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/.settings/org.eclipse.jdt.core.prefs build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/.settings/org.eclipse.jdt.core.prefs +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/.settings/org.eclipse.jdt.core.prefs 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/.settings/org.eclipse.jdt.core.prefs 2009-10-29 19:15:00.010808535 -0400 +@@ -0,0 +1,12 @@ ++#Mon Apr 21 14:24:04 CEST 2008 ++eclipse.preferences.version=1 ++org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled ++org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2 ++org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve ++org.eclipse.jdt.core.compiler.compliance=1.4 ++org.eclipse.jdt.core.compiler.debug.lineNumber=generate ++org.eclipse.jdt.core.compiler.debug.localVariable=generate ++org.eclipse.jdt.core.compiler.debug.sourceFile=generate ++org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning ++org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning ++org.eclipse.jdt.core.compiler.source=1.3 +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/META-INF/MANIFEST.MF build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/META-INF/MANIFEST.MF +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/META-INF/MANIFEST.MF 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/META-INF/MANIFEST.MF 2009-10-29 19:15:00.010808535 -0400 +@@ -0,0 +1,10 @@ ++Manifest-Version: 1.0 ++Bundle-ManifestVersion: 2 ++Bundle-Name: %fragmentName ++Bundle-Vendor: %providerName ++Bundle-Localization: fragment ++Bundle-SymbolicName: org.eclipse.core.net.freebsd.x86;singleton:=true ++Bundle-Version: 1.1.0.qualifier ++Fragment-Host: org.eclipse.core.net;bundle-version="1.1.0" ++Eclipse-PlatformFilter: (& (osgi.os=freebsd) (osgi.arch=x86)) ++Bundle-RequiredExecutionEnvironment: J2SE-1.4 +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/about.html build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/about.html +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/about.html 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/about.html 2009-10-29 19:15:00.011808380 -0400 +@@ -0,0 +1,28 @@ ++ ++ ++ ++ ++About ++ ++ ++

About This Content

++ ++

June 2, 2006

++

License

++ ++

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise ++indicated below, the Content is provided to you under the terms and conditions of the ++Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available ++at http://www.eclipse.org/legal/epl-v10.html. ++For purposes of the EPL, "Program" will mean the Content.

++ ++

If you did not receive this Content directly from the Eclipse Foundation, the Content is ++being redistributed by another party ("Redistributor") and different terms and conditions may ++apply to your use of any object code in the Content. Check the Redistributor's license that was ++provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise ++indicated below, the terms and conditions of the EPL still apply to any source code in the Content ++and such source code may be obtained at http://www.eclipse.org.

++ ++ ++ +\ No newline at end of file +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/build.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/build.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/build.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/build.properties 2009-10-29 19:15:00.011808380 -0400 +@@ -0,0 +1,19 @@ ++############################################################################### ++# Copyright (c) 2008 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++bin.includes = fragment.properties,\ ++ .,\ ++ META-INF/,\ ++ about.html,\ ++ bin/,\ ++ libgnomeproxy-1.0.0.so ++src.includes = about.html ++generateSourceBundle=false ++source.. = src/ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/fragment.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/fragment.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/fragment.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/fragment.properties 2009-10-29 19:15:00.011808380 -0400 +@@ -0,0 +1,12 @@ ++############################################################################### ++# Copyright (c) 2008 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++fragmentName = Proxy for FreeBSD ++providerName = Eclipse.org +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/src/org/eclipse/core/net/ProxyProvider.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/src/org/eclipse/core/net/ProxyProvider.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/src/org/eclipse/core/net/ProxyProvider.java 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.net.freebsd.x86/src/org/eclipse/core/net/ProxyProvider.java 2009-10-29 19:15:00.012809342 -0400 +@@ -0,0 +1,16 @@ ++/******************************************************************************* ++ * Copyright (c) 2008 Oakland Software Incorporated and others ++ * All rights reserved. This program and the accompanying materials ++ * are made available under the terms of the Eclipse Public License v1.0 ++ * which accompanies this distribution, and is available at ++ * http://www.eclipse.org/legal/epl-v10.html ++ * ++ * Contributors: ++ * Oakland Software Incorporated - initial API and implementation ++ *******************************************************************************/ ++package org.eclipse.core.net; ++ ++import org.eclipse.core.internal.net.proxy.unix.UnixProxyProvider; ++ ++public class ProxyProvider extends UnixProxyProvider { ++} +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java 2009-02-20 10:30:29.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java 2009-10-29 19:15:00.013809187 -0400 +@@ -62,7 +62,7 @@ + //XXX This is not synchronized + private static Map logs = new HashMap(5); + +- private static final String[] OS_LIST = {Platform.OS_AIX, Platform.OS_HPUX, Platform.OS_LINUX, Platform.OS_MACOSX, Platform.OS_QNX, Platform.OS_SOLARIS, Platform.OS_WIN32}; ++ private static final String[] OS_LIST = {Platform.OS_AIX, Platform.OS_FREEBSD, Platform.OS_HPUX, Platform.OS_LINUX, Platform.OS_MACOSX, Platform.OS_QNX, Platform.OS_SOLARIS, Platform.OS_WIN32}; + private static String password = ""; //$NON-NLS-1$ + private static final String PASSWORD = "-password"; //$NON-NLS-1$ + private static PlatformLogWriter platformLog = null; +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java 2009-03-13 13:53:44.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java 2009-10-29 19:15:00.015808039 -0400 +@@ -262,6 +262,17 @@ + public static final String OS_MACOSX = "macosx";//$NON-NLS-1$ + + /** ++ * Constant string (value "freebsd") indicating the platform is running on a ++ * FreeBSD operating system. ++ *

++ * Note this constant is not officially supported by the eclipse project ++ * and is only available on eclipse versions built from the FreeBSD ports ++ * tree. ++ *

++ */ ++ public static final String OS_FREEBSD = "freebsd";//$NON-NLS-1$ ++ ++ /** + * Constant string (value "unknown") indicating the platform is running on a + * machine running an unknown operating system. + *

+diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.project build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.project +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.project 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.project 2009-10-29 19:15:00.017808008 -0400 +@@ -0,0 +1,22 @@ ++ ++ ++ org.eclipse.equinox.launcher.gtk.freebsd.x86_64 ++ ++ ++ ++ ++ ++ org.eclipse.pde.ManifestBuilder ++ ++ ++ ++ ++ org.eclipse.pde.SchemaBuilder ++ ++ ++ ++ ++ ++ org.eclipse.pde.PluginNature ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.settings/org.eclipse.pde.core.prefs build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.settings/org.eclipse.pde.core.prefs +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.settings/org.eclipse.pde.core.prefs 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.settings/org.eclipse.pde.core.prefs 2009-10-29 19:15:00.019808257 -0400 +@@ -0,0 +1,4 @@ ++#Wed Dec 06 11:46:47 EST 2006 ++eclipse.preferences.version=1 ++pluginProject.extensions=false ++resolve.requirebundle=false +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/META-INF/MANIFEST.MF build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/META-INF/MANIFEST.MF +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/META-INF/MANIFEST.MF 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/META-INF/MANIFEST.MF 2009-10-29 19:15:00.019808257 -0400 +@@ -0,0 +1,10 @@ ++Manifest-Version: 1.0 ++Bundle-ManifestVersion: 2 ++Bundle-Name: %pluginName ++Bundle-Vendor: %providerName ++Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.freebsd.x86_64;singleton:=true ++Bundle-Version: 1.0.200.qualifier ++Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" ++Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=freebsd) (osgi.arch=x86_64)) ++Bundle-Localization: launcher.gtk.freebsd.x86_64 ++Eclipse-BundleShape: dir +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/about.html build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/about.html +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/about.html 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/about.html 2009-10-29 19:15:00.020808381 -0400 +@@ -0,0 +1,28 @@ ++ ++ ++ ++ ++About ++ ++ ++

About This Content

++ ++

June 5, 2006

++

License

++ ++

The Eclipse Foundation makes available all content in this plug-in ("Content"). ++Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the ++Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available ++at http://www.eclipse.org/legal/epl-v10.html. ++For purposes of the EPL, "Program" will mean the Content.

++ ++

If you did not receive this Content directly from the Eclipse Foundation, the Content is ++being redistributed by another party ("Redistributor") and different terms and conditions may ++apply to your use of any object code in the Content. Check the Redistributor’s license ++that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise ++indicated below, the terms and conditions of the EPL still apply to any source code in the Content ++and such source code may be obtained at http://www.eclipse.org.

++ ++ ++ +\ No newline at end of file +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/build.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/build.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/build.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/build.properties 2009-10-29 19:15:00.021807947 -0400 +@@ -0,0 +1,7 @@ ++bin.includes = META-INF/,\ ++ eclipse_*.so,\ ++ launcher.gtk.freebsd.x86_64.properties,\ ++ about.html ++ ++customBuildCallbacks=customBuildCallbacks.xml ++generateSourceBundle=false +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/customBuildCallbacks.xml build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/customBuildCallbacks.xml +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/customBuildCallbacks.xml 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/customBuildCallbacks.xml 2009-10-29 19:15:00.022808351 -0400 +@@ -0,0 +1,109 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/launcher.gtk.freebsd.x86_64.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/launcher.gtk.freebsd.x86_64.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/launcher.gtk.freebsd.x86_64.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/launcher.gtk.freebsd.x86_64.properties 2009-10-29 19:15:00.022808351 -0400 +@@ -0,0 +1,12 @@ ++############################################################################### ++# Copyright (c) 2007 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++pluginName = Equinox Launcher FreeBSD X86_64 Fragment ++providerName = Eclipse.org - Equinox +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java 2009-01-27 16:24:13.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java 2009-10-29 19:15:00.023808196 -0400 +@@ -26,6 +26,7 @@ + public static final String INTERNAL_OS_OS400 = "OS/400"; //$NON-NLS-1$ + public static final String INTERNAL_OS_OS390 = "OS/390"; //$NON-NLS-1$ + public static final String INTERNAL_OS_ZOS = "z/OS"; //$NON-NLS-1$ ++ public static final String INTERNAL_OS_FREEBSD = "FreeBSD"; //$NON-NLS-1$ + + public static final String ARCH_X86 = "x86";//$NON-NLS-1$ + public static final String ARCH_X86_64 = "x86_64";//$NON-NLS-1$ +@@ -91,6 +92,12 @@ + public static final String OS_ZOS = "z/os"; //$NON-NLS-1$ + + /** ++ * Constant string (value "freebsd") indicating the platform is running on a ++ * FreeBSD operating system. ++ */ ++ public static final String OS_FREEBSD = "freebsd"; //$NON-NLS-1$ ++ ++ /** + * Constant string (value "unknown") indicating the platform is running on a + * machine running an unknown operating system. + */ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java 2009-04-27 17:46:41.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java 2009-10-29 19:15:00.026808289 -0400 +@@ -304,6 +304,8 @@ + return Constants.WS_GTK; + if (osName.equals(Constants.OS_QNX)) + return Constants.WS_PHOTON; ++ if (osName.equals(Constants.OS_FREEBSD)) ++ return Constants.WS_GTK; + return Constants.WS_UNKNOWN; + } + +@@ -333,6 +335,8 @@ + // os.name on Mac OS can be either Mac OS or Mac OS X + if (osName.regionMatches(true, 0, Constants.INTERNAL_OS_MACOSX, 0, Constants.INTERNAL_OS_MACOSX.length())) + return Constants.OS_MACOSX; ++ if (osName.equalsIgnoreCase(Constants.INTERNAL_OS_FREEBSD)) ++ return Constants.OS_FREEBSD; + return Constants.OS_UNKNOWN; + } + +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/.project build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/.project +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/.project 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/.project 2009-10-29 19:15:00.026808289 -0400 +@@ -0,0 +1,22 @@ ++ ++ ++ org.eclipse.equinox.launcher.gtk.freebsd.x86 ++ ++ ++ ++ ++ ++ org.eclipse.pde.ManifestBuilder ++ ++ ++ ++ ++ org.eclipse.pde.SchemaBuilder ++ ++ ++ ++ ++ ++ org.eclipse.pde.PluginNature ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/META-INF/MANIFEST.MF build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/META-INF/MANIFEST.MF +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/META-INF/MANIFEST.MF 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/META-INF/MANIFEST.MF 2009-10-29 19:15:00.027808134 -0400 +@@ -0,0 +1,10 @@ ++Manifest-Version: 1.0 ++Bundle-ManifestVersion: 2 ++Bundle-Name: %pluginName ++Bundle-Vendor: %providerName ++Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.freebsd.x86;singleton:=true ++Bundle-Version: 1.0.200.qualifier ++Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" ++Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=freebsd) (osgi.arch=x86)) ++Bundle-Localization: launcher.gtk.freebsd.x86 ++Eclipse-BundleShape: dir +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/about.html build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/about.html +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/about.html 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/about.html 2009-10-29 19:15:00.027808134 -0400 +@@ -0,0 +1,28 @@ ++ ++ ++ ++ ++About ++ ++ ++

About This Content

++ ++

June 5, 2006

++

License

++ ++

The Eclipse Foundation makes available all content in this plug-in ("Content"). ++Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the ++Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available ++at http://www.eclipse.org/legal/epl-v10.html. ++For purposes of the EPL, "Program" will mean the Content.

++ ++

If you did not receive this Content directly from the Eclipse Foundation, the Content is ++being redistributed by another party ("Redistributor") and different terms and conditions may ++apply to your use of any object code in the Content. Check the Redistributor’s license ++that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise ++indicated below, the terms and conditions of the EPL still apply to any source code in the Content ++and such source code may be obtained at http://www.eclipse.org.

++ ++ ++ +\ No newline at end of file +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/build.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/build.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/build.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/build.properties 2009-10-29 19:15:00.028807979 -0400 +@@ -0,0 +1,7 @@ ++bin.includes = META-INF/,\ ++ eclipse_*.so,\ ++ launcher.gtk.freebsd.x86.properties,\ ++ about.html ++ ++customBuildCallbacks=customBuildCallbacks.xml ++generateSourceBundle=false +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/customBuildCallbacks.xml build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/customBuildCallbacks.xml +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/customBuildCallbacks.xml 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/customBuildCallbacks.xml 2009-10-29 19:15:00.028807979 -0400 +@@ -0,0 +1,109 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/launcher.gtk.linux.x86.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/launcher.gtk.linux.x86.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/launcher.gtk.linux.x86.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/launcher.gtk.linux.x86.properties 2009-10-29 19:15:00.029808104 -0400 +@@ -0,0 +1,12 @@ ++############################################################################### ++# Copyright (c) 2007 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++pluginName = Equinox Launcher FreeBSD X86 Fragment ++providerName = Eclipse.org - Equinox +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.project build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.project +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.project 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.project 2009-10-29 19:15:00.029808104 -0400 +@@ -0,0 +1,22 @@ ++ ++ ++ org.eclipse.equinox.launcher.gtk.freebsd.x86_64 ++ ++ ++ ++ ++ ++ org.eclipse.pde.ManifestBuilder ++ ++ ++ ++ ++ org.eclipse.pde.SchemaBuilder ++ ++ ++ ++ ++ ++ org.eclipse.pde.PluginNature ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.settings/org.eclipse.pde.core.prefs build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.settings/org.eclipse.pde.core.prefs +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.settings/org.eclipse.pde.core.prefs 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/.settings/org.eclipse.pde.core.prefs 2009-10-29 19:15:00.030808228 -0400 +@@ -0,0 +1,4 @@ ++#Wed Dec 06 11:46:47 EST 2006 ++eclipse.preferences.version=1 ++pluginProject.extensions=false ++resolve.requirebundle=false +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/META-INF/MANIFEST.MF build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/META-INF/MANIFEST.MF +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/META-INF/MANIFEST.MF 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/META-INF/MANIFEST.MF 2009-10-29 19:15:00.030808228 -0400 +@@ -0,0 +1,10 @@ ++Manifest-Version: 1.0 ++Bundle-ManifestVersion: 2 ++Bundle-Name: %pluginName ++Bundle-Vendor: %providerName ++Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.freebsd.x86_64;singleton:=true ++Bundle-Version: 1.0.200.qualifier ++Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" ++Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=freebsd) (osgi.arch=x86_64)) ++Bundle-Localization: launcher.gtk.freebsd.x86_64 ++Eclipse-BundleShape: dir +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/about.html build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/about.html +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/about.html 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/about.html 2009-10-29 19:15:00.031808352 -0400 +@@ -0,0 +1,28 @@ ++ ++ ++ ++ ++About ++ ++ ++

About This Content

++ ++

June 5, 2006

++

License

++ ++

The Eclipse Foundation makes available all content in this plug-in ("Content"). ++Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the ++Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available ++at http://www.eclipse.org/legal/epl-v10.html. ++For purposes of the EPL, "Program" will mean the Content.

++ ++

If you did not receive this Content directly from the Eclipse Foundation, the Content is ++being redistributed by another party ("Redistributor") and different terms and conditions may ++apply to your use of any object code in the Content. Check the Redistributor’s license ++that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise ++indicated below, the terms and conditions of the EPL still apply to any source code in the Content ++and such source code may be obtained at http://www.eclipse.org.

++ ++ ++ +\ No newline at end of file +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/build.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/build.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/build.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/build.properties 2009-10-29 19:15:00.031808352 -0400 +@@ -0,0 +1,7 @@ ++bin.includes = META-INF/,\ ++ eclipse_*.so,\ ++ launcher.gtk.freebsd.x86_64.properties,\ ++ about.html ++ ++customBuildCallbacks=customBuildCallbacks.xml ++generateSourceBundle=false +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/customBuildCallbacks.xml build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/customBuildCallbacks.xml +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/customBuildCallbacks.xml 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/customBuildCallbacks.xml 2009-10-29 19:15:00.031808352 -0400 +@@ -0,0 +1,109 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/launcher.gtk.freebsd.x86_64.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/launcher.gtk.freebsd.x86_64.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/launcher.gtk.freebsd.x86_64.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/launcher.gtk.freebsd.x86_64.properties 2009-10-29 19:15:00.032809035 -0400 +@@ -0,0 +1,12 @@ ++############################################################################### ++# Copyright (c) 2007 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++pluginName = Equinox Launcher FreeBSD X86_64 Fragment ++providerName = Eclipse.org - Equinox +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.p2.metadata.generator/src/org/eclipse/equinox/internal/p2/metadata/generator/features/ProductFile.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.p2.metadata.generator/src/org/eclipse/equinox/internal/p2/metadata/generator/features/ProductFile.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.p2.metadata.generator/src/org/eclipse/equinox/internal/p2/metadata/generator/features/ProductFile.java 2009-03-09 18:37:22.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.p2.metadata.generator/src/org/eclipse/equinox/internal/p2/metadata/generator/features/ProductFile.java 2009-10-29 19:15:00.038808105 -0400 +@@ -27,11 +27,13 @@ + private final static SAXParserFactory parserFactory = SAXParserFactory.newInstance(); + + private static final String PROGRAM_ARGS = "programArgs"; //$NON-NLS-1$ ++ private static final String PROGRAM_ARGS_FREEBSD = "programArgsFre"; //$NON-NLS-1$ + private static final String PROGRAM_ARGS_LINUX = "programArgsLin"; //$NON-NLS-1$ + private static final String PROGRAM_ARGS_MAC = "programArgsMac"; //$NON-NLS-1$ + private static final String PROGRAM_ARGS_SOLARIS = "programArgsSol"; //$NON-NLS-1$ + private static final String PROGRAM_ARGS_WIN = "programArgsWin"; //$NON-NLS-1$ + private static final String VM_ARGS = "vmArgs"; //$NON-NLS-1$ ++ private static final String VM_ARGS_FREEBSD = "vmArgsFre"; //$NON-NLS-1$ + private static final String VM_ARGS_LINUX = "vmArgsLin"; //$NON-NLS-1$ + private static final String VM_ARGS_MAC = "vmArgsMac"; //$NON-NLS-1$ + private static final String VM_ARGS_SOLARIS = "vmArgsSol"; //$NON-NLS-1$ +@@ -53,6 +55,7 @@ + private static final String OS_LINUX = "linux";//$NON-NLS-1$ + private static final String OS_SOLARIS = "solaris";//$NON-NLS-1$ + private static final String OS_MACOSX = "macosx";//$NON-NLS-1$ ++ private static final String OS_FREEBSD = "freebsd";//$NON-NLS-1$ + + private static final String PRODUCT = "product"; //$NON-NLS-1$ + private static final String CONFIG_INI = "configIni"; //$NON-NLS-1$ +@@ -70,16 +73,18 @@ + private static final int STATE_PLUGINS = 4; + private static final int STATE_FEATURES = 5; + private static final int STATE_PROGRAM_ARGS = 6; +- private static final int STATE_PROGRAM_ARGS_LINUX = 7; +- private static final int STATE_PROGRAM_ARGS_MAC = 8; +- private static final int STATE_PROGRAM_ARGS_SOLARIS = 9; +- private static final int STATE_PROGRAM_ARGS_WIN = 10; +- private static final int STATE_VM_ARGS = 11; +- private static final int STATE_VM_ARGS_LINUX = 12; +- private static final int STATE_VM_ARGS_MAC = 13; +- private static final int STATE_VM_ARGS_SOLARIS = 14; +- private static final int STATE_VM_ARGS_WIN = 15; +- private static final int STATE_CONFIG_INI = 16; ++ private static final int STATE_PROGRAM_ARGS_FREEBSD = 7; ++ private static final int STATE_PROGRAM_ARGS_LINUX = 8; ++ private static final int STATE_PROGRAM_ARGS_MAC = 9; ++ private static final int STATE_PROGRAM_ARGS_SOLARIS = 10; ++ private static final int STATE_PROGRAM_ARGS_WIN = 11; ++ private static final int STATE_VM_ARGS = 12; ++ private static final int STATE_VM_ARGS_FREEBSD = 13; ++ private static final int STATE_VM_ARGS_LINUX = 14; ++ private static final int STATE_VM_ARGS_MAC = 15; ++ private static final int STATE_VM_ARGS_SOLARIS = 16; ++ private static final int STATE_VM_ARGS_WIN = 17; ++ private static final int STATE_CONFIG_INI = 18; + + private int state = STATE_START; + +@@ -190,6 +195,8 @@ + key = VM_ARGS_MAC; + } else if (os.equals(OS_SOLARIS)) { + key = VM_ARGS_SOLARIS; ++ } else if (os.equals(OS_FREEBSD)) { ++ key = VM_ARGS_FREEBSD; + } + + String prefix = launcherArgs.getProperty(VM_ARGS); +@@ -213,6 +220,8 @@ + key = PROGRAM_ARGS_MAC; + } else if (os.equals(OS_SOLARIS)) { + key = PROGRAM_ARGS_SOLARIS; ++ } else if (os.equals(OS_FREEBSD)) { ++ key = PROGRAM_ARGS_FREEBSD; + } + + String prefix = launcherArgs.getProperty(PROGRAM_ARGS); +@@ -264,6 +273,8 @@ + processLinux(attributes); + } else if (OS_MACOSX.equals(localName)) { + processMac(attributes); ++ } else if (OS_FREEBSD.equals(localName)) { ++ processFreeBSD(attributes); + } + if ("ico".equals(localName)) { //$NON-NLS-1$ + processIco(attributes); +@@ -275,6 +286,8 @@ + case STATE_LAUNCHER_ARGS : + if (PROGRAM_ARGS.equals(localName)) { + state = STATE_PROGRAM_ARGS; ++ } else if (PROGRAM_ARGS_FREEBSD.equals(localName)) { ++ state = STATE_PROGRAM_ARGS_FREEBSD; + } else if (PROGRAM_ARGS_LINUX.equals(localName)) { + state = STATE_PROGRAM_ARGS_LINUX; + } else if (PROGRAM_ARGS_MAC.equals(localName)) { +@@ -285,6 +298,8 @@ + state = STATE_PROGRAM_ARGS_WIN; + } else if (VM_ARGS.equals(localName)) { + state = STATE_VM_ARGS; ++ } else if (VM_ARGS_FREEBSD.equals(localName)) { ++ state = STATE_VM_ARGS_FREEBSD; + } else if (VM_ARGS_LINUX.equals(localName)) { + state = STATE_VM_ARGS_LINUX; + } else if (VM_ARGS_MAC.equals(localName)) { +@@ -330,11 +345,13 @@ + break; + + case STATE_PROGRAM_ARGS : ++ case STATE_PROGRAM_ARGS_FREEBSD : + case STATE_PROGRAM_ARGS_LINUX : + case STATE_PROGRAM_ARGS_MAC : + case STATE_PROGRAM_ARGS_SOLARIS : + case STATE_PROGRAM_ARGS_WIN : + case STATE_VM_ARGS : ++ case STATE_VM_ARGS_FREEBSD : + case STATE_VM_ARGS_LINUX : + case STATE_VM_ARGS_MAC : + case STATE_VM_ARGS_SOLARIS : +@@ -356,6 +373,9 @@ + case STATE_PROGRAM_ARGS : + addLaunchArgumentToMap(PROGRAM_ARGS, String.valueOf(ch, start, length)); + break; ++ case STATE_PROGRAM_ARGS_FREEBSD : ++ addLaunchArgumentToMap(PROGRAM_ARGS_FREEBSD, String.valueOf(ch, start, length)); ++ break; + case STATE_PROGRAM_ARGS_LINUX : + addLaunchArgumentToMap(PROGRAM_ARGS_LINUX, String.valueOf(ch, start, length)); + break; +@@ -371,6 +391,9 @@ + case STATE_VM_ARGS : + addLaunchArgumentToMap(VM_ARGS, String.valueOf(ch, start, length)); + break; ++ case STATE_VM_ARGS_FREEBSD : ++ addLaunchArgumentToMap(VM_ARGS_FREEBSD, String.valueOf(ch, start, length)); ++ break; + case STATE_VM_ARGS_LINUX : + addLaunchArgumentToMap(VM_ARGS_LINUX, String.valueOf(ch, start, length)); + break; +@@ -500,6 +523,12 @@ + result.add(attributes.getValue(WIN32_48_LOW)); + } + ++ private void processFreeBSD(Attributes attributes) { ++ if (!osMatch(OS_FREEBSD)) ++ return; ++ result.add(attributes.getValue("icon")); //$NON-NLS-1$ ++ } ++ + private void processLinux(Attributes attributes) { + if (!osMatch(OS_LINUX)) + return; +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/eclipse/BrandingIron.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/eclipse/BrandingIron.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/eclipse/BrandingIron.java 2009-05-20 00:10:51.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/eclipse/BrandingIron.java 2009-10-29 19:15:00.046810496 -0400 +@@ -93,6 +93,8 @@ + brandAIX(); + if ("hpux".equals(os)) //$NON-NLS-1$ + brandHPUX(); ++ if ("freebsd".equals(os)) //$NON-NLS-1$ ++ brandFreeBSD(); + } + + private void brandAIX() { +@@ -213,6 +215,12 @@ + } + } + ++ private void brandFreeBSD() throws Exception { ++ renameLauncher(); ++ if (brandIcons) ++ copy(new File(icons[0]), new File(root, "icon.xpm")); //$NON-NLS-1$ ++ } ++ + private void moveContents(File source, File target) { + if (!source.exists()) + return; +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/eclipse/ProductFile.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/eclipse/ProductFile.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/eclipse/ProductFile.java 2009-04-29 16:41:50.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/eclipse/ProductFile.java 2009-10-29 19:15:00.047808106 -0400 +@@ -47,11 +47,13 @@ + private final static SAXParserFactory parserFactory = SAXParserFactory.newInstance(); + + private static final String PROGRAM_ARGS = "programArgs"; //$NON-NLS-1$ ++ private static final String PROGRAM_ARGS_FREEBSD = "programArgsFre"; //$NON-NLS-1$ + private static final String PROGRAM_ARGS_LINUX = "programArgsLin"; //$NON-NLS-1$ + private static final String PROGRAM_ARGS_MAC = "programArgsMac"; //$NON-NLS-1$ + private static final String PROGRAM_ARGS_SOLARIS = "programArgsSol"; //$NON-NLS-1$ + private static final String PROGRAM_ARGS_WIN = "programArgsWin"; //$NON-NLS-1$ + private static final String VM_ARGS = "vmArgs"; //$NON-NLS-1$ ++ private static final String VM_ARGS_FREEBSD = "vmArgsFre"; //$NON-NLS-1$ + private static final String VM_ARGS_LINUX = "vmArgsLin"; //$NON-NLS-1$ + private static final String VM_ARGS_MAC = "vmArgsMac"; //$NON-NLS-1$ + private static final String VM_ARGS_SOLARIS = "vmArgsSol"; //$NON-NLS-1$ +@@ -73,6 +75,7 @@ + private static final String OS_LINUX = "linux";//$NON-NLS-1$ + private static final String OS_SOLARIS = "solaris";//$NON-NLS-1$ + private static final String OS_MACOSX = "macosx";//$NON-NLS-1$ ++ private static final String OS_FREEBSD = "freebsd";//$NON-NLS-1$ + + //element names + private static final String EL_FEATURES = "features"; //$NON-NLS-1$ +@@ -98,20 +101,22 @@ + private static final int STATE_PLUGINS = 4; + private static final int STATE_FEATURES = 5; + private static final int STATE_PROGRAM_ARGS = 6; +- private static final int STATE_PROGRAM_ARGS_LINUX = 7; +- private static final int STATE_PROGRAM_ARGS_MAC = 8; +- private static final int STATE_PROGRAM_ARGS_SOLARIS = 9; +- private static final int STATE_PROGRAM_ARGS_WIN = 10; +- private static final int STATE_VM_ARGS = 11; +- private static final int STATE_VM_ARGS_LINUX = 12; +- private static final int STATE_VM_ARGS_MAC = 13; +- private static final int STATE_VM_ARGS_SOLARIS = 14; +- private static final int STATE_VM_ARGS_WIN = 15; +- private static final int STATE_CONFIG_INI = 16; +- private static final int STATE_CONFIGURATIONS = 17; +- private static final int STATE_LICENSE = 18; +- private static final int STATE_LICENSE_URL = 19; +- private static final int STATE_LICENSE_TEXT = 20; ++ private static final int STATE_PROGRAM_ARGS_FREEBSD = 7; ++ private static final int STATE_PROGRAM_ARGS_LINUX = 8; ++ private static final int STATE_PROGRAM_ARGS_MAC = 9; ++ private static final int STATE_PROGRAM_ARGS_SOLARIS = 10; ++ private static final int STATE_PROGRAM_ARGS_WIN = 11; ++ private static final int STATE_VM_ARGS = 12; ++ private static final int STATE_VM_ARGS_FREEBSD = 13; ++ private static final int STATE_VM_ARGS_LINUX = 14; ++ private static final int STATE_VM_ARGS_MAC = 15; ++ private static final int STATE_VM_ARGS_SOLARIS = 16; ++ private static final int STATE_VM_ARGS_WIN = 17; ++ private static final int STATE_CONFIG_INI = 18; ++ private static final int STATE_CONFIGURATIONS = 19; ++ private static final int STATE_LICENSE = 20; ++ private static final int STATE_LICENSE_URL = 21; ++ private static final int STATE_LICENSE_TEXT = 22; + + private int state = STATE_START; + +@@ -337,6 +342,8 @@ + key = VM_ARGS_MAC; + } else if (os.equals(OS_SOLARIS)) { + key = VM_ARGS_SOLARIS; ++ } else if (os.equals(OS_FREEBSD)) { ++ key = VM_ARGS_FREEBSD; + } + + String prefix = launcherArgs.getProperty(VM_ARGS); +@@ -366,6 +373,8 @@ + key = PROGRAM_ARGS_MAC; + } else if (os.equals(OS_SOLARIS)) { + key = PROGRAM_ARGS_SOLARIS; ++ } else if (os.equals(OS_FREEBSD)) { ++ key = PROGRAM_ARGS_FREEBSD; + } + + String prefix = launcherArgs.getProperty(PROGRAM_ARGS); +@@ -431,6 +440,8 @@ + processLinux(attributes); + } else if (OS_MACOSX.equals(localName)) { + processMac(attributes); ++ } else if (OS_FREEBSD.equals(localName)) { ++ processFreeBSD(attributes); + } + if ("ico".equals(localName)) { //$NON-NLS-1$ + processIco(attributes); +@@ -442,6 +453,8 @@ + case STATE_LAUNCHER_ARGS : + if (PROGRAM_ARGS.equals(localName)) { + state = STATE_PROGRAM_ARGS; ++ } else if (PROGRAM_ARGS_FREEBSD.equals(localName)) { ++ state = STATE_PROGRAM_ARGS_FREEBSD; + } else if (PROGRAM_ARGS_LINUX.equals(localName)) { + state = STATE_PROGRAM_ARGS_LINUX; + } else if (PROGRAM_ARGS_MAC.equals(localName)) { +@@ -452,6 +465,8 @@ + state = STATE_PROGRAM_ARGS_WIN; + } else if (VM_ARGS.equals(localName)) { + state = STATE_VM_ARGS; ++ } else if (VM_ARGS_FREEBSD.equals(localName)) { ++ state = STATE_VM_ARGS_FREEBSD; + } else if (VM_ARGS_LINUX.equals(localName)) { + state = STATE_VM_ARGS_LINUX; + } else if (VM_ARGS_MAC.equals(localName)) { +@@ -556,11 +571,13 @@ + break; + + case STATE_PROGRAM_ARGS : ++ case STATE_PROGRAM_ARGS_FREEBSD : + case STATE_PROGRAM_ARGS_LINUX : + case STATE_PROGRAM_ARGS_MAC : + case STATE_PROGRAM_ARGS_SOLARIS : + case STATE_PROGRAM_ARGS_WIN : + case STATE_VM_ARGS : ++ case STATE_VM_ARGS_FREEBSD : + case STATE_VM_ARGS_LINUX : + case STATE_VM_ARGS_MAC : + case STATE_VM_ARGS_SOLARIS : +@@ -586,6 +603,9 @@ + case STATE_PROGRAM_ARGS : + addLaunchArgumentToMap(PROGRAM_ARGS, String.valueOf(ch, start, length)); + break; ++ case STATE_PROGRAM_ARGS_FREEBSD : ++ addLaunchArgumentToMap(PROGRAM_ARGS_FREEBSD, String.valueOf(ch, start, length)); ++ break; + case STATE_PROGRAM_ARGS_LINUX : + addLaunchArgumentToMap(PROGRAM_ARGS_LINUX, String.valueOf(ch, start, length)); + break; +@@ -601,6 +621,9 @@ + case STATE_VM_ARGS : + addLaunchArgumentToMap(VM_ARGS, String.valueOf(ch, start, length)); + break; ++ case STATE_VM_ARGS_FREEBSD : ++ addLaunchArgumentToMap(VM_ARGS_FREEBSD, String.valueOf(ch, start, length)); ++ break; + case STATE_VM_ARGS_LINUX : + addLaunchArgumentToMap(VM_ARGS_LINUX, String.valueOf(ch, start, length)); + break; +@@ -738,6 +761,10 @@ + addIcon(OS_WIN32, attributes.getValue(WIN32_48_LOW)); + } + ++ private void processFreeBSD(Attributes attributes) { ++ addIcon(OS_FREEBSD, attributes.getValue(ATTRIBUTE_ICON)); ++ } ++ + private void processLinux(Attributes attributes) { + addIcon(OS_LINUX, attributes.getValue(ATTRIBUTE_ICON)); + } +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.supplement/src/org/eclipse/osgi/service/environment/Constants.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.supplement/src/org/eclipse/osgi/service/environment/Constants.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.supplement/src/org/eclipse/osgi/service/environment/Constants.java 2009-01-27 16:24:15.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.equinox.supplement/src/org/eclipse/osgi/service/environment/Constants.java 2009-10-29 19:15:00.048808231 -0400 +@@ -93,6 +93,12 @@ + public static final String OS_ZOS = "z/os"; //$NON-NLS-1$ + + /** ++ * Constant string (value "freebsd") indicating the platform is running on a ++ * FreeBSD operating system. ++ */ ++ public static final String OS_FREEBSD = "freebsd"; //$NON-NLS-1$ ++ ++ /** + * Constant string (value "unknown") indicating the platform is running on a + * machine running an unknown operating system. + */ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.base/plugin.xml build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.base/plugin.xml +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.base/plugin.xml 2009-05-26 14:07:35.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.base/plugin.xml 2009-10-29 19:15:00.048808231 -0400 +@@ -167,6 +167,25 @@ + + + ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.base/src/org/eclipse/help/internal/base/HelpBasePreferenceInitializer.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.base/src/org/eclipse/help/internal/base/HelpBasePreferenceInitializer.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.base/src/org/eclipse/help/internal/base/HelpBasePreferenceInitializer.java 2008-11-21 17:23:17.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.base/src/org/eclipse/help/internal/base/HelpBasePreferenceInitializer.java 2009-10-29 19:15:00.049808355 -0400 +@@ -40,6 +40,9 @@ + } else if (os.indexOf("linux") != -1) { //$NON-NLS-1$ + prefs.put("custom_browser_path", //$NON-NLS-1$ + "konqueror %1"); //$NON-NLS-1$ ++ } else if (os.indexOf("freebsd") != -1) { //$NON-NLS-1$ ++ prefs.put("custom_browser_path", //$NON-NLS-1$ ++ "firefox3 %1"); //$NON-NLS-1$ + } else { + prefs.put("custom_browser_path", "mozilla %1"); //$NON-NLS-1$ //$NON-NLS-2$ + } +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.base/src/org/eclipse/help/internal/browser/BrowserManager.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.base/src/org/eclipse/help/internal/browser/BrowserManager.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.base/src/org/eclipse/help/internal/browser/BrowserManager.java 2009-02-24 13:22:05.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.base/src/org/eclipse/help/internal/browser/BrowserManager.java 2009-10-29 19:15:00.050808479 -0400 +@@ -100,6 +100,7 @@ + if (Constants.WS_WIN32.equalsIgnoreCase(os)) { + setDefaultBrowserID(BROWSER_ID_SYSTEM); + } else if (Constants.OS_AIX.equalsIgnoreCase(os) ++ || (Constants.OS_FREEBSD.equalsIgnoreCase(os)) + || (Constants.OS_HPUX.equalsIgnoreCase(os)) + || (Constants.OS_LINUX.equalsIgnoreCase(os)) + || (Constants.OS_SOLARIS.equalsIgnoreCase(os))) { +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/browser/embedded/EmbeddedBrowserFactory.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/browser/embedded/EmbeddedBrowserFactory.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/browser/embedded/EmbeddedBrowserFactory.java 2009-05-21 15:33:28.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/browser/embedded/EmbeddedBrowserFactory.java 2009-10-29 19:15:00.054809256 -0400 +@@ -61,7 +61,8 @@ + */ + private boolean test() { + if (!Constants.OS_WIN32.equalsIgnoreCase(Platform.getOS()) +- && !Constants.OS_LINUX.equalsIgnoreCase(Platform.getOS())) { ++ && !Constants.OS_LINUX.equalsIgnoreCase(Platform.getOS()) ++ && !Constants.OS_FREEBSD.equalsIgnoreCase(Platform.getOS())) { + return false; + } + if (!tested) { +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/core/adaptor/org/eclipse/osgi/util/TextProcessor.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/core/adaptor/org/eclipse/osgi/util/TextProcessor.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/core/adaptor/org/eclipse/osgi/util/TextProcessor.java 2008-08-28 11:04:07.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/core/adaptor/org/eclipse/osgi/util/TextProcessor.java 2009-10-29 19:15:00.055808263 -0400 +@@ -77,7 +77,7 @@ + + if ("iw".equals(lang) || "he".equals(lang) || "ar".equals(lang) || "fa".equals(lang) || "ur".equals(lang)) { //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ + String osName = System.getProperty("os.name").toLowerCase(); //$NON-NLS-1$ +- if (osName.startsWith("windows") || osName.startsWith("linux") || osName.startsWith("mac")) { //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ ++ if (osName.startsWith("windows") || osName.startsWith("linux") || osName.startsWith("mac") || osName.startsWith("freebsd")) { //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ + IS_PROCESSING_NEEDED = true; + } + } +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/EclipseEnvironmentInfo.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/EclipseEnvironmentInfo.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/EclipseEnvironmentInfo.java 2009-02-02 15:52:54.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/EclipseEnvironmentInfo.java 2009-10-29 19:15:00.055808263 -0400 +@@ -40,6 +40,7 @@ + private static final String INTERNAL_OS_OS400 = "OS/400"; //$NON-NLS-1$ + private static final String INTERNAL_OS_OS390 = "OS/390"; //$NON-NLS-1$ + private static final String INTERNAL_OS_ZOS = "z/OS"; //$NON-NLS-1$ ++ private static final String INTERNAL_OS_FREEBSD = "FreeBSD"; //$NON-NLS-1$ + + // While we recognize the i386 architecture, we change + // this internally to be x86. +@@ -202,6 +203,8 @@ + return Constants.WS_GTK; + if (os.equals(Constants.OS_QNX)) + return Constants.WS_PHOTON; ++ if (os.equals(Constants.OS_FREEBSD)) ++ return Constants.WS_GTK; + return Constants.WS_UNKNOWN; + } + +@@ -230,6 +233,8 @@ + // os.name on Mac OS can be either Mac OS or Mac OS X + if (osName.regionMatches(true, 0, INTERNAL_OS_MACOSX, 0, INTERNAL_OS_MACOSX.length())) + return Constants.OS_MACOSX; ++ if (osName.equalsIgnoreCase(INTERNAL_OS_FREEBSD)) ++ return Constants.OS_FREEBSD; + return Constants.OS_UNKNOWN; + } + +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/PluginConverterImpl.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/PluginConverterImpl.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/PluginConverterImpl.java 2008-02-19 10:56:11.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/PluginConverterImpl.java 2009-10-29 19:15:00.056809225 -0400 +@@ -68,7 +68,7 @@ + static public final String FRAGMENT_MANIFEST = "fragment.xml"; //$NON-NLS-1$ + static public final String GENERATED_FROM = "Generated-from"; //$NON-NLS-1$ + static public final String MANIFEST_TYPE_ATTRIBUTE = "type"; //$NON-NLS-1$ +- private static final String[] OS_LIST = {org.eclipse.osgi.service.environment.Constants.OS_AIX, org.eclipse.osgi.service.environment.Constants.OS_HPUX, org.eclipse.osgi.service.environment.Constants.OS_LINUX, org.eclipse.osgi.service.environment.Constants.OS_MACOSX, org.eclipse.osgi.service.environment.Constants.OS_QNX, org.eclipse.osgi.service.environment.Constants.OS_SOLARIS, org.eclipse.osgi.service.environment.Constants.OS_WIN32}; ++ private static final String[] OS_LIST = {org.eclipse.osgi.service.environment.Constants.OS_AIX, org.eclipse.osgi.service.environment.Constants.OS_FREEBSD, org.eclipse.osgi.service.environment.Constants.OS_HPUX, org.eclipse.osgi.service.environment.Constants.OS_LINUX, org.eclipse.osgi.service.environment.Constants.OS_MACOSX, org.eclipse.osgi.service.environment.Constants.OS_QNX, org.eclipse.osgi.service.environment.Constants.OS_SOLARIS, org.eclipse.osgi.service.environment.Constants.OS_WIN32}; + protected static final String PI_RUNTIME = "org.eclipse.core.runtime"; //$NON-NLS-1$ + protected static final String PI_BOOT = "org.eclipse.core.boot"; //$NON-NLS-1$ + protected static final String PI_RUNTIME_COMPATIBILITY = "org.eclipse.core.runtime.compatibility"; //$NON-NLS-1$ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java 2009-01-27 16:24:15.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java 2009-10-29 19:15:00.057808232 -0400 +@@ -93,6 +93,12 @@ + public static final String OS_ZOS = "z/os"; //$NON-NLS-1$ + + /** ++ * Constant string (value "freebsd") indicating the platform is running on a ++ * FreeBSD operating system. ++ */ ++ public static final String OS_FREEBSD = "freebsd"; //$NON-NLS-1$ ++ ++ /** + * Constant string (value "unknown") indicating the platform is running on a + * machine running an unknown operating system. + */ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/scripts/productBuild/allElements.xml build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/scripts/productBuild/allElements.xml +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/scripts/productBuild/allElements.xml 2009-05-25 11:45:36.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/scripts/productBuild/allElements.xml 2009-10-29 19:15:00.058809195 -0400 +@@ -133,6 +133,20 @@ +
+ + ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + + + +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BrandingIron.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BrandingIron.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BrandingIron.java 2009-05-25 11:45:35.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BrandingIron.java 2009-10-29 19:15:00.059809878 -0400 +@@ -80,6 +80,8 @@ + brandAIX(); + if ("hpux".equals(os)) //$NON-NLS-1$ + brandHPUX(); ++ if ("freebsd".equals(os)) //$NON-NLS-1$ ++ brandFreeBSD(); + } + + private void brandAIX() { +@@ -96,6 +98,12 @@ + Utils.copy(new File(icons[0]), new File(root, "icon.xpm")); //$NON-NLS-1$ + } + ++ private void brandFreeBSD() throws Exception { ++ renameLauncher(); ++ if (brandIcons) ++ Utils.copy(new File(icons[0]), new File(root, "icon.xpm")); //$NON-NLS-1$ ++ } ++ + private void brandSolaris() throws Exception { + renameLauncher(); + if (brandIcons == false) +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductFile.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductFile.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductFile.java 2009-05-06 16:48:13.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductFile.java 2009-10-29 19:15:00.060810840 -0400 +@@ -29,11 +29,13 @@ + private final static SAXParserFactory parserFactory = SAXParserFactory.newInstance(); + + private static final String PROGRAM_ARGS = "programArgs"; //$NON-NLS-1$ ++ private static final String PROGRAM_ARGS_FREEBSD = "programArgsFre"; //$NON-NLS-1$ + private static final String PROGRAM_ARGS_LINUX = "programArgsLin"; //$NON-NLS-1$ + private static final String PROGRAM_ARGS_MAC = "programArgsMac"; //$NON-NLS-1$ + private static final String PROGRAM_ARGS_SOLARIS = "programArgsSol"; //$NON-NLS-1$ + private static final String PROGRAM_ARGS_WIN = "programArgsWin"; //$NON-NLS-1$ + private static final String VM_ARGS = "vmArgs"; //$NON-NLS-1$ ++ private static final String VM_ARGS_FREEBSD = "vmArgsFre"; //$NON-NLS-1$ + private static final String VM_ARGS_LINUX = "vmArgsLin"; //$NON-NLS-1$ + private static final String VM_ARGS_MAC = "vmArgsMac"; //$NON-NLS-1$ + private static final String VM_ARGS_SOLARIS = "vmArgsSol"; //$NON-NLS-1$ +@@ -73,17 +75,19 @@ + private static final int STATE_PLUGINS = 4; + private static final int STATE_FEATURES = 5; + private static final int STATE_PROGRAM_ARGS = 6; +- private static final int STATE_PROGRAM_ARGS_LINUX = 7; +- private static final int STATE_PROGRAM_ARGS_MAC = 8; +- private static final int STATE_PROGRAM_ARGS_SOLARIS = 9; +- private static final int STATE_PROGRAM_ARGS_WIN = 10; +- private static final int STATE_VM_ARGS = 11; +- private static final int STATE_VM_ARGS_LINUX = 12; +- private static final int STATE_VM_ARGS_MAC = 13; +- private static final int STATE_VM_ARGS_SOLARIS = 14; +- private static final int STATE_VM_ARGS_WIN = 15; +- private static final int STATE_CONFIG_INI = 16; +- private static final int STATE_CONFIGURATIONS = 17; ++ private static final int STATE_PROGRAM_ARGS_FREEBSD = 7; ++ private static final int STATE_PROGRAM_ARGS_LINUX = 8; ++ private static final int STATE_PROGRAM_ARGS_MAC = 9; ++ private static final int STATE_PROGRAM_ARGS_SOLARIS = 10; ++ private static final int STATE_PROGRAM_ARGS_WIN = 11; ++ private static final int STATE_VM_ARGS = 12; ++ private static final int STATE_VM_ARGS_FREEBSD = 13; ++ private static final int STATE_VM_ARGS_LINUX = 14; ++ private static final int STATE_VM_ARGS_MAC = 15; ++ private static final int STATE_VM_ARGS_SOLARIS = 16; ++ private static final int STATE_VM_ARGS_WIN = 17; ++ private static final int STATE_CONFIG_INI = 18; ++ private static final int STATE_CONFIGURATIONS = 19; + + private int state = STATE_START; + +@@ -304,6 +308,8 @@ + key = VM_ARGS_MAC; + } else if (os.equals(Platform.OS_SOLARIS)) { + key = VM_ARGS_SOLARIS; ++ } else if (os.equals(Platform.OS_FREEBSD)) { ++ key = VM_ARGS_FREEBSD; + } + + String prefix = launcherArgs.getProperty(VM_ARGS); +@@ -327,6 +333,8 @@ + key = PROGRAM_ARGS_MAC; + } else if (os.equals(Platform.OS_SOLARIS)) { + key = PROGRAM_ARGS_SOLARIS; ++ } else if (os.equals(Platform.OS_FREEBSD)) { ++ key = PROGRAM_ARGS_FREEBSD; + } + + String prefix = launcherArgs.getProperty(PROGRAM_ARGS); +@@ -382,6 +390,8 @@ + processLinux(attributes); + } else if (Platform.OS_MACOSX.equals(localName)) { + processMac(attributes); ++ } else if (Platform.OS_FREEBSD.equals(localName)) { ++ processFreeBSD(attributes); + } + if ("ico".equals(localName)) { //$NON-NLS-1$ + processIco(attributes); +@@ -393,6 +403,8 @@ + case STATE_LAUNCHER_ARGS : + if (PROGRAM_ARGS.equals(localName)) { + state = STATE_PROGRAM_ARGS; ++ } else if (PROGRAM_ARGS_FREEBSD.equals(localName)) { ++ state = STATE_PROGRAM_ARGS_FREEBSD; + } else if (PROGRAM_ARGS_LINUX.equals(localName)) { + state = STATE_PROGRAM_ARGS_LINUX; + } else if (PROGRAM_ARGS_MAC.equals(localName)) { +@@ -403,6 +415,8 @@ + state = STATE_PROGRAM_ARGS_WIN; + } else if (VM_ARGS.equals(localName)) { + state = STATE_VM_ARGS; ++ } else if (VM_ARGS.equals(localName)) { ++ state = STATE_VM_ARGS_FREEBSD; + } else if (VM_ARGS_LINUX.equals(localName)) { + state = STATE_VM_ARGS_LINUX; + } else if (VM_ARGS_MAC.equals(localName)) { +@@ -455,11 +469,13 @@ + break; + + case STATE_PROGRAM_ARGS : ++ case STATE_PROGRAM_ARGS_FREEBSD : + case STATE_PROGRAM_ARGS_LINUX : + case STATE_PROGRAM_ARGS_MAC : + case STATE_PROGRAM_ARGS_SOLARIS : + case STATE_PROGRAM_ARGS_WIN : + case STATE_VM_ARGS : ++ case STATE_VM_ARGS_FREEBSD : + case STATE_VM_ARGS_LINUX : + case STATE_VM_ARGS_MAC : + case STATE_VM_ARGS_SOLARIS : +@@ -481,6 +497,9 @@ + case STATE_PROGRAM_ARGS : + addLaunchArgumentToMap(PROGRAM_ARGS, String.valueOf(ch, start, length)); + break; ++ case STATE_PROGRAM_ARGS_FREEBSD : ++ addLaunchArgumentToMap(PROGRAM_ARGS_FREEBSD, String.valueOf(ch, start, length)); ++ break; + case STATE_PROGRAM_ARGS_LINUX : + addLaunchArgumentToMap(PROGRAM_ARGS_LINUX, String.valueOf(ch, start, length)); + break; +@@ -496,6 +515,9 @@ + case STATE_VM_ARGS : + addLaunchArgumentToMap(VM_ARGS, String.valueOf(ch, start, length)); + break; ++ case STATE_VM_ARGS_FREEBSD : ++ addLaunchArgumentToMap(VM_ARGS_FREEBSD, String.valueOf(ch, start, length)); ++ break; + case STATE_VM_ARGS_LINUX : + addLaunchArgumentToMap(VM_ARGS_LINUX, String.valueOf(ch, start, length)); + break; +@@ -622,6 +644,12 @@ + iconsMap.put(Platform.OS_WIN32, toArrayRemoveNulls(result)); + } + ++ private void processFreeBSD(Attributes attributes) { ++ String value = attributes.getValue("icon"); //$NON-NLS-1$ ++ if (value != null) ++ iconsMap.put(Platform.OS_FREEBSD, new String[] {value}); ++ } ++ + private void processLinux(Attributes attributes) { + String value = attributes.getValue("icon"); //$NON-NLS-1$ + if (value != null) +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java 2009-05-25 11:45:35.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java 2009-10-29 19:15:00.061810406 -0400 +@@ -708,7 +708,7 @@ + arguments.add("-sf"); //$NON-NLS-1$ + arguments.add(links[i]); + arguments.add(links[i + 1]); +- script.printExecTask("ln", dir, arguments, "Linux"); //$NON-NLS-1$ //$NON-NLS-2$ ++ script.printExecTask("ln", dir, arguments, "Linux,FreeBSD"); //$NON-NLS-1$ //$NON-NLS-2$ + arguments.clear(); + } + } +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java 2009-05-08 19:15:24.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java 2009-10-29 19:15:00.064808264 -0400 +@@ -808,7 +808,7 @@ + for (int i = 0; i < links.length; i += 2) { + arguments.add(links[i]); + arguments.add(links[i + 1]); +- script.printExecTask("ln -s", dir, arguments, "Linux"); //$NON-NLS-1$ //$NON-NLS-2$ ++ script.printExecTask("ln -s", dir, arguments, "Linux,FreeBSD"); //$NON-NLS-1$ //$NON-NLS-2$ + arguments.clear(); + } + } +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/JNLPGenerator.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/JNLPGenerator.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/JNLPGenerator.java 2009-05-25 11:45:36.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/JNLPGenerator.java 2009-10-29 19:15:00.065810903 -0400 +@@ -314,6 +314,8 @@ + return "HP-UX"; //$NON-NLS-1$ + if ("aix".equalsIgnoreCase(os)) //$NON-NLS-1$ + return "AIX"; //$NON-NLS-1$ ++ if ("freebsd".equalsIgnoreCase(os)) //$NON-NLS-1$ ++ return "FreeBSD"; //$NON-NLS-1$ + return os; + } + +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/headless-build/build.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/headless-build/build.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/headless-build/build.properties 2009-04-03 11:21:42.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/headless-build/build.properties 2009-10-29 19:15:00.066810189 -0400 +@@ -56,7 +56,9 @@ + # macosx, carbon, x86 & \ + # macosx, cocoa, ppc & \ + # macosx, cocoa, x86 & \ +-# macosx, cocoa, x86_64 ++# macosx, cocoa, x86_64 & \ ++# freebsd, gtk, x86 & \ ++# freebsd, gtk, x86_64 + + # By default PDE creates one archive (result) per entry listed in the configs property. + # Setting this value to true will cause PDE to only create one output containing all +@@ -76,7 +78,9 @@ + # solaris, gtk, sparc - antZip& \ + # aix, motif, ppc - antZip& \ + # hpux, motif, PA_RISC - antZip& \ +-# macosx, carbon, ppc - antZip ++# macosx, carbon, ppc - antZip& \ ++# freebsd, gtk, x86 - antZip& \ ++# freebsd, gtk, x86_64 - antZip + + #Allow cycles involving at most one bundle that needs to be compiled with the rest being binary bundles. + allowBinaryCycles = true +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/packager/customTargets.xml build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/packager/customTargets.xml +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/packager/customTargets.xml 2006-05-26 16:10:10.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/packager/customTargets.xml 2009-10-29 19:15:00.066810189 -0400 +@@ -78,4 +78,16 @@ + + + ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/packager/packager.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/packager/packager.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/packager/packager.properties 2007-05-09 09:57:21.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/packager/packager.properties 2009-10-29 19:15:00.067809755 -0400 +@@ -20,7 +20,9 @@ + # solaris, gtk, sparc & \ + # aix, motif, ppc & \ + # hpux, motif, PA_RISC & \ +-# macosx, carbon, ppc ++# macosx, carbon, ppc & \ ++# freebsd, gtk, x86 & \ ++# freebsd, gtk, x86_64 + + #Set this variable to normalize plug-in and feature names while packaging + normalizeWhilePackaging=true +@@ -92,7 +94,9 @@ + # solaris, gtk, sparc - antZip& \ + # aix, motif, ppc - antZip& \ + # hpux, motif, PA_RISC - antZip& \ +-# macosx, carbon, ppc - antZip ++# macosx, carbon, ppc - antZip& \ ++# freebsd, gtk, x86 - antZip& \ ++# freebsd, gtk, x86_64 - antZip + + # extra arguments to be passed to zip / unzip (-y is usually used on unix for zip) + zipargs= +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/packager/packaging.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/packager/packaging.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/packager/packaging.properties 2007-06-12 15:22:03.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.build/templates/packager/packaging.properties 2009-10-29 19:15:00.068810158 -0400 +@@ -26,3 +26,5 @@ + root.aix.motif.ppc=eclipse + root.hpux.motif.PA_RISC=eclipse + root.solaris.gtk.sparc=eclipse,Eclipse.l.pm,Eclipse.m.pm,Eclipse.s.pm,Eclipse.t.pm ++root.freebsd.gtk.x86=eclipse,about_files/,about.html,icon.xpm ++root.freebsd.gtk.x86_64=eclipse,about_files/,about.html,icon.xpm +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java 2009-04-27 14:28:33.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java 2009-10-29 19:15:00.107808302 -0400 +@@ -327,6 +327,8 @@ + images = getExpandedPath(info.getIconPath(ILauncherInfo.LINUX_ICON)); + } else if (configs[i][0].equals("macosx")) { //$NON-NLS-1$ + images = getExpandedPath(info.getIconPath(ILauncherInfo.MACOSX_ICON)); ++ } else if (configs[i][0].equals("freebsd")) { //$NON-NLS-1$ ++ images = getExpandedPath(info.getIconPath(ILauncherInfo.FREEBSD_ICON)); + } + if (images != null) { + if (icons.length() > 0) +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IArgumentsInfo.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IArgumentsInfo.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IArgumentsInfo.java 2009-05-27 16:25:43.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IArgumentsInfo.java 2009-10-29 19:15:00.157808093 -0400 +@@ -13,22 +13,25 @@ + public interface IArgumentsInfo extends IProductObject { + + public static final String P_PROG_ARGS = "programArgs"; //$NON-NLS-1$ ++ public static final String P_PROG_ARGS_FRE = "programArgsFre"; //$NON-NLS-1$ + public static final String P_PROG_ARGS_LIN = "programArgsLin"; //$NON-NLS-1$ + public static final String P_PROG_ARGS_MAC = "programArgsMac"; //$NON-NLS-1$ + public static final String P_PROG_ARGS_SOL = "programArgsSol"; //$NON-NLS-1$ + public static final String P_PROG_ARGS_WIN = "programArgsWin"; //$NON-NLS-1$ + + public static final String P_VM_ARGS = "vmArgs"; //$NON-NLS-1$ ++ public static final String P_VM_ARGS_FRE = "vmArgsFre"; //$NON-NOL-1$ + public static final String P_VM_ARGS_LIN = "vmArgsLin"; //$NON-NLS-1$ + public static final String P_VM_ARGS_MAC = "vmArgsMac"; //$NON-NLS-1$ + public static final String P_VM_ARGS_SOL = "vmArgsSol"; //$NON-NLS-1$ + public static final String P_VM_ARGS_WIN = "vmArgsWin"; //$NON-NLS-1$ + + public static final int L_ARGS_ALL = 0; +- public static final int L_ARGS_LINUX = 1; +- public static final int L_ARGS_MACOS = 2; +- public static final int L_ARGS_SOLAR = 3; +- public static final int L_ARGS_WIN32 = 4; ++ public static final int L_ARGS_FREEBSD = 1; ++ public static final int L_ARGS_LINUX = 2; ++ public static final int L_ARGS_MACOS = 3; ++ public static final int L_ARGS_SOLAR = 4; ++ public static final int L_ARGS_WIN32 = 5; + + void setProgramArguments(String args, int platform); + +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ILauncherInfo.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ILauncherInfo.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ILauncherInfo.java 2009-05-27 16:25:43.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ILauncherInfo.java 2009-10-29 19:15:00.159808062 -0400 +@@ -12,6 +12,8 @@ + + public interface ILauncherInfo extends IProductObject { + ++ public static final String FREEBSD_ICON = "freebsdIcon"; //$NON-NLS-1$ ++ + public static final String LINUX_ICON = "linuxIcon"; //$NON-NLS-1$ + + public static final String MACOSX_ICON = "macosxIcon"; //$NON-NLS-1$ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ArgumentsInfo.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ArgumentsInfo.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ArgumentsInfo.java 2009-05-27 16:25:26.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ArgumentsInfo.java 2009-10-29 19:15:00.180808718 -0400 +@@ -20,12 +20,14 @@ + + private static final long serialVersionUID = 1L; + private String fProgramArgs = ""; //$NON-NLS-1$ ++ private String fProgramArgsFre = ""; //$NON-NLS-1$ + private String fProgramArgsLin = ""; //$NON-NLS-1$ + private String fProgramArgsMac = ""; //$NON-NLS-1$ + private String fProgramArgsSol = ""; //$NON-NLS-1$ + private String fProgramArgsWin = ""; //$NON-NLS-1$ + + private String fVMArgs = ""; //$NON-NLS-1$ ++ private String fVMArgsFre = ""; //$NON-NLS-1$ + private String fVMArgsLin = ""; //$NON-NLS-1$ + private String fVMArgsMac = ""; //$NON-NLS-1$ + private String fVMArgsSol = ""; //$NON-NLS-1$ +@@ -46,6 +48,12 @@ + if (isEditable()) + firePropertyChanged(P_PROG_ARGS, old, fProgramArgs); + break; ++ case L_ARGS_FREEBSD : ++ old = fProgramArgsFre; ++ fProgramArgsFre = args; ++ if (isEditable()) ++ firePropertyChanged(P_PROG_ARGS_FRE, old, fProgramArgsFre); ++ break; + case L_ARGS_LINUX : + old = fProgramArgsLin; + fProgramArgsLin = args; +@@ -77,6 +85,8 @@ + switch (platform) { + case L_ARGS_ALL : + return fProgramArgs; ++ case L_ARGS_FREEBSD : ++ return fProgramArgsFre; + case L_ARGS_LINUX : + return fProgramArgsLin; + case L_ARGS_MACOS : +@@ -98,6 +108,8 @@ + return getCompleteArgs(getProgramArguments(L_ARGS_MACOS), fProgramArgs); + } else if (Platform.OS_SOLARIS.equals(os)) { + return getCompleteArgs(getProgramArguments(L_ARGS_SOLAR), fProgramArgs); ++ } else if (Platform.OS_FREEBSD.equals(os)) { ++ return getCompleteArgs(getProgramArguments(L_ARGS_FREEBSD), fProgramArgs); + } else { + return getProgramArguments(L_ARGS_ALL); + } +@@ -114,6 +126,12 @@ + if (isEditable()) + firePropertyChanged(P_VM_ARGS, old, fVMArgs); + break; ++ case L_ARGS_FREEBSD : ++ old = fVMArgsFre; ++ fVMArgsFre = args; ++ if (isEditable()) ++ firePropertyChanged(P_VM_ARGS_FRE, old, fVMArgsFre); ++ break; + case L_ARGS_LINUX : + old = fVMArgsLin; + fVMArgsLin = args; +@@ -145,6 +163,8 @@ + switch (platform) { + case L_ARGS_ALL : + return fVMArgs; ++ case L_ARGS_FREEBSD : ++ return fVMArgsFre; + case L_ARGS_LINUX : + return fVMArgsLin; + case L_ARGS_MACOS : +@@ -166,6 +186,8 @@ + return getCompleteArgs(getVMArguments(L_ARGS_MACOS), fVMArgs); + } else if (Platform.OS_SOLARIS.equals(os)) { + return getCompleteArgs(getVMArguments(L_ARGS_SOLAR), fVMArgs); ++ } else if (Platform.OS_FREEBSD.equals(os)) { ++ return getCompleteArgs(getVMArguments(L_ARGS_FREEBSD), fVMArgs); + } else { + return getVMArguments(L_ARGS_ALL); + } +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ConfigurationFileInfo.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ConfigurationFileInfo.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ConfigurationFileInfo.java 2008-04-17 15:02:04.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ConfigurationFileInfo.java 2009-10-29 19:15:00.181808283 -0400 +@@ -24,11 +24,13 @@ + private String fUse; + private String fPath; + ++ private static final String FRE = Constants.OS_FREEBSD; + private static final String LIN = Constants.OS_LINUX; + private static final String MAC = Constants.OS_MACOSX; + private static final String SOL = Constants.OS_SOLARIS; + private static final String WIN = Constants.OS_WIN32; + ++ private String fFrePath, fFreUse; + private String fLinPath, fLinUse; + private String fMacPath, fMacUse; + private String fSolPath, fSolUse; +@@ -192,6 +194,11 @@ + fSolUse = use; + if (isEditable()) + firePropertyChanged(SOL, old, fSolUse); ++ } else if (Platform.OS_FREEBSD.equals(os)) { ++ String old = fFreUse; ++ fFreUse = use; ++ if (isEditable()) ++ firePropertyChanged(FRE, old, fFreUse); + } + } + +@@ -207,6 +214,8 @@ + return fMacUse; + } else if (Platform.OS_SOLARIS.equals(os)) { + return fSolUse; ++ } else if (Platform.OS_FREEBSD.equals(os)) { ++ return fFreUse; + } + return null; + } +@@ -239,6 +248,11 @@ + fSolPath = path; + if (isEditable()) + firePropertyChanged(SOL, old, fSolPath); ++ } else if (Platform.OS_FREEBSD.equals(os)) { ++ String old = fFrePath; ++ fFrePath = path; ++ if (isEditable()) ++ firePropertyChanged(FRE, old, fFrePath); + } + } + +@@ -254,6 +268,8 @@ + return fMacPath; + } else if (Platform.OS_SOLARIS.equals(os)) { + return fSolPath; ++ } else if (Platform.OS_FREEBSD.equals(os)) { ++ return fFrePath; + } + return null; + } +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/JREInfo.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/JREInfo.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/JREInfo.java 2008-03-08 16:54:45.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/JREInfo.java 2009-10-29 19:15:00.182807849 -0400 +@@ -22,12 +22,14 @@ + + public class JREInfo extends ProductObject implements IJREInfo { + ++ private static final String JRE_FRE = "freebsd"; //$NON-NLS-1$ + private static final String JRE_LIN = "linux"; //$NON-NLS-1$ + private static final String JRE_MAC = "macos"; //$NON-NLS-1$ + private static final String JRE_SOL = "solaris"; //$NON-NLS-1$ + private static final String JRE_WIN = "windows"; //$NON-NLS-1$ + + private static final long serialVersionUID = 1L; ++ private IPath fJVMFre; + private IPath fJVMLin; + private IPath fJVMMac; + private IPath fJVMSol; +@@ -49,6 +51,8 @@ + return fJVMMac; + } else if (Platform.OS_SOLARIS.equals(os)) { + return fJVMSol; ++ } else if (Platform.OS_FREEBSD.equals(os)) { ++ return fJVMFre; + } + return null; + } +@@ -77,6 +81,11 @@ + fJVMSol = jreContainerPath; + if (isEditable()) + firePropertyChanged(JRE_SOL, old, fJVMSol); ++ } else if (Platform.OS_FREEBSD.equals(os)) { ++ IPath old = fJVMFre; ++ fJVMFre = jreContainerPath; ++ if (isEditable()) ++ firePropertyChanged(JRE_FRE, old, fJVMFre); + } + } + +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/LauncherInfo.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/LauncherInfo.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/LauncherInfo.java 2009-05-27 16:25:26.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/LauncherInfo.java 2009-10-29 19:15:00.182807849 -0400 +@@ -74,7 +74,9 @@ + Node child = children.item(i); + if (child.getNodeType() == Node.ELEMENT_NODE) { + String name = child.getNodeName(); +- if (name.equals("linux")) { //$NON-NLS-1$ ++ if (name.equals("freebsd")) { //$NON-NLS-1$ ++ parseFreeBSD((Element) child); ++ } else if (name.equals("linux")) { //$NON-NLS-1$ + parseLinux((Element) child); + } else if (name.equals("macosx")) { //$NON-NLS-1$ + parseMac((Element) child); +@@ -124,12 +126,17 @@ + fIcons.put(LINUX_ICON, element.getAttribute("icon")); //$NON-NLS-1$ + } + ++ private void parseFreeBSD(Element element) { ++ fIcons.put(FREEBSD_ICON, element.getAttribute("icon")); //$NON-NLS-1$ ++ } ++ + public void write(String indent, PrintWriter writer) { + writer.print(indent + " 0) + writer.print(" name=\"" + fLauncherName + "\""); //$NON-NLS-1$ //$NON-NLS-2$ + writer.println(">"); //$NON-NLS-1$ + ++ writeFreeBSD(indent + " ", writer); //$NON-NLS-1$ + writeLinux(indent + " ", writer); //$NON-NLS-1$ + writeMac(indent + " ", writer); //$NON-NLS-1$ + writeSolaris(indent + " ", writer); //$NON-NLS-1$ +@@ -183,4 +190,10 @@ + writer.println(indent + ""); //$NON-NLS-1$ //$NON-NLS-2$ + } + ++ private void writeFreeBSD(String indent, PrintWriter writer) { ++ String icon = (String) fIcons.get(FREEBSD_ICON); ++ if (icon != null && icon.length() > 0) ++ writer.println(indent + ""); //$NON-NLS-1$ //$NON-NLS-2$ ++ } ++ + } +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEUIMessages.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEUIMessages.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEUIMessages.java 2009-05-11 17:05:18.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEUIMessages.java 2009-10-29 19:15:00.185809060 -0400 +@@ -921,6 +921,7 @@ + public static String LauncherSection_32High; + public static String LauncherSection_48Low; + public static String LauncherSection_48High; ++ public static String LauncherSection_freebsdLabel; + public static String LauncherSection_linuxLabel; + public static String LauncherSection_large; + public static String LauncherSection_medium; +@@ -2817,4 +2818,4 @@ + + public static String VersionDialog_text; + +-} +\ No newline at end of file ++} +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ArgumentsSection.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ArgumentsSection.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ArgumentsSection.java 2009-05-27 16:38:19.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ArgumentsSection.java 2009-10-29 19:15:00.186808625 -0400 +@@ -34,6 +34,7 @@ + private static final String[] TAB_LABELS = new String[5]; + static { + TAB_LABELS[IArgumentsInfo.L_ARGS_ALL] = PDEUIMessages.ArgumentsSection_allPlatforms; ++ TAB_LABELS[IArgumentsInfo.L_ARGS_FREEBSD] = "freebsd"; //$NON-NLS-1$ + TAB_LABELS[IArgumentsInfo.L_ARGS_LINUX] = "linux"; //$NON-NLS-1$ + TAB_LABELS[IArgumentsInfo.L_ARGS_MACOS] = "macosx"; //$NON-NLS-1$ + TAB_LABELS[IArgumentsInfo.L_ARGS_SOLAR] = "solaris"; //$NON-NLS-1$ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationSection.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationSection.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationSection.java 2009-03-18 09:57:28.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationSection.java 2009-10-29 19:15:00.187807912 -0400 +@@ -50,8 +50,8 @@ + private FormEntry fCustomEntry; + private boolean fBlockChanges; + +- private static final String[] TAB_LABELS = {"linux", "macosx", "solaris", "win32"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ +- private static final String[] TAB_OS = {Platform.OS_LINUX, Platform.OS_MACOSX, Platform.OS_SOLARIS, Platform.OS_WIN32}; ++ private static final String[] TAB_LABELS = {"freebsd", "linux", "macosx", "solaris", "win32"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ ++ private static final String[] TAB_OS = {Platform.OS_FREEBSD, Platform.OS_LINUX, Platform.OS_MACOSX, Platform.OS_SOLARIS, Platform.OS_WIN32}; + + private CTabFolder fTabFolder; + private int fLastTab; +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/JRESection.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/JRESection.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/JRESection.java 2009-03-18 09:57:28.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/JRESection.java 2009-10-29 19:15:00.188808315 -0400 +@@ -64,8 +64,8 @@ + private ComboViewerPart fEEsCombo; + private boolean fBlockChanges; + +- private static final String[] TAB_LABELS = {"linux", "macosx", "solaris", "win32"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ +- private static final String[] TAB_OS = {Platform.OS_LINUX, Platform.OS_MACOSX, Platform.OS_SOLARIS, Platform.OS_WIN32}; ++ private static final String[] TAB_LABELS = {"freebsd", "linux", "macosx", "solaris", "win32"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ ++ private static final String[] TAB_OS = {Platform.OS_FREEBSD, Platform.OS_LINUX, Platform.OS_MACOSX, Platform.OS_SOLARIS, Platform.OS_WIN32}; + + private CTabFolder fTabFolder; + private int fLastTab; +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java 2009-03-18 09:57:28.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java 2009-10-29 19:15:00.189807881 -0400 +@@ -60,6 +60,7 @@ + private CTabFolder fTabFolder; + private Composite fNotebook; + private StackLayout fNotebookLayout; ++ private Composite fFreeBSDSection; + private Composite fLinuxSection; + private Composite fMacSection; + private Composite fSolarisSection; +@@ -156,6 +157,7 @@ + fNotebookLayout = new StackLayout(); + fNotebook.setLayout(fNotebookLayout); + ++ fFreeBSDSection = addFreeBSDSection(fNotebook, toolkit); + fLinuxSection = addLinuxSection(fNotebook, toolkit); + fMacSection = addMacSection(fNotebook, toolkit); + fSolarisSection = addSolarisSection(fNotebook, toolkit); +@@ -181,6 +183,7 @@ + } + + private void createTabs() { ++ addTab("freebsd"); //$NON-NLS-1$ + addTab("linux"); //$NON-NLS-1$ + addTab("macosx"); //$NON-NLS-1$ + addTab("solaris"); //$NON-NLS-1$ +@@ -188,16 +191,19 @@ + + String currentTarget = TargetPlatform.getOS(); + if ("win32".equals(currentTarget)) { //$NON-NLS-1$ +- fTabFolder.setSelection(3); ++ fTabFolder.setSelection(4); + fNotebookLayout.topControl = fWin32Section; + } else if ("macosx".equals(currentTarget)) { //$NON-NLS-1$ +- fTabFolder.setSelection(1); ++ fTabFolder.setSelection(2); + fNotebookLayout.topControl = fMacSection; + } else if ("solaris".equals(currentTarget)) { //$NON-NLS-1$ +- fTabFolder.setSelection(2); ++ fTabFolder.setSelection(3); + fNotebookLayout.topControl = fSolarisSection; +- } else { ++ } else if ("freebsd".equals(currentTarget)) { //$NON-NLS-1$ + fTabFolder.setSelection(0); ++ fNotebookLayout.topControl = fFreeBSDSection; ++ } else { ++ fTabFolder.setSelection(1); + fNotebookLayout.topControl = fLinuxSection; + } + } +@@ -299,6 +305,14 @@ + } + } + ++ private Composite addFreeBSDSection(Composite parent, FormToolkit toolkit) { ++ Composite comp = createComposite(parent, toolkit); ++ createLabel(comp, toolkit, PDEUIMessages.LauncherSection_freebsdLabel, 3); ++ fIcons.add(new IconEntry(comp, toolkit, PDEUIMessages.LauncherSection_icon, ILauncherInfo.FREEBSD_ICON)); ++ toolkit.paintBordersFor(comp); ++ return comp; ++ } ++ + private Composite addLinuxSection(Composite parent, FormToolkit toolkit) { + Composite comp = createComposite(parent, toolkit); + createLabel(comp, toolkit, PDEUIMessages.LauncherSection_linuxLabel, 3); +@@ -455,7 +469,7 @@ + } + + private String getExtension(String iconId) { +- if (iconId.equals(ILauncherInfo.LINUX_ICON)) ++ if (iconId.equals(ILauncherInfo.LINUX_ICON) || iconId.equals(ILauncherInfo.FREEBSD_ICON)) + return "xpm"; //$NON-NLS-1$ + if (iconId.equals(ILauncherInfo.MACOSX_ICON)) + return "icns"; //$NON-NLS-1$ +@@ -482,15 +496,18 @@ + Control oldPage = fNotebookLayout.topControl; + switch (index) { + case 0 : +- fNotebookLayout.topControl = fLinuxSection; ++ fNotebookLayout.topControl = fFreeBSDSection; + break; + case 1 : +- fNotebookLayout.topControl = fMacSection; ++ fNotebookLayout.topControl = fLinuxSection; + break; + case 2 : +- fNotebookLayout.topControl = fSolarisSection; ++ fNotebookLayout.topControl = fMacSection; + break; + case 3 : ++ fNotebookLayout.topControl = fSolarisSection; ++ break; ++ case 4 : + fNotebookLayout.topControl = fWin32Section; + break; + } +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties 2009-05-11 17:05:17.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties 2009-10-29 19:15:00.194810458 -0400 +@@ -582,6 +582,7 @@ + LauncherSection_32High=32x32 (32-bit): + LauncherSection_48Low=48x48 (8-bit): + LauncherSection_48High=48x48 (32-bit): ++LauncherSection_freebsdLabel=A single XPM icon is required: + LauncherSection_linuxLabel=A single XPM icon is required: + LauncherSection_large=Large: + LauncherSection_medium=Medium: +@@ -2282,4 +2283,4 @@ + + Product_FeatureSection_properties=Properties... + +-PDEJUnitLaunchConfigurationTab_Run_Tests_In_UI_Thread=Run in &UI thread +\ No newline at end of file ++PDEJUnitLaunchConfigurationTab_Run_Tests_In_UI_Thread=Run in &UI thread +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java 2009-03-06 17:52:06.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java 2009-10-29 19:15:00.195809186 -0400 +@@ -128,7 +128,7 @@ + implementation.setName("implementation"); //$NON-NLS-1$ + implementation.setAttribute("kind", "html"); //$NON-NLS-1$ //$NON-NLS-2$ + implementation.setAttribute("style", "content/shared.css"); //$NON-NLS-1$ //$NON-NLS-2$ +- implementation.setAttribute("os", "win32,linux,macosx"); //$NON-NLS-1$ //$NON-NLS-2$ ++ implementation.setAttribute("os", "win32,linux,macosx,freebsd"); //$NON-NLS-1$ //$NON-NLS-2$ + + presentation.add(implementation); + +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroTemplate.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroTemplate.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroTemplate.java 2007-12-27 15:01:36.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroTemplate.java 2009-10-29 19:15:00.196811266 -0400 +@@ -160,7 +160,7 @@ + presentationElement.setAttribute("home-page-id", "root"); //$NON-NLS-1$ //$NON-NLS-2$ + IPluginElement implementationElement = factory.createElement(presentationElement); + implementationElement.setName("implementation"); //$NON-NLS-1$ +- implementationElement.setAttribute("os", "win32,linux,macosx"); //$NON-NLS-1$ //$NON-NLS-2$ ++ implementationElement.setAttribute("os", "win32,linux,macosx,freebsd"); //$NON-NLS-1$ //$NON-NLS-2$ + if (getTargetVersion() == 3.0) + implementationElement.setAttribute("style", "content/shared.css"); //$NON-NLS-1$//$NON-NLS-2$ + +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java 2009-05-29 17:30:04.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java 2009-10-29 19:15:00.198810397 -0400 +@@ -147,15 +147,15 @@ + } + stringBuffer.append (filterPath); + byte [] buffer = Converter.wcsToMbcs (null, stringBuffer.toString (), true); ++ byte [] bufspc = new byte[1024]; + /* + * Bug in GTK. GtkFileChooser may crash on GTK versions 2.4.10 to 2.6 + * when setting a file name that is not a true canonical path. + * The fix is to use the canonical path. + */ +- int /*long*/ ptr = OS.realpath (buffer, null); ++ int /*long*/ ptr = OS.realpath (buffer, bufspc); + if (ptr != 0) { + OS.gtk_file_chooser_set_current_folder (handle, ptr); +- OS.g_free (ptr); + } + } + if (message.length () > 0) { +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FileDialog.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FileDialog.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FileDialog.java 2009-05-29 17:30:04.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FileDialog.java 2009-10-29 19:15:00.199811080 -0400 +@@ -492,15 +492,15 @@ + } else { + /* filename must be a full path */ + byte [] buffer = Converter.wcsToMbcs (null, SEPARATOR + filterPath, true); ++ byte [] bufspc = new byte[1024]; + + /* + * Bug in GTK. GtkFileChooser may crash on GTK versions 2.4.10 to 2.6 + * when setting a file name that is not a true canonical path. + * The fix is to use the canonical path. + */ +- int /*long*/ ptr = OS.realpath (buffer, null); ++ int /*long*/ ptr = OS.realpath (buffer, bufspc); + OS.gtk_file_chooser_set_current_folder (handle, ptr); +- OS.g_free (ptr); + } + } + if (fileName.length () > 0) { +@@ -521,6 +521,7 @@ + stringBuffer.append(fileName); + } + byte [] buffer = Converter.wcsToMbcs (null, stringBuffer.toString(), true); ++ byte [] bufspc = new byte[1024]; + if (uriMode) { + OS.gtk_file_chooser_set_uri (handle, buffer); + } else { +@@ -529,10 +530,9 @@ + * when setting a file name that is not a true canonical path. + * The fix is to use the canonical path. + */ +- int /*long*/ ptr = OS.realpath (buffer, null); ++ int /*long*/ ptr = OS.realpath (buffer, bufspc); + if (ptr != 0) { + OS.gtk_file_chooser_set_filename (handle, ptr); +- OS.g_free (ptr); + } + } + } +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh 2009-10-29 19:12:58.171129835 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh 2009-10-29 19:17:17.550473764 -0400 +@@ -44,6 +44,8 @@ + "FreeBSD") + SWT_OS=freebsd + MAKEFILE=make_freebsd.mak ++ MAKE_TYPE=gmake ++ MODEL=`uname -m` + ;; + *) + SWT_OS=`uname -s | tr -s '[:upper:]' '[:lower:]'` +@@ -114,8 +116,8 @@ + export MOZILLA_LIBS + MAKE_MOZILLA="make_mozilla make_xpcominit" + elif [ x`pkg-config --exists libxul && echo YES` = "xYES" ]; then +- XULRUNNER_INCLUDES=`pkg-config --cflags libxul-unstable` +- XULRUNNER_LIBS="`pkg-config --libs libxul-unstable` -lxpcomglue" ++ XULRUNNER_INCLUDES=`pkg-config --cflags libxul-unstable` ++ XULRUNNER_LIBS="`pkg-config --libs libxul-unstable` -lxpcomglue" + export XULRUNNER_INCLUDES + export XULRUNNER_LIBS + MAKE_MOZILLA="make_xulrunner make_xpcominit" +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak 2007-06-20 12:01:22.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak 2009-10-29 19:15:00.202809777 -0400 +@@ -1,5 +1,5 @@ + #******************************************************************************* +-# Copyright (c) 2000, 2007 IBM Corporation and others. ++# Copyright (c) 2000, 2009 IBM Corporation and others. + # All rights reserved. This program and the accompanying materials + # are made available under the terms of the Eclipse Public License v1.0 + # which accompanies this distribution, and is available at +@@ -78,7 +78,17 @@ + -I$(JAVA_HOME)/include/freebsd \ + ${SWT_PTR_CFLAGS} + MOZILLALIBS = -shared -Wl,--version-script=mozilla_exports -Bsymbolic +- ++MOZILLAEXCLUDES = -DNO__1XPCOMGlueShutdown \ ++ -DNO__1XPCOMGlueStartup \ ++ -DNO__1XPCOMGlueLoadXULFunctions \ ++ -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2I \ ++ -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J \ ++ -DNO_nsDynamicFunctionLoad_1sizeof \ ++ -DNO__1Call__IIIIII \ ++ -DNO__1Call__JJJJJI \ ++ -DNO_nsDynamicFunctionLoad ++XULRUNNEREXCLUDES = -DNO__1NS_1InitXPCOM2 ++ + SWT_OBJECTS = swt.o c.o c_stats.o callback.o + CDE_OBJECTS = swt.o cde.o cde_structs.o cde_stats.o + AWT_OBJECTS = swt_awt.o +@@ -87,7 +97,7 @@ + ATK_OBJECTS = swt.o atk.o atk_structs.o atk_custom.o atk_stats.o + GNOME_OBJECTS = swt.o gnome.o gnome_structs.o gnome_stats.o + MOZILLA_OBJECTS = swt.o xpcom.o xpcom_custom.o xpcom_structs.o xpcom_stats.o +-XULRUNNER_OBJECTS = swt.o xpcomxul.o xpcomxul_custom.o xpcomxul_structs.o xpcomxul_stats.o xpcomxulglue.o xpcomxulglue_stats.o ++XULRUNNER_OBJECTS = swt.o xpcomxul.o xpcomxul_custom.o xpcomxul_structs.o xpcomxul_stats.o + XPCOMINIT_OBJECTS = swt.o xpcominit.o xpcominit_structs.o xpcominit_stats.o + GLX_OBJECTS = swt.o glx.o glx_structs.o glx_stats.o + +@@ -95,6 +105,7 @@ + -DSWT_VERSION=$(SWT_VERSION) \ + $(NATIVE_STATS) \ + -DFREEBSD -DGTK \ ++ -I${LOCALBASE}/include \ + -I$(JAVA_HOME)/include \ + -I$(JAVA_HOME)/include/freebsd \ + -fPIC \ +@@ -209,16 +220,16 @@ + $(CXX) -o $(MOZILLA_LIB) $(MOZILLA_OBJECTS) $(MOZILLALIBS) ${MOZILLA_LIBS} + + xpcom.o: xpcom.cpp +- $(CXX) $(MOZILLACFLAGS) ${MOZILLA_INCLUDES} -c xpcom.cpp ++ $(CXX) $(MOZILLACFLAGS) $(MOZILLAEXCLUDES) ${MOZILLA_INCLUDES} -c xpcom.cpp + + xpcom_structs.o: xpcom_structs.cpp +- $(CXX) $(MOZILLACFLAGS) ${MOZILLA_INCLUDES} -c xpcom_structs.cpp ++ $(CXX) $(MOZILLACFLAGS) $(MOZILLAEXCLUDES) ${MOZILLA_INCLUDES} -c xpcom_structs.cpp + + xpcom_custom.o: xpcom_custom.cpp +- $(CXX) $(MOZILLACFLAGS) ${MOZILLA_INCLUDES} -c xpcom_custom.cpp ++ $(CXX) $(MOZILLACFLAGS) $(MOZILLAEXCLUDES) ${MOZILLA_INCLUDES} -c xpcom_custom.cpp + + xpcom_stats.o: xpcom_stats.cpp +- $(CXX) $(MOZILLACFLAGS) ${MOZILLA_INCLUDES} -c xpcom_stats.cpp ++ $(CXX) $(MOZILLACFLAGS) $(MOZILLAEXCLUDES) ${MOZILLA_INCLUDES} -c xpcom_stats.cpp + + # + # XULRunner lib +@@ -229,22 +240,16 @@ + $(CXX) -o $(XULRUNNER_LIB) $(XULRUNNER_OBJECTS) $(MOZILLALIBS) ${XULRUNNER_LIBS} + + xpcomxul.o: xpcom.cpp +- $(CXX) -o xpcomxul.o $(MOZILLACFLAGS) ${XULRUNNER_INCLUDES} -c xpcom.cpp ++ $(CXX) -o xpcomxul.o $(MOZILLACFLAGS) $(XULRUNNEREXCLUDES) ${XULRUNNER_INCLUDES} -c xpcom.cpp + + xpcomxul_structs.o: xpcom_structs.cpp +- $(CXX) -o xpcomxul_structs.o $(MOZILLACFLAGS) ${XULRUNNER_INCLUDES} -c xpcom_structs.cpp ++ $(CXX) -o xpcomxul_structs.o $(MOZILLACFLAGS) $(XULRUNNEREXCLUDES) ${XULRUNNER_INCLUDES} -c xpcom_structs.cpp + + xpcomxul_custom.o: xpcom_custom.cpp +- $(CXX) -o xpcomxul_custom.o $(MOZILLACFLAGS) ${XULRUNNER_INCLUDES} -c xpcom_custom.cpp ++ $(CXX) -o xpcomxul_custom.o $(MOZILLACFLAGS) $(XULRUNNEREXCLUDES) ${XULRUNNER_INCLUDES} -c xpcom_custom.cpp + + xpcomxul_stats.o: xpcom_stats.cpp +- $(CXX) -o xpcomxul_stats.o $(MOZILLACFLAGS) ${XULRUNNER_INCLUDES} -c xpcom_stats.cpp +- +-xpcomxulglue.o: xpcomglue.cpp +- $(CXX) -o xpcomxulglue.o $(MOZILLACFLAGS) ${XULRUNNER_INCLUDES} -c xpcomglue.cpp +- +-xpcomxulglue_stats.o: xpcomglue_stats.cpp +- $(CXX) -o xpcomxulglue_stats.o $(MOZILLACFLAGS) ${XULRUNNER_INCLUDES} -c xpcomglue_stats.cpp ++ $(CXX) -o xpcomxul_stats.o $(MOZILLACFLAGS) $(XULRUNNEREXCLUDES) ${XULRUNNER_INCLUDES} -c xpcom_stats.cpp + + # + # XPCOMInit lib +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java 2009-05-29 17:30:08.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java 2009-10-29 19:15:00.212807667 -0400 +@@ -23,18 +23,19 @@ + } + + /** OS Constants */ +- public static final boolean IsAIX, IsSunOS, IsLinux, IsHPUX; ++ public static final boolean IsAIX, IsSunOS, IsLinux, IsHPUX, IsFreeBSD; + static { + + /* Initialize the OS flags and locale constants */ + String osName = System.getProperty ("os.name"); +- boolean isAIX = false, isSunOS = false, isLinux = false, isHPUX = false; ++ boolean isAIX = false, isSunOS = false, isLinux = false, isHPUX = false, isFreeBSD = false; + if (osName.equals ("Linux")) isLinux = true; + if (osName.equals ("AIX")) isAIX = true; + if (osName.equals ("Solaris")) isSunOS = true; + if (osName.equals ("SunOS")) isSunOS = true; + if (osName.equals ("HP-UX")) isHPUX = true; +- IsAIX = isAIX; IsSunOS = isSunOS; IsLinux = isLinux; IsHPUX = isHPUX; ++ if (osName.equals ("FreeBSD")) isFreeBSD = true; ++ IsAIX = isAIX; IsSunOS = isSunOS; IsLinux = isLinux; IsHPUX = isHPUX; IsFreeBSD = isFreeBSD; + } + + /** Constants */ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/.project build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/.project +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/.project 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/.project 2009-10-29 19:15:00.213810585 -0400 +@@ -0,0 +1,28 @@ ++ ++ ++ org.eclipse.swt.gtk.freebsd.x86 ++ ++ ++ ++ ++ ++ org.eclipse.pde.ManifestBuilder ++ ++ ++ ++ ++ org.eclipse.pde.SchemaBuilder ++ ++ ++ ++ ++ org.eclipse.pde.api.tools.apiAnalysisBuilder ++ ++ ++ ++ ++ ++ org.eclipse.pde.PluginNature ++ org.eclipse.pde.api.tools.apiAnalysisNature ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/META-INF/MANIFEST.MF build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/META-INF/MANIFEST.MF +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/META-INF/MANIFEST.MF 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/META-INF/MANIFEST.MF 2009-10-29 19:15:00.214807916 -0400 +@@ -0,0 +1,19 @@ ++Manifest-Version: 1.0 ++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.freebsd.x86; singleton:=true ++Bundle-Version: 3.5.0.qualifier ++Bundle-ManifestVersion: 2 ++Bundle-Localization: fragment ++Export-Package: ++ org.eclipse.swt.internal.accessibility.gtk; x-internal:=true, ++ org.eclipse.swt.internal.cairo; x-internal:=true, ++ org.eclipse.swt.internal.cde; x-internal:=true, ++ org.eclipse.swt.internal.gnome; x-internal:=true, ++ org.eclipse.swt.internal.gtk; x-internal:=true, ++ org.eclipse.swt.internal.mozilla; x-internal:=true, ++ org.eclipse.swt.internal.opengl.glx; x-internal:=true ++Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=freebsd) (osgi.arch=x86)) ++Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, ++ J2SE-1.3 +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about.html build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about.html +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about.html 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about.html 2009-10-29 19:15:00.215807761 -0400 +@@ -0,0 +1,263 @@ ++ ++ ++ ++ ++About ++ ++ ++

About This Content

++ ++

August 17, 2006

++

License

++ ++

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise ++indicated below, the Content is provided to you under the terms and conditions of the ++Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available ++at http://www.eclipse.org/legal/epl-v10.html. ++For purposes of the EPL, "Program" will mean the Content.

++ ++

If you did not receive this Content directly from the Eclipse Foundation, the Content is ++being redistributed by another party ("Redistributor") and different terms and conditions may ++apply to your use of any object code in the Content. Check the Redistributor's license that was ++provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise ++indicated below, the terms and conditions of the EPL still apply to any source code in the Content ++and such source code may be obtained at http://www.eclipse.org.

++ ++

Third Party Content

++ ++

The Content includes items that have been sourced from third parties as set out below. If you ++did not receive this Content directly from the Eclipse Foundation, the following is provided ++for informational purposes only, and you should look to the Redistributor’s license for ++terms and conditions of use.

++ ++

Gnome Binding

++ ++

The "Gnome Binding" is a binding to the Gnome API. The Content may include any or all of the following files:

++ ++

The following files in the plug-in JAR shall be defined as the native code portion of the Gnome Binding:

++
    ++
  • libswt-gnome-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
++ ++

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Gnome Binding:

++
    ++
  • The contents of the directory org/eclipse/swt/internal/gnome (but not including any sub-directories)
  • ++
++ ++

The Gnome Binding contains portions of Gnome ("Library"). Gnome is made available by The Free Software Foundation. Use of the Library is governed by the terms and ++conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the Gnome Binding on a standalone ++basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at ++http://www.gnu.org/licenses/lgpl.html.

++ ++

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work ++containing portions of the Library (e.g. the Gnome Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all ++other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the Gnome Binding such modifications shall be ++governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined ++work is provided for debugging purposes so there is no need to reverse engineer the combined work.

++ ++

GTK+ Binding

++ ++

The "GTK+ Binding" is a binding to the GTK+ API. The Content may include any or all of the following files:

++ ++

The following files in the plug-in JAR shall be defined as the native code portion of the GTK+ Binding:

++
    ++
  • libswt-atk-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
  • libswt-pi-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
++ ++

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the GTK+ Binding:

++
    ++
  • The contents of the directory org/eclipse/swt/internal/accessibility/gtk (but not including any sub-directories)
  • ++
  • The contents of the directory org/eclipse/swt/internal/cde (but not including any sub-directories)
  • ++
  • The contents of the directory org/eclipse/swt/internal/gtk (but not including any sub-directories)
  • ++
  • The contents of the directory org/eclipse/swt/internal/kde (but not including any sub-directories)
  • ++
++ ++

The GTK+ Binding contains portions of GTK+ ("Library"). GTK+ is made available by The Free Software Foundation. Use of the Library is governed by the terms and ++conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the GTK+ Binding on a standalone ++basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at ++http://www.gnu.org/licenses/lgpl.html.

++ ++

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work ++containing portions of the Library (e.g. the GTK+ Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all ++other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the GTK+ Binding such modifications shall be ++governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined ++work is provided for debugging purposes so there is no need to reverse engineer the combined work.

++ ++

Mozilla Binding

++ ++

The "Mozilla Binding" is a binding to the Mozilla API. The Content may include any or all of the following files:

++ ++

The following files in the plug-in JAR shall be defined as the native code portion of the Mozilla Binding:

++
    ++
  • libswt-mozilla-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
  • libswt-mozilla-gcc3-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
  • libswt-xulrunner-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
  • libswt-xpcominit-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
++ ++

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Mozilla Binding:

++
    ++
  • The contents of the directory org/eclipse/swt/internal/mozilla (but not including any sub-directories)
  • ++
++ ++

The Mozilla Binding contains portions of Mozilla ("Mozilla"). Mozilla is made available by Mozilla.org. Use of Mozilla is governed by the terms and ++conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) and is also available at ++http://www.mozilla.org/MPL/MPL-1.1.html.

++ ++

XULRunner 1.9 (subset, derivative work)

++ ++The libraries swt-xulrunner-gtk-xxxx.dll, swt-mozilla-gtk-xxxx.dll, and swt-mozilla-gcc3-gtk-xxxx.dll (where "xxxx" is the version number) contain a small portion of XULRunner 1.9 content (header files) ++that have been modified from the Original Code provided by mozilla.org, and whose Initial Developer is Netscape Communications Corporation. Use of this code is governed by ++the terms and conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) ++and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. ++

The changed files are: ++

    ++
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext.h ++
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptGlobalObject.h ++
++Changes to the original files were made by SWT on April 7, 2009 and are marked with trailing comment "//SWT-20090407". ++ ++

Cairo Binding

++ ++

The "Cairo Binding" is a binding to the Cairo API. The Content may include any or all of the following files:

++ ++

The following files in the plug-in JAR shall be defined as the native code portion of the Cairo Binding:

++
    ++
  • libswt-cairo-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
++ ++

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Cairo Binding:

++
    ++
  • The contents of the directory org/eclipse/swt/internal/cairo (but not including any sub-directories)
  • ++
++ ++

The Cairo Binding contains portions of Cairo ("Cairo"). Cairo is made available by the Cairo project at ++http://www.cairographics.org. Use of Cairo by the Cairo Binding is governed by the terms and ++conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is ++provided with the Content (mpl-v11.txt) and is also available at http://www.mozilla.org/MPL/MPL-1.1.html.

++ ++

Cairo for Linux

++ ++

Refer to the file about_files/about_cairo.html for licensing details about "Cairo for Linux." ++ ++

Independent JPEG Group's JPEG software release 6b

++ ++

This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b ("LIBJPEG"). ++LIBJPEG was used to implement the decoding of JPEG format files in Java (TM). The Content does NOT include any portion of the LIBJPEG file ansi2knr.c.

++ ++

Your use of LIBJPEG is subject to the terms and conditions located in the about_files/IJG_README file which is included ++with the Content.

++ ++

The IJG's website is located at http://ijg.org.

++ ++

The class org.eclipse.swt.internal.image.JPEGFileFormat is based on following files from LIBJPEG:

++ ++
    ++
  • cderror.h
  • ++
  • cdjpeg.h
  • ++
  • jchuff.h
  • ++
  • jdcolor.c
  • ++
  • jdct.h
  • ++
  • jdhuff.h
  • ++
  • jerror.h
  • ++
  • jidctint.c
  • ++
  • jinclude.h
  • ++
  • jmemsys.h
  • ++
  • jmorecfg.h
  • ++
  • jpegint.h
  • ++
  • jpeglib.h
  • ++
  • jversion.h
  • ++
  • transupp.h
  • ++
++ ++

The class org.eclipse.swt.internal.image.JPEGDecoder is based on the following files from LIBJPEG:

++ ++
    ++
  • jcapimin.c
  • ++
  • jcapistd.c
  • ++
  • jccoefct.c
  • ++
  • jccolor.c
  • ++
  • jcdctmgr.c
  • ++
  • jchuff.c
  • ++
  • jcinit.c
  • ++
  • jcmainct.c
  • ++
  • jcmarker.c
  • ++
  • jcmaster.c
  • ++
  • jcomapi.c
  • ++
  • jcparam.c
  • ++
  • jcphuff.c
  • ++
  • jcprepct.c
  • ++
  • jcsample.c
  • ++
  • jctrans.c
  • ++
  • jdapimin.c
  • ++
  • jdapistd.c
  • ++
  • jdatadst.c
  • ++
  • jdatasrc.c
  • ++
  • jdcoefct.c
  • ++
  • jdcolor.c
  • ++
  • jddctmgr.c
  • ++
  • jdhuff.c
  • ++
  • jdinput.c
  • ++
  • jdmainct.c
  • ++
  • jdmarker.c
  • ++
  • jdmaster.c
  • ++
  • jdmerge.c
  • ++
  • jdphuff.c
  • ++
  • jdpostct.c
  • ++
  • jdsample.c
  • ++
  • jdtrans.c
  • ++
  • jerror.c
  • ++
  • jfdctflt.c
  • ++
  • jfdctfst.c
  • ++
  • jfdctint.c
  • ++
  • jidctflt.c
  • ++
  • jidctfst.c
  • ++
  • jidctint.c
  • ++
  • jidctred.c
  • ++
  • jpegtran.c
  • ++
  • jquant1.c
  • ++
  • jquant2.c
  • ++
  • jutils.c
  • ++
  • cderror.h
  • ++
  • cdjpeg.h
  • ++
  • jchuff.h
  • ++
  • jconfig.h
  • ++
  • jdct.h
  • ++
  • jdhuff.h
  • ++
  • jerror.h
  • ++
  • jinclude.h
  • ++
  • jmorecfg.h
  • ++
  • jpegint.h
  • ++
  • jpeglib.h
  • ++
  • jversion.h
  • ++
  • transupp.h
  • ++
++ ++

The following changes were made to the LIBJPEG code in the Content:

++ ++
    ++
  1. In Java, pointer math is not allowed so indexing was used instead.
  2. ++
  3. Function pointers were replaced with switch statements.
  4. ++
  5. The virtual memory, tracing and progress monitoring were removed.
  6. ++
  7. The error handling was simplified and now uses Java exceptions.
  8. ++
++ ++

PuTTY 0.58 (derivative work)

++ ++

Portions of the SWT class org/eclipse/swt/internal/image/PngDeflater are based on PuTTY's sshzlib.c. PuTTY is made available by Mozilla.org. Use of PuTTY is governed by the terms and ++conditions of the the following MIT-style license:

++
++

PuTTY is copyright 1997-2007 Simon Tatham.

++

Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus Kuhn, and CORE SDI S.A.

++

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

++

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

++

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SIMON TATHAM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

++
++

A copy of the license is also available at http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html.

++ ++

Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.

++ ++ ++ +\ No newline at end of file +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/IJG_README build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/IJG_README +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/IJG_README 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/IJG_README 2009-10-29 19:15:00.216808723 -0400 +@@ -0,0 +1,385 @@ ++The Independent JPEG Group's JPEG software ++========================================== ++ ++README for release 6b of 27-Mar-1998 ++==================================== ++ ++This distribution contains the sixth public release of the Independent JPEG ++Group's free JPEG software. You are welcome to redistribute this software and ++to use it for any purpose, subject to the conditions under LEGAL ISSUES, below. ++ ++Serious users of this software (particularly those incorporating it into ++larger programs) should contact IJG at jpeg-info@uunet.uu.net to be added to ++our electronic mailing list. Mailing list members are notified of updates ++and have a chance to participate in technical discussions, etc. ++ ++This software is the work of Tom Lane, Philip Gladstone, Jim Boucher, ++Lee Crocker, Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, ++Guido Vollbeding, Ge' Weijers, and other members of the Independent JPEG ++Group. ++ ++IJG is not affiliated with the official ISO JPEG standards committee. ++ ++ ++DOCUMENTATION ROADMAP ++===================== ++ ++This file contains the following sections: ++ ++OVERVIEW General description of JPEG and the IJG software. ++LEGAL ISSUES Copyright, lack of warranty, terms of distribution. ++REFERENCES Where to learn more about JPEG. ++ARCHIVE LOCATIONS Where to find newer versions of this software. ++RELATED SOFTWARE Other stuff you should get. ++FILE FORMAT WARS Software *not* to get. ++TO DO Plans for future IJG releases. ++ ++Other documentation files in the distribution are: ++ ++User documentation: ++ install.doc How to configure and install the IJG software. ++ usage.doc Usage instructions for cjpeg, djpeg, jpegtran, ++ rdjpgcom, and wrjpgcom. ++ *.1 Unix-style man pages for programs (same info as usage.doc). ++ wizard.doc Advanced usage instructions for JPEG wizards only. ++ change.log Version-to-version change highlights. ++Programmer and internal documentation: ++ libjpeg.doc How to use the JPEG library in your own programs. ++ example.c Sample code for calling the JPEG library. ++ structure.doc Overview of the JPEG library's internal structure. ++ filelist.doc Road map of IJG files. ++ coderules.doc Coding style rules --- please read if you contribute code. ++ ++Please read at least the files install.doc and usage.doc. Useful information ++can also be found in the JPEG FAQ (Frequently Asked Questions) article. See ++ARCHIVE LOCATIONS below to find out where to obtain the FAQ article. ++ ++If you want to understand how the JPEG code works, we suggest reading one or ++more of the REFERENCES, then looking at the documentation files (in roughly ++the order listed) before diving into the code. ++ ++ ++OVERVIEW ++======== ++ ++This package contains C software to implement JPEG image compression and ++decompression. JPEG (pronounced "jay-peg") is a standardized compression ++method for full-color and gray-scale images. JPEG is intended for compressing ++"real-world" scenes; line drawings, cartoons and other non-realistic images ++are not its strong suit. JPEG is lossy, meaning that the output image is not ++exactly identical to the input image. Hence you must not use JPEG if you ++have to have identical output bits. However, on typical photographic images, ++very good compression levels can be obtained with no visible change, and ++remarkably high compression levels are possible if you can tolerate a ++low-quality image. For more details, see the references, or just experiment ++with various compression settings. ++ ++This software implements JPEG baseline, extended-sequential, and progressive ++compression processes. Provision is made for supporting all variants of these ++processes, although some uncommon parameter settings aren't implemented yet. ++For legal reasons, we are not distributing code for the arithmetic-coding ++variants of JPEG; see LEGAL ISSUES. We have made no provision for supporting ++the hierarchical or lossless processes defined in the standard. ++ ++We provide a set of library routines for reading and writing JPEG image files, ++plus two sample applications "cjpeg" and "djpeg", which use the library to ++perform conversion between JPEG and some other popular image file formats. ++The library is intended to be reused in other applications. ++ ++In order to support file conversion and viewing software, we have included ++considerable functionality beyond the bare JPEG coding/decoding capability; ++for example, the color quantization modules are not strictly part of JPEG ++decoding, but they are essential for output to colormapped file formats or ++colormapped displays. These extra functions can be compiled out of the ++library if not required for a particular application. We have also included ++"jpegtran", a utility for lossless transcoding between different JPEG ++processes, and "rdjpgcom" and "wrjpgcom", two simple applications for ++inserting and extracting textual comments in JFIF files. ++ ++The emphasis in designing this software has been on achieving portability and ++flexibility, while also making it fast enough to be useful. In particular, ++the software is not intended to be read as a tutorial on JPEG. (See the ++REFERENCES section for introductory material.) Rather, it is intended to ++be reliable, portable, industrial-strength code. We do not claim to have ++achieved that goal in every aspect of the software, but we strive for it. ++ ++We welcome the use of this software as a component of commercial products. ++No royalty is required, but we do ask for an acknowledgement in product ++documentation, as described under LEGAL ISSUES. ++ ++ ++LEGAL ISSUES ++============ ++ ++In plain English: ++ ++1. We don't promise that this software works. (But if you find any bugs, ++ please let us know!) ++2. You can use this software for whatever you want. You don't have to pay us. ++3. You may not pretend that you wrote this software. If you use it in a ++ program, you must acknowledge somewhere in your documentation that ++ you've used the IJG code. ++ ++In legalese: ++ ++The authors make NO WARRANTY or representation, either express or implied, ++with respect to this software, its quality, accuracy, merchantability, or ++fitness for a particular purpose. This software is provided "AS IS", and you, ++its user, assume the entire risk as to its quality and accuracy. ++ ++This software is copyright (C) 1991-1998, Thomas G. Lane. ++All Rights Reserved except as specified below. ++ ++Permission is hereby granted to use, copy, modify, and distribute this ++software (or portions thereof) for any purpose, without fee, subject to these ++conditions: ++(1) If any part of the source code for this software is distributed, then this ++README file must be included, with this copyright and no-warranty notice ++unaltered; and any additions, deletions, or changes to the original files ++must be clearly indicated in accompanying documentation. ++(2) If only executable code is distributed, then the accompanying ++documentation must state that "this software is based in part on the work of ++the Independent JPEG Group". ++(3) Permission for use of this software is granted only if the user accepts ++full responsibility for any undesirable consequences; the authors accept ++NO LIABILITY for damages of any kind. ++ ++These conditions apply to any software derived from or based on the IJG code, ++not just to the unmodified library. If you use our work, you ought to ++acknowledge us. ++ ++Permission is NOT granted for the use of any IJG author's name or company name ++in advertising or publicity relating to this software or products derived from ++it. This software may be referred to only as "the Independent JPEG Group's ++software". ++ ++We specifically permit and encourage the use of this software as the basis of ++commercial products, provided that all warranty or liability claims are ++assumed by the product vendor. ++ ++ ++ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, ++sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. ++ansi2knr.c is NOT covered by the above copyright and conditions, but instead ++by the usual distribution terms of the Free Software Foundation; principally, ++that you must include source code if you redistribute it. (See the file ++ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part ++of any program generated from the IJG code, this does not limit you more than ++the foregoing paragraphs do. ++ ++The Unix configuration script "configure" was produced with GNU Autoconf. ++It is copyright by the Free Software Foundation but is freely distributable. ++The same holds for its supporting scripts (config.guess, config.sub, ++ltconfig, ltmain.sh). Another support script, install-sh, is copyright ++by M.I.T. but is also freely distributable. ++ ++It appears that the arithmetic coding option of the JPEG spec is covered by ++patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot ++legally be used without obtaining one or more licenses. For this reason, ++support for arithmetic coding has been removed from the free JPEG software. ++(Since arithmetic coding provides only a marginal gain over the unpatented ++Huffman mode, it is unlikely that very many implementations will support it.) ++So far as we are aware, there are no patent restrictions on the remaining ++code. ++ ++The IJG distribution formerly included code to read and write GIF files. ++To avoid entanglement with the Unisys LZW patent, GIF reading support has ++been removed altogether, and the GIF writer has been simplified to produce ++"uncompressed GIFs". This technique does not use the LZW algorithm; the ++resulting GIF files are larger than usual, but are readable by all standard ++GIF decoders. ++ ++We are required to state that ++ "The Graphics Interchange Format(c) is the Copyright property of ++ CompuServe Incorporated. GIF(sm) is a Service Mark property of ++ CompuServe Incorporated." ++ ++ ++REFERENCES ++========== ++ ++We highly recommend reading one or more of these references before trying to ++understand the innards of the JPEG software. ++ ++The best short technical introduction to the JPEG compression algorithm is ++ Wallace, Gregory K. "The JPEG Still Picture Compression Standard", ++ Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. ++(Adjacent articles in that issue discuss MPEG motion picture compression, ++applications of JPEG, and related topics.) If you don't have the CACM issue ++handy, a PostScript file containing a revised version of Wallace's article is ++available at ftp://ftp.uu.net/graphics/jpeg/wallace.ps.gz. The file (actually ++a preprint for an article that appeared in IEEE Trans. Consumer Electronics) ++omits the sample images that appeared in CACM, but it includes corrections ++and some added material. Note: the Wallace article is copyright ACM and IEEE, ++and it may not be used for commercial purposes. ++ ++A somewhat less technical, more leisurely introduction to JPEG can be found in ++"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by ++M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides ++good explanations and example C code for a multitude of compression methods ++including JPEG. It is an excellent source if you are comfortable reading C ++code but don't know much about data compression in general. The book's JPEG ++sample code is far from industrial-strength, but when you are ready to look ++at a full implementation, you've got one here... ++ ++The best full description of JPEG is the textbook "JPEG Still Image Data ++Compression Standard" by William B. Pennebaker and Joan L. Mitchell, published ++by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. Price US$59.95, 638 pp. ++The book includes the complete text of the ISO JPEG standards (DIS 10918-1 ++and draft DIS 10918-2). This is by far the most complete exposition of JPEG ++in existence, and we highly recommend it. ++ ++The JPEG standard itself is not available electronically; you must order a ++paper copy through ISO or ITU. (Unless you feel a need to own a certified ++official copy, we recommend buying the Pennebaker and Mitchell book instead; ++it's much cheaper and includes a great deal of useful explanatory material.) ++In the USA, copies of the standard may be ordered from ANSI Sales at (212) ++642-4900, or from Global Engineering Documents at (800) 854-7179. (ANSI ++doesn't take credit card orders, but Global does.) It's not cheap: as of ++1992, ANSI was charging $95 for Part 1 and $47 for Part 2, plus 7% ++shipping/handling. The standard is divided into two parts, Part 1 being the ++actual specification, while Part 2 covers compliance testing methods. Part 1 ++is titled "Digital Compression and Coding of Continuous-tone Still Images, ++Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS ++10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of ++Continuous-tone Still Images, Part 2: Compliance testing" and has document ++numbers ISO/IEC IS 10918-2, ITU-T T.83. ++ ++Some extensions to the original JPEG standard are defined in JPEG Part 3, ++a newer ISO standard numbered ISO/IEC IS 10918-3 and ITU-T T.84. IJG ++currently does not support any Part 3 extensions. ++ ++The JPEG standard does not specify all details of an interchangeable file ++format. For the omitted details we follow the "JFIF" conventions, revision ++1.02. A copy of the JFIF spec is available from: ++ Literature Department ++ C-Cube Microsystems, Inc. ++ 1778 McCarthy Blvd. ++ Milpitas, CA 95035 ++ phone (408) 944-6300, fax (408) 944-6314 ++A PostScript version of this document is available by FTP at ++ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text ++version at ftp://ftp.uu.net/graphics/jpeg/jfif.txt.gz, but it is missing ++the figures. ++ ++The TIFF 6.0 file format specification can be obtained by FTP from ++ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme ++found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. ++IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). ++Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 ++(Compression tag 7). Copies of this Note can be obtained from ftp.sgi.com or ++from ftp://ftp.uu.net/graphics/jpeg/. It is expected that the next revision ++of the TIFF spec will replace the 6.0 JPEG design with the Note's design. ++Although IJG's own code does not support TIFF/JPEG, the free libtiff library ++uses our library to implement TIFF/JPEG per the Note. libtiff is available ++from ftp://ftp.sgi.com/graphics/tiff/. ++ ++ ++ARCHIVE LOCATIONS ++================= ++ ++The "official" archive site for this software is ftp.uu.net (Internet ++address 192.48.96.9). The most recent released version can always be found ++there in directory graphics/jpeg. This particular version will be archived ++as ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz. If you don't have ++direct Internet access, UUNET's archives are also available via UUCP; contact ++help@uunet.uu.net for information on retrieving files that way. ++ ++Numerous Internet sites maintain copies of the UUNET files. However, only ++ftp.uu.net is guaranteed to have the latest official version. ++ ++You can also obtain this software in DOS-compatible "zip" archive format from ++the SimTel archives (ftp://ftp.simtel.net/pub/simtelnet/msdos/graphics/), or ++on CompuServe in the Graphics Support forum (GO CIS:GRAPHSUP), library 12 ++"JPEG Tools". Again, these versions may sometimes lag behind the ftp.uu.net ++release. ++ ++The JPEG FAQ (Frequently Asked Questions) article is a useful source of ++general information about JPEG. It is updated constantly and therefore is ++not included in this distribution. The FAQ is posted every two weeks to ++Usenet newsgroups comp.graphics.misc, news.answers, and other groups. ++It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/ ++and other news.answers archive sites, including the official news.answers ++archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. ++If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu ++with body ++ send usenet/news.answers/jpeg-faq/part1 ++ send usenet/news.answers/jpeg-faq/part2 ++ ++ ++RELATED SOFTWARE ++================ ++ ++Numerous viewing and image manipulation programs now support JPEG. (Quite a ++few of them use this library to do so.) The JPEG FAQ described above lists ++some of the more popular free and shareware viewers, and tells where to ++obtain them on Internet. ++ ++If you are on a Unix machine, we highly recommend Jef Poskanzer's free ++PBMPLUS software, which provides many useful operations on PPM-format image ++files. In particular, it can convert PPM images to and from a wide range of ++other formats, thus making cjpeg/djpeg considerably more useful. The latest ++version is distributed by the NetPBM group, and is available from numerous ++sites, notably ftp://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM/. ++Unfortunately PBMPLUS/NETPBM is not nearly as portable as the IJG software is; ++you are likely to have difficulty making it work on any non-Unix machine. ++ ++A different free JPEG implementation, written by the PVRG group at Stanford, ++is available from ftp://havefun.stanford.edu/pub/jpeg/. This program ++is designed for research and experimentation rather than production use; ++it is slower, harder to use, and less portable than the IJG code, but it ++is easier to read and modify. Also, the PVRG code supports lossless JPEG, ++which we do not. (On the other hand, it doesn't do progressive JPEG.) ++ ++ ++FILE FORMAT WARS ++================ ++ ++Some JPEG programs produce files that are not compatible with our library. ++The root of the problem is that the ISO JPEG committee failed to specify a ++concrete file format. Some vendors "filled in the blanks" on their own, ++creating proprietary formats that no one else could read. (For example, none ++of the early commercial JPEG implementations for the Macintosh were able to ++exchange compressed files.) ++ ++The file format we have adopted is called JFIF (see REFERENCES). This format ++has been agreed to by a number of major commercial JPEG vendors, and it has ++become the de facto standard. JFIF is a minimal or "low end" representation. ++We recommend the use of TIFF/JPEG (TIFF revision 6.0 as modified by TIFF ++Technical Note #2) for "high end" applications that need to record a lot of ++additional data about an image. TIFF/JPEG is fairly new and not yet widely ++supported, unfortunately. ++ ++The upcoming JPEG Part 3 standard defines a file format called SPIFF. ++SPIFF is interoperable with JFIF, in the sense that most JFIF decoders should ++be able to read the most common variant of SPIFF. SPIFF has some technical ++advantages over JFIF, but its major claim to fame is simply that it is an ++official standard rather than an informal one. At this point it is unclear ++whether SPIFF will supersede JFIF or whether JFIF will remain the de-facto ++standard. IJG intends to support SPIFF once the standard is frozen, but we ++have not decided whether it should become our default output format or not. ++(In any case, our decoder will remain capable of reading JFIF indefinitely.) ++ ++Various proprietary file formats incorporating JPEG compression also exist. ++We have little or no sympathy for the existence of these formats. Indeed, ++one of the original reasons for developing this free software was to help ++force convergence on common, open format standards for JPEG files. Don't ++use a proprietary file format! ++ ++ ++TO DO ++===== ++ ++The major thrust for v7 will probably be improvement of visual quality. ++The current method for scaling the quantization tables is known not to be ++very good at low Q values. We also intend to investigate block boundary ++smoothing, "poor man's variable quantization", and other means of improving ++quality-vs-file-size performance without sacrificing compatibility. ++ ++In future versions, we are considering supporting some of the upcoming JPEG ++Part 3 extensions --- principally, variable quantization and the SPIFF file ++format. ++ ++As always, speeding things up is of great interest. ++ ++Please send bug reports, offers of help, etc. to jpeg-info@uunet.uu.net. +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/about_cairo.html build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/about_cairo.html +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/about_cairo.html 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/about_cairo.html 2009-10-29 19:15:00.216808723 -0400 +@@ -0,0 +1,48 @@ ++ ++ ++ ++About ++ ++ ++ ++

About This Content

++ ++

March 27, 2006

++

License

++ ++

The Eclipse Foundation has included the following package for your convenience:

++ ++

Cairo 1.0.2 for Linux

++ ++

Cairo for Linux ("Cairo") is developed by The Cairo Project (http://www.cairographics.org):

++ ++

Cairo is delivered in the following file ("Cairo Library"):

++
    ++
  • libcairo-swt.so
  • ++
++ ++

which was compiled from Cairo source code available at http://www.cairographics.org/snapshots.

++ ++

Your use of the Cairo code in binary form is subject to ++the terms and conditions of Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided (mpl-v11.txt) ++and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. ++ ++

pixman 0.1.6

++ ++

pixman ("pixman") is packaged within the Cairo Library and was compiled from source code available at ++http://www.cairographics.org/snapshots. ++pixman includes the following packages:

++ ++
    ++
  • libpixregion
  • ++
  • libic
  • ++
  • slim
  • ++
++ ++Your use of pixman is subject to the terms and conditions of the licenses in pixman-licenses.txt.

++ ++

If you did not receive the Cairo Library directly from the Eclipse Foundation, the package is being redistributed by another party ("Redistributor") and different terms and conditions may ++apply its use. Check the Redistributor's license that was provided with the content. If no such license exists, contact the Redistributor.

++ ++ ++ +\ No newline at end of file +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/lgpl-v21.txt build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/lgpl-v21.txt +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/lgpl-v21.txt 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/lgpl-v21.txt 2009-10-29 19:15:00.217807730 -0400 +@@ -0,0 +1,506 @@ ++ GNU LESSER GENERAL PUBLIC LICENSE ++ Version 2.1, February 1999 ++ ++ Copyright (C) 1991, 1999 Free Software Foundation, Inc. ++ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ++ Everyone is permitted to copy and distribute verbatim copies ++ of this license document, but changing it is not allowed. ++ ++[This is the first released version of the Lesser GPL. It also counts ++ as the successor of the GNU Library Public License, version 2, hence ++ the version number 2.1.] ++ ++ Preamble ++ ++ The licenses for most software are designed to take away your ++freedom to share and change it. By contrast, the GNU General Public ++Licenses are intended to guarantee your freedom to share and change ++free software--to make sure the software is free for all its users. ++ ++ This license, the Lesser General Public License, applies to some ++specially designated software packages--typically libraries--of the ++Free Software Foundation and other authors who decide to use it. You ++can use it too, but we suggest you first think carefully about whether ++this license or the ordinary General Public License is the better ++strategy to use in any particular case, based on the explanations below. ++ ++ When we speak of free software, we are referring to freedom of use, ++not price. Our General Public Licenses are designed to make sure that ++you have the freedom to distribute copies of free software (and charge ++for this service if you wish); that you receive source code or can get ++it if you want it; that you can change the software and use pieces of ++it in new free programs; and that you are informed that you can do ++these things. ++ ++ To protect your rights, we need to make restrictions that forbid ++distributors to deny you these rights or to ask you to surrender these ++rights. These restrictions translate to certain responsibilities for ++you if you distribute copies of the library or if you modify it. ++ ++ For example, if you distribute copies of the library, whether gratis ++or for a fee, you must give the recipients all the rights that we gave ++you. You must make sure that they, too, receive or can get the source ++code. If you link other code with the library, you must provide ++complete object files to the recipients, so that they can relink them ++with the library after making changes to the library and recompiling ++it. And you must show them these terms so they know their rights. ++ ++ We protect your rights with a two-step method: (1) we copyright the ++library, and (2) we offer you this license, which gives you legal ++permission to copy, distribute and/or modify the library. ++ ++ To protect each distributor, we want to make it very clear that ++there is no warranty for the free library. Also, if the library is ++modified by someone else and passed on, the recipients should know ++that what they have is not the original version, so that the original ++author's reputation will not be affected by problems that might be ++introduced by others. ++ ++ Finally, software patents pose a constant threat to the existence of ++any free program. We wish to make sure that a company cannot ++effectively restrict the users of a free program by obtaining a ++restrictive license from a patent holder. Therefore, we insist that ++any patent license obtained for a version of the library must be ++consistent with the full freedom of use specified in this license. ++ ++ Most GNU software, including some libraries, is covered by the ++ordinary GNU General Public License. This license, the GNU Lesser ++General Public License, applies to certain designated libraries, and ++is quite different from the ordinary General Public License. We use ++this license for certain libraries in order to permit linking those ++libraries into non-free programs. ++ ++ When a program is linked with a library, whether statically or using ++a shared library, the combination of the two is legally speaking a ++combined work, a derivative of the original library. The ordinary ++General Public License therefore permits such linking only if the ++entire combination fits its criteria of freedom. The Lesser General ++Public License permits more lax criteria for linking other code with ++the library. ++ ++ We call this license the "Lesser" General Public License because it ++does Less to protect the user's freedom than the ordinary General ++Public License. It also provides other free software developers Less ++of an advantage over competing non-free programs. These disadvantages ++are the reason we use the ordinary General Public License for many ++libraries. However, the Lesser license provides advantages in certain ++special circumstances. ++ ++ For example, on rare occasions, there may be a special need to ++encourage the widest possible use of a certain library, so that it becomes ++a de-facto standard. To achieve this, non-free programs must be ++allowed to use the library. A more frequent case is that a free ++library does the same job as widely used non-free libraries. In this ++case, there is little to gain by limiting the free library to free ++software only, so we use the Lesser General Public License. ++ ++ In other cases, permission to use a particular library in non-free ++programs enables a greater number of people to use a large body of ++free software. For example, permission to use the GNU C Library in ++non-free programs enables many more people to use the whole GNU ++operating system, as well as its variant, the GNU/Linux operating ++system. ++ ++ Although the Lesser General Public License is Less protective of the ++users' freedom, it does ensure that the user of a program that is ++linked with the Library has the freedom and the wherewithal to run ++that program using a modified version of the Library. ++ ++ The precise terms and conditions for copying, distribution and ++modification follow. Pay close attention to the difference between a ++"work based on the library" and a "work that uses the library". The ++former contains code derived from the library, whereas the latter must ++be combined with the library in order to run. ++ ++ GNU LESSER GENERAL PUBLIC LICENSE ++ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION ++ ++ 0. This License Agreement applies to any software library or other ++program which contains a notice placed by the copyright holder or ++other authorized party saying it may be distributed under the terms of ++this Lesser General Public License (also called "this License"). ++Each licensee is addressed as "you". ++ ++ A "library" means a collection of software functions and/or data ++prepared so as to be conveniently linked with application programs ++(which use some of those functions and data) to form executables. ++ ++ The "Library", below, refers to any such software library or work ++which has been distributed under these terms. A "work based on the ++Library" means either the Library or any derivative work under ++copyright law: that is to say, a work containing the Library or a ++portion of it, either verbatim or with modifications and/or translated ++straightforwardly into another language. (Hereinafter, translation is ++included without limitation in the term "modification".) ++ ++ "Source code" for a work means the preferred form of the work for ++making modifications to it. For a library, complete source code means ++all the source code for all modules it contains, plus any associated ++interface definition files, plus the scripts used to control compilation ++and installation of the library. ++ ++ Activities other than copying, distribution and modification are not ++covered by this License; they are outside its scope. The act of ++running a program using the Library is not restricted, and output from ++such a program is covered only if its contents constitute a work based ++on the Library (independent of the use of the Library in a tool for ++writing it). Whether that is true depends on what the Library does ++and what the program that uses the Library does. ++ ++ 1. You may copy and distribute verbatim copies of the Library's ++complete source code as you receive it, in any medium, provided that ++you conspicuously and appropriately publish on each copy an ++appropriate copyright notice and disclaimer of warranty; keep intact ++all the notices that refer to this License and to the absence of any ++warranty; and distribute a copy of this License along with the ++Library. ++ ++ You may charge a fee for the physical act of transferring a copy, ++and you may at your option offer warranty protection in exchange for a ++fee. ++ ++ 2. You may modify your copy or copies of the Library or any portion ++of it, thus forming a work based on the Library, and copy and ++distribute such modifications or work under the terms of Section 1 ++above, provided that you also meet all of these conditions: ++ ++ a) The modified work must itself be a software library. ++ ++ b) You must cause the files modified to carry prominent notices ++ stating that you changed the files and the date of any change. ++ ++ c) You must cause the whole of the work to be licensed at no ++ charge to all third parties under the terms of this License. ++ ++ d) If a facility in the modified Library refers to a function or a ++ table of data to be supplied by an application program that uses ++ the facility, other than as an argument passed when the facility ++ is invoked, then you must make a good faith effort to ensure that, ++ in the event an application does not supply such function or ++ table, the facility still operates, and performs whatever part of ++ its purpose remains meaningful. ++ ++ (For example, a function in a library to compute square roots has ++ a purpose that is entirely well-defined independent of the ++ application. Therefore, Subsection 2d requires that any ++ application-supplied function or table used by this function must ++ be optional: if the application does not supply it, the square ++ root function must still compute square roots.) ++ ++These requirements apply to the modified work as a whole. If ++identifiable sections of that work are not derived from the Library, ++and can be reasonably considered independent and separate works in ++themselves, then this License, and its terms, do not apply to those ++sections when you distribute them as separate works. But when you ++distribute the same sections as part of a whole which is a work based ++on the Library, the distribution of the whole must be on the terms of ++this License, whose permissions for other licensees extend to the ++entire whole, and thus to each and every part regardless of who wrote ++it. ++ ++Thus, it is not the intent of this section to claim rights or contest ++your rights to work written entirely by you; rather, the intent is to ++exercise the right to control the distribution of derivative or ++collective works based on the Library. ++ ++In addition, mere aggregation of another work not based on the Library ++with the Library (or with a work based on the Library) on a volume of ++a storage or distribution medium does not bring the other work under ++the scope of this License. ++ ++ 3. You may opt to apply the terms of the ordinary GNU General Public ++License instead of this License to a given copy of the Library. To do ++this, you must alter all the notices that refer to this License, so ++that they refer to the ordinary GNU General Public License, version 2, ++instead of to this License. (If a newer version than version 2 of the ++ordinary GNU General Public License has appeared, then you can specify ++that version instead if you wish.) Do not make any other change in ++these notices. ++ ++ Once this change is made in a given copy, it is irreversible for ++that copy, so the ordinary GNU General Public License applies to all ++subsequent copies and derivative works made from that copy. ++ ++ This option is useful when you wish to copy part of the code of ++the Library into a program that is not a library. ++ ++ 4. You may copy and distribute the Library (or a portion or ++derivative of it, under Section 2) in object code or executable form ++under the terms of Sections 1 and 2 above provided that you accompany ++it with the complete corresponding machine-readable source code, which ++must be distributed under the terms of Sections 1 and 2 above on a ++medium customarily used for software interchange. ++ ++ If distribution of object code is made by offering access to copy ++from a designated place, then offering equivalent access to copy the ++source code from the same place satisfies the requirement to ++distribute the source code, even though third parties are not ++compelled to copy the source along with the object code. ++ ++ 5. A program that contains no derivative of any portion of the ++Library, but is designed to work with the Library by being compiled or ++linked with it, is called a "work that uses the Library". Such a ++work, in isolation, is not a derivative work of the Library, and ++therefore falls outside the scope of this License. ++ ++ However, linking a "work that uses the Library" with the Library ++creates an executable that is a derivative of the Library (because it ++contains portions of the Library), rather than a "work that uses the ++library". The executable is therefore covered by this License. ++Section 6 states terms for distribution of such executables. ++ ++ When a "work that uses the Library" uses material from a header file ++that is part of the Library, the object code for the work may be a ++derivative work of the Library even though the source code is not. ++Whether this is true is especially significant if the work can be ++linked without the Library, or if the work is itself a library. The ++threshold for this to be true is not precisely defined by law. ++ ++ If such an object file uses only numerical parameters, data ++structure layouts and accessors, and small macros and small inline ++functions (ten lines or less in length), then the use of the object ++file is unrestricted, regardless of whether it is legally a derivative ++work. (Executables containing this object code plus portions of the ++Library will still fall under Section 6.) ++ ++ Otherwise, if the work is a derivative of the Library, you may ++distribute the object code for the work under the terms of Section 6. ++Any executables containing that work also fall under Section 6, ++whether or not they are linked directly with the Library itself. ++ ++ 6. As an exception to the Sections above, you may also combine or ++link a "work that uses the Library" with the Library to produce a ++work containing portions of the Library, and distribute that work ++under terms of your choice, provided that the terms permit ++modification of the work for the customer's own use and reverse ++engineering for debugging such modifications. ++ ++ You must give prominent notice with each copy of the work that the ++Library is used in it and that the Library and its use are covered by ++this License. You must supply a copy of this License. If the work ++during execution displays copyright notices, you must include the ++copyright notice for the Library among them, as well as a reference ++directing the user to the copy of this License. Also, you must do one ++of these things: ++ ++ a) Accompany the work with the complete corresponding ++ machine-readable source code for the Library including whatever ++ changes were used in the work (which must be distributed under ++ Sections 1 and 2 above); and, if the work is an executable linked ++ with the Library, with the complete machine-readable "work that ++ uses the Library", as object code and/or source code, so that the ++ user can modify the Library and then relink to produce a modified ++ executable containing the modified Library. (It is understood ++ that the user who changes the contents of definitions files in the ++ Library will not necessarily be able to recompile the application ++ to use the modified definitions.) ++ ++ b) Use a suitable shared library mechanism for linking with the ++ Library. A suitable mechanism is one that (1) uses at run time a ++ copy of the library already present on the user's computer system, ++ rather than copying library functions into the executable, and (2) ++ will operate properly with a modified version of the library, if ++ the user installs one, as long as the modified version is ++ interface-compatible with the version that the work was made with. ++ ++ c) Accompany the work with a written offer, valid for at ++ least three years, to give the same user the materials ++ specified in Subsection 6a, above, for a charge no more ++ than the cost of performing this distribution. ++ ++ d) If distribution of the work is made by offering access to copy ++ from a designated place, offer equivalent access to copy the above ++ specified materials from the same place. ++ ++ e) Verify that the user has already received a copy of these ++ materials or that you have already sent this user a copy. ++ ++ For an executable, the required form of the "work that uses the ++Library" must include any data and utility programs needed for ++reproducing the executable from it. However, as a special exception, ++the materials to be distributed need not include anything that is ++normally distributed (in either source or binary form) with the major ++components (compiler, kernel, and so on) of the operating system on ++which the executable runs, unless that component itself accompanies ++the executable. ++ ++ It may happen that this requirement contradicts the license ++restrictions of other proprietary libraries that do not normally ++accompany the operating system. Such a contradiction means you cannot ++use both them and the Library together in an executable that you ++distribute. ++ ++ 7. You may place library facilities that are a work based on the ++Library side-by-side in a single library together with other library ++facilities not covered by this License, and distribute such a combined ++library, provided that the separate distribution of the work based on ++the Library and of the other library facilities is otherwise ++permitted, and provided that you do these two things: ++ ++ a) Accompany the combined library with a copy of the same work ++ based on the Library, uncombined with any other library ++ facilities. This must be distributed under the terms of the ++ Sections above. ++ ++ b) Give prominent notice with the combined library of the fact ++ that part of it is a work based on the Library, and explaining ++ where to find the accompanying uncombined form of the same work. ++ ++ 8. You may not copy, modify, sublicense, link with, or distribute ++the Library except as expressly provided under this License. Any ++attempt otherwise to copy, modify, sublicense, link with, or ++distribute the Library is void, and will automatically terminate your ++rights under this License. However, parties who have received copies, ++or rights, from you under this License will not have their licenses ++terminated so long as such parties remain in full compliance. ++ ++ 9. You are not required to accept this License, since you have not ++signed it. However, nothing else grants you permission to modify or ++distribute the Library or its derivative works. These actions are ++prohibited by law if you do not accept this License. Therefore, by ++modifying or distributing the Library (or any work based on the ++Library), you indicate your acceptance of this License to do so, and ++all its terms and conditions for copying, distributing or modifying ++the Library or works based on it. ++ ++ 10. Each time you redistribute the Library (or any work based on the ++Library), the recipient automatically receives a license from the ++original licensor to copy, distribute, link with or modify the Library ++subject to these terms and conditions. You may not impose any further ++restrictions on the recipients' exercise of the rights granted herein. ++You are not responsible for enforcing compliance by third parties with ++this License. ++ ++ 11. If, as a consequence of a court judgment or allegation of patent ++infringement or for any other reason (not limited to patent issues), ++conditions are imposed on you (whether by court order, agreement or ++otherwise) that contradict the conditions of this License, they do not ++excuse you from the conditions of this License. If you cannot ++distribute so as to satisfy simultaneously your obligations under this ++License and any other pertinent obligations, then as a consequence you ++may not distribute the Library at all. For example, if a patent ++license would not permit royalty-free redistribution of the Library by ++all those who receive copies directly or indirectly through you, then ++the only way you could satisfy both it and this License would be to ++refrain entirely from distribution of the Library. ++ ++If any portion of this section is held invalid or unenforceable under any ++particular circumstance, the balance of the section is intended to apply, ++and the section as a whole is intended to apply in other circumstances. ++ ++It is not the purpose of this section to induce you to infringe any ++patents or other property right claims or to contest validity of any ++such claims; this section has the sole purpose of protecting the ++integrity of the free software distribution system which is ++implemented by public license practices. Many people have made ++generous contributions to the wide range of software distributed ++through that system in reliance on consistent application of that ++system; it is up to the author/donor to decide if he or she is willing ++to distribute software through any other system and a licensee cannot ++impose that choice. ++ ++This section is intended to make thoroughly clear what is believed to ++be a consequence of the rest of this License. ++ ++ 12. If the distribution and/or use of the Library is restricted in ++certain countries either by patents or by copyrighted interfaces, the ++original copyright holder who places the Library under this License may add ++an explicit geographical distribution limitation excluding those countries, ++so that distribution is permitted only in or among countries not thus ++excluded. In such case, this License incorporates the limitation as if ++written in the body of this License. ++ ++ 13. The Free Software Foundation may publish revised and/or new ++versions of the Lesser General Public License from time to time. ++Such new versions will be similar in spirit to the present version, ++but may differ in detail to address new problems or concerns. ++ ++Each version is given a distinguishing version number. If the Library ++specifies a version number of this License which applies to it and ++"any later version", you have the option of following the terms and ++conditions either of that version or of any later version published by ++the Free Software Foundation. If the Library does not specify a ++license version number, you may choose any version ever published by ++the Free Software Foundation. ++ ++ 14. If you wish to incorporate parts of the Library into other free ++programs whose distribution conditions are incompatible with these, ++write to the author to ask for permission. For software which is ++copyrighted by the Free Software Foundation, write to the Free ++Software Foundation; we sometimes make exceptions for this. Our ++decision will be guided by the two goals of preserving the free status ++of all derivatives of our free software and of promoting the sharing ++and reuse of software generally. ++ ++ NO WARRANTY ++ ++ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO ++WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. ++EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR ++OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY ++KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE ++IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR ++PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE ++LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME ++THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. ++ ++ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN ++WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY ++AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU ++FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR ++CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE ++LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING ++RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A ++FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF ++SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH ++DAMAGES. ++ ++ END OF TERMS AND CONDITIONS ++ ++ How to Apply These Terms to Your New Libraries ++ ++ If you develop a new library, and you want it to be of the greatest ++possible use to the public, we recommend making it free software that ++everyone can redistribute and change. You can do so by permitting ++redistribution under these terms (or, alternatively, under the terms of the ++ordinary General Public License). ++ ++ To apply these terms, attach the following notices to the library. It is ++safest to attach them to the start of each source file to most effectively ++convey the exclusion of warranty; and each file should have at least the ++"copyright" line and a pointer to where the full notice is found. ++ ++ ++ Copyright (C) ++ ++ This library is free software; you can redistribute it and/or ++ modify it under the terms of the GNU Lesser General Public ++ License as published by the Free Software Foundation; either ++ version 2.1 of the License, or (at your option) any later version. ++ ++ This library is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ Lesser General Public License for more details. ++ ++ You should have received a copy of the GNU Lesser General Public ++ License along with this library; if not, write to the Free Software ++ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ++ ++Also add information on how to contact you by electronic and paper mail. ++ ++You should also get your employer (if you work as a programmer) or your ++school, if any, to sign a "copyright disclaimer" for the library, if ++necessary. Here is a sample; alter the names: ++ ++ Yoyodyne, Inc., hereby disclaims all copyright interest in the ++ library `Frob' (a library for tweaking knobs) written by James Random Hacker. ++ ++ , 1 April 1990 ++ Ty Coon, President of Vice ++ ++That's all there is to it! ++ ++ ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/mpl-v11.txt build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/mpl-v11.txt +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/mpl-v11.txt 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/mpl-v11.txt 2009-10-29 19:15:00.218807855 -0400 +@@ -0,0 +1,470 @@ ++ MOZILLA PUBLIC LICENSE ++ Version 1.1 ++ ++ --------------- ++ ++1. Definitions. ++ ++ 1.0.1. "Commercial Use" means distribution or otherwise making the ++ Covered Code available to a third party. ++ ++ 1.1. "Contributor" means each entity that creates or contributes to ++ the creation of Modifications. ++ ++ 1.2. "Contributor Version" means the combination of the Original ++ Code, prior Modifications used by a Contributor, and the Modifications ++ made by that particular Contributor. ++ ++ 1.3. "Covered Code" means the Original Code or Modifications or the ++ combination of the Original Code and Modifications, in each case ++ including portions thereof. ++ ++ 1.4. "Electronic Distribution Mechanism" means a mechanism generally ++ accepted in the software development community for the electronic ++ transfer of data. ++ ++ 1.5. "Executable" means Covered Code in any form other than Source ++ Code. ++ ++ 1.6. "Initial Developer" means the individual or entity identified ++ as the Initial Developer in the Source Code notice required by Exhibit ++ A. ++ ++ 1.7. "Larger Work" means a work which combines Covered Code or ++ portions thereof with code not governed by the terms of this License. ++ ++ 1.8. "License" means this document. ++ ++ 1.8.1. "Licensable" means having the right to grant, to the maximum ++ extent possible, whether at the time of the initial grant or ++ subsequently acquired, any and all of the rights conveyed herein. ++ ++ 1.9. "Modifications" means any addition to or deletion from the ++ substance or structure of either the Original Code or any previous ++ Modifications. When Covered Code is released as a series of files, a ++ Modification is: ++ A. Any addition to or deletion from the contents of a file ++ containing Original Code or previous Modifications. ++ ++ B. Any new file that contains any part of the Original Code or ++ previous Modifications. ++ ++ 1.10. "Original Code" means Source Code of computer software code ++ which is described in the Source Code notice required by Exhibit A as ++ Original Code, and which, at the time of its release under this ++ License is not already Covered Code governed by this License. ++ ++ 1.10.1. "Patent Claims" means any patent claim(s), now owned or ++ hereafter acquired, including without limitation, method, process, ++ and apparatus claims, in any patent Licensable by grantor. ++ ++ 1.11. "Source Code" means the preferred form of the Covered Code for ++ making modifications to it, including all modules it contains, plus ++ any associated interface definition files, scripts used to control ++ compilation and installation of an Executable, or source code ++ differential comparisons against either the Original Code or another ++ well known, available Covered Code of the Contributor's choice. The ++ Source Code can be in a compressed or archival form, provided the ++ appropriate decompression or de-archiving software is widely available ++ for no charge. ++ ++ 1.12. "You" (or "Your") means an individual or a legal entity ++ exercising rights under, and complying with all of the terms of, this ++ License or a future version of this License issued under Section 6.1. ++ For legal entities, "You" includes any entity which controls, is ++ controlled by, or is under common control with You. For purposes of ++ this definition, "control" means (a) the power, direct or indirect, ++ to cause the direction or management of such entity, whether by ++ contract or otherwise, or (b) ownership of more than fifty percent ++ (50%) of the outstanding shares or beneficial ownership of such ++ entity. ++ ++2. Source Code License. ++ ++ 2.1. The Initial Developer Grant. ++ The Initial Developer hereby grants You a world-wide, royalty-free, ++ non-exclusive license, subject to third party intellectual property ++ claims: ++ (a) under intellectual property rights (other than patent or ++ trademark) Licensable by Initial Developer to use, reproduce, ++ modify, display, perform, sublicense and distribute the Original ++ Code (or portions thereof) with or without Modifications, and/or ++ as part of a Larger Work; and ++ ++ (b) under Patents Claims infringed by the making, using or ++ selling of Original Code, to make, have made, use, practice, ++ sell, and offer for sale, and/or otherwise dispose of the ++ Original Code (or portions thereof). ++ ++ (c) the licenses granted in this Section 2.1(a) and (b) are ++ effective on the date Initial Developer first distributes ++ Original Code under the terms of this License. ++ ++ (d) Notwithstanding Section 2.1(b) above, no patent license is ++ granted: 1) for code that You delete from the Original Code; 2) ++ separate from the Original Code; or 3) for infringements caused ++ by: i) the modification of the Original Code or ii) the ++ combination of the Original Code with other software or devices. ++ ++ 2.2. Contributor Grant. ++ Subject to third party intellectual property claims, each Contributor ++ hereby grants You a world-wide, royalty-free, non-exclusive license ++ ++ (a) under intellectual property rights (other than patent or ++ trademark) Licensable by Contributor, to use, reproduce, modify, ++ display, perform, sublicense and distribute the Modifications ++ created by such Contributor (or portions thereof) either on an ++ unmodified basis, with other Modifications, as Covered Code ++ and/or as part of a Larger Work; and ++ ++ (b) under Patent Claims infringed by the making, using, or ++ selling of Modifications made by that Contributor either alone ++ and/or in combination with its Contributor Version (or portions ++ of such combination), to make, use, sell, offer for sale, have ++ made, and/or otherwise dispose of: 1) Modifications made by that ++ Contributor (or portions thereof); and 2) the combination of ++ Modifications made by that Contributor with its Contributor ++ Version (or portions of such combination). ++ ++ (c) the licenses granted in Sections 2.2(a) and 2.2(b) are ++ effective on the date Contributor first makes Commercial Use of ++ the Covered Code. ++ ++ (d) Notwithstanding Section 2.2(b) above, no patent license is ++ granted: 1) for any code that Contributor has deleted from the ++ Contributor Version; 2) separate from the Contributor Version; ++ 3) for infringements caused by: i) third party modifications of ++ Contributor Version or ii) the combination of Modifications made ++ by that Contributor with other software (except as part of the ++ Contributor Version) or other devices; or 4) under Patent Claims ++ infringed by Covered Code in the absence of Modifications made by ++ that Contributor. ++ ++3. Distribution Obligations. ++ ++ 3.1. Application of License. ++ The Modifications which You create or to which You contribute are ++ governed by the terms of this License, including without limitation ++ Section 2.2. The Source Code version of Covered Code may be ++ distributed only under the terms of this License or a future version ++ of this License released under Section 6.1, and You must include a ++ copy of this License with every copy of the Source Code You ++ distribute. You may not offer or impose any terms on any Source Code ++ version that alters or restricts the applicable version of this ++ License or the recipients' rights hereunder. However, You may include ++ an additional document offering the additional rights described in ++ Section 3.5. ++ ++ 3.2. Availability of Source Code. ++ Any Modification which You create or to which You contribute must be ++ made available in Source Code form under the terms of this License ++ either on the same media as an Executable version or via an accepted ++ Electronic Distribution Mechanism to anyone to whom you made an ++ Executable version available; and if made available via Electronic ++ Distribution Mechanism, must remain available for at least twelve (12) ++ months after the date it initially became available, or at least six ++ (6) months after a subsequent version of that particular Modification ++ has been made available to such recipients. You are responsible for ++ ensuring that the Source Code version remains available even if the ++ Electronic Distribution Mechanism is maintained by a third party. ++ ++ 3.3. Description of Modifications. ++ You must cause all Covered Code to which You contribute to contain a ++ file documenting the changes You made to create that Covered Code and ++ the date of any change. You must include a prominent statement that ++ the Modification is derived, directly or indirectly, from Original ++ Code provided by the Initial Developer and including the name of the ++ Initial Developer in (a) the Source Code, and (b) in any notice in an ++ Executable version or related documentation in which You describe the ++ origin or ownership of the Covered Code. ++ ++ 3.4. Intellectual Property Matters ++ (a) Third Party Claims. ++ If Contributor has knowledge that a license under a third party's ++ intellectual property rights is required to exercise the rights ++ granted by such Contributor under Sections 2.1 or 2.2, ++ Contributor must include a text file with the Source Code ++ distribution titled "LEGAL" which describes the claim and the ++ party making the claim in sufficient detail that a recipient will ++ know whom to contact. If Contributor obtains such knowledge after ++ the Modification is made available as described in Section 3.2, ++ Contributor shall promptly modify the LEGAL file in all copies ++ Contributor makes available thereafter and shall take other steps ++ (such as notifying appropriate mailing lists or newsgroups) ++ reasonably calculated to inform those who received the Covered ++ Code that new knowledge has been obtained. ++ ++ (b) Contributor APIs. ++ If Contributor's Modifications include an application programming ++ interface and Contributor has knowledge of patent licenses which ++ are reasonably necessary to implement that API, Contributor must ++ also include this information in the LEGAL file. ++ ++ (c) Representations. ++ Contributor represents that, except as disclosed pursuant to ++ Section 3.4(a) above, Contributor believes that Contributor's ++ Modifications are Contributor's original creation(s) and/or ++ Contributor has sufficient rights to grant the rights conveyed by ++ this License. ++ ++ 3.5. Required Notices. ++ You must duplicate the notice in Exhibit A in each file of the Source ++ Code. If it is not possible to put such notice in a particular Source ++ Code file due to its structure, then You must include such notice in a ++ location (such as a relevant directory) where a user would be likely ++ to look for such a notice. If You created one or more Modification(s) ++ You may add your name as a Contributor to the notice described in ++ Exhibit A. You must also duplicate this License in any documentation ++ for the Source Code where You describe recipients' rights or ownership ++ rights relating to Covered Code. You may choose to offer, and to ++ charge a fee for, warranty, support, indemnity or liability ++ obligations to one or more recipients of Covered Code. However, You ++ may do so only on Your own behalf, and not on behalf of the Initial ++ Developer or any Contributor. You must make it absolutely clear than ++ any such warranty, support, indemnity or liability obligation is ++ offered by You alone, and You hereby agree to indemnify the Initial ++ Developer and every Contributor for any liability incurred by the ++ Initial Developer or such Contributor as a result of warranty, ++ support, indemnity or liability terms You offer. ++ ++ 3.6. Distribution of Executable Versions. ++ You may distribute Covered Code in Executable form only if the ++ requirements of Section 3.1-3.5 have been met for that Covered Code, ++ and if You include a notice stating that the Source Code version of ++ the Covered Code is available under the terms of this License, ++ including a description of how and where You have fulfilled the ++ obligations of Section 3.2. The notice must be conspicuously included ++ in any notice in an Executable version, related documentation or ++ collateral in which You describe recipients' rights relating to the ++ Covered Code. You may distribute the Executable version of Covered ++ Code or ownership rights under a license of Your choice, which may ++ contain terms different from this License, provided that You are in ++ compliance with the terms of this License and that the license for the ++ Executable version does not attempt to limit or alter the recipient's ++ rights in the Source Code version from the rights set forth in this ++ License. If You distribute the Executable version under a different ++ license You must make it absolutely clear that any terms which differ ++ from this License are offered by You alone, not by the Initial ++ Developer or any Contributor. You hereby agree to indemnify the ++ Initial Developer and every Contributor for any liability incurred by ++ the Initial Developer or such Contributor as a result of any such ++ terms You offer. ++ ++ 3.7. Larger Works. ++ You may create a Larger Work by combining Covered Code with other code ++ not governed by the terms of this License and distribute the Larger ++ Work as a single product. In such a case, You must make sure the ++ requirements of this License are fulfilled for the Covered Code. ++ ++4. Inability to Comply Due to Statute or Regulation. ++ ++ If it is impossible for You to comply with any of the terms of this ++ License with respect to some or all of the Covered Code due to ++ statute, judicial order, or regulation then You must: (a) comply with ++ the terms of this License to the maximum extent possible; and (b) ++ describe the limitations and the code they affect. Such description ++ must be included in the LEGAL file described in Section 3.4 and must ++ be included with all distributions of the Source Code. Except to the ++ extent prohibited by statute or regulation, such description must be ++ sufficiently detailed for a recipient of ordinary skill to be able to ++ understand it. ++ ++5. Application of this License. ++ ++ This License applies to code to which the Initial Developer has ++ attached the notice in Exhibit A and to related Covered Code. ++ ++6. Versions of the License. ++ ++ 6.1. New Versions. ++ Netscape Communications Corporation ("Netscape") may publish revised ++ and/or new versions of the License from time to time. Each version ++ will be given a distinguishing version number. ++ ++ 6.2. Effect of New Versions. ++ Once Covered Code has been published under a particular version of the ++ License, You may always continue to use it under the terms of that ++ version. You may also choose to use such Covered Code under the terms ++ of any subsequent version of the License published by Netscape. No one ++ other than Netscape has the right to modify the terms applicable to ++ Covered Code created under this License. ++ ++ 6.3. Derivative Works. ++ If You create or use a modified version of this License (which you may ++ only do in order to apply it to code which is not already Covered Code ++ governed by this License), You must (a) rename Your license so that ++ the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", ++ "MPL", "NPL" or any confusingly similar phrase do not appear in your ++ license (except to note that your license differs from this License) ++ and (b) otherwise make it clear that Your version of the license ++ contains terms which differ from the Mozilla Public License and ++ Netscape Public License. (Filling in the name of the Initial ++ Developer, Original Code or Contributor in the notice described in ++ Exhibit A shall not of themselves be deemed to be modifications of ++ this License.) ++ ++7. DISCLAIMER OF WARRANTY. ++ ++ COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, ++ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, ++ WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF ++ DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. ++ THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE ++ IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, ++ YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE ++ COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER ++ OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ++ ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. ++ ++8. TERMINATION. ++ ++ 8.1. This License and the rights granted hereunder will terminate ++ automatically if You fail to comply with terms herein and fail to cure ++ such breach within 30 days of becoming aware of the breach. All ++ sublicenses to the Covered Code which are properly granted shall ++ survive any termination of this License. Provisions which, by their ++ nature, must remain in effect beyond the termination of this License ++ shall survive. ++ ++ 8.2. If You initiate litigation by asserting a patent infringement ++ claim (excluding declatory judgment actions) against Initial Developer ++ or a Contributor (the Initial Developer or Contributor against whom ++ You file such action is referred to as "Participant") alleging that: ++ ++ (a) such Participant's Contributor Version directly or indirectly ++ infringes any patent, then any and all rights granted by such ++ Participant to You under Sections 2.1 and/or 2.2 of this License ++ shall, upon 60 days notice from Participant terminate prospectively, ++ unless if within 60 days after receipt of notice You either: (i) ++ agree in writing to pay Participant a mutually agreeable reasonable ++ royalty for Your past and future use of Modifications made by such ++ Participant, or (ii) withdraw Your litigation claim with respect to ++ the Contributor Version against such Participant. If within 60 days ++ of notice, a reasonable royalty and payment arrangement are not ++ mutually agreed upon in writing by the parties or the litigation claim ++ is not withdrawn, the rights granted by Participant to You under ++ Sections 2.1 and/or 2.2 automatically terminate at the expiration of ++ the 60 day notice period specified above. ++ ++ (b) any software, hardware, or device, other than such Participant's ++ Contributor Version, directly or indirectly infringes any patent, then ++ any rights granted to You by such Participant under Sections 2.1(b) ++ and 2.2(b) are revoked effective as of the date You first made, used, ++ sold, distributed, or had made, Modifications made by that ++ Participant. ++ ++ 8.3. If You assert a patent infringement claim against Participant ++ alleging that such Participant's Contributor Version directly or ++ indirectly infringes any patent where such claim is resolved (such as ++ by license or settlement) prior to the initiation of patent ++ infringement litigation, then the reasonable value of the licenses ++ granted by such Participant under Sections 2.1 or 2.2 shall be taken ++ into account in determining the amount or value of any payment or ++ license. ++ ++ 8.4. In the event of termination under Sections 8.1 or 8.2 above, ++ all end user license agreements (excluding distributors and resellers) ++ which have been validly granted by You or any distributor hereunder ++ prior to termination shall survive termination. ++ ++9. LIMITATION OF LIABILITY. ++ ++ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT ++ (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL ++ DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, ++ OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ++ ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY ++ CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, ++ WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER ++ COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN ++ INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF ++ LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY ++ RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW ++ PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE ++ EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO ++ THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. ++ ++10. U.S. GOVERNMENT END USERS. ++ ++ The Covered Code is a "commercial item," as that term is defined in ++ 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer ++ software" and "commercial computer software documentation," as such ++ terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 ++ C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), ++ all U.S. Government End Users acquire Covered Code with only those ++ rights set forth herein. ++ ++11. MISCELLANEOUS. ++ ++ This License represents the complete agreement concerning subject ++ matter hereof. If any provision of this License is held to be ++ unenforceable, such provision shall be reformed only to the extent ++ necessary to make it enforceable. This License shall be governed by ++ California law provisions (except to the extent applicable law, if ++ any, provides otherwise), excluding its conflict-of-law provisions. ++ With respect to disputes in which at least one party is a citizen of, ++ or an entity chartered or registered to do business in the United ++ States of America, any litigation relating to this License shall be ++ subject to the jurisdiction of the Federal Courts of the Northern ++ District of California, with venue lying in Santa Clara County, ++ California, with the losing party responsible for costs, including ++ without limitation, court costs and reasonable attorneys' fees and ++ expenses. The application of the United Nations Convention on ++ Contracts for the International Sale of Goods is expressly excluded. ++ Any law or regulation which provides that the language of a contract ++ shall be construed against the drafter shall not apply to this ++ License. ++ ++12. RESPONSIBILITY FOR CLAIMS. ++ ++ As between Initial Developer and the Contributors, each party is ++ responsible for claims and damages arising, directly or indirectly, ++ out of its utilization of rights under this License and You agree to ++ work with Initial Developer and Contributors to distribute such ++ responsibility on an equitable basis. Nothing herein is intended or ++ shall be deemed to constitute any admission of liability. ++ ++13. MULTIPLE-LICENSED CODE. ++ ++ Initial Developer may designate portions of the Covered Code as ++ "Multiple-Licensed". "Multiple-Licensed" means that the Initial ++ Developer permits you to utilize portions of the Covered Code under ++ Your choice of the NPL or the alternative licenses, if any, specified ++ by the Initial Developer in the file described in Exhibit A. ++ ++EXHIBIT A -Mozilla Public License. ++ ++ ``The contents of this file are subject to the Mozilla Public License ++ Version 1.1 (the "License"); you may not use this file except in ++ compliance with the License. You may obtain a copy of the License at ++ http://www.mozilla.org/MPL/ ++ ++ Software distributed under the License is distributed on an "AS IS" ++ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the ++ License for the specific language governing rights and limitations ++ under the License. ++ ++ The Original Code is ______________________________________. ++ ++ The Initial Developer of the Original Code is ________________________. ++ Portions created by ______________________ are Copyright (C) ______ ++ _______________________. All Rights Reserved. ++ ++ Contributor(s): ______________________________________. ++ ++ Alternatively, the contents of this file may be used under the terms ++ of the _____ license (the "[___] License"), in which case the ++ provisions of [______] License are applicable instead of those ++ above. If you wish to allow use of your version of this file only ++ under the terms of the [____] License and not to allow others to use ++ your version of this file under the MPL, indicate your decision by ++ deleting the provisions above and replace them with the notice and ++ other provisions required by the [___] License. If you do not delete ++ the provisions above, a recipient may use your version of this file ++ under either the MPL or the [___] License." ++ ++ [NOTE: The text of this Exhibit A may differ slightly from the text of ++ the notices in the Source Code files of the Original Code. You should ++ use the text of this Exhibit A rather than the text found in the ++ Original Code Source Code for Your Modifications.] ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/pixman-licenses.txt build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/pixman-licenses.txt +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/pixman-licenses.txt 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/about_files/pixman-licenses.txt 2009-10-29 19:15:00.231808074 -0400 +@@ -0,0 +1,92 @@ ++libpixregion ++ ++Copyright 1987, 1998 The Open Group ++ ++Permission to use, copy, modify, distribute, and sell this software and its ++documentation for any purpose is hereby granted without fee, provided that ++the above copyright notice appear in all copies and that both that ++copyright notice and this permission notice appear in supporting ++documentation. ++ ++The above copyright notice and this permission notice shall be included in ++all copies or substantial portions of the Software. ++ ++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ++FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ++OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN ++AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN ++CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++Except as contained in this notice, the name of The Open Group shall not be ++used in advertising or otherwise to promote the sale, use or other dealings ++in this Software without prior written authorization from The Open Group. ++ ++ ++Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. ++ ++ All Rights Reserved ++ ++Permission to use, copy, modify, and distribute this software and its ++documentation for any purpose and without fee is hereby granted, ++provided that the above copyright notice appear in all copies and that ++both that copyright notice and this permission notice appear in ++supporting documentation, and that the name of Digital not be ++used in advertising or publicity pertaining to distribution of the ++software without specific, written prior permission. ++ ++DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ++ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL ++DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ++ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, ++WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ++ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ++SOFTWARE. ++ ++---------------------------------------------------------------------- ++libic ++ ++Copyright © 2001 Keith Packard ++ ++Permission to use, copy, modify, distribute, and sell this software and its ++documentation for any purpose is hereby granted without fee, provided that ++the above copyright notice appear in all copies and that both that ++copyright notice and this permission notice appear in supporting ++documentation, and that the name of Keith Packard not be used in ++advertising or publicity pertaining to distribution of the software without ++specific, written prior permission. Keith Packard makes no ++representations about the suitability of this software for any purpose. It ++is provided "as is" without express or implied warranty. ++ ++KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, ++INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO ++EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR ++CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, ++DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER ++TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ++PERFORMANCE OF THIS SOFTWARE. ++ ++---------------------------------------------------------------------- ++slim ++ ++slim is Copyright © 2003 Richard Henderson ++ ++Permission to use, copy, modify, distribute, and sell this software ++and its documentation for any purpose is hereby granted without fee, ++provided that the above copyright notice appear in all copies and that ++both that copyright notice and this permission notice appear in ++supporting documentation, and that the name of Richard Henderson not be ++used in advertising or publicity pertaining to distribution of the ++software without specific, written prior permission. Richard Henderson ++makes no representations about the suitability of this software for ++any purpose. It is provided "as is" without express or implied ++warranty. ++ ++RICHARD HENDERSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, ++INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO ++EVENT SHALL RICHARD HENDERSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR ++CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF ++USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR ++OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ++PERFORMANCE OF THIS SOFTWARE. ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/build.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/build.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/build.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/build.properties 2009-10-29 19:15:00.232807639 -0400 +@@ -0,0 +1,11 @@ ++############################################################################### ++# Copyright (c) 2000, 2005 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++custom = true +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml 2009-10-29 19:15:00.234807609 -0400 +@@ -0,0 +1,419 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/fragment.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/fragment.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/fragment.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86/fragment.properties 2009-10-29 19:15:00.234807609 -0400 +@@ -0,0 +1,12 @@ ++############################################################################### ++# Copyright (c) 2000, 2005 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++fragmentName = Standard Widget Toolkit for GTK 2.0 ++providerName = Eclipse.org +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/META-INF/MANIFEST.MF build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/META-INF/MANIFEST.MF +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/META-INF/MANIFEST.MF 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/META-INF/MANIFEST.MF 2009-10-29 19:15:00.235807733 -0400 +@@ -0,0 +1,19 @@ ++Manifest-Version: 1.0 ++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.freebsd.x86_64; singleton:=true ++Bundle-Version: 3.5.0.qualifier ++Bundle-ManifestVersion: 2 ++Bundle-Localization: fragment ++Export-Package: ++ org.eclipse.swt.internal.accessibility.gtk; x-internal:=true, ++ org.eclipse.swt.internal.cairo; x-internal:=true, ++ org.eclipse.swt.internal.cde; x-internal:=true, ++ org.eclipse.swt.internal.gnome; x-internal:=true, ++ org.eclipse.swt.internal.gtk; x-internal:=true, ++ org.eclipse.swt.internal.mozilla; x-internal:=true, ++ org.eclipse.swt.internal.opengl.glx; x-internal:=true ++Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=freebsd) (osgi.arch=x86_64)) ++Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, ++ J2SE-1.3 +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about.html build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about.html +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about.html 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about.html 2009-10-29 19:15:00.236808416 -0400 +@@ -0,0 +1,263 @@ ++ ++ ++ ++ ++About ++ ++ ++

About This Content

++ ++

August 17, 2006

++

License

++ ++

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise ++indicated below, the Content is provided to you under the terms and conditions of the ++Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available ++at http://www.eclipse.org/legal/epl-v10.html. ++For purposes of the EPL, "Program" will mean the Content.

++ ++

If you did not receive this Content directly from the Eclipse Foundation, the Content is ++being redistributed by another party ("Redistributor") and different terms and conditions may ++apply to your use of any object code in the Content. Check the Redistributor's license that was ++provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise ++indicated below, the terms and conditions of the EPL still apply to any source code in the Content ++and such source code may be obtained at http://www.eclipse.org.

++ ++

Third Party Content

++ ++

The Content includes items that have been sourced from third parties as set out below. If you ++did not receive this Content directly from the Eclipse Foundation, the following is provided ++for informational purposes only, and you should look to the Redistributor’s license for ++terms and conditions of use.

++ ++

Gnome Binding

++ ++

The "Gnome Binding" is a binding to the Gnome API. The Content may include any or all of the following files:

++ ++

The following files in the plug-in JAR shall be defined as the native code portion of the Gnome Binding:

++
    ++
  • libswt-gnome-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
++ ++

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Gnome Binding:

++
    ++
  • The contents of the directory org/eclipse/swt/internal/gnome (but not including any sub-directories)
  • ++
++ ++

The Gnome Binding contains portions of Gnome ("Library"). Gnome is made available by The Free Software Foundation. Use of the Library is governed by the terms and ++conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the Gnome Binding on a standalone ++basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at ++http://www.gnu.org/licenses/lgpl.html.

++ ++

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work ++containing portions of the Library (e.g. the Gnome Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all ++other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the Gnome Binding such modifications shall be ++governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined ++work is provided for debugging purposes so there is no need to reverse engineer the combined work.

++ ++

GTK+ Binding

++ ++

The "GTK+ Binding" is a binding to the GTK+ API. The Content may include any or all of the following files:

++ ++

The following files in the plug-in JAR shall be defined as the native code portion of the GTK+ Binding:

++
    ++
  • libswt-atk-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
  • libswt-pi-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
++ ++

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the GTK+ Binding:

++
    ++
  • The contents of the directory org/eclipse/swt/internal/accessibility/gtk (but not including any sub-directories)
  • ++
  • The contents of the directory org/eclipse/swt/internal/cde (but not including any sub-directories)
  • ++
  • The contents of the directory org/eclipse/swt/internal/gtk (but not including any sub-directories)
  • ++
  • The contents of the directory org/eclipse/swt/internal/kde (but not including any sub-directories)
  • ++
++ ++

The GTK+ Binding contains portions of GTK+ ("Library"). GTK+ is made available by The Free Software Foundation. Use of the Library is governed by the terms and ++conditions of the GNU Lesser General Public License Version 2.1 ("LGPL"). Use of the GTK+ Binding on a standalone ++basis, is also governed by the terms and conditions of the LGPL. A copy of the LGPL is provided with the Content (lgpl-v21.txt) and is also available at ++http://www.gnu.org/licenses/lgpl.html.

++ ++

In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work ++containing portions of the Library (e.g. the GTK+ Binding) and distribute that work under the terms of your choice (e.g. the EPL) provided you comply with all ++other terms and conditions of Section 6 as well as other Sections of the LGPL. Please note, if you modify the GTK+ Binding such modifications shall be ++governed by the terms and conditions of the LGPL. Also note, the terms of the EPL permit you to modify the combined work and the source code of the combined ++work is provided for debugging purposes so there is no need to reverse engineer the combined work.

++ ++

Mozilla Binding

++ ++

The "Mozilla Binding" is a binding to the Mozilla API. The Content may include any or all of the following files:

++ ++

The following files in the plug-in JAR shall be defined as the native code portion of the Mozilla Binding:

++
    ++
  • libswt-mozilla-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
  • libswt-mozilla-gcc3-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
  • libswt-xulrunner-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
  • libswt-xpcominit-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
++ ++

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Mozilla Binding:

++
    ++
  • The contents of the directory org/eclipse/swt/internal/mozilla (but not including any sub-directories)
  • ++
++ ++

The Mozilla Binding contains portions of Mozilla ("Mozilla"). Mozilla is made available by Mozilla.org. Use of Mozilla is governed by the terms and ++conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) and is also available at ++http://www.mozilla.org/MPL/MPL-1.1.html.

++ ++

XULRunner 1.9 (subset, derivative work)

++ ++The libraries swt-xulrunner-gtk-xxxx.dll, swt-mozilla-gtk-xxxx.dll, and swt-mozilla-gcc3-gtk-xxxx.dll (where "xxxx" is the version number) contain a small portion of XULRunner 1.9 content (header files) ++that have been modified from the Original Code provided by mozilla.org, and whose Initial Developer is Netscape Communications Corporation. Use of this code is governed by ++the terms and conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided with the Content (mpl-v11.txt) ++and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. ++

The changed files are: ++

    ++
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext.h ++
  • org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptGlobalObject.h ++
++Changes to the original files were made by SWT on April 7, 2009 and are marked with trailing comment "//SWT-20090407". ++ ++

Cairo Binding

++ ++

The "Cairo Binding" is a binding to the Cairo API. The Content may include any or all of the following files:

++ ++

The following files in the plug-in JAR shall be defined as the native code portion of the Cairo Binding:

++
    ++
  • libswt-cairo-gtk-xxxx.so (where "xxxx" is the version number)
  • ++
++ ++

The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Cairo Binding:

++
    ++
  • The contents of the directory org/eclipse/swt/internal/cairo (but not including any sub-directories)
  • ++
++ ++

The Cairo Binding contains portions of Cairo ("Cairo"). Cairo is made available by the Cairo project at ++http://www.cairographics.org. Use of Cairo by the Cairo Binding is governed by the terms and ++conditions of the Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is ++provided with the Content (mpl-v11.txt) and is also available at http://www.mozilla.org/MPL/MPL-1.1.html.

++ ++

Cairo for Linux

++ ++

Refer to the file about_files/about_cairo.html for licensing details about "Cairo for Linux." ++ ++

Independent JPEG Group's JPEG software release 6b

++ ++

This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b ("LIBJPEG"). ++LIBJPEG was used to implement the decoding of JPEG format files in Java (TM). The Content does NOT include any portion of the LIBJPEG file ansi2knr.c.

++ ++

Your use of LIBJPEG is subject to the terms and conditions located in the about_files/IJG_README file which is included ++with the Content.

++ ++

The IJG's website is located at http://ijg.org.

++ ++

The class org.eclipse.swt.internal.image.JPEGFileFormat is based on following files from LIBJPEG:

++ ++
    ++
  • cderror.h
  • ++
  • cdjpeg.h
  • ++
  • jchuff.h
  • ++
  • jdcolor.c
  • ++
  • jdct.h
  • ++
  • jdhuff.h
  • ++
  • jerror.h
  • ++
  • jidctint.c
  • ++
  • jinclude.h
  • ++
  • jmemsys.h
  • ++
  • jmorecfg.h
  • ++
  • jpegint.h
  • ++
  • jpeglib.h
  • ++
  • jversion.h
  • ++
  • transupp.h
  • ++
++ ++

The class org.eclipse.swt.internal.image.JPEGDecoder is based on the following files from LIBJPEG:

++ ++
    ++
  • jcapimin.c
  • ++
  • jcapistd.c
  • ++
  • jccoefct.c
  • ++
  • jccolor.c
  • ++
  • jcdctmgr.c
  • ++
  • jchuff.c
  • ++
  • jcinit.c
  • ++
  • jcmainct.c
  • ++
  • jcmarker.c
  • ++
  • jcmaster.c
  • ++
  • jcomapi.c
  • ++
  • jcparam.c
  • ++
  • jcphuff.c
  • ++
  • jcprepct.c
  • ++
  • jcsample.c
  • ++
  • jctrans.c
  • ++
  • jdapimin.c
  • ++
  • jdapistd.c
  • ++
  • jdatadst.c
  • ++
  • jdatasrc.c
  • ++
  • jdcoefct.c
  • ++
  • jdcolor.c
  • ++
  • jddctmgr.c
  • ++
  • jdhuff.c
  • ++
  • jdinput.c
  • ++
  • jdmainct.c
  • ++
  • jdmarker.c
  • ++
  • jdmaster.c
  • ++
  • jdmerge.c
  • ++
  • jdphuff.c
  • ++
  • jdpostct.c
  • ++
  • jdsample.c
  • ++
  • jdtrans.c
  • ++
  • jerror.c
  • ++
  • jfdctflt.c
  • ++
  • jfdctfst.c
  • ++
  • jfdctint.c
  • ++
  • jidctflt.c
  • ++
  • jidctfst.c
  • ++
  • jidctint.c
  • ++
  • jidctred.c
  • ++
  • jpegtran.c
  • ++
  • jquant1.c
  • ++
  • jquant2.c
  • ++
  • jutils.c
  • ++
  • cderror.h
  • ++
  • cdjpeg.h
  • ++
  • jchuff.h
  • ++
  • jconfig.h
  • ++
  • jdct.h
  • ++
  • jdhuff.h
  • ++
  • jerror.h
  • ++
  • jinclude.h
  • ++
  • jmorecfg.h
  • ++
  • jpegint.h
  • ++
  • jpeglib.h
  • ++
  • jversion.h
  • ++
  • transupp.h
  • ++
++ ++

The following changes were made to the LIBJPEG code in the Content:

++ ++
    ++
  1. In Java, pointer math is not allowed so indexing was used instead.
  2. ++
  3. Function pointers were replaced with switch statements.
  4. ++
  5. The virtual memory, tracing and progress monitoring were removed.
  6. ++
  7. The error handling was simplified and now uses Java exceptions.
  8. ++
++ ++

PuTTY 0.58 (derivative work)

++ ++

Portions of the SWT class org/eclipse/swt/internal/image/PngDeflater are based on PuTTY's sshzlib.c. PuTTY is made available by Mozilla.org. Use of PuTTY is governed by the terms and ++conditions of the the following MIT-style license:

++
++

PuTTY is copyright 1997-2007 Simon Tatham.

++

Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus Kuhn, and CORE SDI S.A.

++

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

++

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

++

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SIMON TATHAM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

++
++

A copy of the license is also available at http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html.

++ ++

Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.

++ ++ ++ +\ No newline at end of file +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/IJG_README build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/IJG_README +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/IJG_README 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/IJG_README 2009-10-29 19:15:00.237809099 -0400 +@@ -0,0 +1,385 @@ ++The Independent JPEG Group's JPEG software ++========================================== ++ ++README for release 6b of 27-Mar-1998 ++==================================== ++ ++This distribution contains the sixth public release of the Independent JPEG ++Group's free JPEG software. You are welcome to redistribute this software and ++to use it for any purpose, subject to the conditions under LEGAL ISSUES, below. ++ ++Serious users of this software (particularly those incorporating it into ++larger programs) should contact IJG at jpeg-info@uunet.uu.net to be added to ++our electronic mailing list. Mailing list members are notified of updates ++and have a chance to participate in technical discussions, etc. ++ ++This software is the work of Tom Lane, Philip Gladstone, Jim Boucher, ++Lee Crocker, Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, ++Guido Vollbeding, Ge' Weijers, and other members of the Independent JPEG ++Group. ++ ++IJG is not affiliated with the official ISO JPEG standards committee. ++ ++ ++DOCUMENTATION ROADMAP ++===================== ++ ++This file contains the following sections: ++ ++OVERVIEW General description of JPEG and the IJG software. ++LEGAL ISSUES Copyright, lack of warranty, terms of distribution. ++REFERENCES Where to learn more about JPEG. ++ARCHIVE LOCATIONS Where to find newer versions of this software. ++RELATED SOFTWARE Other stuff you should get. ++FILE FORMAT WARS Software *not* to get. ++TO DO Plans for future IJG releases. ++ ++Other documentation files in the distribution are: ++ ++User documentation: ++ install.doc How to configure and install the IJG software. ++ usage.doc Usage instructions for cjpeg, djpeg, jpegtran, ++ rdjpgcom, and wrjpgcom. ++ *.1 Unix-style man pages for programs (same info as usage.doc). ++ wizard.doc Advanced usage instructions for JPEG wizards only. ++ change.log Version-to-version change highlights. ++Programmer and internal documentation: ++ libjpeg.doc How to use the JPEG library in your own programs. ++ example.c Sample code for calling the JPEG library. ++ structure.doc Overview of the JPEG library's internal structure. ++ filelist.doc Road map of IJG files. ++ coderules.doc Coding style rules --- please read if you contribute code. ++ ++Please read at least the files install.doc and usage.doc. Useful information ++can also be found in the JPEG FAQ (Frequently Asked Questions) article. See ++ARCHIVE LOCATIONS below to find out where to obtain the FAQ article. ++ ++If you want to understand how the JPEG code works, we suggest reading one or ++more of the REFERENCES, then looking at the documentation files (in roughly ++the order listed) before diving into the code. ++ ++ ++OVERVIEW ++======== ++ ++This package contains C software to implement JPEG image compression and ++decompression. JPEG (pronounced "jay-peg") is a standardized compression ++method for full-color and gray-scale images. JPEG is intended for compressing ++"real-world" scenes; line drawings, cartoons and other non-realistic images ++are not its strong suit. JPEG is lossy, meaning that the output image is not ++exactly identical to the input image. Hence you must not use JPEG if you ++have to have identical output bits. However, on typical photographic images, ++very good compression levels can be obtained with no visible change, and ++remarkably high compression levels are possible if you can tolerate a ++low-quality image. For more details, see the references, or just experiment ++with various compression settings. ++ ++This software implements JPEG baseline, extended-sequential, and progressive ++compression processes. Provision is made for supporting all variants of these ++processes, although some uncommon parameter settings aren't implemented yet. ++For legal reasons, we are not distributing code for the arithmetic-coding ++variants of JPEG; see LEGAL ISSUES. We have made no provision for supporting ++the hierarchical or lossless processes defined in the standard. ++ ++We provide a set of library routines for reading and writing JPEG image files, ++plus two sample applications "cjpeg" and "djpeg", which use the library to ++perform conversion between JPEG and some other popular image file formats. ++The library is intended to be reused in other applications. ++ ++In order to support file conversion and viewing software, we have included ++considerable functionality beyond the bare JPEG coding/decoding capability; ++for example, the color quantization modules are not strictly part of JPEG ++decoding, but they are essential for output to colormapped file formats or ++colormapped displays. These extra functions can be compiled out of the ++library if not required for a particular application. We have also included ++"jpegtran", a utility for lossless transcoding between different JPEG ++processes, and "rdjpgcom" and "wrjpgcom", two simple applications for ++inserting and extracting textual comments in JFIF files. ++ ++The emphasis in designing this software has been on achieving portability and ++flexibility, while also making it fast enough to be useful. In particular, ++the software is not intended to be read as a tutorial on JPEG. (See the ++REFERENCES section for introductory material.) Rather, it is intended to ++be reliable, portable, industrial-strength code. We do not claim to have ++achieved that goal in every aspect of the software, but we strive for it. ++ ++We welcome the use of this software as a component of commercial products. ++No royalty is required, but we do ask for an acknowledgement in product ++documentation, as described under LEGAL ISSUES. ++ ++ ++LEGAL ISSUES ++============ ++ ++In plain English: ++ ++1. We don't promise that this software works. (But if you find any bugs, ++ please let us know!) ++2. You can use this software for whatever you want. You don't have to pay us. ++3. You may not pretend that you wrote this software. If you use it in a ++ program, you must acknowledge somewhere in your documentation that ++ you've used the IJG code. ++ ++In legalese: ++ ++The authors make NO WARRANTY or representation, either express or implied, ++with respect to this software, its quality, accuracy, merchantability, or ++fitness for a particular purpose. This software is provided "AS IS", and you, ++its user, assume the entire risk as to its quality and accuracy. ++ ++This software is copyright (C) 1991-1998, Thomas G. Lane. ++All Rights Reserved except as specified below. ++ ++Permission is hereby granted to use, copy, modify, and distribute this ++software (or portions thereof) for any purpose, without fee, subject to these ++conditions: ++(1) If any part of the source code for this software is distributed, then this ++README file must be included, with this copyright and no-warranty notice ++unaltered; and any additions, deletions, or changes to the original files ++must be clearly indicated in accompanying documentation. ++(2) If only executable code is distributed, then the accompanying ++documentation must state that "this software is based in part on the work of ++the Independent JPEG Group". ++(3) Permission for use of this software is granted only if the user accepts ++full responsibility for any undesirable consequences; the authors accept ++NO LIABILITY for damages of any kind. ++ ++These conditions apply to any software derived from or based on the IJG code, ++not just to the unmodified library. If you use our work, you ought to ++acknowledge us. ++ ++Permission is NOT granted for the use of any IJG author's name or company name ++in advertising or publicity relating to this software or products derived from ++it. This software may be referred to only as "the Independent JPEG Group's ++software". ++ ++We specifically permit and encourage the use of this software as the basis of ++commercial products, provided that all warranty or liability claims are ++assumed by the product vendor. ++ ++ ++ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, ++sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. ++ansi2knr.c is NOT covered by the above copyright and conditions, but instead ++by the usual distribution terms of the Free Software Foundation; principally, ++that you must include source code if you redistribute it. (See the file ++ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part ++of any program generated from the IJG code, this does not limit you more than ++the foregoing paragraphs do. ++ ++The Unix configuration script "configure" was produced with GNU Autoconf. ++It is copyright by the Free Software Foundation but is freely distributable. ++The same holds for its supporting scripts (config.guess, config.sub, ++ltconfig, ltmain.sh). Another support script, install-sh, is copyright ++by M.I.T. but is also freely distributable. ++ ++It appears that the arithmetic coding option of the JPEG spec is covered by ++patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot ++legally be used without obtaining one or more licenses. For this reason, ++support for arithmetic coding has been removed from the free JPEG software. ++(Since arithmetic coding provides only a marginal gain over the unpatented ++Huffman mode, it is unlikely that very many implementations will support it.) ++So far as we are aware, there are no patent restrictions on the remaining ++code. ++ ++The IJG distribution formerly included code to read and write GIF files. ++To avoid entanglement with the Unisys LZW patent, GIF reading support has ++been removed altogether, and the GIF writer has been simplified to produce ++"uncompressed GIFs". This technique does not use the LZW algorithm; the ++resulting GIF files are larger than usual, but are readable by all standard ++GIF decoders. ++ ++We are required to state that ++ "The Graphics Interchange Format(c) is the Copyright property of ++ CompuServe Incorporated. GIF(sm) is a Service Mark property of ++ CompuServe Incorporated." ++ ++ ++REFERENCES ++========== ++ ++We highly recommend reading one or more of these references before trying to ++understand the innards of the JPEG software. ++ ++The best short technical introduction to the JPEG compression algorithm is ++ Wallace, Gregory K. "The JPEG Still Picture Compression Standard", ++ Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. ++(Adjacent articles in that issue discuss MPEG motion picture compression, ++applications of JPEG, and related topics.) If you don't have the CACM issue ++handy, a PostScript file containing a revised version of Wallace's article is ++available at ftp://ftp.uu.net/graphics/jpeg/wallace.ps.gz. The file (actually ++a preprint for an article that appeared in IEEE Trans. Consumer Electronics) ++omits the sample images that appeared in CACM, but it includes corrections ++and some added material. Note: the Wallace article is copyright ACM and IEEE, ++and it may not be used for commercial purposes. ++ ++A somewhat less technical, more leisurely introduction to JPEG can be found in ++"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by ++M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides ++good explanations and example C code for a multitude of compression methods ++including JPEG. It is an excellent source if you are comfortable reading C ++code but don't know much about data compression in general. The book's JPEG ++sample code is far from industrial-strength, but when you are ready to look ++at a full implementation, you've got one here... ++ ++The best full description of JPEG is the textbook "JPEG Still Image Data ++Compression Standard" by William B. Pennebaker and Joan L. Mitchell, published ++by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. Price US$59.95, 638 pp. ++The book includes the complete text of the ISO JPEG standards (DIS 10918-1 ++and draft DIS 10918-2). This is by far the most complete exposition of JPEG ++in existence, and we highly recommend it. ++ ++The JPEG standard itself is not available electronically; you must order a ++paper copy through ISO or ITU. (Unless you feel a need to own a certified ++official copy, we recommend buying the Pennebaker and Mitchell book instead; ++it's much cheaper and includes a great deal of useful explanatory material.) ++In the USA, copies of the standard may be ordered from ANSI Sales at (212) ++642-4900, or from Global Engineering Documents at (800) 854-7179. (ANSI ++doesn't take credit card orders, but Global does.) It's not cheap: as of ++1992, ANSI was charging $95 for Part 1 and $47 for Part 2, plus 7% ++shipping/handling. The standard is divided into two parts, Part 1 being the ++actual specification, while Part 2 covers compliance testing methods. Part 1 ++is titled "Digital Compression and Coding of Continuous-tone Still Images, ++Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS ++10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of ++Continuous-tone Still Images, Part 2: Compliance testing" and has document ++numbers ISO/IEC IS 10918-2, ITU-T T.83. ++ ++Some extensions to the original JPEG standard are defined in JPEG Part 3, ++a newer ISO standard numbered ISO/IEC IS 10918-3 and ITU-T T.84. IJG ++currently does not support any Part 3 extensions. ++ ++The JPEG standard does not specify all details of an interchangeable file ++format. For the omitted details we follow the "JFIF" conventions, revision ++1.02. A copy of the JFIF spec is available from: ++ Literature Department ++ C-Cube Microsystems, Inc. ++ 1778 McCarthy Blvd. ++ Milpitas, CA 95035 ++ phone (408) 944-6300, fax (408) 944-6314 ++A PostScript version of this document is available by FTP at ++ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text ++version at ftp://ftp.uu.net/graphics/jpeg/jfif.txt.gz, but it is missing ++the figures. ++ ++The TIFF 6.0 file format specification can be obtained by FTP from ++ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme ++found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. ++IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). ++Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 ++(Compression tag 7). Copies of this Note can be obtained from ftp.sgi.com or ++from ftp://ftp.uu.net/graphics/jpeg/. It is expected that the next revision ++of the TIFF spec will replace the 6.0 JPEG design with the Note's design. ++Although IJG's own code does not support TIFF/JPEG, the free libtiff library ++uses our library to implement TIFF/JPEG per the Note. libtiff is available ++from ftp://ftp.sgi.com/graphics/tiff/. ++ ++ ++ARCHIVE LOCATIONS ++================= ++ ++The "official" archive site for this software is ftp.uu.net (Internet ++address 192.48.96.9). The most recent released version can always be found ++there in directory graphics/jpeg. This particular version will be archived ++as ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz. If you don't have ++direct Internet access, UUNET's archives are also available via UUCP; contact ++help@uunet.uu.net for information on retrieving files that way. ++ ++Numerous Internet sites maintain copies of the UUNET files. However, only ++ftp.uu.net is guaranteed to have the latest official version. ++ ++You can also obtain this software in DOS-compatible "zip" archive format from ++the SimTel archives (ftp://ftp.simtel.net/pub/simtelnet/msdos/graphics/), or ++on CompuServe in the Graphics Support forum (GO CIS:GRAPHSUP), library 12 ++"JPEG Tools". Again, these versions may sometimes lag behind the ftp.uu.net ++release. ++ ++The JPEG FAQ (Frequently Asked Questions) article is a useful source of ++general information about JPEG. It is updated constantly and therefore is ++not included in this distribution. The FAQ is posted every two weeks to ++Usenet newsgroups comp.graphics.misc, news.answers, and other groups. ++It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/ ++and other news.answers archive sites, including the official news.answers ++archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. ++If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu ++with body ++ send usenet/news.answers/jpeg-faq/part1 ++ send usenet/news.answers/jpeg-faq/part2 ++ ++ ++RELATED SOFTWARE ++================ ++ ++Numerous viewing and image manipulation programs now support JPEG. (Quite a ++few of them use this library to do so.) The JPEG FAQ described above lists ++some of the more popular free and shareware viewers, and tells where to ++obtain them on Internet. ++ ++If you are on a Unix machine, we highly recommend Jef Poskanzer's free ++PBMPLUS software, which provides many useful operations on PPM-format image ++files. In particular, it can convert PPM images to and from a wide range of ++other formats, thus making cjpeg/djpeg considerably more useful. The latest ++version is distributed by the NetPBM group, and is available from numerous ++sites, notably ftp://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM/. ++Unfortunately PBMPLUS/NETPBM is not nearly as portable as the IJG software is; ++you are likely to have difficulty making it work on any non-Unix machine. ++ ++A different free JPEG implementation, written by the PVRG group at Stanford, ++is available from ftp://havefun.stanford.edu/pub/jpeg/. This program ++is designed for research and experimentation rather than production use; ++it is slower, harder to use, and less portable than the IJG code, but it ++is easier to read and modify. Also, the PVRG code supports lossless JPEG, ++which we do not. (On the other hand, it doesn't do progressive JPEG.) ++ ++ ++FILE FORMAT WARS ++================ ++ ++Some JPEG programs produce files that are not compatible with our library. ++The root of the problem is that the ISO JPEG committee failed to specify a ++concrete file format. Some vendors "filled in the blanks" on their own, ++creating proprietary formats that no one else could read. (For example, none ++of the early commercial JPEG implementations for the Macintosh were able to ++exchange compressed files.) ++ ++The file format we have adopted is called JFIF (see REFERENCES). This format ++has been agreed to by a number of major commercial JPEG vendors, and it has ++become the de facto standard. JFIF is a minimal or "low end" representation. ++We recommend the use of TIFF/JPEG (TIFF revision 6.0 as modified by TIFF ++Technical Note #2) for "high end" applications that need to record a lot of ++additional data about an image. TIFF/JPEG is fairly new and not yet widely ++supported, unfortunately. ++ ++The upcoming JPEG Part 3 standard defines a file format called SPIFF. ++SPIFF is interoperable with JFIF, in the sense that most JFIF decoders should ++be able to read the most common variant of SPIFF. SPIFF has some technical ++advantages over JFIF, but its major claim to fame is simply that it is an ++official standard rather than an informal one. At this point it is unclear ++whether SPIFF will supersede JFIF or whether JFIF will remain the de-facto ++standard. IJG intends to support SPIFF once the standard is frozen, but we ++have not decided whether it should become our default output format or not. ++(In any case, our decoder will remain capable of reading JFIF indefinitely.) ++ ++Various proprietary file formats incorporating JPEG compression also exist. ++We have little or no sympathy for the existence of these formats. Indeed, ++one of the original reasons for developing this free software was to help ++force convergence on common, open format standards for JPEG files. Don't ++use a proprietary file format! ++ ++ ++TO DO ++===== ++ ++The major thrust for v7 will probably be improvement of visual quality. ++The current method for scaling the quantization tables is known not to be ++very good at low Q values. We also intend to investigate block boundary ++smoothing, "poor man's variable quantization", and other means of improving ++quality-vs-file-size performance without sacrificing compatibility. ++ ++In future versions, we are considering supporting some of the upcoming JPEG ++Part 3 extensions --- principally, variable quantization and the SPIFF file ++format. ++ ++As always, speeding things up is of great interest. ++ ++Please send bug reports, offers of help, etc. to jpeg-info@uunet.uu.net. +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/about_cairo.html build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/about_cairo.html +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/about_cairo.html 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/about_cairo.html 2009-10-29 19:15:00.238808106 -0400 +@@ -0,0 +1,48 @@ ++ ++ ++ ++About ++ ++ ++ ++

About This Content

++ ++

March 27, 2006

++

License

++ ++

The Eclipse Foundation has included the following package for your convenience:

++ ++

Cairo 1.0.2 for Linux

++ ++

Cairo for Linux ("Cairo") is developed by The Cairo Project (http://www.cairographics.org):

++ ++

Cairo is delivered in the following file ("Cairo Library"):

++
    ++
  • libcairo-swt.so
  • ++
++ ++

which was compiled from Cairo source code available at http://www.cairographics.org/snapshots.

++ ++

Your use of the Cairo code in binary form is subject to ++the terms and conditions of Mozilla Public License Version 1.1 ("MPL"). A copy of the MPL is provided (mpl-v11.txt) ++and is also available at http://www.mozilla.org/MPL/MPL-1.1.html. ++ ++

pixman 0.1.6

++ ++

pixman ("pixman") is packaged within the Cairo Library and was compiled from source code available at ++http://www.cairographics.org/snapshots. ++pixman includes the following packages:

++ ++
    ++
  • libpixregion
  • ++
  • libic
  • ++
  • slim
  • ++
++ ++Your use of pixman is subject to the terms and conditions of the licenses in pixman-licenses.txt.

++ ++

If you did not receive the Cairo Library directly from the Eclipse Foundation, the package is being redistributed by another party ("Redistributor") and different terms and conditions may ++apply its use. Check the Redistributor's license that was provided with the content. If no such license exists, contact the Redistributor.

++ ++ ++ +\ No newline at end of file +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/lgpl-v21.txt build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/lgpl-v21.txt +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/lgpl-v21.txt 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/lgpl-v21.txt 2009-10-29 19:15:00.239808230 -0400 +@@ -0,0 +1,506 @@ ++ GNU LESSER GENERAL PUBLIC LICENSE ++ Version 2.1, February 1999 ++ ++ Copyright (C) 1991, 1999 Free Software Foundation, Inc. ++ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ++ Everyone is permitted to copy and distribute verbatim copies ++ of this license document, but changing it is not allowed. ++ ++[This is the first released version of the Lesser GPL. It also counts ++ as the successor of the GNU Library Public License, version 2, hence ++ the version number 2.1.] ++ ++ Preamble ++ ++ The licenses for most software are designed to take away your ++freedom to share and change it. By contrast, the GNU General Public ++Licenses are intended to guarantee your freedom to share and change ++free software--to make sure the software is free for all its users. ++ ++ This license, the Lesser General Public License, applies to some ++specially designated software packages--typically libraries--of the ++Free Software Foundation and other authors who decide to use it. You ++can use it too, but we suggest you first think carefully about whether ++this license or the ordinary General Public License is the better ++strategy to use in any particular case, based on the explanations below. ++ ++ When we speak of free software, we are referring to freedom of use, ++not price. Our General Public Licenses are designed to make sure that ++you have the freedom to distribute copies of free software (and charge ++for this service if you wish); that you receive source code or can get ++it if you want it; that you can change the software and use pieces of ++it in new free programs; and that you are informed that you can do ++these things. ++ ++ To protect your rights, we need to make restrictions that forbid ++distributors to deny you these rights or to ask you to surrender these ++rights. These restrictions translate to certain responsibilities for ++you if you distribute copies of the library or if you modify it. ++ ++ For example, if you distribute copies of the library, whether gratis ++or for a fee, you must give the recipients all the rights that we gave ++you. You must make sure that they, too, receive or can get the source ++code. If you link other code with the library, you must provide ++complete object files to the recipients, so that they can relink them ++with the library after making changes to the library and recompiling ++it. And you must show them these terms so they know their rights. ++ ++ We protect your rights with a two-step method: (1) we copyright the ++library, and (2) we offer you this license, which gives you legal ++permission to copy, distribute and/or modify the library. ++ ++ To protect each distributor, we want to make it very clear that ++there is no warranty for the free library. Also, if the library is ++modified by someone else and passed on, the recipients should know ++that what they have is not the original version, so that the original ++author's reputation will not be affected by problems that might be ++introduced by others. ++ ++ Finally, software patents pose a constant threat to the existence of ++any free program. We wish to make sure that a company cannot ++effectively restrict the users of a free program by obtaining a ++restrictive license from a patent holder. Therefore, we insist that ++any patent license obtained for a version of the library must be ++consistent with the full freedom of use specified in this license. ++ ++ Most GNU software, including some libraries, is covered by the ++ordinary GNU General Public License. This license, the GNU Lesser ++General Public License, applies to certain designated libraries, and ++is quite different from the ordinary General Public License. We use ++this license for certain libraries in order to permit linking those ++libraries into non-free programs. ++ ++ When a program is linked with a library, whether statically or using ++a shared library, the combination of the two is legally speaking a ++combined work, a derivative of the original library. The ordinary ++General Public License therefore permits such linking only if the ++entire combination fits its criteria of freedom. The Lesser General ++Public License permits more lax criteria for linking other code with ++the library. ++ ++ We call this license the "Lesser" General Public License because it ++does Less to protect the user's freedom than the ordinary General ++Public License. It also provides other free software developers Less ++of an advantage over competing non-free programs. These disadvantages ++are the reason we use the ordinary General Public License for many ++libraries. However, the Lesser license provides advantages in certain ++special circumstances. ++ ++ For example, on rare occasions, there may be a special need to ++encourage the widest possible use of a certain library, so that it becomes ++a de-facto standard. To achieve this, non-free programs must be ++allowed to use the library. A more frequent case is that a free ++library does the same job as widely used non-free libraries. In this ++case, there is little to gain by limiting the free library to free ++software only, so we use the Lesser General Public License. ++ ++ In other cases, permission to use a particular library in non-free ++programs enables a greater number of people to use a large body of ++free software. For example, permission to use the GNU C Library in ++non-free programs enables many more people to use the whole GNU ++operating system, as well as its variant, the GNU/Linux operating ++system. ++ ++ Although the Lesser General Public License is Less protective of the ++users' freedom, it does ensure that the user of a program that is ++linked with the Library has the freedom and the wherewithal to run ++that program using a modified version of the Library. ++ ++ The precise terms and conditions for copying, distribution and ++modification follow. Pay close attention to the difference between a ++"work based on the library" and a "work that uses the library". The ++former contains code derived from the library, whereas the latter must ++be combined with the library in order to run. ++ ++ GNU LESSER GENERAL PUBLIC LICENSE ++ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION ++ ++ 0. This License Agreement applies to any software library or other ++program which contains a notice placed by the copyright holder or ++other authorized party saying it may be distributed under the terms of ++this Lesser General Public License (also called "this License"). ++Each licensee is addressed as "you". ++ ++ A "library" means a collection of software functions and/or data ++prepared so as to be conveniently linked with application programs ++(which use some of those functions and data) to form executables. ++ ++ The "Library", below, refers to any such software library or work ++which has been distributed under these terms. A "work based on the ++Library" means either the Library or any derivative work under ++copyright law: that is to say, a work containing the Library or a ++portion of it, either verbatim or with modifications and/or translated ++straightforwardly into another language. (Hereinafter, translation is ++included without limitation in the term "modification".) ++ ++ "Source code" for a work means the preferred form of the work for ++making modifications to it. For a library, complete source code means ++all the source code for all modules it contains, plus any associated ++interface definition files, plus the scripts used to control compilation ++and installation of the library. ++ ++ Activities other than copying, distribution and modification are not ++covered by this License; they are outside its scope. The act of ++running a program using the Library is not restricted, and output from ++such a program is covered only if its contents constitute a work based ++on the Library (independent of the use of the Library in a tool for ++writing it). Whether that is true depends on what the Library does ++and what the program that uses the Library does. ++ ++ 1. You may copy and distribute verbatim copies of the Library's ++complete source code as you receive it, in any medium, provided that ++you conspicuously and appropriately publish on each copy an ++appropriate copyright notice and disclaimer of warranty; keep intact ++all the notices that refer to this License and to the absence of any ++warranty; and distribute a copy of this License along with the ++Library. ++ ++ You may charge a fee for the physical act of transferring a copy, ++and you may at your option offer warranty protection in exchange for a ++fee. ++ ++ 2. You may modify your copy or copies of the Library or any portion ++of it, thus forming a work based on the Library, and copy and ++distribute such modifications or work under the terms of Section 1 ++above, provided that you also meet all of these conditions: ++ ++ a) The modified work must itself be a software library. ++ ++ b) You must cause the files modified to carry prominent notices ++ stating that you changed the files and the date of any change. ++ ++ c) You must cause the whole of the work to be licensed at no ++ charge to all third parties under the terms of this License. ++ ++ d) If a facility in the modified Library refers to a function or a ++ table of data to be supplied by an application program that uses ++ the facility, other than as an argument passed when the facility ++ is invoked, then you must make a good faith effort to ensure that, ++ in the event an application does not supply such function or ++ table, the facility still operates, and performs whatever part of ++ its purpose remains meaningful. ++ ++ (For example, a function in a library to compute square roots has ++ a purpose that is entirely well-defined independent of the ++ application. Therefore, Subsection 2d requires that any ++ application-supplied function or table used by this function must ++ be optional: if the application does not supply it, the square ++ root function must still compute square roots.) ++ ++These requirements apply to the modified work as a whole. If ++identifiable sections of that work are not derived from the Library, ++and can be reasonably considered independent and separate works in ++themselves, then this License, and its terms, do not apply to those ++sections when you distribute them as separate works. But when you ++distribute the same sections as part of a whole which is a work based ++on the Library, the distribution of the whole must be on the terms of ++this License, whose permissions for other licensees extend to the ++entire whole, and thus to each and every part regardless of who wrote ++it. ++ ++Thus, it is not the intent of this section to claim rights or contest ++your rights to work written entirely by you; rather, the intent is to ++exercise the right to control the distribution of derivative or ++collective works based on the Library. ++ ++In addition, mere aggregation of another work not based on the Library ++with the Library (or with a work based on the Library) on a volume of ++a storage or distribution medium does not bring the other work under ++the scope of this License. ++ ++ 3. You may opt to apply the terms of the ordinary GNU General Public ++License instead of this License to a given copy of the Library. To do ++this, you must alter all the notices that refer to this License, so ++that they refer to the ordinary GNU General Public License, version 2, ++instead of to this License. (If a newer version than version 2 of the ++ordinary GNU General Public License has appeared, then you can specify ++that version instead if you wish.) Do not make any other change in ++these notices. ++ ++ Once this change is made in a given copy, it is irreversible for ++that copy, so the ordinary GNU General Public License applies to all ++subsequent copies and derivative works made from that copy. ++ ++ This option is useful when you wish to copy part of the code of ++the Library into a program that is not a library. ++ ++ 4. You may copy and distribute the Library (or a portion or ++derivative of it, under Section 2) in object code or executable form ++under the terms of Sections 1 and 2 above provided that you accompany ++it with the complete corresponding machine-readable source code, which ++must be distributed under the terms of Sections 1 and 2 above on a ++medium customarily used for software interchange. ++ ++ If distribution of object code is made by offering access to copy ++from a designated place, then offering equivalent access to copy the ++source code from the same place satisfies the requirement to ++distribute the source code, even though third parties are not ++compelled to copy the source along with the object code. ++ ++ 5. A program that contains no derivative of any portion of the ++Library, but is designed to work with the Library by being compiled or ++linked with it, is called a "work that uses the Library". Such a ++work, in isolation, is not a derivative work of the Library, and ++therefore falls outside the scope of this License. ++ ++ However, linking a "work that uses the Library" with the Library ++creates an executable that is a derivative of the Library (because it ++contains portions of the Library), rather than a "work that uses the ++library". The executable is therefore covered by this License. ++Section 6 states terms for distribution of such executables. ++ ++ When a "work that uses the Library" uses material from a header file ++that is part of the Library, the object code for the work may be a ++derivative work of the Library even though the source code is not. ++Whether this is true is especially significant if the work can be ++linked without the Library, or if the work is itself a library. The ++threshold for this to be true is not precisely defined by law. ++ ++ If such an object file uses only numerical parameters, data ++structure layouts and accessors, and small macros and small inline ++functions (ten lines or less in length), then the use of the object ++file is unrestricted, regardless of whether it is legally a derivative ++work. (Executables containing this object code plus portions of the ++Library will still fall under Section 6.) ++ ++ Otherwise, if the work is a derivative of the Library, you may ++distribute the object code for the work under the terms of Section 6. ++Any executables containing that work also fall under Section 6, ++whether or not they are linked directly with the Library itself. ++ ++ 6. As an exception to the Sections above, you may also combine or ++link a "work that uses the Library" with the Library to produce a ++work containing portions of the Library, and distribute that work ++under terms of your choice, provided that the terms permit ++modification of the work for the customer's own use and reverse ++engineering for debugging such modifications. ++ ++ You must give prominent notice with each copy of the work that the ++Library is used in it and that the Library and its use are covered by ++this License. You must supply a copy of this License. If the work ++during execution displays copyright notices, you must include the ++copyright notice for the Library among them, as well as a reference ++directing the user to the copy of this License. Also, you must do one ++of these things: ++ ++ a) Accompany the work with the complete corresponding ++ machine-readable source code for the Library including whatever ++ changes were used in the work (which must be distributed under ++ Sections 1 and 2 above); and, if the work is an executable linked ++ with the Library, with the complete machine-readable "work that ++ uses the Library", as object code and/or source code, so that the ++ user can modify the Library and then relink to produce a modified ++ executable containing the modified Library. (It is understood ++ that the user who changes the contents of definitions files in the ++ Library will not necessarily be able to recompile the application ++ to use the modified definitions.) ++ ++ b) Use a suitable shared library mechanism for linking with the ++ Library. A suitable mechanism is one that (1) uses at run time a ++ copy of the library already present on the user's computer system, ++ rather than copying library functions into the executable, and (2) ++ will operate properly with a modified version of the library, if ++ the user installs one, as long as the modified version is ++ interface-compatible with the version that the work was made with. ++ ++ c) Accompany the work with a written offer, valid for at ++ least three years, to give the same user the materials ++ specified in Subsection 6a, above, for a charge no more ++ than the cost of performing this distribution. ++ ++ d) If distribution of the work is made by offering access to copy ++ from a designated place, offer equivalent access to copy the above ++ specified materials from the same place. ++ ++ e) Verify that the user has already received a copy of these ++ materials or that you have already sent this user a copy. ++ ++ For an executable, the required form of the "work that uses the ++Library" must include any data and utility programs needed for ++reproducing the executable from it. However, as a special exception, ++the materials to be distributed need not include anything that is ++normally distributed (in either source or binary form) with the major ++components (compiler, kernel, and so on) of the operating system on ++which the executable runs, unless that component itself accompanies ++the executable. ++ ++ It may happen that this requirement contradicts the license ++restrictions of other proprietary libraries that do not normally ++accompany the operating system. Such a contradiction means you cannot ++use both them and the Library together in an executable that you ++distribute. ++ ++ 7. You may place library facilities that are a work based on the ++Library side-by-side in a single library together with other library ++facilities not covered by this License, and distribute such a combined ++library, provided that the separate distribution of the work based on ++the Library and of the other library facilities is otherwise ++permitted, and provided that you do these two things: ++ ++ a) Accompany the combined library with a copy of the same work ++ based on the Library, uncombined with any other library ++ facilities. This must be distributed under the terms of the ++ Sections above. ++ ++ b) Give prominent notice with the combined library of the fact ++ that part of it is a work based on the Library, and explaining ++ where to find the accompanying uncombined form of the same work. ++ ++ 8. You may not copy, modify, sublicense, link with, or distribute ++the Library except as expressly provided under this License. Any ++attempt otherwise to copy, modify, sublicense, link with, or ++distribute the Library is void, and will automatically terminate your ++rights under this License. However, parties who have received copies, ++or rights, from you under this License will not have their licenses ++terminated so long as such parties remain in full compliance. ++ ++ 9. You are not required to accept this License, since you have not ++signed it. However, nothing else grants you permission to modify or ++distribute the Library or its derivative works. These actions are ++prohibited by law if you do not accept this License. Therefore, by ++modifying or distributing the Library (or any work based on the ++Library), you indicate your acceptance of this License to do so, and ++all its terms and conditions for copying, distributing or modifying ++the Library or works based on it. ++ ++ 10. Each time you redistribute the Library (or any work based on the ++Library), the recipient automatically receives a license from the ++original licensor to copy, distribute, link with or modify the Library ++subject to these terms and conditions. You may not impose any further ++restrictions on the recipients' exercise of the rights granted herein. ++You are not responsible for enforcing compliance by third parties with ++this License. ++ ++ 11. If, as a consequence of a court judgment or allegation of patent ++infringement or for any other reason (not limited to patent issues), ++conditions are imposed on you (whether by court order, agreement or ++otherwise) that contradict the conditions of this License, they do not ++excuse you from the conditions of this License. If you cannot ++distribute so as to satisfy simultaneously your obligations under this ++License and any other pertinent obligations, then as a consequence you ++may not distribute the Library at all. For example, if a patent ++license would not permit royalty-free redistribution of the Library by ++all those who receive copies directly or indirectly through you, then ++the only way you could satisfy both it and this License would be to ++refrain entirely from distribution of the Library. ++ ++If any portion of this section is held invalid or unenforceable under any ++particular circumstance, the balance of the section is intended to apply, ++and the section as a whole is intended to apply in other circumstances. ++ ++It is not the purpose of this section to induce you to infringe any ++patents or other property right claims or to contest validity of any ++such claims; this section has the sole purpose of protecting the ++integrity of the free software distribution system which is ++implemented by public license practices. Many people have made ++generous contributions to the wide range of software distributed ++through that system in reliance on consistent application of that ++system; it is up to the author/donor to decide if he or she is willing ++to distribute software through any other system and a licensee cannot ++impose that choice. ++ ++This section is intended to make thoroughly clear what is believed to ++be a consequence of the rest of this License. ++ ++ 12. If the distribution and/or use of the Library is restricted in ++certain countries either by patents or by copyrighted interfaces, the ++original copyright holder who places the Library under this License may add ++an explicit geographical distribution limitation excluding those countries, ++so that distribution is permitted only in or among countries not thus ++excluded. In such case, this License incorporates the limitation as if ++written in the body of this License. ++ ++ 13. The Free Software Foundation may publish revised and/or new ++versions of the Lesser General Public License from time to time. ++Such new versions will be similar in spirit to the present version, ++but may differ in detail to address new problems or concerns. ++ ++Each version is given a distinguishing version number. If the Library ++specifies a version number of this License which applies to it and ++"any later version", you have the option of following the terms and ++conditions either of that version or of any later version published by ++the Free Software Foundation. If the Library does not specify a ++license version number, you may choose any version ever published by ++the Free Software Foundation. ++ ++ 14. If you wish to incorporate parts of the Library into other free ++programs whose distribution conditions are incompatible with these, ++write to the author to ask for permission. For software which is ++copyrighted by the Free Software Foundation, write to the Free ++Software Foundation; we sometimes make exceptions for this. Our ++decision will be guided by the two goals of preserving the free status ++of all derivatives of our free software and of promoting the sharing ++and reuse of software generally. ++ ++ NO WARRANTY ++ ++ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO ++WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. ++EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR ++OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY ++KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE ++IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR ++PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE ++LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME ++THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. ++ ++ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN ++WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY ++AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU ++FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR ++CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE ++LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING ++RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A ++FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF ++SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH ++DAMAGES. ++ ++ END OF TERMS AND CONDITIONS ++ ++ How to Apply These Terms to Your New Libraries ++ ++ If you develop a new library, and you want it to be of the greatest ++possible use to the public, we recommend making it free software that ++everyone can redistribute and change. You can do so by permitting ++redistribution under these terms (or, alternatively, under the terms of the ++ordinary General Public License). ++ ++ To apply these terms, attach the following notices to the library. It is ++safest to attach them to the start of each source file to most effectively ++convey the exclusion of warranty; and each file should have at least the ++"copyright" line and a pointer to where the full notice is found. ++ ++ ++ Copyright (C) ++ ++ This library is free software; you can redistribute it and/or ++ modify it under the terms of the GNU Lesser General Public ++ License as published by the Free Software Foundation; either ++ version 2.1 of the License, or (at your option) any later version. ++ ++ This library is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ Lesser General Public License for more details. ++ ++ You should have received a copy of the GNU Lesser General Public ++ License along with this library; if not, write to the Free Software ++ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ++ ++Also add information on how to contact you by electronic and paper mail. ++ ++You should also get your employer (if you work as a programmer) or your ++school, if any, to sign a "copyright disclaimer" for the library, if ++necessary. Here is a sample; alter the names: ++ ++ Yoyodyne, Inc., hereby disclaims all copyright interest in the ++ library `Frob' (a library for tweaking knobs) written by James Random Hacker. ++ ++ , 1 April 1990 ++ Ty Coon, President of Vice ++ ++That's all there is to it! ++ ++ ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/mpl-v11.txt build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/mpl-v11.txt +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/mpl-v11.txt 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/mpl-v11.txt 2009-10-29 19:15:00.240808075 -0400 +@@ -0,0 +1,470 @@ ++ MOZILLA PUBLIC LICENSE ++ Version 1.1 ++ ++ --------------- ++ ++1. Definitions. ++ ++ 1.0.1. "Commercial Use" means distribution or otherwise making the ++ Covered Code available to a third party. ++ ++ 1.1. "Contributor" means each entity that creates or contributes to ++ the creation of Modifications. ++ ++ 1.2. "Contributor Version" means the combination of the Original ++ Code, prior Modifications used by a Contributor, and the Modifications ++ made by that particular Contributor. ++ ++ 1.3. "Covered Code" means the Original Code or Modifications or the ++ combination of the Original Code and Modifications, in each case ++ including portions thereof. ++ ++ 1.4. "Electronic Distribution Mechanism" means a mechanism generally ++ accepted in the software development community for the electronic ++ transfer of data. ++ ++ 1.5. "Executable" means Covered Code in any form other than Source ++ Code. ++ ++ 1.6. "Initial Developer" means the individual or entity identified ++ as the Initial Developer in the Source Code notice required by Exhibit ++ A. ++ ++ 1.7. "Larger Work" means a work which combines Covered Code or ++ portions thereof with code not governed by the terms of this License. ++ ++ 1.8. "License" means this document. ++ ++ 1.8.1. "Licensable" means having the right to grant, to the maximum ++ extent possible, whether at the time of the initial grant or ++ subsequently acquired, any and all of the rights conveyed herein. ++ ++ 1.9. "Modifications" means any addition to or deletion from the ++ substance or structure of either the Original Code or any previous ++ Modifications. When Covered Code is released as a series of files, a ++ Modification is: ++ A. Any addition to or deletion from the contents of a file ++ containing Original Code or previous Modifications. ++ ++ B. Any new file that contains any part of the Original Code or ++ previous Modifications. ++ ++ 1.10. "Original Code" means Source Code of computer software code ++ which is described in the Source Code notice required by Exhibit A as ++ Original Code, and which, at the time of its release under this ++ License is not already Covered Code governed by this License. ++ ++ 1.10.1. "Patent Claims" means any patent claim(s), now owned or ++ hereafter acquired, including without limitation, method, process, ++ and apparatus claims, in any patent Licensable by grantor. ++ ++ 1.11. "Source Code" means the preferred form of the Covered Code for ++ making modifications to it, including all modules it contains, plus ++ any associated interface definition files, scripts used to control ++ compilation and installation of an Executable, or source code ++ differential comparisons against either the Original Code or another ++ well known, available Covered Code of the Contributor's choice. The ++ Source Code can be in a compressed or archival form, provided the ++ appropriate decompression or de-archiving software is widely available ++ for no charge. ++ ++ 1.12. "You" (or "Your") means an individual or a legal entity ++ exercising rights under, and complying with all of the terms of, this ++ License or a future version of this License issued under Section 6.1. ++ For legal entities, "You" includes any entity which controls, is ++ controlled by, or is under common control with You. For purposes of ++ this definition, "control" means (a) the power, direct or indirect, ++ to cause the direction or management of such entity, whether by ++ contract or otherwise, or (b) ownership of more than fifty percent ++ (50%) of the outstanding shares or beneficial ownership of such ++ entity. ++ ++2. Source Code License. ++ ++ 2.1. The Initial Developer Grant. ++ The Initial Developer hereby grants You a world-wide, royalty-free, ++ non-exclusive license, subject to third party intellectual property ++ claims: ++ (a) under intellectual property rights (other than patent or ++ trademark) Licensable by Initial Developer to use, reproduce, ++ modify, display, perform, sublicense and distribute the Original ++ Code (or portions thereof) with or without Modifications, and/or ++ as part of a Larger Work; and ++ ++ (b) under Patents Claims infringed by the making, using or ++ selling of Original Code, to make, have made, use, practice, ++ sell, and offer for sale, and/or otherwise dispose of the ++ Original Code (or portions thereof). ++ ++ (c) the licenses granted in this Section 2.1(a) and (b) are ++ effective on the date Initial Developer first distributes ++ Original Code under the terms of this License. ++ ++ (d) Notwithstanding Section 2.1(b) above, no patent license is ++ granted: 1) for code that You delete from the Original Code; 2) ++ separate from the Original Code; or 3) for infringements caused ++ by: i) the modification of the Original Code or ii) the ++ combination of the Original Code with other software or devices. ++ ++ 2.2. Contributor Grant. ++ Subject to third party intellectual property claims, each Contributor ++ hereby grants You a world-wide, royalty-free, non-exclusive license ++ ++ (a) under intellectual property rights (other than patent or ++ trademark) Licensable by Contributor, to use, reproduce, modify, ++ display, perform, sublicense and distribute the Modifications ++ created by such Contributor (or portions thereof) either on an ++ unmodified basis, with other Modifications, as Covered Code ++ and/or as part of a Larger Work; and ++ ++ (b) under Patent Claims infringed by the making, using, or ++ selling of Modifications made by that Contributor either alone ++ and/or in combination with its Contributor Version (or portions ++ of such combination), to make, use, sell, offer for sale, have ++ made, and/or otherwise dispose of: 1) Modifications made by that ++ Contributor (or portions thereof); and 2) the combination of ++ Modifications made by that Contributor with its Contributor ++ Version (or portions of such combination). ++ ++ (c) the licenses granted in Sections 2.2(a) and 2.2(b) are ++ effective on the date Contributor first makes Commercial Use of ++ the Covered Code. ++ ++ (d) Notwithstanding Section 2.2(b) above, no patent license is ++ granted: 1) for any code that Contributor has deleted from the ++ Contributor Version; 2) separate from the Contributor Version; ++ 3) for infringements caused by: i) third party modifications of ++ Contributor Version or ii) the combination of Modifications made ++ by that Contributor with other software (except as part of the ++ Contributor Version) or other devices; or 4) under Patent Claims ++ infringed by Covered Code in the absence of Modifications made by ++ that Contributor. ++ ++3. Distribution Obligations. ++ ++ 3.1. Application of License. ++ The Modifications which You create or to which You contribute are ++ governed by the terms of this License, including without limitation ++ Section 2.2. The Source Code version of Covered Code may be ++ distributed only under the terms of this License or a future version ++ of this License released under Section 6.1, and You must include a ++ copy of this License with every copy of the Source Code You ++ distribute. You may not offer or impose any terms on any Source Code ++ version that alters or restricts the applicable version of this ++ License or the recipients' rights hereunder. However, You may include ++ an additional document offering the additional rights described in ++ Section 3.5. ++ ++ 3.2. Availability of Source Code. ++ Any Modification which You create or to which You contribute must be ++ made available in Source Code form under the terms of this License ++ either on the same media as an Executable version or via an accepted ++ Electronic Distribution Mechanism to anyone to whom you made an ++ Executable version available; and if made available via Electronic ++ Distribution Mechanism, must remain available for at least twelve (12) ++ months after the date it initially became available, or at least six ++ (6) months after a subsequent version of that particular Modification ++ has been made available to such recipients. You are responsible for ++ ensuring that the Source Code version remains available even if the ++ Electronic Distribution Mechanism is maintained by a third party. ++ ++ 3.3. Description of Modifications. ++ You must cause all Covered Code to which You contribute to contain a ++ file documenting the changes You made to create that Covered Code and ++ the date of any change. You must include a prominent statement that ++ the Modification is derived, directly or indirectly, from Original ++ Code provided by the Initial Developer and including the name of the ++ Initial Developer in (a) the Source Code, and (b) in any notice in an ++ Executable version or related documentation in which You describe the ++ origin or ownership of the Covered Code. ++ ++ 3.4. Intellectual Property Matters ++ (a) Third Party Claims. ++ If Contributor has knowledge that a license under a third party's ++ intellectual property rights is required to exercise the rights ++ granted by such Contributor under Sections 2.1 or 2.2, ++ Contributor must include a text file with the Source Code ++ distribution titled "LEGAL" which describes the claim and the ++ party making the claim in sufficient detail that a recipient will ++ know whom to contact. If Contributor obtains such knowledge after ++ the Modification is made available as described in Section 3.2, ++ Contributor shall promptly modify the LEGAL file in all copies ++ Contributor makes available thereafter and shall take other steps ++ (such as notifying appropriate mailing lists or newsgroups) ++ reasonably calculated to inform those who received the Covered ++ Code that new knowledge has been obtained. ++ ++ (b) Contributor APIs. ++ If Contributor's Modifications include an application programming ++ interface and Contributor has knowledge of patent licenses which ++ are reasonably necessary to implement that API, Contributor must ++ also include this information in the LEGAL file. ++ ++ (c) Representations. ++ Contributor represents that, except as disclosed pursuant to ++ Section 3.4(a) above, Contributor believes that Contributor's ++ Modifications are Contributor's original creation(s) and/or ++ Contributor has sufficient rights to grant the rights conveyed by ++ this License. ++ ++ 3.5. Required Notices. ++ You must duplicate the notice in Exhibit A in each file of the Source ++ Code. If it is not possible to put such notice in a particular Source ++ Code file due to its structure, then You must include such notice in a ++ location (such as a relevant directory) where a user would be likely ++ to look for such a notice. If You created one or more Modification(s) ++ You may add your name as a Contributor to the notice described in ++ Exhibit A. You must also duplicate this License in any documentation ++ for the Source Code where You describe recipients' rights or ownership ++ rights relating to Covered Code. You may choose to offer, and to ++ charge a fee for, warranty, support, indemnity or liability ++ obligations to one or more recipients of Covered Code. However, You ++ may do so only on Your own behalf, and not on behalf of the Initial ++ Developer or any Contributor. You must make it absolutely clear than ++ any such warranty, support, indemnity or liability obligation is ++ offered by You alone, and You hereby agree to indemnify the Initial ++ Developer and every Contributor for any liability incurred by the ++ Initial Developer or such Contributor as a result of warranty, ++ support, indemnity or liability terms You offer. ++ ++ 3.6. Distribution of Executable Versions. ++ You may distribute Covered Code in Executable form only if the ++ requirements of Section 3.1-3.5 have been met for that Covered Code, ++ and if You include a notice stating that the Source Code version of ++ the Covered Code is available under the terms of this License, ++ including a description of how and where You have fulfilled the ++ obligations of Section 3.2. The notice must be conspicuously included ++ in any notice in an Executable version, related documentation or ++ collateral in which You describe recipients' rights relating to the ++ Covered Code. You may distribute the Executable version of Covered ++ Code or ownership rights under a license of Your choice, which may ++ contain terms different from this License, provided that You are in ++ compliance with the terms of this License and that the license for the ++ Executable version does not attempt to limit or alter the recipient's ++ rights in the Source Code version from the rights set forth in this ++ License. If You distribute the Executable version under a different ++ license You must make it absolutely clear that any terms which differ ++ from this License are offered by You alone, not by the Initial ++ Developer or any Contributor. You hereby agree to indemnify the ++ Initial Developer and every Contributor for any liability incurred by ++ the Initial Developer or such Contributor as a result of any such ++ terms You offer. ++ ++ 3.7. Larger Works. ++ You may create a Larger Work by combining Covered Code with other code ++ not governed by the terms of this License and distribute the Larger ++ Work as a single product. In such a case, You must make sure the ++ requirements of this License are fulfilled for the Covered Code. ++ ++4. Inability to Comply Due to Statute or Regulation. ++ ++ If it is impossible for You to comply with any of the terms of this ++ License with respect to some or all of the Covered Code due to ++ statute, judicial order, or regulation then You must: (a) comply with ++ the terms of this License to the maximum extent possible; and (b) ++ describe the limitations and the code they affect. Such description ++ must be included in the LEGAL file described in Section 3.4 and must ++ be included with all distributions of the Source Code. Except to the ++ extent prohibited by statute or regulation, such description must be ++ sufficiently detailed for a recipient of ordinary skill to be able to ++ understand it. ++ ++5. Application of this License. ++ ++ This License applies to code to which the Initial Developer has ++ attached the notice in Exhibit A and to related Covered Code. ++ ++6. Versions of the License. ++ ++ 6.1. New Versions. ++ Netscape Communications Corporation ("Netscape") may publish revised ++ and/or new versions of the License from time to time. Each version ++ will be given a distinguishing version number. ++ ++ 6.2. Effect of New Versions. ++ Once Covered Code has been published under a particular version of the ++ License, You may always continue to use it under the terms of that ++ version. You may also choose to use such Covered Code under the terms ++ of any subsequent version of the License published by Netscape. No one ++ other than Netscape has the right to modify the terms applicable to ++ Covered Code created under this License. ++ ++ 6.3. Derivative Works. ++ If You create or use a modified version of this License (which you may ++ only do in order to apply it to code which is not already Covered Code ++ governed by this License), You must (a) rename Your license so that ++ the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", ++ "MPL", "NPL" or any confusingly similar phrase do not appear in your ++ license (except to note that your license differs from this License) ++ and (b) otherwise make it clear that Your version of the license ++ contains terms which differ from the Mozilla Public License and ++ Netscape Public License. (Filling in the name of the Initial ++ Developer, Original Code or Contributor in the notice described in ++ Exhibit A shall not of themselves be deemed to be modifications of ++ this License.) ++ ++7. DISCLAIMER OF WARRANTY. ++ ++ COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, ++ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, ++ WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF ++ DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. ++ THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE ++ IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, ++ YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE ++ COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER ++ OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ++ ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. ++ ++8. TERMINATION. ++ ++ 8.1. This License and the rights granted hereunder will terminate ++ automatically if You fail to comply with terms herein and fail to cure ++ such breach within 30 days of becoming aware of the breach. All ++ sublicenses to the Covered Code which are properly granted shall ++ survive any termination of this License. Provisions which, by their ++ nature, must remain in effect beyond the termination of this License ++ shall survive. ++ ++ 8.2. If You initiate litigation by asserting a patent infringement ++ claim (excluding declatory judgment actions) against Initial Developer ++ or a Contributor (the Initial Developer or Contributor against whom ++ You file such action is referred to as "Participant") alleging that: ++ ++ (a) such Participant's Contributor Version directly or indirectly ++ infringes any patent, then any and all rights granted by such ++ Participant to You under Sections 2.1 and/or 2.2 of this License ++ shall, upon 60 days notice from Participant terminate prospectively, ++ unless if within 60 days after receipt of notice You either: (i) ++ agree in writing to pay Participant a mutually agreeable reasonable ++ royalty for Your past and future use of Modifications made by such ++ Participant, or (ii) withdraw Your litigation claim with respect to ++ the Contributor Version against such Participant. If within 60 days ++ of notice, a reasonable royalty and payment arrangement are not ++ mutually agreed upon in writing by the parties or the litigation claim ++ is not withdrawn, the rights granted by Participant to You under ++ Sections 2.1 and/or 2.2 automatically terminate at the expiration of ++ the 60 day notice period specified above. ++ ++ (b) any software, hardware, or device, other than such Participant's ++ Contributor Version, directly or indirectly infringes any patent, then ++ any rights granted to You by such Participant under Sections 2.1(b) ++ and 2.2(b) are revoked effective as of the date You first made, used, ++ sold, distributed, or had made, Modifications made by that ++ Participant. ++ ++ 8.3. If You assert a patent infringement claim against Participant ++ alleging that such Participant's Contributor Version directly or ++ indirectly infringes any patent where such claim is resolved (such as ++ by license or settlement) prior to the initiation of patent ++ infringement litigation, then the reasonable value of the licenses ++ granted by such Participant under Sections 2.1 or 2.2 shall be taken ++ into account in determining the amount or value of any payment or ++ license. ++ ++ 8.4. In the event of termination under Sections 8.1 or 8.2 above, ++ all end user license agreements (excluding distributors and resellers) ++ which have been validly granted by You or any distributor hereunder ++ prior to termination shall survive termination. ++ ++9. LIMITATION OF LIABILITY. ++ ++ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT ++ (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL ++ DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, ++ OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ++ ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY ++ CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, ++ WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER ++ COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN ++ INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF ++ LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY ++ RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW ++ PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE ++ EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO ++ THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. ++ ++10. U.S. GOVERNMENT END USERS. ++ ++ The Covered Code is a "commercial item," as that term is defined in ++ 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer ++ software" and "commercial computer software documentation," as such ++ terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 ++ C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), ++ all U.S. Government End Users acquire Covered Code with only those ++ rights set forth herein. ++ ++11. MISCELLANEOUS. ++ ++ This License represents the complete agreement concerning subject ++ matter hereof. If any provision of this License is held to be ++ unenforceable, such provision shall be reformed only to the extent ++ necessary to make it enforceable. This License shall be governed by ++ California law provisions (except to the extent applicable law, if ++ any, provides otherwise), excluding its conflict-of-law provisions. ++ With respect to disputes in which at least one party is a citizen of, ++ or an entity chartered or registered to do business in the United ++ States of America, any litigation relating to this License shall be ++ subject to the jurisdiction of the Federal Courts of the Northern ++ District of California, with venue lying in Santa Clara County, ++ California, with the losing party responsible for costs, including ++ without limitation, court costs and reasonable attorneys' fees and ++ expenses. The application of the United Nations Convention on ++ Contracts for the International Sale of Goods is expressly excluded. ++ Any law or regulation which provides that the language of a contract ++ shall be construed against the drafter shall not apply to this ++ License. ++ ++12. RESPONSIBILITY FOR CLAIMS. ++ ++ As between Initial Developer and the Contributors, each party is ++ responsible for claims and damages arising, directly or indirectly, ++ out of its utilization of rights under this License and You agree to ++ work with Initial Developer and Contributors to distribute such ++ responsibility on an equitable basis. Nothing herein is intended or ++ shall be deemed to constitute any admission of liability. ++ ++13. MULTIPLE-LICENSED CODE. ++ ++ Initial Developer may designate portions of the Covered Code as ++ "Multiple-Licensed". "Multiple-Licensed" means that the Initial ++ Developer permits you to utilize portions of the Covered Code under ++ Your choice of the NPL or the alternative licenses, if any, specified ++ by the Initial Developer in the file described in Exhibit A. ++ ++EXHIBIT A -Mozilla Public License. ++ ++ ``The contents of this file are subject to the Mozilla Public License ++ Version 1.1 (the "License"); you may not use this file except in ++ compliance with the License. You may obtain a copy of the License at ++ http://www.mozilla.org/MPL/ ++ ++ Software distributed under the License is distributed on an "AS IS" ++ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the ++ License for the specific language governing rights and limitations ++ under the License. ++ ++ The Original Code is ______________________________________. ++ ++ The Initial Developer of the Original Code is ________________________. ++ Portions created by ______________________ are Copyright (C) ______ ++ _______________________. All Rights Reserved. ++ ++ Contributor(s): ______________________________________. ++ ++ Alternatively, the contents of this file may be used under the terms ++ of the _____ license (the "[___] License"), in which case the ++ provisions of [______] License are applicable instead of those ++ above. If you wish to allow use of your version of this file only ++ under the terms of the [____] License and not to allow others to use ++ your version of this file under the MPL, indicate your decision by ++ deleting the provisions above and replace them with the notice and ++ other provisions required by the [___] License. If you do not delete ++ the provisions above, a recipient may use your version of this file ++ under either the MPL or the [___] License." ++ ++ [NOTE: The text of this Exhibit A may differ slightly from the text of ++ the notices in the Source Code files of the Original Code. You should ++ use the text of this Exhibit A rather than the text found in the ++ Original Code Source Code for Your Modifications.] ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/pixman-licenses.txt build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/pixman-licenses.txt +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/pixman-licenses.txt 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/about_files/pixman-licenses.txt 2009-10-29 19:15:00.241808759 -0400 +@@ -0,0 +1,92 @@ ++libpixregion ++ ++Copyright 1987, 1998 The Open Group ++ ++Permission to use, copy, modify, distribute, and sell this software and its ++documentation for any purpose is hereby granted without fee, provided that ++the above copyright notice appear in all copies and that both that ++copyright notice and this permission notice appear in supporting ++documentation. ++ ++The above copyright notice and this permission notice shall be included in ++all copies or substantial portions of the Software. ++ ++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ++FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ++OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN ++AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN ++CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++Except as contained in this notice, the name of The Open Group shall not be ++used in advertising or otherwise to promote the sale, use or other dealings ++in this Software without prior written authorization from The Open Group. ++ ++ ++Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. ++ ++ All Rights Reserved ++ ++Permission to use, copy, modify, and distribute this software and its ++documentation for any purpose and without fee is hereby granted, ++provided that the above copyright notice appear in all copies and that ++both that copyright notice and this permission notice appear in ++supporting documentation, and that the name of Digital not be ++used in advertising or publicity pertaining to distribution of the ++software without specific, written prior permission. ++ ++DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ++ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL ++DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ++ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, ++WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ++ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ++SOFTWARE. ++ ++---------------------------------------------------------------------- ++libic ++ ++Copyright © 2001 Keith Packard ++ ++Permission to use, copy, modify, distribute, and sell this software and its ++documentation for any purpose is hereby granted without fee, provided that ++the above copyright notice appear in all copies and that both that ++copyright notice and this permission notice appear in supporting ++documentation, and that the name of Keith Packard not be used in ++advertising or publicity pertaining to distribution of the software without ++specific, written prior permission. Keith Packard makes no ++representations about the suitability of this software for any purpose. It ++is provided "as is" without express or implied warranty. ++ ++KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, ++INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO ++EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR ++CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, ++DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER ++TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ++PERFORMANCE OF THIS SOFTWARE. ++ ++---------------------------------------------------------------------- ++slim ++ ++slim is Copyright © 2003 Richard Henderson ++ ++Permission to use, copy, modify, distribute, and sell this software ++and its documentation for any purpose is hereby granted without fee, ++provided that the above copyright notice appear in all copies and that ++both that copyright notice and this permission notice appear in ++supporting documentation, and that the name of Richard Henderson not be ++used in advertising or publicity pertaining to distribution of the ++software without specific, written prior permission. Richard Henderson ++makes no representations about the suitability of this software for ++any purpose. It is provided "as is" without express or implied ++warranty. ++ ++RICHARD HENDERSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, ++INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO ++EVENT SHALL RICHARD HENDERSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR ++CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF ++USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR ++OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ++PERFORMANCE OF THIS SOFTWARE. ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/build.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/build.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/build.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/build.properties 2009-10-29 19:15:00.243809286 -0400 +@@ -0,0 +1,11 @@ ++############################################################################### ++# Copyright (c) 2000, 2005 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++custom = true +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/build.xml build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/build.xml +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/build.xml 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/build.xml 2009-10-29 19:15:00.244808293 -0400 +@@ -0,0 +1,449 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ Copying source from org.eclipse.swt project to folder ${basedir}/src folder ${temp.folder}. ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ Converting java files to 64 bit in org.eclipse.swt project ++ ++ ++ ++ ++ ++ ++ Converting java files to 32 bit in org.eclipse.swt project ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/fragment.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/fragment.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/fragment.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/fragment.properties 2009-10-29 19:15:00.245807859 -0400 +@@ -0,0 +1,12 @@ ++############################################################################### ++# Copyright (c) 2000, 2005 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++fragmentName = Standard Widget Toolkit for GTK 2.0 ++providerName = Eclipse.org +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.team.cvs.ssh/src/org/eclipse/team/internal/ccvs/ssh/KnownHosts.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.team.cvs.ssh/src/org/eclipse/team/internal/ccvs/ssh/KnownHosts.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.team.cvs.ssh/src/org/eclipse/team/internal/ccvs/ssh/KnownHosts.java 2006-05-10 13:49:07.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.team.cvs.ssh/src/org/eclipse/team/internal/ccvs/ssh/KnownHosts.java 2009-10-29 19:15:00.246808542 -0400 +@@ -38,7 +38,7 @@ + } + + static String defaultFilename() { +- if (!Platform.getOS().equals(Platform.OS_LINUX)) return internalFilename(); ++ if (!Platform.getOS().equals(Platform.OS_LINUX) && !Platform.getOS().equals(Platform.OS_FREEBSD)) return internalFilename(); + String HOME = System.getProperty("user.home"); //$NON-NLS-1$ + if (HOME==null) return internalFilename(); + return HOME+"/.ssh/known_hosts"; //$NON-NLS-1$ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.ui.intro.universal/plugin.xml build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.ui.intro.universal/plugin.xml +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.ui.intro.universal/plugin.xml 2009-05-26 16:09:14.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.ui.intro.universal/plugin.xml 2009-10-29 19:15:00.254808140 -0400 +@@ -45,7 +45,7 @@ + ++ os="win32,linux,macosx,solaris,freebsd"> + + +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.ui.workbench.texteditor/plugin.xml build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.ui.workbench.texteditor/plugin.xml +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.ui.workbench.texteditor/plugin.xml 2009-02-10 03:48:36.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.ui.workbench.texteditor/plugin.xml 2009-10-29 19:15:00.255807985 -0400 +@@ -1161,7 +1161,7 @@ + %blockSelectionModeFont.description + + + +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core/plugin.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core/plugin.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core/plugin.properties 2006-03-17 01:02:59.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core/plugin.properties 2009-10-29 19:15:00.256808668 -0400 +@@ -12,6 +12,7 @@ + providerName= Eclipse.org + fragmentNameWin= Install/Update Core for Windows + fragmentNameLinux= Install/Update Core for Linux ++fragmentNameFreeBSD= Install/Update Core for FreeBSD + featureTypes.name=Install/Update Concrete Feature Type Implementation Factory + siteTypes.name=Install/Update Concrete Site Type Implementation Factory + installHandlers.name=Install/Update Global Install Handlers +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core/src/org/eclipse/update/internal/core/UpdateManagerUtils.java build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core/src/org/eclipse/update/internal/core/UpdateManagerUtils.java +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core/src/org/eclipse/update/internal/core/UpdateManagerUtils.java 2009-05-25 18:10:28.000000000 -0400 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core/src/org/eclipse/update/internal/core/UpdateManagerUtils.java 2009-10-29 19:15:00.257807675 -0400 +@@ -42,6 +42,8 @@ + || org.eclipse.osgi.service.environment.Constants.OS_SOLARIS + .equals(Platform.getOS()) + || org.eclipse.osgi.service.environment.Constants.OS_MACOSX ++ .equals(Platform.getOS()) ++ || org.eclipse.osgi.service.environment.Constants.OS_FREEBSD + .equals(Platform.getOS()); + private static FragmentEntry[] noFragments = new FragmentEntry[0]; + private static Map table; +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/.classpath build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/.classpath +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/.classpath 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/.classpath 2009-10-29 19:15:00.258807799 -0400 +@@ -0,0 +1,7 @@ ++ ++ ++ ++ ++ ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/.cvsignore build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/.cvsignore +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/.cvsignore 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/.cvsignore 2009-10-29 19:15:00.259807923 -0400 +@@ -0,0 +1 @@ ++bin +\ No newline at end of file +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/.project build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/.project +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/.project 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/.project 2009-10-29 19:15:00.259807923 -0400 +@@ -0,0 +1,33 @@ ++ ++ ++ org.eclipse.update.core.linux ++ ++ ++ org.eclipse.core.boot ++ org.eclipse.core.runtime ++ org.eclipse.core.runtime.compatibility ++ org.eclipse.update.configurator ++ org.eclipse.update.core ++ ++ ++ ++ org.eclipse.jdt.core.javabuilder ++ ++ ++ ++ ++ org.eclipse.pde.ManifestBuilder ++ ++ ++ ++ ++ org.eclipse.pde.SchemaBuilder ++ ++ ++ ++ ++ ++ org.eclipse.jdt.core.javanature ++ org.eclipse.pde.PluginNature ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/META-INF/MANIFEST.MF build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/META-INF/MANIFEST.MF +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/META-INF/MANIFEST.MF 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/META-INF/MANIFEST.MF 2009-10-29 19:15:00.260808048 -0400 +@@ -0,0 +1,9 @@ ++Manifest-Version: 1.0 ++Bundle-ManifestVersion: 2 ++Bundle-Name: %fragmentNameFreeBSD ++Bundle-SymbolicName: org.eclipse.update.core.freebsd ++Bundle-Version: 3.2.100.qualifier ++Bundle-Vendor: %providerName ++Fragment-Host: org.eclipse.update.core;bundle-version="[3.0.0,4.0.0)" ++Bundle-Localization: plugin ++Eclipse-PlatformFilter: (& (osgi.os=freebsd) (osgi.arch=x86)) +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/about.html build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/about.html +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/about.html 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/about.html 2009-10-29 19:15:00.261807613 -0400 +@@ -0,0 +1,28 @@ ++ ++ ++ ++ ++About ++ ++ ++

About This Content

++ ++

June 2, 2006

++

License

++ ++

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise ++indicated below, the Content is provided to you under the terms and conditions of the ++Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available ++at http://www.eclipse.org/legal/epl-v10.html. ++For purposes of the EPL, "Program" will mean the Content.

++ ++

If you did not receive this Content directly from the Eclipse Foundation, the Content is ++being redistributed by another party ("Redistributor") and different terms and conditions may ++apply to your use of any object code in the Content. Check the Redistributor's license that was ++provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise ++indicated below, the terms and conditions of the EPL still apply to any source code in the Content ++and such source code may be obtained at http://www.eclipse.org.

++ ++ ++ +\ No newline at end of file +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/build.properties build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/build.properties +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/build.properties 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/build.properties 2009-10-29 19:15:00.261807613 -0400 +@@ -0,0 +1,16 @@ ++############################################################################### ++# Copyright (c) 2000, 2005 IBM Corporation and others. ++# All rights reserved. This program and the accompanying materials ++# are made available under the terms of the Eclipse Public License v1.0 ++# which accompanies this distribution, and is available at ++# http://www.eclipse.org/legal/epl-v10.html ++# ++# Contributors: ++# IBM Corporation - initial API and implementation ++############################################################################### ++bin.includes = os/,\ ++ fragment.properties,\ ++ about.html,\ ++ META-INF/ ++src.includes = src/,\ ++ about.html +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/src/build.xml build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/src/build.xml +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/src/build.xml 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/src/build.xml 2009-10-29 19:15:00.262809134 -0400 +@@ -0,0 +1,70 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/src/update.c build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/src/update.c +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/src/update.c 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/src/update.c 2009-10-29 19:15:00.263808141 -0400 +@@ -0,0 +1,165 @@ ++/********************************************************************** ++ * Copyright (c) 2000, 2005 IBM Corporation and others. ++ * All rights reserved. This program and the accompanying materials ++ * are made available under the terms of the Eclipse Public License v1.0 ++ * which accompanies this distribution, and is available at ++ * http://www.eclipse.org/legal/epl-v10.html ++ * ++ * Contributors: ++ * IBM Corporation - Initial API and implementation ++ **********************************************************************/ ++ ++/* bug 82520 : need to include stdlib.h */ ++# include ++# include ++# include ++# include ++# include ++ ++/* ++ * Class: org_eclipse_update_configuration_LocalSystemInfo ++ * Method: nativeGetFreeSpace ++ * Signature: (Ljava/io/File;)J ++ */ ++JNIEXPORT jlong JNICALL Java_org_eclipse_update_configuration_LocalSystemInfo_nativeGetFreeSpace( ++ JNIEnv * jnienv, ++ jclass javaClass, ++ jobject file) { ++ ++ // to retrive the String ++ jclass cls; ++ jmethodID id; ++ jobject obj; ++ ++ // java.io.File.getAbsolutePath() ++ const char * lpDirectoryName; ++ ++ // Linux Parameters ++ struct statfs buffer; ++ ++ // the result ++ jlong result = org_eclipse_update_configuration_LocalSystemInfo_SIZE_UNKNOWN; ++ ++ cls = (*jnienv) -> GetObjectClass(jnienv, file); ++ id = (*jnienv) -> GetMethodID(jnienv, cls, "getAbsolutePath", "()Ljava/lang/String;"); ++ obj = (*jnienv) -> CallObjectMethod(jnienv, file, id); ++ lpDirectoryName = (*jnienv) -> GetStringUTFChars(jnienv, (jstring) obj, 0); ++ ++ // cast one argument as jlong to have a jlong result ++ int err = statfs(lpDirectoryName,&buffer); ++ if (err==0){ ++ long size = buffer.f_bsize; ++ jlong free = buffer.f_bfree; ++ result = size*free; ++ } ++ ++ return result; ++} ++ ++/* ++ * Class: org_eclipse_update_configuration_LocalSystemInfo ++ * Method: nativeGetLabel ++ * Signature: (Ljava/io/File;)Ljava/lang/String; ++ */ ++JNIEXPORT jstring JNICALL Java_org_eclipse_update_configuration_LocalSystemInfo_nativeGetLabel( ++ JNIEnv * jnienv, ++ jclass javaClass, ++ jobject file) { ++ ++ // to retrive the String ++ jclass cls; ++ jmethodID id; ++ jobject obj; ++ ++ // java.io.File.getAbsolutePath() ++ const char * lpDirectoryName; ++ ++ // obtain the String from the parameter ++ cls = (*jnienv) -> GetObjectClass(jnienv, file); ++ id = (*jnienv) -> GetMethodID(jnienv, cls, "getAbsolutePath", "()Ljava/lang/String;"); ++ obj = (*jnienv) -> CallObjectMethod(jnienv, file, id); ++ lpDirectoryName = (*jnienv) -> GetStringUTFChars(jnienv, (jstring) obj, 0); ++ ++ jstring result = NULL; ++ ++ // Linux implementation following ++ ++ return result; ++} ++ ++/* ++ * Class: org_eclipse_update_configuration_LocalSystemInfo ++ * Method: nativeGetType ++ * Signature: (Ljava/io/File;)I ++ */ ++JNIEXPORT jint JNICALL Java_org_eclipse_update_configuration_LocalSystemInfo_nativeGetType( ++ JNIEnv * jnienv, ++ jclass javaClass, ++ jobject file) { ++ ++ // to retrive the String ++ jclass cls; ++ jmethodID id; ++ jobject obj; ++ ++ // java.io.File.getAbsolutePath() ++ const char * lpDirectoryName; ++ ++ // obtain the String from the parameter ++ cls = (*jnienv) -> GetObjectClass(jnienv, file); ++ id = (*jnienv) -> GetMethodID(jnienv, cls, "getAbsolutePath", "()Ljava/lang/String;"); ++ obj = (*jnienv) -> CallObjectMethod(jnienv, file, id); ++ lpDirectoryName = (*jnienv) -> GetStringUTFChars(jnienv, (jstring) obj, 0); ++ ++ int result; ++ ++ // Linux implemantation ++ ++ result = org_eclipse_update_configuration_LocalSystemInfo_VOLUME_INVALID_PATH; ++ return result; ++} ++ ++/* ++ * Class: org_eclipse_update_configuration_LocalSystemInfo ++ * Method: nativeListMountPoints ++ * Signature: ()[Ljava/lang/String; ++ */ ++JNIEXPORT jobjectArray JNICALL Java_org_eclipse_update_configuration_LocalSystemInfo_nativeListMountPoints( ++ JNIEnv * jnienv, ++ jclass javaClass) { ++ ++ // ++ int drive; ++ char driveName[100]; ++ jobjectArray returnArray; ++ int nDrive = 0; ++ ++ // ++ jclass stringClass; ++ jobject empty; ++ int index = 0; ++ jobject str; ++ ++ // Linux implementation ++ // find mount points ++ ++ drive = 0; ++ stringClass = (*jnienv) -> FindClass(jnienv, "java/lang/String"); ++ empty = (*jnienv) -> NewStringUTF(jnienv, ""); ++ //returnArray = (*jnienv) -> NewObjectArray(jnienv, nDrive, stringClass, empty); ++ ++ // for now return null as method is not implemented ++ returnArray = NULL; ++ ++ int i; ++ for (i = 0; i < drive; i++) { ++ // Linux implementation, create String for each mount point ++ ++ str = (*jnienv) -> NewStringUTF(jnienv, driveName); ++ (*jnienv) -> SetObjectArrayElement(jnienv, returnArray, index, str); ++ ++ index++; ++ } ++ ++ return returnArray; ++} +diff -uNr build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/src/update.h build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/src/update.h +--- build.orig/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/src/update.h 1969-12-31 19:00:00.000000000 -0500 ++++ build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.update.core.freebsd/src/update.h 2009-10-29 19:15:00.263808141 -0400 +@@ -0,0 +1,76 @@ ++/* DO NOT EDIT THIS FILE - it is machine generated */ ++ ++/********************************************************************** ++ * Copyright (c) 2000, 2005 IBM Corporation and others. ++ * All rights reserved. This program and the accompanying materials ++ * are made available under the terms of the Eclipse Public License v1.0 ++ * which accompanies this distribution, and is available at ++ * http://www.eclipse.org/legal/epl-v10.html ++ * ++ * Contributors: ++ * IBM Corporation - Initial API and implementation ++ **********************************************************************/ ++ ++#include ++/* Header for class org_eclipse_update_configuration_LocalSystemInfo */ ++ ++#ifndef _Included_org_eclipse_update_configuration_LocalSystemInfo ++#define _Included_org_eclipse_update_configuration_LocalSystemInfo ++#ifdef __cplusplus ++extern "C" { ++#endif ++#undef org_eclipse_update_configuration_LocalSystemInfo_SIZE_UNKNOWN ++#define org_eclipse_update_configuration_LocalSystemInfo_SIZE_UNKNOWN -1L ++#undef org_eclipse_update_configuration_LocalSystemInfo_VOLUME_UNKNOWN ++#define org_eclipse_update_configuration_LocalSystemInfo_VOLUME_UNKNOWN -1L ++#undef org_eclipse_update_configuration_LocalSystemInfo_VOLUME_INVALID_PATH ++#define org_eclipse_update_configuration_LocalSystemInfo_VOLUME_INVALID_PATH -2L ++#undef org_eclipse_update_configuration_LocalSystemInfo_VOLUME_REMOVABLE ++#define org_eclipse_update_configuration_LocalSystemInfo_VOLUME_REMOVABLE 1L ++#undef org_eclipse_update_configuration_LocalSystemInfo_VOLUME_FIXED ++#define org_eclipse_update_configuration_LocalSystemInfo_VOLUME_FIXED 2L ++#undef org_eclipse_update_configuration_LocalSystemInfo_VOLUME_REMOTE ++#define org_eclipse_update_configuration_LocalSystemInfo_VOLUME_REMOTE 3L ++#undef org_eclipse_update_configuration_LocalSystemInfo_VOLUME_CDROM ++#define org_eclipse_update_configuration_LocalSystemInfo_VOLUME_CDROM 4L ++#undef org_eclipse_update_configuration_LocalSystemInfo_VOLUME_RAMDISK ++#define org_eclipse_update_configuration_LocalSystemInfo_VOLUME_RAMDISK 5L ++/* Inaccessible static: listeners */ ++/* Inaccessible static: hasNatives */ ++/* ++ * Class: org_eclipse_update_configuration_LocalSystemInfo ++ * Method: nativeGetFreeSpace ++ * Signature: (Ljava/io/File;)J ++ */ ++JNIEXPORT jlong JNICALL Java_org_eclipse_update_configuration_LocalSystemInfo_nativeGetFreeSpace ++ (JNIEnv *, jclass, jobject); ++ ++/* ++ * Class: org_eclipse_update_configuration_LocalSystemInfo ++ * Method: nativeGetLabel ++ * Signature: (Ljava/io/File;)Ljava/lang/String; ++ */ ++JNIEXPORT jstring JNICALL Java_org_eclipse_update_configuration_LocalSystemInfo_nativeGetLabel ++ (JNIEnv *, jclass, jobject); ++ ++/* ++ * Class: org_eclipse_update_configuration_LocalSystemInfo ++ * Method: nativeGetType ++ * Signature: (Ljava/io/File;)I ++ */ ++JNIEXPORT jint JNICALL Java_org_eclipse_update_configuration_LocalSystemInfo_nativeGetType ++ (JNIEnv *, jclass, jobject); ++ ++/* ++ * Class: org_eclipse_update_configuration_LocalSystemInfo ++ * Method: nativeListMountPoints ++ * Signature: ()[Ljava/lang/String; ++ */ ++JNIEXPORT jobjectArray JNICALL Java_org_eclipse_update_configuration_LocalSystemInfo_nativeListMountPoints ++ (JNIEnv *, jclass); ++ ++#ifdef __cplusplus ++} ++ ++#endif ++#endif Index: files/packager-packager.properties.in =================================================================== RCS file: files/packager-packager.properties.in diff -N files/packager-packager.properties.in --- files/packager-packager.properties.in 6 Jun 2009 20:58:20 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,96 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### - -repo = ${packagingInfo}/repo -p2.repo.name = FreeBSD Eclipse Repository -product = ${packagingInfo}/sdk.product -generate.p2.metadata=true -p2.metadata.repo = file:${repo} -p2.artifact.repo = file:${repo} -p2.flavor = tooling -p2.publish.artifacts=true -p2.metadata.repo.name=${p2.repo.name} -p2.artifact.repo.name=${p2.repo.name} - -generateVersionsList=true - -################## CONTENT ########################## -# A comma separated list of feature ids that will be part of the archive. -# This list must completely cover the features you want and all their dependencies. -featureList = org.eclipse.sdk - -# A comma seperated list of the components from which the features listed -# in featureList can be found. This is used to optimize the set of zips downloaded. -# The values given here should match those found at the end of the lines in the map file -# Specify * if you don't know -#componentFilter=full,root,root-launcher,root-sdk -componentFilter=* - -# The zip content types to fetch. Like the componentFilter, this filters the set of -# available zips and allows the packager to optimize the set of zips downloaded. -#contentFilter=runtime -contentFilter=sdk - -# The platform configuration (e.g., os, ws, arch) being packaged. *,*,* can be -# specified when the config is completely platform independent. Only one configuration -# can be specified at a time. -config = freebsd,gtk,%%ECLIPSE_ARCH%% - -archivesFormat = freebsd, gtk, %%ECLIPSE_ARCH%%-tar - -################ FOLDERS ############################ -#The directory used as a base for the all process -baseDirectory = ${packagingInfo} - -# The place in which all the scripts will be contained -workingDirectory = ${baseDirectory}/workingPlace -buildDirectory = ${workingDirectory} - -# The folder in which all the zips will be downloaded -downloadDirectory = ${baseDirectory}/toPackage - -# The folder where all the operations are being done -tempDirectory = ${baseDirectory}/temp - -# The place in which the zips are located -sourceFolder = ${downloadDirectory} - -################# SOURCES ########################### -# A comma separated list of the path where features and plugins are located. -# Locations can either be relative or absolute. -# An entry must point to one level above the "features" and "plugins" directory -#featurePaths = eclipse -#baseLocation=${tempDirectory}/${featurePaths} -target = ${tempDirectory}/eclipse - -################## MISC ########################## -# This controls the build id in the default name of the archive -timestamp=%%ECLIPSE_BUILDTIMESTAMP%% -buildType=%%ECLIPSE_BUILDTYPE%% -buildId=%%ECLIPSE_BUILDID%% -buildLabel=%%ECLIPSE_BUILDID%% - -archiveNamePrefix=eclipse - -# extra arguments to be passed to zip / unzip (-y is usually used on unix for zip) / tar -zipargs=-y -q -unzipArgs=-qq - -# the prefix in the archive -archivePrefix=eclipse - -# the folder in which the files that will be added to the archive will be placed -collectingFolder=eclipse - - -############### PACKAGING.PROPERTIES ############################# -# a relative path to the file containing the properties for element to package -packagingProperties = packaging.properties Index: files/packager-packaging.map.in =================================================================== RCS file: files/packager-packaging.map.in diff -N files/packager-packaging.map.in --- files/packager-packaging.map.in 6 Jun 2009 20:58:20 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1 +0,0 @@ -freebsd-gtk-%%ECLIPSE_ARCH%%-sdk.tar.gz=file:%%WRKSRC%%/result/ | | | sdk | eclipse Index: files/packager-packaging.properties =================================================================== RCS file: files/packager-packaging.properties diff -N files/packager-packaging.properties --- files/packager-packaging.properties 6 Jun 2009 20:58:20 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,41 +0,0 @@ -############################################################################### -# Copyright (c) 2005, 2006 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -# The chmod and links must indicate a path relative to the root directory. - -# List the files and folders to be copied into the root of eclipse for all platform -# configurations -root=epl-v10.html, notice.html, configuration/, .eclipseproduct, eclipse.ini, readme/, icon.xpm -root.permissions.755=eclipse,*.so* -root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse -root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse -root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/eclipse -root.win32.win32.x86=eclipse.exe,eclipsec.exe -root.win32.win32.x86_64=eclipse.exe,eclipsec.exe -root.win32.wpf.x86=eclipse.exe,eclipsec.exe -root.linux.motif.x86=eclipse,libcairo-swt.so,libXm.so.2,about_files/,about.html -root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html -root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html -root.linux.gtk.ppc=eclipse -root.hpux.motif.ia64_32=eclipse -root.macosx.carbon.ppc=eclipse,Eclipse.app/ -root.macosx.carbon.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS -root.macosx.carbon.x86=eclipse,Eclipse.app/ -root.macosx.carbon.x86.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS -root.macosx.cocoa.ppc=eclipse,Eclipse.app/ -root.macosx.cocoa.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS -root.macosx.cocoa.x86=eclipse,Eclipse.app/ -root.macosx.cocoa.x86.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS -root.macosx.cocoa.x86_64=eclipse,Eclipse.app/ -root.macosx.cocoa.x86_64.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS -root.aix.motif.ppc=eclipse -root.solaris.gtk.sparc=eclipse,Eclipse.l.pm,Eclipse.m.pm,Eclipse.s.pm,Eclipse.t.pm -root.freebsd.gtk.x86=eclipse,about_files/,about.html -root.freebsd.gtk.x86_64=eclipse,about_files/,about.html Index: files/packager-sdk.product.in =================================================================== RCS file: files/packager-sdk.product.in diff -N files/packager-sdk.product.in --- files/packager-sdk.product.in 6 Jun 2009 20:58:20 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,38 +0,0 @@ - - - - - - - - - - -showsplash -org.eclipse.platform - -Xdock:icon=../Resources/Eclipse.icns --XstartOnFirstThread --Xms40m --Xmx256m --XX:MaxPermSize=256m --Dorg.eclipse.swt.internal.carbon.smallFonts - - - - - - - - - - - - - - - - - - - - - Index: files/patch-assemble.org.eclipse.sdk.all.xml =================================================================== RCS file: files/patch-assemble.org.eclipse.sdk.all.xml diff -N files/patch-assemble.org.eclipse.sdk.all.xml --- files/patch-assemble.org.eclipse.sdk.all.xml 6 Jun 2009 20:58:20 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- assemble.org.eclipse.sdk.all.xml.orig 2008-08-02 14:21:21.000000000 -0400 -+++ assemble.org.eclipse.sdk.all.xml 2008-08-02 14:47:11.000000000 -0400 -@@ -30,6 +30,8 @@ - - - -+ -+ - - - Index: files/patch-assemble.org.eclipse.sdk.freebsd.gtk.x86_64.xml =================================================================== RCS file: files/patch-assemble.org.eclipse.sdk.freebsd.gtk.x86_64.xml diff -N files/patch-assemble.org.eclipse.sdk.freebsd.gtk.x86_64.xml --- files/patch-assemble.org.eclipse.sdk.freebsd.gtk.x86_64.xml 6 Jun 2009 20:58:20 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,21 +0,0 @@ ---- assemble.org.eclipse.sdk.freebsd.gtk.x86_64.xml.orig 2009-02-27 22:18:02.441809104 -0500 -+++ assemble.org.eclipse.sdk.freebsd.gtk.x86_64.xml 2009-02-27 22:26:15.528848937 -0500 -@@ -147,6 +147,7 @@ - - - -+ - - - -@@ -660,6 +661,10 @@ - - - -+ -+ -+ -+ - - - Index: files/patch-build =================================================================== RCS file: files/patch-build diff -N files/patch-build --- files/patch-build 6 Jun 2009 20:58:20 -0000 1.7 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,18 +0,0 @@ ---- build.orig 2008-08-02 14:21:20.000000000 -0400 -+++ build 2008-08-02 14:28:48.000000000 -0400 -@@ -52,7 +52,7 @@ - exit 1 - fi - --if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86_64" ] || [ "$os-$ws-$arch" = "linux-gtk-ia64" ] || [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "solaris-gtk-x86" ] || [ "$os-$ws-$arch" = "solaris-gtk-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-PA_RISC" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64_32"] || [ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "win32-win32-ia64" ] || [ "$os-$ws-$arch" = "win32-win32-x86" ] || [ "$os-$ws-$arch" = "win32-wpf-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86_64" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64_32" ] || [ "$os-$ws-$arch" = "linux-gtk-s390" ] || [ "$os-$ws-$arch" = "linux-gtk-s390x" ] -+if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86_64" ] || [ "$os-$ws-$arch" = "linux-gtk-ia64" ] || [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "solaris-gtk-x86" ] || [ "$os-$ws-$arch" = "solaris-gtk-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-PA_RISC" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64_32" ] || [ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "win32-win32-ia64" ] || [ "$os-$ws-$arch" = "win32-win32-x86" ] || [ "$os-$ws-$arch" = "win32-wpf-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86_64" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64_32" ] || [ "$os-$ws-$arch" = "linux-gtk-s390" ] || [ "$os-$ws-$arch" = "linux-gtk-s390x" ] || [ "$os-$ws-$arch" = "freebsd-gtk-x86" ] || [ "$os-$ws-$arch" = "freebsd-gtk-x86_64" ] - then - ORIGCLASSPATH=$CLASSPATH;export ORIGCLASSPATH - ant -q -buildfile jdtcoresrc/compilejdtcorewithjavac.xml -propertyfile build.properties -@@ -64,4 +64,4 @@ - echo "The os-ws-arch combination of $os-$ws-$arch is not valid." - exit 1 - fi -- -\ No newline at end of file -+ Index: files/patch-build.xml =================================================================== RCS file: files/patch-build.xml diff -N files/patch-build.xml --- files/patch-build.xml 6 Jun 2009 20:58:20 -0000 1.8 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,113 +0,0 @@ ---- build.xml.orig 2009-02-11 17:38:21.000000000 -0500 -+++ build.xml 2009-04-17 16:02:56.601305019 -0400 -@@ -1,7 +1,7 @@ - - - -- -+ - - - -@@ -41,6 +41,16 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - -@@ -71,6 +81,29 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -123,19 +156,19 @@ - - - -- -+ - - -- -+ - - -- -+ - - -- -+ - - -- -+ - - - -@@ -256,7 +289,7 @@ - - - -- -+ - - - -@@ -277,6 +310,8 @@ - - - -+ -+ - - - -@@ -284,7 +319,10 @@ - - - -- -+ -+ -+ -+ - - - Index: files/patch-eclipse-build =================================================================== RCS file: files/patch-eclipse-build diff -N files/patch-eclipse-build --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-eclipse-build 2 Nov 2009 21:05:06 -0000 @@ -0,0 +1,384 @@ +diff -uNr eclipse-build-0_4_RC1.orig/build.properties eclipse-build-0_4_RC1/build.properties +--- eclipse-build-0_4_RC1.orig/build.properties 2009-11-01 16:09:29.640006138 -0500 ++++ eclipse-build-0_4_RC1/build.properties 2009-11-01 16:09:58.908648895 -0500 +@@ -23,7 +23,7 @@ + collectingFolder=eclipse + archivePrefix=eclipse + generateFeatureVersionSuffix=true +-bootclasspath=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar ++bootclasspath=%%BOOTCLASSPATH%% + build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter + JavaSE-1.6=${bootclasspath} + CDC-1.0/Foundation-1.0=${bootclasspath} +@@ -44,21 +44,21 @@ + CDC-1.1/PersonalBasis-1.1=${bootclasspath} + CDC-1.1/PersonalJava-1.1=${bootclasspath} + # Somehow bootclasspath isn't expanded when used by antRunner +-JavaSE-1.6=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-CDC-1.0/Foundation-1.0=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-CDC-1.1/Foundation-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-OSGi/Minimum-1.0=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-OSGi/Minimum-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-OSGi/Minimum-1.2=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-JRE-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-J2SE-1.2=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-J2SE-1.3=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-J2SE-1.4=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-J2SE-1.5=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-JavaSE-1.6=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-PersonalJava-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-PersonalJava-1.2=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-CDC-1.0/PersonalBasis-1.0=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-CDC-1.0/PersonalJava-1.0=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-CDC-1.1/PersonalBasis-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +-CDC-1.1/PersonalJava-1.1=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar +\ No newline at end of file ++JavaSE-1.6=%%BOOTCLASSPATH%% ++CDC-1.0/Foundation-1.0=%%BOOTCLASSPATH%% ++CDC-1.1/Foundation-1.1=%%BOOTCLASSPATH%% ++OSGi/Minimum-1.0=%%BOOTCLASSPATH%% ++OSGi/Minimum-1.1=%%BOOTCLASSPATH%% ++OSGi/Minimum-1.2=%%BOOTCLASSPATH%% ++JRE-1.1=%%BOOTCLASSPATH%% ++J2SE-1.2=%%BOOTCLASSPATH%% ++J2SE-1.3=%%BOOTCLASSPATH%% ++J2SE-1.4=%%BOOTCLASSPATH%% ++J2SE-1.5=%%BOOTCLASSPATH%% ++JavaSE-1.6=%%BOOTCLASSPATH%% ++PersonalJava-1.1=%%BOOTCLASSPATH%% ++PersonalJava-1.2=%%BOOTCLASSPATH%% ++CDC-1.0/PersonalBasis-1.0=%%BOOTCLASSPATH%% ++CDC-1.0/PersonalJava-1.0=%%BOOTCLASSPATH%% ++CDC-1.1/PersonalBasis-1.1=%%BOOTCLASSPATH%% ++CDC-1.1/PersonalJava-1.1=%%BOOTCLASSPATH%% +diff -uNr eclipse-build-0_4_RC1.orig/build.xml eclipse-build-0_4_RC1/build.xml +--- eclipse-build-0_4_RC1.orig/build.xml 2009-11-01 16:09:29.640006138 -0500 ++++ eclipse-build-0_4_RC1/build.xml 2009-11-01 16:12:36.641372956 -0500 +@@ -1,4 +1,5 @@ + ++ + + + +@@ -70,6 +71,7 @@ + + + ++ + + + +@@ -195,9 +197,17 @@ + + + +- ++ ++ ++ ++ ++ + + ++ ++ ++ ++ + + + +@@ -226,6 +236,7 @@ + +@@ -290,16 +301,16 @@ + --> + ++ dir="${buildDirectory}/plugins/org.eclipse.swt.gtk.${buildOs}.${buildArch}" /> + + + + + + +- ++ + +- ++ + + + +@@ -307,18 +318,18 @@ + + + +- +- ++ ++ + + + + +- ++ + + + +@@ -426,7 +437,7 @@ + + + +- ++ + + + +@@ -454,6 +465,7 @@ + + + ++ + + + +@@ -470,7 +482,7 @@ + + + +- ++ + + + +@@ -496,7 +508,7 @@ + + + +- ++ + + + +@@ -509,7 +521,7 @@ + + + +- ++ + + + +@@ -619,6 +631,7 @@ + + + ++ + + + +@@ -628,6 +641,8 @@ + tofile="${destDir}${prefix}/share/icons/hicolor/32x32/apps/eclipse.png" /> + ++ + + + +diff -uNr eclipse-build-0_4_RC1.orig/eclipse-build-config/build.properties eclipse-build-0_4_RC1/eclipse-build-config/build.properties +--- eclipse-build-0_4_RC1.orig/eclipse-build-config/build.properties 2009-11-01 16:09:29.637006301 -0500 ++++ eclipse-build-0_4_RC1/eclipse-build-config/build.properties 2009-11-01 16:09:58.910649158 -0500 +@@ -58,7 +58,9 @@ + macosx, carbon, ppc & \ + macosx, cocoa, x86 & \ + macosx, cocoa, x86_64 & \ +- qnx, photon, x86 ++ qnx, photon, x86 & \ ++ freebsd, gtk, x86 & \ ++ freebsd, gtk, x86_64 + + archivesFormat =group,group,group-zip + javacFailOnError=false +diff -uNr eclipse-build-0_4_RC1.orig/eclipse-build-config/customTargets.xml eclipse-build-0_4_RC1/eclipse-build-config/customTargets.xml +--- eclipse-build-0_4_RC1.orig/eclipse-build-config/customTargets.xml 2009-11-01 16:09:29.637006301 -0500 ++++ eclipse-build-0_4_RC1/eclipse-build-config/customTargets.xml 2009-11-01 16:09:58.910649158 -0500 +@@ -129,6 +129,23 @@ + + + ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + + + +@@ -201,7 +218,7 @@ + + + +- ++ + + + +diff -uNr eclipse-build-0_4_RC1.orig/eclipse-build-config/productFiles/rcpConfig/build.properties eclipse-build-0_4_RC1/eclipse-build-config/productFiles/rcpConfig/build.properties +--- eclipse-build-0_4_RC1.orig/eclipse-build-config/productFiles/rcpConfig/build.properties 2009-11-01 16:09:29.636006169 -0500 ++++ eclipse-build-0_4_RC1/eclipse-build-config/productFiles/rcpConfig/build.properties 2009-11-01 16:09:58.911649011 -0500 +@@ -54,7 +54,10 @@ + root.macosx.cocoa.x86_64.folder.Eclipse.app/Contents=absolute:file:${buildDirectory}/features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist + root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt + +- ++root.freebsd.gtk.x86=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/freebsd.gtk.x86,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86 ++root.freebsd.gtk.x86.permissions.755=*.so* ++root.freebsd.gtk.x86_64=absolute:${buildDirectory}/features/org.eclipse.platform/about_files/freebsd.gtk.x86_64,absolute:${buildDirectory}/features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86_64 ++root.freebsd.gtk.x86_64.permissions.755=*.so* + + + +diff -uNr eclipse-build-0_4_RC1.orig/generatebuild.xml eclipse-build-0_4_RC1/generatebuild.xml +--- eclipse-build-0_4_RC1.orig/generatebuild.xml 2009-11-01 16:09:29.639006286 -0500 ++++ eclipse-build-0_4_RC1/generatebuild.xml 2009-11-01 16:09:58.912649422 -0500 +@@ -5,7 +5,7 @@ + + + + + +- ++ + + + +@@ -165,12 +165,14 @@ + + + ++ + + + + + + ++ + + + +@@ -196,6 +198,7 @@ + + + ++ + + + +diff -uNr eclipse-build-0_4_RC1.orig/publishProduct.xml eclipse-build-0_4_RC1/publishProduct.xml +--- eclipse-build-0_4_RC1.orig/publishProduct.xml 2009-11-01 16:09:29.639006286 -0500 ++++ eclipse-build-0_4_RC1/publishProduct.xml 2009-11-01 16:09:58.913649554 -0500 +@@ -2,7 +2,7 @@ + + + +- ++ + + + Index: files/patch-features-org.eclipse.cvs-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.cvs-build.xml diff -N files/patch-features-org.eclipse.cvs-build.xml --- files/patch-features-org.eclipse.cvs-build.xml 6 Jun 2009 20:58:20 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,41 +0,0 @@ ---- features/org.eclipse.cvs/build.xml.orig 2008-08-02 14:53:20.000000000 -0400 -+++ features/org.eclipse.cvs/build.xml 2008-08-02 14:53:59.000000000 -0400 -@@ -155,6 +155,14 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -171,6 +179,14 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -272,6 +288,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.cvs.source-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.cvs.source-build.xml diff -N files/patch-features-org.eclipse.cvs.source-build.xml --- files/patch-features-org.eclipse.cvs.source-build.xml 6 Jun 2009 20:58:20 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ ---- features/org.eclipse.cvs.source/build.xml.orig 2008-08-02 14:55:45.000000000 -0400 -+++ features/org.eclipse.cvs.source/build.xml 2008-08-02 14:56:33.000000000 -0400 -@@ -131,6 +131,10 @@ - - - -+ -+ -+ -+ - - - -@@ -158,6 +162,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.equinox.executable-feature.xml =================================================================== RCS file: files/patch-features-org.eclipse.equinox.executable-feature.xml diff -N files/patch-features-org.eclipse.equinox.executable-feature.xml --- files/patch-features-org.eclipse.equinox.executable-feature.xml 6 Jun 2009 20:58:20 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,36 +0,0 @@ ---- features/org.eclipse.equinox.executable/feature.xml.orig 2008-08-02 15:03:58.000000000 -0400 -+++ features/org.eclipse.equinox.executable/feature.xml 2008-08-02 15:04:36.000000000 -0400 -@@ -79,6 +79,16 @@ - fragment="true"/> - - -+ -+ - - -+ -+ " -+ ;; -+ esac -+ ;; - "SunOS") - makefile="make_solaris.mak" - defaultOS="solaris" -+ MAKE=make - javaHome="/usr/jdk/jdk1.5.0_01" - OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch" - #PATH=/usr/ccs/bin:/opt/SUNWspro/bin:$PATH -@@ -154,7 +174,7 @@ - JAVA_HOME=$javaHome - DEFAULT_JAVA=$defaultJava - --LIBRARY_DIR="../../../org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.$defaultWS.$defaultOS.$defaultOSArch" -+LIBRARY_DIR="../../../../plugins/org.eclipse.equinox.launcher.$defaultWS.$defaultOS.$defaultOSArch" - OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch" - - export OUTPUT_DIR PROGRAM_OUTPUT DEFAULT_OS DEFAULT_OS_ARCH DEFAULT_WS JAVA_HOME DEFAULT_JAVA LIBRARY_DIR -@@ -162,13 +182,13 @@ - # If the OS is supported (a makefile exists) - if [ "$makefile" != "" ]; then - if [ "$extraArgs" != "" ]; then -- make -f $makefile $extraArgs -+ ${MAKE} -f $makefile $extraArgs - else - echo "Building $OS launcher. Defaults: -os $DEFAULT_OS -arch $DEFAULT_OS_ARCH -ws $DEFAULT_WS" -- make -f $makefile clean -+ ${MAKE} -f $makefile clean - case x$CC in -- x*gcc*) make -f $makefile all PICFLAG=-fpic ;; -- *) make -f $makefile all ;; -+ x*gcc*) ${MAKE} -f $makefile all PICFLAG=-fpic ;; -+ *) ${MAKE} -f $makefile all ;; - esac - fi - else Index: files/patch-features-org.eclipse.equinox.executable-library-gtk-make_freebsd.mak =================================================================== RCS file: files/patch-features-org.eclipse.equinox.executable-library-gtk-make_freebsd.mak diff -N files/patch-features-org.eclipse.equinox.executable-library-gtk-make_freebsd.mak --- files/patch-features-org.eclipse.equinox.executable-library-gtk-make_freebsd.mak 15 Feb 2009 03:19:41 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,17 +0,0 @@ ---- features/org.eclipse.equinox.executable/library/gtk/make_freebsd.mak.orig 2008-08-02 15:47:34.000000000 -0400 -+++ features/org.eclipse.equinox.executable/library/gtk/make_freebsd.mak 2008-08-02 15:47:42.000000000 -0400 -@@ -42,12 +42,12 @@ - EXEC = $(PROGRAM_OUTPUT) - DLL = $(PROGRAM_LIBRARY) - #LIBS = `pkg-config --libs-only-L gtk+-2.0` -lgtk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgdk-x11-2.0 -lpthread -ldl --LIBS = -lpthread -ldl -+LIBS = -lpthread - GTK_LIBS = -DGTK_LIB="\"libgtk-x11-2.0.so.0\"" -DGDK_LIB="\"libgdk-x11-2.0.so.0\"" -DPIXBUF_LIB="\"libgdk_pixbuf-2.0.so.0\"" -DGOBJ_LIB="\"libgobject-2.0.so.0\"" - LFLAGS = -shared -fpic -Wl,--export-dynamic - CFLAGS = -g -s -Wall\ - -fpic \ -- -DLINUX \ -+ -DFREEBSD \ - -DMOZILLA_FIX \ - -DDEFAULT_OS="\"$(DEFAULT_OS)\"" \ - -DDEFAULT_OS_ARCH="\"$(DEFAULT_OS_ARCH)\"" \ Index: files/patch-features-org.eclipse.equinox.executable-target.build.properties =================================================================== RCS file: files/patch-features-org.eclipse.equinox.executable-target.build.properties diff -N files/patch-features-org.eclipse.equinox.executable-target.build.properties --- files/patch-features-org.eclipse.equinox.executable-target.build.properties 6 Jun 2009 20:58:20 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ ---- features/org.eclipse.equinox.executable/target.build.properties.orig 2009-02-15 19:26:32.101660938 -0500 -+++ features/org.eclipse.equinox.executable/target.build.properties 2009-02-15 20:02:53.388184225 -0500 -@@ -46,4 +46,7 @@ - root.qnx.photon.x86=bin/photon/qnx/x86 - - root.linux.motif.x86=bin/motif/linux/x86,motif_root --root.linux.motif.x86.permissions.755=libXm.so.2,libcairo-swt.so -\ No newline at end of file -+root.linux.motif.x86.permissions.755=libXm.so.2,libcairo-swt.so -+ -+root.freebsd.gtk.x86=bin/gtk/freebsd/x86,gtk_root -+root.freebsd.gtk.x86_64=bin/gtk/freebsd/x86_64,gtk_root Index: files/patch-features-org.eclipse.equinox.executable-target.build.xml =================================================================== RCS file: files/patch-features-org.eclipse.equinox.executable-target.build.xml diff -N files/patch-features-org.eclipse.equinox.executable-target.build.xml --- files/patch-features-org.eclipse.equinox.executable-target.build.xml 6 Jun 2009 20:58:20 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,41 +0,0 @@ ---- features/org.eclipse.equinox.executable/target.build.xml.orig 2008-08-02 15:00:18.000000000 -0400 -+++ features/org.eclipse.equinox.executable/target.build.xml 2008-08-02 15:02:09.000000000 -0400 -@@ -102,6 +102,14 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -126,6 +134,14 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -209,6 +225,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.equinox.p2.user.ui-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.equinox.p2.user.ui-build.xml diff -N files/patch-features-org.eclipse.equinox.p2.user.ui-build.xml --- files/patch-features-org.eclipse.equinox.p2.user.ui-build.xml 6 Jun 2009 20:58:20 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ ---- features/org.eclipse.equinox.p2.user.ui/build.xml.orig 2008-08-02 15:07:43.000000000 -0400 -+++ features/org.eclipse.equinox.p2.user.ui/build.xml 2008-08-02 15:08:24.000000000 -0400 -@@ -236,6 +236,10 @@ - - - -+ -+ -+ -+ - - - -@@ -263,6 +267,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.equinox.p2.user.ui.source-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.equinox.p2.user.ui.source-build.xml diff -N files/patch-features-org.eclipse.equinox.p2.user.ui.source-build.xml --- files/patch-features-org.eclipse.equinox.p2.user.ui.source-build.xml 6 Jun 2009 20:58:20 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ ---- features/org.eclipse.equinox.p2.user.ui.source/build.xml.orig 2008-08-02 15:09:24.000000000 -0400 -+++ features/org.eclipse.equinox.p2.user.ui.source/build.xml 2008-08-02 15:10:18.000000000 -0400 -@@ -236,6 +236,10 @@ - - - -+ -+ -+ -+ - - - -@@ -263,6 +267,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.help-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.help-build.xml diff -N files/patch-features-org.eclipse.help-build.xml --- files/patch-features-org.eclipse.help-build.xml 6 Jun 2009 20:58:20 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ ---- features/org.eclipse.help/build.xml.orig 2008-08-02 15:11:04.000000000 -0400 -+++ features/org.eclipse.help/build.xml 2008-08-02 15:11:38.000000000 -0400 -@@ -177,6 +177,10 @@ - - - -+ -+ -+ -+ - - - -@@ -204,6 +208,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.help.source-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.help.source-build.xml diff -N files/patch-features-org.eclipse.help.source-build.xml --- files/patch-features-org.eclipse.help.source-build.xml 6 Jun 2009 20:58:20 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ ---- features/org.eclipse.help.source/build.xml.orig 2008-08-02 15:12:30.000000000 -0400 -+++ features/org.eclipse.help.source/build.xml 2008-08-02 15:13:22.000000000 -0400 -@@ -177,6 +177,10 @@ - - - -+ -+ -+ -+ - - - -@@ -204,6 +208,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.jdt-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.jdt-build.xml diff -N files/patch-features-org.eclipse.jdt-build.xml --- files/patch-features-org.eclipse.jdt-build.xml 6 Jun 2009 20:58:20 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,41 +0,0 @@ ---- features/org.eclipse.jdt/build.xml.orig 2008-08-02 15:14:06.000000000 -0400 -+++ features/org.eclipse.jdt/build.xml 2008-08-02 15:15:01.000000000 -0400 -@@ -225,6 +225,14 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -241,6 +249,14 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -342,6 +358,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.jdt.source-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.jdt.source-build.xml diff -N files/patch-features-org.eclipse.jdt.source-build.xml --- files/patch-features-org.eclipse.jdt.source-build.xml 6 Jun 2009 20:58:20 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ ---- features/org.eclipse.jdt.source/build.xml.orig 2008-08-02 15:15:44.000000000 -0400 -+++ features/org.eclipse.jdt.source/build.xml 2008-08-02 15:16:07.000000000 -0400 -@@ -201,6 +201,10 @@ - - - -+ -+ -+ -+ - - - -@@ -228,6 +232,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.pde-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.pde-build.xml diff -N files/patch-features-org.eclipse.pde-build.xml --- files/patch-features-org.eclipse.pde-build.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ ---- features/org.eclipse.pde/build.xml.orig 2008-08-02 15:16:40.000000000 -0400 -+++ features/org.eclipse.pde/build.xml 2008-08-02 15:17:03.000000000 -0400 -@@ -161,6 +161,10 @@ - - - -+ -+ -+ -+ - - - -@@ -187,6 +191,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.pde.p2-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.pde.p2-build.xml diff -N files/patch-features-org.eclipse.pde.p2-build.xml --- files/patch-features-org.eclipse.pde.p2-build.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ ---- features/org.eclipse.pde.p2/build.xml.orig 2008-08-02 12:26:51.000000000 -0400 -+++ features/org.eclipse.pde.p2/build.xml 2008-08-02 12:27:51.000000000 -0400 -@@ -111,6 +111,10 @@ - - - -+ -+ -+ -+ - - - -@@ -138,6 +142,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.pde.p2.source-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.pde.p2.source-build.xml diff -N files/patch-features-org.eclipse.pde.p2.source-build.xml --- files/patch-features-org.eclipse.pde.p2.source-build.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ ---- features/org.eclipse.pde.p2.source/build.xml.orig 2008-08-02 11:44:51.000000000 -0400 -+++ features/org.eclipse.pde.p2.source/build.xml 2008-08-02 11:45:51.000000000 -0400 -@@ -111,6 +111,10 @@ - - - -+ -+ -+ -+ - - - -@@ -138,6 +142,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.pde.source-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.pde.source-build.xml diff -N files/patch-features-org.eclipse.pde.source-build.xml --- files/patch-features-org.eclipse.pde.source-build.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ ---- features/org.eclipse.pde.source/build.xml.orig 2008-08-02 15:18:03.000000000 -0400 -+++ features/org.eclipse.pde.source/build.xml 2008-08-02 15:18:19.000000000 -0400 -@@ -156,6 +156,10 @@ - - - -+ -+ -+ -+ - - - -@@ -183,6 +187,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.platform-build.properties =================================================================== RCS file: files/patch-features-org.eclipse.platform-build.properties diff -N files/patch-features-org.eclipse.platform-build.properties --- files/patch-features-org.eclipse.platform-build.properties 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,19 +0,0 @@ ---- features/org.eclipse.platform/build.properties.orig 2009-02-15 19:26:44.521712369 -0500 -+++ features/org.eclipse.platform/build.properties 2009-02-15 20:08:31.509583453 -0500 -@@ -49,6 +49,9 @@ - #root.linux.gtk.ia64=../../features/org.eclipse.equinox.executable/bin/gtk/linux/ia64,gtk - root.hpux.motif.ia64_32=../../features/org.eclipse.equinox.executable/bin/motif/hpux/ia64_32,motif - -+root.freebsd.gtk.x86=about_files/freebsd.gtk.x86,../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86,gtk -+root.freebsd.gtk.x86_64=about_files/freebsd.gtk.x86_64,../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86_64,gtk -+ - # Need to be fixed to reflect eventual change into feature.xml - #root.qnx.photon.x86=../../features/org.eclipse.equinox.executable/bin/photon/qnx/x86,win32 - -@@ -62,4 +65,4 @@ - #expected location of eclipse executable when compiled as part of build - root.linux.gtk.ppc64=../../launchertmp,gtk - root.linux.gtk.ppc64.permissions.755=*.so* --root.hpux.motif.ia64=../../launchertmp,motif -\ No newline at end of file -+root.hpux.motif.ia64=../../launchertmp,motif Index: files/patch-features-org.eclipse.platform-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.platform-build.xml diff -N files/patch-features-org.eclipse.platform-build.xml --- files/patch-features-org.eclipse.platform-build.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,127 +0,0 @@ ---- features/org.eclipse.platform/build.xml.orig 2009-02-27 22:28:15.809350510 -0500 -+++ features/org.eclipse.platform/build.xml 2009-02-27 22:35:15.291081568 -0500 -@@ -32,6 +32,11 @@ - - - -+ -+ -+ -+ -+ - - - -@@ -42,6 +47,11 @@ - - - -+ -+ -+ -+ -+ - - - -@@ -167,11 +177,26 @@ - - - -+ -+ -+ -+ -+ - - - - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -390,7 +415,7 @@ - - - -- -+ - - - -@@ -517,6 +542,27 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -558,6 +604,27 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -769,6 +836,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.platform-feature.xml =================================================================== RCS file: files/patch-features-org.eclipse.platform-feature.xml diff -N files/patch-features-org.eclipse.platform-feature.xml --- files/patch-features-org.eclipse.platform-feature.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,72 +0,0 @@ ---- features/org.eclipse.platform/feature.xml.orig 2009-02-15 19:26:44.531713361 -0500 -+++ features/org.eclipse.platform/feature.xml 2009-02-15 20:22:35.033072891 -0500 -@@ -96,6 +96,26 @@ - unpack="false"/> - - -+ -+ -+ -+ - - -+ -+ -+ -+ - - -+ -+ - - -+ -+ -+ -+ -+ - - - -@@ -348,6 +353,10 @@ - - - -+ -+ -+ -+ - - - -@@ -375,6 +384,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.platform.source-feature.xml =================================================================== RCS file: files/patch-features-org.eclipse.platform.source-feature.xml diff -N files/patch-features-org.eclipse.platform.source-feature.xml --- files/patch-features-org.eclipse.platform.source-feature.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ ---- features/org.eclipse.platform.source/feature.xml.orig 2009-02-27 22:37:06.124041343 -0500 -+++ features/org.eclipse.platform.source/feature.xml 2009-02-27 22:40:47.584956627 -0500 -@@ -67,6 +67,7 @@ - - - -+ - - - Index: files/patch-features-org.eclipse.rcp-build.properties =================================================================== RCS file: files/patch-features-org.eclipse.rcp-build.properties diff -N files/patch-features-org.eclipse.rcp-build.properties --- files/patch-features-org.eclipse.rcp-build.properties 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ ---- features/org.eclipse.rcp/build.properties.orig 2009-02-15 19:26:44.191710651 -0500 -+++ features/org.eclipse.rcp/build.properties 2009-02-15 20:26:06.036446225 -0500 -@@ -42,6 +42,9 @@ - root.linux.motif.x86=../../features/org.eclipse.platform/about_files/linux.motif.x86,../../features/org.eclipse.equinox.executable/bin/motif/linux/x86,file:../../plugins/org.eclipse.swt.motif.linux.x86/libXm.so.2 - root.linux.motif.x86.permissions.755=*.so* - -+root.freebsd.gtk.x86=../../features/org.eclipse.platform/about_files/freebsd.gtk.x86,../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86 -+root.freebsd.gtk.x86_64=../../features/org.eclipse.platform/about_files/freebsd.gtk.x86_64,../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86_64 -+ - root.macosx.carbon.ppc=../../features/org.eclipse.equinox.executable/bin/carbon/macosx/ppc - root.macosx.carbon.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse - root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt Index: files/patch-features-org.eclipse.rcp-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.rcp-build.xml diff -N files/patch-features-org.eclipse.rcp-build.xml --- files/patch-features-org.eclipse.rcp-build.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,116 +0,0 @@ ---- features/org.eclipse.rcp/build.xml.orig 2009-02-27 22:41:48.377707940 -0500 -+++ features/org.eclipse.rcp/build.xml 2009-02-27 22:50:02.562252624 -0500 -@@ -72,11 +72,21 @@ - - - -+ -+ -+ -+ -+ - - - - - -+ -+ -+ -+ -+ - - - -@@ -252,6 +262,11 @@ - - - -+ -+ -+ -+ -+ - - - -@@ -267,6 +282,11 @@ - - - -+ -+ -+ -+ -+ - - - -@@ -363,7 +383,7 @@ - - - -- -+ - - - -@@ -472,6 +492,24 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -506,6 +544,24 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -684,6 +740,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.rcp-feature.xml =================================================================== RCS file: files/patch-features-org.eclipse.rcp-feature.xml diff -N files/patch-features-org.eclipse.rcp-feature.xml --- files/patch-features-org.eclipse.rcp-feature.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,72 +0,0 @@ ---- 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"/> - - -+ -+ - - -+ -+ - - -+ -+ - - -+ -+ - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -316,6 +326,10 @@ - - - -+ -+ -+ -+ - - - -@@ -343,6 +357,8 @@ - - - -+ -+ - - - Index: files/patch-features-org.eclipse.rcp.source-feature.xml =================================================================== RCS file: files/patch-features-org.eclipse.rcp.source-feature.xml diff -N files/patch-features-org.eclipse.rcp.source-feature.xml --- files/patch-features-org.eclipse.rcp.source-feature.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,17 +0,0 @@ ---- features/org.eclipse.rcp.source/feature.xml.orig 2009-02-27 22:56:15.920186550 -0500 -+++ features/org.eclipse.rcp.source/feature.xml 2009-02-28 07:23:17.820532682 -0500 -@@ -33,12 +33,14 @@ - - - -+ - - - - - - -+ - - - Index: files/patch-features-org.eclipse.sdk-build.properties =================================================================== RCS file: files/patch-features-org.eclipse.sdk-build.properties diff -N files/patch-features-org.eclipse.sdk-build.properties --- files/patch-features-org.eclipse.sdk-build.properties 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,8 +0,0 @@ ---- features/org.eclipse.sdk/build.properties.orig 2008-08-02 15:41:30.000000000 -0400 -+++ features/org.eclipse.sdk/build.properties 2008-08-02 15:41:44.000000000 -0400 -@@ -50,3 +50,5 @@ - root.qnx.photon.x86=win32 - root.linux.motif.x86=motif - root.macosx.carbon.ppc=macosx.carbon -+root.freebsd.gtk.x86=gtk -+root.freebsd.gtk.x86_64=gtk Index: files/patch-features-org.eclipse.sdk-build.xml =================================================================== RCS file: files/patch-features-org.eclipse.sdk-build.xml diff -N files/patch-features-org.eclipse.sdk-build.xml --- files/patch-features-org.eclipse.sdk-build.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,34 +0,0 @@ ---- features/org.eclipse.sdk/build.xml.orig 2008-08-02 15:40:07.000000000 -0400 -+++ features/org.eclipse.sdk/build.xml 2008-08-02 15:40:38.000000000 -0400 -@@ -187,6 +187,22 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -244,6 +260,8 @@ - - - -+ -+ - - - Index: files/patch-package.org.eclipse.sdk.all.xml =================================================================== RCS file: files/patch-package.org.eclipse.sdk.all.xml diff -N files/patch-package.org.eclipse.sdk.all.xml --- files/patch-package.org.eclipse.sdk.all.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- package.org.eclipse.sdk.all.xml.orig 2008-10-01 19:09:30.000000000 -0400 -+++ package.org.eclipse.sdk.all.xml 2008-10-01 19:10:57.000000000 -0400 -@@ -30,6 +30,8 @@ - - - -+ -+ - - - Index: files/patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml =================================================================== RCS file: files/patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml diff -N files/patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml --- files/patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ ---- plugins/org.eclipse.ant.ui/buildfiles/buildRemoteExtraJAR.xml.orig 2008-08-02 10:58:33.000000000 -0400 -+++ plugins/org.eclipse.ant.ui/buildfiles/buildRemoteExtraJAR.xml 2008-08-02 11:02:19.000000000 -0400 -@@ -8,11 +8,15 @@ - - - -- -+ -+ -+ - - - -- -+ -+ -+ - - - Index: files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile =================================================================== RCS file: files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile diff -N files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile --- files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.core.filesystem/natives/unix/freebsd/Makefile.orig 2008-08-02 10:38:16.000000000 -0400 -+++ plugins/org.eclipse.core.filesystem/natives/unix/freebsd/Makefile 2008-08-02 10:38:32.000000000 -0400 -@@ -17,7 +17,7 @@ - OS_TYPE = freebsd - - #Set this to be the location of your JRE --JAVA_HOME = ~/vm/sun142 -+#JAVA_HOME = ~/vm/sun142 - - JDK_INCLUDE = -I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS_TYPE} - COMMON_INCLUDE = -I include Index: files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h =================================================================== RCS file: files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h diff -N files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h --- files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h 15 Feb 2009 03:19:42 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ ---- plugins/org.eclipse.core.filesystem/natives/unix/freebsd/include/os_custom.h.orig 2008-08-02 10:40:44.000000000 -0400 -+++ plugins/org.eclipse.core.filesystem/natives/unix/freebsd/include/os_custom.h 2008-08-02 10:40:55.000000000 -0400 -@@ -11,8 +11,8 @@ - ***********************************************************************/ - - /* Use this directive when introducing platform-specific code in localfile.c */ --#ifndef LINUX --#define LINUX -+#ifndef FREEBSD -+#define FREEBSD - #endif - - /* FreeBSD supports reading symbolic links */ Index: files/patch-plugins-org.eclipse.core.filesystem-src-org-eclipse-core-internal-filesystem-local-LocalFileSystem.java =================================================================== RCS file: files/patch-plugins-org.eclipse.core.filesystem-src-org-eclipse-core-internal-filesystem-local-LocalFileSystem.java diff -N files/patch-plugins-org.eclipse.core.filesystem-src-org-eclipse-core-internal-filesystem-local-LocalFileSystem.java --- files/patch-plugins-org.eclipse.core.filesystem-src-org-eclipse-core-internal-filesystem-local-LocalFileSystem.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/LocalFileSystem.java.orig 2008-08-02 12:35:45.000000000 -0400 -+++ plugins/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/LocalFileSystem.java 2008-08-02 12:34:53.000000000 -0400 -@@ -98,7 +98,7 @@ - String arch = System.getProperty("osgi.arch", ""); //$NON-NLS-1$ //$NON-NLS-2$ - if (os.equals(Constants.OS_WIN32)) - attributes |= EFS.ATTRIBUTE_ARCHIVE | EFS.ATTRIBUTE_HIDDEN; -- else if (os.equals(Constants.OS_LINUX) || (os.equals(Constants.OS_SOLARIS) && arch.equals(Constants.ARCH_SPARC))) -+ else if (os.equals(Constants.OS_LINUX) || (os.equals(Constants.OS_FREEBSD)) || (os.equals(Constants.OS_SOLARIS) && arch.equals(Constants.ARCH_SPARC))) - attributes |= EFS.ATTRIBUTE_EXECUTABLE | EFS.ATTRIBUTE_SYMLINK | EFS.ATTRIBUTE_LINK_TARGET; - else if (os.equals(Constants.OS_MACOSX) || os.equals(Constants.OS_HPUX) || os.equals(Constants.OS_QNX)) - attributes |= EFS.ATTRIBUTE_EXECUTABLE; Index: files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-makefile =================================================================== RCS file: files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-makefile diff -N files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-makefile --- files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-makefile 6 Jun 2009 20:58:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.core.net/natives/unix/GetProxyGnome/makefile.orig 2009-02-15 13:44:59.076375045 -0500 -+++ plugins/org.eclipse.core.net/natives/unix/GetProxyGnome/makefile 2009-02-15 19:33:42.687935173 -0500 -@@ -28,7 +28,7 @@ - libproxygnome.so: $(OBJS) $(USER_OBJS) - @echo 'Building target: $@' - @echo 'Invoking: GCC C Linker' -- gcc -m32 -shared -o"libproxygnome.so" $(OBJS) $(USER_OBJS) $(LIBS) -+ @gcc -shared -o"libproxygnome.so" $(OBJS) $(USER_OBJS) $(LIBS) - @echo 'Finished building target: $@' - @echo ' ' - Index: files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-objects.mk =================================================================== RCS file: files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-objects.mk diff -N files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-objects.mk --- files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-objects.mk 6 Jun 2009 20:58:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,8 +0,0 @@ ---- plugins/org.eclipse.core.net/natives/unix/GetProxyGnome/objects.mk.orig 2009-02-15 19:17:00.008787963 -0500 -+++ plugins/org.eclipse.core.net/natives/unix/GetProxyGnome/objects.mk 2009-02-15 19:17:13.588843249 -0500 -@@ -4,4 +4,4 @@ - - USER_OBJS := - --LIBS := -lgconf-2 -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 -+LIBS := -L${LOCALBASE}/lib -lgconf-2 -lORBit-2 -lgthread-2.0 -lgobject-2.0 -lglib-2.0 Index: files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-subdir.mk =================================================================== RCS file: files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-subdir.mk diff -N files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-subdir.mk --- files/patch-plugins-org.eclipse.core.net-natives-unix-GetProxyGnome-subdir.mk 6 Jun 2009 20:58:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.core.net/natives/unix/GetProxyGnome/subdir.mk.orig 2009-02-15 13:45:15.836444551 -0500 -+++ plugins/org.eclipse.core.net/natives/unix/GetProxyGnome/subdir.mk 2009-02-15 19:33:53.177979019 -0500 -@@ -17,7 +17,7 @@ - %.o: ../%.c - @echo 'Building file: $<' - @echo 'Invoking: GCC C Compiler' -- gcc -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include/ -O0 -fPIC -g3 -Wall -c -fmessage-length=0 -m32 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" -+ @gcc -I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd -I${LOCALBASE}/include/gconf/2 -I${LOCALBASE}/include/orbit-2.0 -I${LOCALBASE}/include/glib-2.0 -O0 -fPIC -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - Index: files/patch-plugins-org.eclipse.core.net-natives-unix-getproxygnome.c =================================================================== RCS file: files/patch-plugins-org.eclipse.core.net-natives-unix-getproxygnome.c diff -N files/patch-plugins-org.eclipse.core.net-natives-unix-getproxygnome.c --- files/patch-plugins-org.eclipse.core.net-natives-unix-getproxygnome.c 6 Jun 2009 20:58:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.core.net/natives/unix/getproxygnome.c.orig 2009-02-15 19:43:28.612859430 -0500 -+++ plugins/org.eclipse.core.net/natives/unix/getproxygnome.c 2009-02-15 19:43:50.402949790 -0500 -@@ -16,7 +16,7 @@ - #include - #include - --#ifdef __linux__ -+#if defined(__linux__) || defined (__FreeBSD__) - #include - #else - #include Index: files/patch-plugins-org.eclipse.core.net.freebsd.x86_64-META-INF-MANIFEST.MF =================================================================== RCS file: files/patch-plugins-org.eclipse.core.net.freebsd.x86_64-META-INF-MANIFEST.MF diff -N files/patch-plugins-org.eclipse.core.net.freebsd.x86_64-META-INF-MANIFEST.MF --- files/patch-plugins-org.eclipse.core.net.freebsd.x86_64-META-INF-MANIFEST.MF 6 Jun 2009 20:58:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ ---- plugins/org.eclipse.core.net.freebsd.x86_64/META-INF/MANIFEST.MF.orig 2009-02-16 20:06:52.424901811 -0500 -+++ plugins/org.eclipse.core.net.freebsd.x86_64/META-INF/MANIFEST.MF 2009-02-16 20:07:30.240058207 -0500 -@@ -3,8 +3,9 @@ - Bundle-Name: %fragmentName - Bundle-Vendor: %providerName - Bundle-Localization: fragment --Bundle-SymbolicName: org.eclipse.core.net.freebsd.x86;singleton:=true -+Bundle-SymbolicName: org.eclipse.core.net.freebsd.x86_64;singleton:=tr -+ ue - Bundle-Version: 1.0.0.qualifier - Fragment-Host: org.eclipse.core.net;bundle-version="1.1.0" --Eclipse-PlatformFilter: (& (osgi.os=freebsd) (osgi.arch=x86)) -+Eclipse-PlatformFilter: (& (osgi.os=freebsd) (osgi.arch=x86_64)) - Bundle-RequiredExecutionEnvironment: J2SE-1.4 Index: files/patch-plugins-org.eclipse.core.net.freebsd.x86_64-build.xml =================================================================== RCS file: files/patch-plugins-org.eclipse.core.net.freebsd.x86_64-build.xml diff -N files/patch-plugins-org.eclipse.core.net.freebsd.x86_64-build.xml --- files/patch-plugins-org.eclipse.core.net.freebsd.x86_64-build.xml 6 Jun 2009 20:58:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,153 +0,0 @@ ---- plugins/org.eclipse.core.net.freebsd.x86_64/build.xml.orig 2009-02-28 07:33:49.376334935 -0500 -+++ plugins/org.eclipse.core.net.freebsd.x86_64/build.xml 2009-02-28 07:39:12.017669239 -0500 -@@ -1,11 +1,11 @@ - -- -+ - - - - - -- -+ - - - -@@ -44,7 +44,7 @@ - - - -- -+ - - - -@@ -57,18 +57,18 @@ - - - -- -+ - - - - - - -- -+ - - - -- -+ - - - -@@ -110,10 +110,8 @@ - - - -- -- -- -- -+ -+ - - - -@@ -157,7 +155,7 @@ - - - -- -+ - - - -@@ -168,13 +166,13 @@ - - - -- -- -+ -+ - - - - -- -+ - - - -@@ -183,17 +181,17 @@ - - - -- -+ - - - - - - -- -- -+ -+ - -- -+ - - - -@@ -215,28 +213,28 @@ - - - -- -- -+ -+ - - - - - - -- -+ - - -- -- -+ -+ - - - - -- -+ - - - -- -+ - - - -@@ -252,7 +250,7 @@ - - - -- -+ - - - Index: files/patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-internal-runtime-InternalPlatform.java =================================================================== RCS file: files/patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-internal-runtime-InternalPlatform.java diff -N files/patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-internal-runtime-InternalPlatform.java --- files/patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-internal-runtime-InternalPlatform.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java.orig 2008-08-02 14:56:13.000000000 -0400 -+++ plugins/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java 2008-08-02 14:56:49.000000000 -0400 -@@ -61,7 +61,7 @@ - //XXX This is not synchronized - private static Map logs = new HashMap(5); - -- private static final String[] OS_LIST = {Platform.OS_AIX, Platform.OS_HPUX, Platform.OS_LINUX, Platform.OS_MACOSX, Platform.OS_QNX, Platform.OS_SOLARIS, Platform.OS_WIN32}; -+ private static final String[] OS_LIST = {Platform.OS_AIX, Platform.OS_HPUX, Platform.OS_LINUX, Platform.OS_FREEBSD, Platform.OS_MACOSX, Platform.OS_QNX, Platform.OS_SOLARIS, Platform.OS_WIN32}; - private static String password = ""; //$NON-NLS-1$ - private static final String PASSWORD = "-password"; //$NON-NLS-1$ - private static PlatformLogWriter platformLog = null; Index: files/patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-runtime-Platform.java =================================================================== RCS file: files/patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-runtime-Platform.java diff -N files/patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-runtime-Platform.java --- files/patch-plugins-org.eclipse.core.runtime-src-org-eclipse-core-runtime-Platform.java 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ ---- plugins/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java.orig 2009-02-15 19:26:27.391641089 -0500 -+++ plugins/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java 2009-02-15 20:39:45.324834833 -0500 -@@ -204,6 +204,17 @@ - public static final String OS_LINUX = "linux";//$NON-NLS-1$ - - /** -+ * Constant string (value "freebsd") indicating the platform is running on a -+ * FreeBSD-based operating system. -+ *

-+ * Note this constant has been moved from the deprecated -+ * org.eclipse.core.boot.BootLoader class and its value has not changed. -+ *

-+ * @since 3.0 -+ */ -+ public static final String OS_FREEBSD = "freebsd";//$NON-NLS-1$ -+ -+ /** - * Constant string (value "aix") indicating the platform is running on an - * AIX-based operating system. - *

Index: files/patch-plugins-org.eclipse.core.runtime.compatibility-src-boot-org-eclipse-core-boot-BootLoader.java =================================================================== RCS file: files/patch-plugins-org.eclipse.core.runtime.compatibility-src-boot-org-eclipse-core-boot-BootLoader.java diff -N files/patch-plugins-org.eclipse.core.runtime.compatibility-src-boot-org-eclipse-core-boot-BootLoader.java --- files/patch-plugins-org.eclipse.core.runtime.compatibility-src-boot-org-eclipse-core-boot-BootLoader.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ ---- plugins/org.eclipse.core.runtime.compatibility/src-boot/org/eclipse/core/boot/BootLoader.java.orig 2008-08-02 14:57:57.000000000 -0400 -+++ plugins/org.eclipse.core.runtime.compatibility/src-boot/org/eclipse/core/boot/BootLoader.java 2008-08-02 14:59:13.000000000 -0400 -@@ -72,6 +72,13 @@ - public static final String OS_LINUX = "linux";//$NON-NLS-1$ - - /** -+ * Constant string (value "freebsd") indicating the platform is running on a -+ * FreeBSD-based operating system. -+ * @deprecated Replaced by {@link Platform#OS_FREEBSD}. -+ */ -+ public static final String OS_FREEBSD = "freebsd";//$NON-NLS-1$ -+ -+ /** - * Constant string (value "aix") indicating the platform is running on an - * AIX-based operating system. - * @deprecated Replaced by {@link Platform#OS_AIX}. Index: files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-internal-launcher-Constants.java =================================================================== RCS file: files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-internal-launcher-Constants.java diff -N files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-internal-launcher-Constants.java --- files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-internal-launcher-Constants.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,23 +0,0 @@ ---- plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java.orig 2008-08-02 12:22:09.000000000 -0400 -+++ plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java 2008-08-02 12:24:21.000000000 -0400 -@@ -19,6 +19,7 @@ - public static final String INTERNAL_AMD64 = "amd64"; //$NON-NLS-1$ - public static final String INTERNAL_OS_SUNOS = "SunOS"; //$NON-NLS-1$ - public static final String INTERNAL_OS_LINUX = "Linux"; //$NON-NLS-1$ -+ public static final String INTERNAL_OS_FREEBSD = "FreeBSD"; //$NON-NLS-1$ - public static final String INTERNAL_OS_MACOSX = "Mac OS"; //$NON-NLS-1$ - public static final String INTERNAL_OS_AIX = "AIX"; //$NON-NLS-1$ - public static final String INTERNAL_OS_HPUX = "HP-UX"; //$NON-NLS-1$ -@@ -40,6 +41,12 @@ - public static final String OS_LINUX = "linux";//$NON-NLS-1$ - - /** -+ * Constant string (value "freebsd") indicating the platform is running on a -+ * FreeBSD-based operating system. -+ */ -+ public static final String OS_FREEBSD = "freebsd";//$NON-NLS-1$ -+ -+ /** - * Constant string (value "aix") indicating the platform is running on an - * AIX-based operating system. - */ Index: files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-launcher-Main.java =================================================================== RCS file: files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-launcher-Main.java diff -N files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-launcher-Main.java --- files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-launcher-Main.java 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ ---- plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java.orig 2008-08-09 01:52:52.897300867 -0400 -+++ plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java 2008-08-09 01:53:31.527460286 -0400 -@@ -291,6 +291,8 @@ - return Constants.WS_WIN32; - if (osName.equals(Constants.OS_LINUX)) - return Constants.WS_GTK; -+ if (osName.equals(Constants.OS_FREEBSD)) -+ return Constants.WS_GTK; - if (osName.equals(Constants.OS_MACOSX)) - return Constants.WS_CARBON; - if (osName.equals(Constants.OS_HPUX)) -@@ -315,6 +317,8 @@ - return Constants.OS_SOLARIS; - if (osName.equalsIgnoreCase(Constants.INTERNAL_OS_LINUX)) - return Constants.OS_LINUX; -+ if (osName.equalsIgnoreCase(Constants.INTERNAL_OS_FREEBSD)) -+ return Constants.OS_FREEBSD; - if (osName.equalsIgnoreCase(Constants.INTERNAL_OS_QNX)) - return Constants.OS_QNX; - if (osName.equalsIgnoreCase(Constants.INTERNAL_OS_AIX)) Index: files/patch-plugins-org.eclipse.equinox.p2.metadata.generator-src-org-eclipse-equinox-internal-p2-metadata-generator-features-ProductFile.java =================================================================== RCS file: files/patch-plugins-org.eclipse.equinox.p2.metadata.generator-src-org-eclipse-equinox-internal-p2-metadata-generator-features-ProductFile.java diff -N files/patch-plugins-org.eclipse.equinox.p2.metadata.generator-src-org-eclipse-equinox-internal-p2-metadata-generator-features-ProductFile.java --- files/patch-plugins-org.eclipse.equinox.p2.metadata.generator-src-org-eclipse-equinox-internal-p2-metadata-generator-features-ProductFile.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,143 +0,0 @@ ---- plugins/org.eclipse.equinox.p2.metadata.generator/src/org/eclipse/equinox/internal/p2/metadata/generator/features/ProductFile.java.orig 2008-08-02 15:21:00.000000000 -0400 -+++ plugins/org.eclipse.equinox.p2.metadata.generator/src/org/eclipse/equinox/internal/p2/metadata/generator/features/ProductFile.java 2008-08-02 15:20:23.000000000 -0400 -@@ -28,11 +28,13 @@ - - private static final String PROGRAM_ARGS = "programArgs"; //$NON-NLS-1$ - private static final String PROGRAM_ARGS_LINUX = "programArgsLin"; //$NON-NLS-1$ -+ private static final String PROGRAM_ARGS_FREEBSD = "programArgsFre"; //$NON-NLS-1$ - private static final String PROGRAM_ARGS_MAC = "programArgsMac"; //$NON-NLS-1$ - private static final String PROGRAM_ARGS_SOLARIS = "programArgsSol"; //$NON-NLS-1$ - private static final String PROGRAM_ARGS_WIN = "programArgsWin"; //$NON-NLS-1$ - private static final String VM_ARGS = "vmArgs"; //$NON-NLS-1$ - private static final String VM_ARGS_LINUX = "vmArgsLin"; //$NON-NLS-1$ -+ private static final String VM_ARGS_FREEBSD = "vmArgsFre"; //$NON-NLS-1$ - private static final String VM_ARGS_MAC = "vmArgsMac"; //$NON-NLS-1$ - private static final String VM_ARGS_SOLARIS = "vmArgsSol"; //$NON-NLS-1$ - private static final String VM_ARGS_WIN = "vmArgsWin"; //$NON-NLS-1$ -@@ -51,6 +53,7 @@ - - private static final String OS_WIN32 = "win32";//$NON-NLS-1$ - private static final String OS_LINUX = "linux";//$NON-NLS-1$ -+ private static final String OS_FREEBSD = "freebsd";//$NON-NLS-1$ - private static final String OS_SOLARIS = "solaris";//$NON-NLS-1$ - private static final String OS_MACOSX = "macosx";//$NON-NLS-1$ - -@@ -72,15 +75,17 @@ - private static final int STATE_FEATURES = 5; - private static final int STATE_PROGRAM_ARGS = 6; - private static final int STATE_PROGRAM_ARGS_LINUX = 7; -- private static final int STATE_PROGRAM_ARGS_MAC = 8; -- private static final int STATE_PROGRAM_ARGS_SOLARIS = 9; -- private static final int STATE_PROGRAM_ARGS_WIN = 10; -- private static final int STATE_VM_ARGS = 11; -- private static final int STATE_VM_ARGS_LINUX = 12; -- private static final int STATE_VM_ARGS_MAC = 13; -- private static final int STATE_VM_ARGS_SOLARIS = 14; -- private static final int STATE_VM_ARGS_WIN = 15; -- private static final int STATE_CONFIG_INI = 16; -+ private static final int STATE_PROGRAM_ARGS_FREEBSD = 8; -+ private static final int STATE_PROGRAM_ARGS_MAC = 9; -+ private static final int STATE_PROGRAM_ARGS_SOLARIS = 10; -+ private static final int STATE_PROGRAM_ARGS_WIN = 11; -+ private static final int STATE_VM_ARGS = 12; -+ private static final int STATE_VM_ARGS_LINUX = 13; -+ private static final int STATE_VM_ARGS_FREEBSD = 14; -+ private static final int STATE_VM_ARGS_MAC = 15; -+ private static final int STATE_VM_ARGS_SOLARIS = 16; -+ private static final int STATE_VM_ARGS_WIN = 17; -+ private static final int STATE_CONFIG_INI = 18; - - private int state = STATE_START; - -@@ -233,6 +238,8 @@ - key = VM_ARGS_WIN; - } else if (os.equals(OS_LINUX)) { - key = VM_ARGS_LINUX; -+ } else if (os.equals(OS_FREEBSD)) { -+ key = VM_ARGS_FREEBSD; - } else if (os.equals(OS_MACOSX)) { - key = VM_ARGS_MAC; - } else if (os.equals(OS_SOLARIS)) { -@@ -256,6 +263,8 @@ - key = PROGRAM_ARGS_WIN; - } else if (os.equals(OS_LINUX)) { - key = PROGRAM_ARGS_LINUX; -+ } else if (os.equals(OS_FREEBSD)) { -+ key = PROGRAM_ARGS_FREEBSD; - } else if (os.equals(OS_MACOSX)) { - key = PROGRAM_ARGS_MAC; - } else if (os.equals(OS_SOLARIS)) { -@@ -311,6 +320,8 @@ - processWin(attributes); - } else if (OS_LINUX.equals(localName)) { - processLinux(attributes); -+ } else if (OS_FREEBSD.equals(localName)) { -+ processFreeBSD(attributes); - } else if (OS_MACOSX.equals(localName)) { - processMac(attributes); - } -@@ -326,6 +337,8 @@ - state = STATE_PROGRAM_ARGS; - } else if (PROGRAM_ARGS_LINUX.equals(localName)) { - state = STATE_PROGRAM_ARGS_LINUX; -+ } else if (PROGRAM_ARGS_FREEBSD.equals(localName)) { -+ state = STATE_PROGRAM_ARGS_FREEBSD; - } else if (PROGRAM_ARGS_MAC.equals(localName)) { - state = STATE_PROGRAM_ARGS_MAC; - } else if (PROGRAM_ARGS_SOLARIS.equals(localName)) { -@@ -336,6 +349,8 @@ - state = STATE_VM_ARGS; - } else if (VM_ARGS_LINUX.equals(localName)) { - state = STATE_VM_ARGS_LINUX; -+ } else if (VM_ARGS_FREEBSD.equals(localName)) { -+ state = STATE_VM_ARGS_FREEBSD; - } else if (VM_ARGS_MAC.equals(localName)) { - state = STATE_VM_ARGS_MAC; - } else if (VM_ARGS_SOLARIS.equals(localName)) { -@@ -380,11 +395,13 @@ - - case STATE_PROGRAM_ARGS : - case STATE_PROGRAM_ARGS_LINUX : -+ case STATE_PROGRAM_ARGS_FREEBSD : - case STATE_PROGRAM_ARGS_MAC : - case STATE_PROGRAM_ARGS_SOLARIS : - case STATE_PROGRAM_ARGS_WIN : - case STATE_VM_ARGS : - case STATE_VM_ARGS_LINUX : -+ case STATE_VM_ARGS_FREEBSD : - case STATE_VM_ARGS_MAC : - case STATE_VM_ARGS_SOLARIS : - case STATE_VM_ARGS_WIN : -@@ -408,6 +425,9 @@ - case STATE_PROGRAM_ARGS_LINUX : - addLaunchArgumentToMap(PROGRAM_ARGS_LINUX, String.valueOf(ch, start, length)); - break; -+ case STATE_PROGRAM_ARGS_FREEBSD : -+ addLaunchArgumentToMap(PROGRAM_ARGS_FREEBSD, String.valueOf(ch, start, length)); -+ break; - case STATE_PROGRAM_ARGS_MAC : - addLaunchArgumentToMap(PROGRAM_ARGS_MAC, String.valueOf(ch, start, length)); - break; -@@ -423,6 +443,9 @@ - case STATE_VM_ARGS_LINUX : - addLaunchArgumentToMap(VM_ARGS_LINUX, String.valueOf(ch, start, length)); - break; -+ case STATE_VM_ARGS_FREEBSD : -+ addLaunchArgumentToMap(VM_ARGS_FREEBSD, String.valueOf(ch, start, length)); -+ break; - case STATE_VM_ARGS_MAC : - addLaunchArgumentToMap(VM_ARGS_MAC, String.valueOf(ch, start, length)); - break; -@@ -555,6 +578,12 @@ - result.add(attributes.getValue("icon")); //$NON-NLS-1$ - } - -+ private void processFreeBSD(Attributes attributes) { -+ if (!osMatch(OS_FREEBSD)) -+ return; -+ result.add(attributes.getValue("icon")); //$NON-NLS-1$ -+ } -+ - private void processMac(Attributes attributes) { - if (!osMatch(OS_MACOSX)) - return; Index: files/patch-plugins-org.eclipse.equinox.p2.reconciler.dropins-Bootstrap.product =================================================================== RCS file: files/patch-plugins-org.eclipse.equinox.p2.reconciler.dropins-Bootstrap.product diff -N files/patch-plugins-org.eclipse.equinox.p2.reconciler.dropins-Bootstrap.product --- files/patch-plugins-org.eclipse.equinox.p2.reconciler.dropins-Bootstrap.product 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ ---- plugins/org.eclipse.equinox.p2.reconciler.dropins/Bootstrap.product.orig 2008-08-02 15:24:39.000000000 -0400 -+++ plugins/org.eclipse.equinox.p2.reconciler.dropins/Bootstrap.product 2008-08-02 15:26:30.000000000 -0400 -@@ -5,6 +5,7 @@ - - - /org.eclipse.equinox.p2.reconciler.dropins/config.ini -+ /org.eclipse.equinox.p2.reconciler.dropins/config.ini - /org.eclipse.equinox.p2.reconciler.dropins/config.ini - /org.eclipse.equinox.p2.reconciler.dropins/config.ini - /org.eclipse.equinox.p2.reconciler.dropins/config.ini Index: files/patch-plugins-org.eclipse.help.base-plugin.xml =================================================================== RCS file: files/patch-plugins-org.eclipse.help.base-plugin.xml diff -N files/patch-plugins-org.eclipse.help.base-plugin.xml --- files/patch-plugins-org.eclipse.help.base-plugin.xml 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,29 +0,0 @@ ---- plugins/org.eclipse.help.base/plugin.xml.orig 2008-08-02 15:36:47.000000000 -0400 -+++ plugins/org.eclipse.help.base/plugin.xml 2008-08-02 15:37:20.000000000 -0400 -@@ -113,7 +113,7 @@ - - -+ value="Linux,FreeBSD,AIX,HP,SunOS"> - - - -@@ -132,7 +132,7 @@ - - -+ value="Linux,FreeBSD,AIX,HP,SunOS"> - - - -@@ -151,7 +151,7 @@ - - -+ value="Linux,FreeBSD,AIX,HP,SunOS"> - - - Index: files/patch-plugins-org.eclipse.help.base-src-org-eclipse-help-internal-base-HelpBasePreferenceInitializer.java =================================================================== RCS file: files/patch-plugins-org.eclipse.help.base-src-org-eclipse-help-internal-base-HelpBasePreferenceInitializer.java diff -N files/patch-plugins-org.eclipse.help.base-src-org-eclipse-help-internal-base-HelpBasePreferenceInitializer.java --- files/patch-plugins-org.eclipse.help.base-src-org-eclipse-help-internal-base-HelpBasePreferenceInitializer.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ ---- plugins/org.eclipse.help.base/src/org/eclipse/help/internal/base/HelpBasePreferenceInitializer.java.orig 2008-08-02 15:30:15.000000000 -0400 -+++ plugins/org.eclipse.help.base/src/org/eclipse/help/internal/base/HelpBasePreferenceInitializer.java 2008-08-02 15:31:53.000000000 -0400 -@@ -37,6 +37,9 @@ - } else if (os.indexOf("linux") != -1) { //$NON-NLS-1$ - prefs.setDefault("custom_browser_path", //$NON-NLS-1$ - "konqueror %1"); //$NON-NLS-1$ -+ } else if (os.indexOf("freebsd") != -1) { //$NON-NLS-1$ -+ prefs.setDefault("custom_browser_path", //$NON-NLS-1$ -+ "firefox %1"); //$NON-NLS-1$ - } else { - prefs.setDefault("custom_browser_path", "mozilla %1"); //$NON-NLS-1$ //$NON-NLS-2$ - } Index: files/patch-plugins-org.eclipse.help.base-src-org-eclipse-help-internal-browser-BrowserManager.java =================================================================== RCS file: files/patch-plugins-org.eclipse.help.base-src-org-eclipse-help-internal-browser-BrowserManager.java diff -N files/patch-plugins-org.eclipse.help.base-src-org-eclipse-help-internal-browser-BrowserManager.java --- files/patch-plugins-org.eclipse.help.base-src-org-eclipse-help-internal-browser-BrowserManager.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ ---- plugins/org.eclipse.help.base/src/org/eclipse/help/internal/browser/BrowserManager.java.orig 2008-08-02 15:35:43.000000000 -0400 -+++ plugins/org.eclipse.help.base/src/org/eclipse/help/internal/browser/BrowserManager.java 2008-08-02 15:35:12.000000000 -0400 -@@ -94,6 +94,7 @@ - } else if (Constants.OS_AIX.equalsIgnoreCase(os) - || (Constants.OS_HPUX.equalsIgnoreCase(os)) - || (Constants.OS_LINUX.equalsIgnoreCase(os)) -+ || (Constants.OS_FREEBSD.equalsIgnoreCase(os)) - || (Constants.OS_SOLARIS.equalsIgnoreCase(os))) { - setDefaultBrowserID(BROWSER_ID_MOZILLA); - if (defaultBrowserDesc == null) { Index: files/patch-plugins-org.eclipse.help.ui-src-org-eclipse-help-ui-internal-browser-embedded-EmbeddedBrowserFactory.java =================================================================== RCS file: files/patch-plugins-org.eclipse.help.ui-src-org-eclipse-help-ui-internal-browser-embedded-EmbeddedBrowserFactory.java diff -N files/patch-plugins-org.eclipse.help.ui-src-org-eclipse-help-ui-internal-browser-embedded-EmbeddedBrowserFactory.java --- files/patch-plugins-org.eclipse.help.ui-src-org-eclipse-help-ui-internal-browser-embedded-EmbeddedBrowserFactory.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ ---- plugins/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/browser/embedded/EmbeddedBrowserFactory.java.orig 2008-08-02 15:38:33.000000000 -0400 -+++ plugins/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/browser/embedded/EmbeddedBrowserFactory.java 2008-08-02 15:40:18.000000000 -0400 -@@ -61,7 +61,8 @@ - */ - private boolean test() { - if (!Constants.OS_WIN32.equalsIgnoreCase(Platform.getOS()) -- && !Constants.OS_LINUX.equalsIgnoreCase(Platform.getOS())) { -+ && !Constants.OS_LINUX.equalsIgnoreCase(Platform.getOS()) -+ && !Constants.OS_FREEBSD.equalsIgnoreCase(Platform.getOS())) { - return false; - } - if (!tested) { Index: files/patch-plugins-org.eclipse.osgi-core-adaptor-org-eclipse-osgi-util-TextProcessor.java =================================================================== RCS file: files/patch-plugins-org.eclipse.osgi-core-adaptor-org-eclipse-osgi-util-TextProcessor.java diff -N files/patch-plugins-org.eclipse.osgi-core-adaptor-org-eclipse-osgi-util-TextProcessor.java --- files/patch-plugins-org.eclipse.osgi-core-adaptor-org-eclipse-osgi-util-TextProcessor.java 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.osgi/core/adaptor/org/eclipse/osgi/util/TextProcessor.java.orig 2008-08-02 13:18:14.000000000 -0400 -+++ plugins/org.eclipse.osgi/core/adaptor/org/eclipse/osgi/util/TextProcessor.java 2008-08-02 13:20:06.000000000 -0400 -@@ -77,7 +77,7 @@ - - if ("iw".equals(lang) || "he".equals(lang) || "ar".equals(lang) || "fa".equals(lang) || "ur".equals(lang)) { //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ - String osName = System.getProperty("os.name").toLowerCase(); //$NON-NLS-1$ -- if (osName.startsWith("windows") || osName.startsWith("linux")) { //$NON-NLS-1$ //$NON-NLS-2$ -+ if (osName.startsWith("windows") || osName.startsWith("linux") || osName.startsWith("freebsd")) { //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ - IS_PROCESSING_NEEDED = true; - } - } Index: files/patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-EclipseEnvironementInfo.java =================================================================== RCS file: files/patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-EclipseEnvironementInfo.java diff -N files/patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-EclipseEnvironementInfo.java --- files/patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-EclipseEnvironementInfo.java 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,28 +0,0 @@ ---- plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/EclipseEnvironmentInfo.java.orig 2009-02-15 19:25:53.501501141 -0500 -+++ plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/EclipseEnvironmentInfo.java 2009-02-15 20:52:03.177887665 -0500 -@@ -33,6 +33,7 @@ - // this internally to be Solaris. - private static final String INTERNAL_OS_SUNOS = "SunOS"; //$NON-NLS-1$ - private static final String INTERNAL_OS_LINUX = "Linux"; //$NON-NLS-1$ -+ private static final String INTERNAL_OS_FREEBSD = "FreeBSD"; //$NON-NLS-1$ - private static final String INTERNAL_OS_MACOSX = "Mac OS"; //$NON-NLS-1$ - private static final String INTERNAL_OS_AIX = "AIX"; //$NON-NLS-1$ - private static final String INTERNAL_OS_HPUX = "HP-UX"; //$NON-NLS-1$ -@@ -189,6 +190,8 @@ - return Constants.WS_WIN32; - if (os.equals(Constants.OS_LINUX)) - return Constants.WS_GTK; -+ if (os.equals(Constants.OS_FREEBSD)) -+ return Constants.WS_GTK; - if (os.equals(Constants.OS_MACOSX)) - return Constants.WS_CARBON; - if (os.equals(Constants.OS_HPUX)) -@@ -212,6 +215,8 @@ - return Constants.OS_SOLARIS; - if (osName.equalsIgnoreCase(INTERNAL_OS_LINUX)) - return Constants.OS_LINUX; -+ if (osName.equalsIgnoreCase(INTERNAL_OS_FREEBSD)) -+ return Constants.OS_FREEBSD; - if (osName.equalsIgnoreCase(INTERNAL_OS_QNX)) - return Constants.OS_QNX; - if (osName.equalsIgnoreCase(INTERNAL_OS_AIX)) Index: files/patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-PluginConverterImpl.java =================================================================== RCS file: files/patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-PluginConverterImpl.java diff -N files/patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-PluginConverterImpl.java --- files/patch-plugins-org.eclipse.osgi-eclipseAdaptor-src-org-eclipse-core-runtime-internal-adaptor-PluginConverterImpl.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/PluginConverterImpl.java.orig 2008-08-02 13:21:52.000000000 -0400 -+++ plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/PluginConverterImpl.java 2008-08-02 13:22:39.000000000 -0400 -@@ -68,7 +68,7 @@ - static public final String FRAGMENT_MANIFEST = "fragment.xml"; //$NON-NLS-1$ - static public final String GENERATED_FROM = "Generated-from"; //$NON-NLS-1$ - static public final String MANIFEST_TYPE_ATTRIBUTE = "type"; //$NON-NLS-1$ -- private static final String[] OS_LIST = {org.eclipse.osgi.service.environment.Constants.OS_AIX, org.eclipse.osgi.service.environment.Constants.OS_HPUX, org.eclipse.osgi.service.environment.Constants.OS_LINUX, org.eclipse.osgi.service.environment.Constants.OS_MACOSX, org.eclipse.osgi.service.environment.Constants.OS_QNX, org.eclipse.osgi.service.environment.Constants.OS_SOLARIS, org.eclipse.osgi.service.environment.Constants.OS_WIN32}; -+ private static final String[] OS_LIST = {org.eclipse.osgi.service.environment.Constants.OS_AIX, org.eclipse.osgi.service.environment.Constants.OS_HPUX, org.eclipse.osgi.service.environment.Constants.OS_LINUX, org.eclipse.osgi.service.environment.Constants.OS_FREEBSD, org.eclipse.osgi.service.environment.Constants.OS_MACOSX, org.eclipse.osgi.service.environment.Constants.OS_QNX, org.eclipse.osgi.service.environment.Constants.OS_SOLARIS, org.eclipse.osgi.service.environment.Constants.OS_WIN32}; - protected static final String PI_RUNTIME = "org.eclipse.core.runtime"; //$NON-NLS-1$ - protected static final String PI_BOOT = "org.eclipse.core.boot"; //$NON-NLS-1$ - protected static final String PI_RUNTIME_COMPATIBILITY = "org.eclipse.core.runtime.compatibility"; //$NON-NLS-1$ Index: files/patch-plugins-org.eclipse.osgi-supplement-src-org-eclipse-osgi-service-environment-Constants.java =================================================================== RCS file: files/patch-plugins-org.eclipse.osgi-supplement-src-org-eclipse-osgi-service-environment-Constants.java diff -N files/patch-plugins-org.eclipse.osgi-supplement-src-org-eclipse-osgi-service-environment-Constants.java --- files/patch-plugins-org.eclipse.osgi-supplement-src-org-eclipse-osgi-service-environment-Constants.java 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,15 +0,0 @@ ---- plugins/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java.orig 2008-08-09 09:16:08.932328502 -0400 -+++ plugins/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java 2008-08-09 09:15:29.572165618 -0400 -@@ -34,6 +34,12 @@ - public static final String OS_LINUX = "linux";//$NON-NLS-1$ - - /** -+ * Constant string (value "freebsd") indicating the platform is running on a -+ * FreeBSD-based operating system. -+ */ -+ public static final String OS_FREEBSD = "freebsd";//$NON-NLS-1$ -+ -+ /** - * Constant string (value "aix") indicating the platform is running on an - * AIX-based operating system. - */ Index: files/patch-plugins-org.eclipse.pde.build-build.xml =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.build-build.xml diff -N files/patch-plugins-org.eclipse.pde.build-build.xml --- files/patch-plugins-org.eclipse.pde.build-build.xml 6 Jun 2009 20:58:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,23 +0,0 @@ ---- plugins/org.eclipse.pde.build/build.xml.orig 2009-02-15 14:54:04.518255168 -0500 -+++ plugins/org.eclipse.pde.build/build.xml 2009-02-15 14:53:17.438264370 -0500 -@@ -26,14 +26,14 @@ - - - -- -- -+ -+ - -- -- -+ -+ - -- -- -+ -+ - - - Index: files/patch-plugins-org.eclipse.pde.build-scripts-productBuild-allElements.xml =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.build-scripts-productBuild-allElements.xml diff -N files/patch-plugins-org.eclipse.pde.build-scripts-productBuild-allElements.xml --- files/patch-plugins-org.eclipse.pde.build-scripts-productBuild-allElements.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,21 +0,0 @@ ---- plugins/org.eclipse.pde.build/scripts/productBuild/allElements.xml.orig 2008-08-02 16:07:51.000000000 -0400 -+++ plugins/org.eclipse.pde.build/scripts/productBuild/allElements.xml 2008-08-02 16:09:56.000000000 -0400 -@@ -48,6 +48,18 @@ - - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - - Index: files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-BrandingIron.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-BrandingIron.java diff -N files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-BrandingIron.java --- files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-BrandingIron.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ ---- plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BrandingIron.java.orig 2008-08-02 16:46:29.000000000 -0400 -+++ plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BrandingIron.java 2008-08-02 16:48:54.000000000 -0400 -@@ -70,6 +70,8 @@ - brandWindows(); - if ("linux".equals(os)) //$NON-NLS-1$ - brandLinux(); -+ if ("freebsd".equals(os)) //$NON-NLS-1$ -+ brandFreeBSD(); - if ("solaris".equals(os)) //$NON-NLS-1$ - brandSolaris(); - if ("macosx".equals(os)) //$NON-NLS-1$ -@@ -94,6 +96,12 @@ - copy(new File(icons[0]), new File(root, "icon.xpm")); //$NON-NLS-1$ - } - -+ private void brandFreeBSD() throws Exception { -+ renameLauncher(); -+ if (brandIcons) -+ copy(new File(icons[0]), new File(root, "icon.xpm")); //$NON-NLS-1$ -+ } -+ - private void brandSolaris() throws Exception { - renameLauncher(); - if (brandIcons == false) Index: files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-ProductFile.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-ProductFile.java diff -N files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-ProductFile.java --- files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-ProductFile.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,135 +0,0 @@ ---- plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductFile.java.orig 2008-08-02 16:20:38.000000000 -0400 -+++ plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductFile.java 2008-08-02 16:26:31.000000000 -0400 -@@ -28,11 +28,13 @@ - - private static final String PROGRAM_ARGS = "programArgs"; //$NON-NLS-1$ - private static final String PROGRAM_ARGS_LINUX = "programArgsLin"; //$NON-NLS-1$ -+ private static final String PROGRAM_ARGS_FREEBSD = "programArgsFre"; //$NON-NLS-1$ - private static final String PROGRAM_ARGS_MAC = "programArgsMac"; //$NON-NLS-1$ - private static final String PROGRAM_ARGS_SOLARIS = "programArgsSol"; //$NON-NLS-1$ - private static final String PROGRAM_ARGS_WIN = "programArgsWin"; //$NON-NLS-1$ - private static final String VM_ARGS = "vmArgs"; //$NON-NLS-1$ - private static final String VM_ARGS_LINUX = "vmArgsLin"; //$NON-NLS-1$ -+ private static final String VM_ARGS_FREEBSD = "vmArgsFre"; //$NON-NLS-1$ - private static final String VM_ARGS_MAC = "vmArgsMac"; //$NON-NLS-1$ - private static final String VM_ARGS_SOLARIS = "vmArgsSol"; //$NON-NLS-1$ - private static final String VM_ARGS_WIN = "vmArgsWin"; //$NON-NLS-1$ -@@ -67,15 +69,17 @@ - private static final int STATE_FEATURES = 5; - private static final int STATE_PROGRAM_ARGS = 6; - private static final int STATE_PROGRAM_ARGS_LINUX = 7; -- private static final int STATE_PROGRAM_ARGS_MAC = 8; -- private static final int STATE_PROGRAM_ARGS_SOLARIS = 9; -- private static final int STATE_PROGRAM_ARGS_WIN = 10; -- private static final int STATE_VM_ARGS = 11; -- private static final int STATE_VM_ARGS_LINUX = 12; -- private static final int STATE_VM_ARGS_MAC = 13; -- private static final int STATE_VM_ARGS_SOLARIS = 14; -- private static final int STATE_VM_ARGS_WIN = 15; -- private static final int STATE_CONFIG_INI = 16; -+ private static final int STATE_PROGRAM_ARGS_FREEBSD = 8; -+ private static final int STATE_PROGRAM_ARGS_MAC = 9; -+ private static final int STATE_PROGRAM_ARGS_SOLARIS = 10; -+ private static final int STATE_PROGRAM_ARGS_WIN = 11; -+ private static final int STATE_VM_ARGS = 12; -+ private static final int STATE_VM_ARGS_LINUX = 13; -+ private static final int STATE_VM_ARGS_FREEBSD = 14; -+ private static final int STATE_VM_ARGS_MAC = 15; -+ private static final int STATE_VM_ARGS_SOLARIS = 16; -+ private static final int STATE_VM_ARGS_WIN = 17; -+ private static final int STATE_CONFIG_INI = 18; - - private int state = STATE_START; - -@@ -234,6 +238,8 @@ - key = VM_ARGS_WIN; - } else if( os.equals(Platform.OS_LINUX)) { - key = VM_ARGS_LINUX; -+ } else if( os.equals(Platform.OS_FREEBSD)) { -+ key = VM_ARGS_FREEBSD; - } else if( os.equals(Platform.OS_MACOSX)) { - key = VM_ARGS_MAC; - } else if(os.equals(Platform.OS_SOLARIS)) { -@@ -257,6 +263,8 @@ - key = PROGRAM_ARGS_WIN; - } else if( os.equals(Platform.OS_LINUX)) { - key = PROGRAM_ARGS_LINUX; -+ } else if( os.equals(Platform.OS_FREEBSD)) { -+ key = PROGRAM_ARGS_FREEBSD; - } else if( os.equals(Platform.OS_MACOSX)) { - key = PROGRAM_ARGS_MAC; - } else if(os.equals(Platform.OS_SOLARIS)) { -@@ -312,6 +320,8 @@ - processWin(attributes); - } else if (Platform.OS_LINUX.equals(localName)) { - processLinux(attributes); -+ } else if (Platform.OS_FREEBSD.equals(localName)) { -+ processFreeBSD(attributes); - } else if (Platform.OS_MACOSX.equals(localName)) { - processMac(attributes); - } -@@ -327,6 +337,8 @@ - state = STATE_PROGRAM_ARGS; - } else if (PROGRAM_ARGS_LINUX.equals(localName)) { - state = STATE_PROGRAM_ARGS_LINUX; -+ } else if (PROGRAM_ARGS_FREEBSD.equals(localName)) { -+ state = STATE_PROGRAM_ARGS_FREEBSD; - } else if (PROGRAM_ARGS_MAC.equals(localName)) { - state = STATE_PROGRAM_ARGS_MAC; - } else if (PROGRAM_ARGS_SOLARIS.equals(localName)) { -@@ -337,6 +349,8 @@ - state = STATE_VM_ARGS; - } else if (VM_ARGS_LINUX.equals(localName)) { - state = STATE_VM_ARGS_LINUX; -+ } else if (VM_ARGS_FREEBSD.equals(localName)) { -+ state = STATE_VM_ARGS_FREEBSD; - } else if (VM_ARGS_MAC.equals(localName)) { - state = STATE_VM_ARGS_MAC; - } else if (VM_ARGS_SOLARIS.equals(localName)) { -@@ -381,11 +395,13 @@ - - case STATE_PROGRAM_ARGS : - case STATE_PROGRAM_ARGS_LINUX : -+ case STATE_PROGRAM_ARGS_FREEBSD : - case STATE_PROGRAM_ARGS_MAC : - case STATE_PROGRAM_ARGS_SOLARIS : - case STATE_PROGRAM_ARGS_WIN : - case STATE_VM_ARGS : - case STATE_VM_ARGS_LINUX : -+ case STATE_VM_ARGS_FREEBSD : - case STATE_VM_ARGS_MAC : - case STATE_VM_ARGS_SOLARIS : - case STATE_VM_ARGS_WIN : -@@ -409,6 +425,9 @@ - case STATE_PROGRAM_ARGS_LINUX : - addLaunchArgumentToMap(PROGRAM_ARGS_LINUX, String.valueOf(ch, start, length)); - break; -+ case STATE_PROGRAM_ARGS_FREEBSD : -+ addLaunchArgumentToMap(PROGRAM_ARGS_FREEBSD, String.valueOf(ch, start, length)); -+ break; - case STATE_PROGRAM_ARGS_MAC : - addLaunchArgumentToMap(PROGRAM_ARGS_MAC, String.valueOf(ch, start, length)); - break; -@@ -424,6 +443,9 @@ - case STATE_VM_ARGS_LINUX : - addLaunchArgumentToMap(VM_ARGS_LINUX, String.valueOf(ch, start, length)); - break; -+ case STATE_VM_ARGS_FREEBSD : -+ addLaunchArgumentToMap(VM_ARGS_FREEBSD, String.valueOf(ch, start, length)); -+ break; - case STATE_VM_ARGS_MAC : - addLaunchArgumentToMap(VM_ARGS_MAC, String.valueOf(ch, start, length)); - break; -@@ -555,6 +577,12 @@ - result.add(attributes.getValue("icon")); //$NON-NLS-1$ - } - -+ private void processFreeBSD(Attributes attributes) { -+ if (!osMatch(Platform.OS_FREEBSD)) -+ return; -+ result.add(attributes.getValue("icon")); //$NON-NLS-1$ -+ } -+ - private void processMac(Attributes attributes) { - if (!osMatch(Platform.OS_MACOSX)) - return; Index: files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-Utils.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-Utils.java diff -N files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-Utils.java --- files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-Utils.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ ---- plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java.orig 2008-08-02 16:49:39.000000000 -0400 -+++ plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java 2008-08-02 17:07:42.000000000 -0400 -@@ -13,6 +13,7 @@ - import java.net.URL; - import java.util.*; - import org.eclipse.core.runtime.*; -+import org.eclipse.osgi.service.environment.Constants; - import org.eclipse.osgi.service.resolver.BundleDescription; - import org.eclipse.osgi.util.NLS; - import org.eclipse.pde.internal.build.ant.AntScript; -@@ -433,7 +434,12 @@ - arguments.add("-sf"); //$NON-NLS-1$ - arguments.add(links[i]); - arguments.add(links[i + 1]); -- script.printExecTask("ln", dir, arguments, "Linux"); //$NON-NLS-1$ //$NON-NLS-2$ -+ String os = System.getProperty("osgi.os", ""); //$NON-NLS-1$ //$NON-NLS-2$ -+ String osStr = "Linux"; //$NON-NLS-1$ -+ if (os.equals(Constants.OS_FREEBSD)) { -+ osStr = "FreeBSD"; //$NON-NLS-1$ -+ } -+ script.printExecTask("ln", dir, arguments, osStr); //$NON-NLS-1$ - arguments.clear(); - } - } Index: files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-builder-ModelBuildScriptGenerator.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-builder-ModelBuildScriptGenerator.java diff -N files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-builder-ModelBuildScriptGenerator.java --- files/patch-plugins-org.eclipse.pde.build-src-org-eclipse-pde-internal-build-builder-ModelBuildScriptGenerator.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ ---- plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java.orig 2008-08-02 16:30:36.000000000 -0400 -+++ plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java 2008-08-02 16:45:09.000000000 -0400 -@@ -12,6 +12,7 @@ - import java.io.*; - import java.util.*; - import org.eclipse.core.runtime.*; -+import org.eclipse.osgi.service.environment.Constants; - import org.eclipse.osgi.service.resolver.BundleDescription; - import org.eclipse.osgi.util.NLS; - import org.eclipse.pde.internal.build.*; -@@ -621,7 +622,12 @@ - for (int i = 0; i < links.length; i += 2) { - arguments.add(links[i]); - arguments.add(links[i + 1]); -- script.printExecTask("ln -s", dir, arguments, "Linux"); //$NON-NLS-1$ //$NON-NLS-2$ -+ String os = System.getProperty("osgi.os", ""); //$NON-NLS-1$ //$NON-NLS-2$ -+ String osStr = "Linux"; //$NON-NLS-1$ -+ if (os.equals(Constants.OS_FREEBSD)) { -+ osStr = "FreeBSD"; //$NON-NLS-1$ -+ } -+ script.printExecTask("ln -s", dir, arguments, osStr); //$NON-NLS-1$ - arguments.clear(); - } - } Index: files/patch-plugins-org.eclipse.pde.build-src_ant-org-eclipse-pde-internal-build-tasks-JNLPGenerator.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.build-src_ant-org-eclipse-pde-internal-build-tasks-JNLPGenerator.java diff -N files/patch-plugins-org.eclipse.pde.build-src_ant-org-eclipse-pde-internal-build-tasks-JNLPGenerator.java --- files/patch-plugins-org.eclipse.pde.build-src_ant-org-eclipse-pde-internal-build-tasks-JNLPGenerator.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/JNLPGenerator.java.orig 2008-08-02 16:28:25.000000000 -0400 -+++ plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/JNLPGenerator.java 2008-08-02 16:29:14.000000000 -0400 -@@ -307,6 +307,8 @@ - return "Mac"; //$NON-NLS-1$ - if ("linux".equalsIgnoreCase(os)) //$NON-NLS-1$ - return "Linux"; //$NON-NLS-1$ -+ if ("freebsd".equalsIgnoreCase(os)) //$NON-NLS-1$ -+ return "FreeBSD"; //$NON-NLS-1$ - if ("solaris".equalsIgnoreCase(os)) //$NON-NLS-1$ - return "Solaris"; //$NON-NLS-1$ - if ("hpux".equalsIgnoreCase(os)) //$NON-NLS-1$ Index: files/patch-plugins-org.eclipse.pde.build-templates-headless-build-build.properties =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.build-templates-headless-build-build.properties diff -N files/patch-plugins-org.eclipse.pde.build-templates-headless-build-build.properties --- files/patch-plugins-org.eclipse.pde.build-templates-headless-build-build.properties 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ ---- plugins/org.eclipse.pde.build/templates/headless-build/build.properties.orig 2008-08-02 16:11:10.000000000 -0400 -+++ plugins/org.eclipse.pde.build/templates/headless-build/build.properties 2008-08-02 16:12:29.000000000 -0400 -@@ -46,6 +46,8 @@ - # linux, gtk, x86 & \ - # linux, gtk, x86_64 & \ - # linux, motif, x86 & \ -+# freebsd, gtk, x86 & \ -+# freebsd, gtk, x86_64 & \ - # solaris, motif, sparc & \ - # solaris, gtk, sparc & \ - # aix, motif, ppc & \ -@@ -66,6 +68,8 @@ - # linux, gtk, x86 - antZip& \ - # linux, gtk, x86_64 - antZip& \ - # linux, motif, x86 - antZip& \ -+# freebsd, gtk, x86 - antZip & \ -+# freebsd, gtk, x86_64 - antZip & \ - # solaris, motif, sparc - antZip& \ - # solaris, gtk, sparc - antZip& \ - # aix, motif, ppc - antZip& \ Index: files/patch-plugins-org.eclipse.pde.build-templates-packager-customTargets.xml =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.build-templates-packager-customTargets.xml diff -N files/patch-plugins-org.eclipse.pde.build-templates-packager-customTargets.xml --- files/patch-plugins-org.eclipse.pde.build-templates-packager-customTargets.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,28 +0,0 @@ ---- plugins/org.eclipse.pde.build/templates/packager/customTargets.xml.orig 2008-08-02 16:15:50.000000000 -0400 -+++ plugins/org.eclipse.pde.build/templates/packager/customTargets.xml 2008-08-02 16:17:23.000000000 -0400 -@@ -23,6 +23,12 @@ - - - -+ -+ -+ -+ -+ -+ - - - -@@ -35,6 +41,12 @@ - - - -+ -+ -+ -+ -+ -+ - - - Index: files/patch-plugins-org.eclipse.pde.build-templates-packager-packager.properties =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.build-templates-packager-packager.properties diff -N files/patch-plugins-org.eclipse.pde.build-templates-packager-packager.properties --- files/patch-plugins-org.eclipse.pde.build-templates-packager-packager.properties 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ ---- plugins/org.eclipse.pde.build/templates/packager/packager.properties.orig 2008-08-02 16:13:37.000000000 -0400 -+++ plugins/org.eclipse.pde.build/templates/packager/packager.properties 2008-08-02 16:14:47.000000000 -0400 -@@ -16,6 +16,8 @@ - # linux, gtk, x86 & \ - # linux, gtk, x86_64 & \ - # linux, motif, x86 & \ -+# freebsd, gtk, x86 & \ -+# freebsd, gtk, x86_64 & \ - # solaris, motif, sparc & \ - # solaris, gtk, sparc & \ - # aix, motif, ppc & \ -@@ -88,6 +90,8 @@ - # linux, gtk, x86 - antZip& \ - # linux, gtk, x86_64 - antZip& \ - # linux, motif, x86 - antZip& \ -+# freebsd, gtk, x86 - antZip& \ -+# freebsd, gtk, x86_64 - antZip& \ - # solaris, motif, sparc - antZip& \ - # solaris, gtk, sparc - antZip& \ - # aix, motif, ppc - antZip& \ Index: files/patch-plugins-org.eclipse.pde.build-templates-packager-packaging.properties =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.build-templates-packager-packaging.properties diff -N files/patch-plugins-org.eclipse.pde.build-templates-packager-packaging.properties --- files/patch-plugins-org.eclipse.pde.build-templates-packager-packaging.properties 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.pde.build/templates/packager/packaging.properties.orig 2008-08-02 16:18:28.000000000 -0400 -+++ plugins/org.eclipse.pde.build/templates/packager/packaging.properties 2008-08-02 16:55:27.000000000 -0400 -@@ -21,6 +21,8 @@ - root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm - root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm - root.linux.gtk.ppc=eclipse -+root.freebsd.gtk.x86=eclipse,about_files/,about.html,icon.xpm -+root.freebsd.gtk.x86_64=eclipse,about_files/,about.html,icon.xpm - root.macosx.carbon.ppc=eclipse,Eclipse.app/ - root.macosx.carbon.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS - root.aix.motif.ppc=eclipse Index: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-exports-ProductExportOperation.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-exports-ProductExportOperation.java diff -N files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-exports-ProductExportOperation.java --- files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-exports-ProductExportOperation.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java.orig 2008-08-02 16:56:58.000000000 -0400 -+++ plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java 2008-08-02 17:00:16.000000000 -0400 -@@ -480,6 +480,8 @@ - images = getSolarisImages(info); - } else if (os.equals("linux")) { //$NON-NLS-1$ - images = getExpandedPath(info.getIconPath(ILauncherInfo.LINUX_ICON)); -+ } else if (os.equals("freebsd")) { //$NON-NLS-1$ -+ images = getExpandedPath(info.getIconPath(ILauncherInfo.FREEBSD_ICON)); - } else if (os.equals("macosx")) { //$NON-NLS-1$ - images = getExpandedPath(info.getIconPath(ILauncherInfo.MACOSX_ICON)); - } Index: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-iproduct-IArgumentsInfo.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-iproduct-IArgumentsInfo.java diff -N files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-iproduct-IArgumentsInfo.java --- files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-iproduct-IArgumentsInfo.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,25 +0,0 @@ ---- plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IArgumentsInfo.java.orig 2008-08-02 17:01:23.000000000 -0400 -+++ plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IArgumentsInfo.java 2008-08-02 17:04:18.000000000 -0400 -@@ -14,12 +14,14 @@ - - public static final String P_PROG_ARGS = "programArgs"; //$NON-NLS-1$ - public static final String P_PROG_ARGS_LIN = "programArgsLin"; //$NON-NLS-1$ -+ public static final String P_PROG_ARGS_FRE = "programArgsFre"; //$NON-NLS-1$ - public static final String P_PROG_ARGS_MAC = "programArgsMac"; //$NON-NLS-1$ - public static final String P_PROG_ARGS_SOL = "programArgsSol"; //$NON-NLS-1$ - public static final String P_PROG_ARGS_WIN = "programArgsWin"; //$NON-NLS-1$ - - public static final String P_VM_ARGS = "vmArgs"; //$NON-NLS-1$ - public static final String P_VM_ARGS_LIN = "vmArgsLin"; //$NON-NLS-1$ -+ public static final String P_VM_ARGS_FRE = "vmArgsFre"; //$NON-NLS-1$ - public static final String P_VM_ARGS_MAC = "vmArgsMac"; //$NON-NLS-1$ - public static final String P_VM_ARGS_SOL = "vmArgsSol"; //$NON-NLS-1$ - public static final String P_VM_ARGS_WIN = "vmArgsWin"; //$NON-NLS-1$ -@@ -29,6 +31,7 @@ - public static final int L_ARGS_MACOS = 2; - public static final int L_ARGS_SOLAR = 3; - public static final int L_ARGS_WIN32 = 4; -+ public static final int L_ARGS_FREEBSD = 5; - - void setProgramArguments(String args, int platform); - Index: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-iproduct-ILauncherInfo.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-iproduct-ILauncherInfo.java diff -N files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-iproduct-ILauncherInfo.java --- files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-iproduct-ILauncherInfo.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ILauncherInfo.java.orig 2008-08-02 17:05:28.000000000 -0400 -+++ plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ILauncherInfo.java 2008-08-02 17:05:54.000000000 -0400 -@@ -14,6 +14,8 @@ - - public static final String LINUX_ICON = "linuxIcon"; //$NON-NLS-1$ - -+ public static final String FREEBSD_ICON = "freebsdIcon"; //$NON-NLS-1$ -+ - public static final String MACOSX_ICON = "macosxIcon"; //$NON-NLS-1$ - - public static final String SOLARIS_LARGE = "solarisLarge"; //$NON-NLS-1$ Index: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-ArgumentsInfo.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-ArgumentsInfo.java diff -N files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-ArgumentsInfo.java --- files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-ArgumentsInfo.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,117 +0,0 @@ ---- plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ArgumentsInfo.java.orig 2008-08-02 21:24:52.884965179 -0400 -+++ plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ArgumentsInfo.java 2008-08-02 21:24:20.894767822 -0400 -@@ -21,12 +21,14 @@ - private static final long serialVersionUID = 1L; - private String fProgramArgs = ""; //$NON-NLS-1$ - private String fProgramArgsLin = ""; //$NON-NLS-1$ -+ private String fProgramArgsFre = ""; //$NON-NLS-1$ - private String fProgramArgsMac = ""; //$NON-NLS-1$ - private String fProgramArgsSol = ""; //$NON-NLS-1$ - private String fProgramArgsWin = ""; //$NON-NLS-1$ - - private String fVMArgs = ""; //$NON-NLS-1$ - private String fVMArgsLin = ""; //$NON-NLS-1$ -+ private String fVMArgsFre = ""; //$NON-NLS-1$ - private String fVMArgsMac = ""; //$NON-NLS-1$ - private String fVMArgsSol = ""; //$NON-NLS-1$ - private String fVMArgsWin = ""; //$NON-NLS-1$ -@@ -52,6 +54,12 @@ - if (isEditable()) - firePropertyChanged(P_PROG_ARGS_LIN, old, fProgramArgsLin); - break; -+ case L_ARGS_FREEBSD : -+ old = fProgramArgsFre; -+ fProgramArgsFre = args; -+ if (isEditable()) -+ firePropertyChanged(P_PROG_ARGS_FRE, old, fProgramArgsFre); -+ break; - case L_ARGS_MACOS : - old = fProgramArgsMac; - fProgramArgsMac = args; -@@ -79,6 +87,8 @@ - return fProgramArgs; - case L_ARGS_LINUX : - return fProgramArgsLin; -+ case L_ARGS_FREEBSD : -+ return fProgramArgsFre; - case L_ARGS_MACOS : - return fProgramArgsMac; - case L_ARGS_SOLAR : -@@ -94,6 +104,8 @@ - return getCompleteArgs(getProgramArguments(L_ARGS_WIN32), fProgramArgs); - } else if (Platform.OS_LINUX.equals(os)) { - return getCompleteArgs(getProgramArguments(L_ARGS_LINUX), fProgramArgs); -+ } else if (Platform.OS_FREEBSD.equals(os)) { -+ return getCompleteArgs(getProgramArguments(L_ARGS_FREEBSD), fProgramArgs); - } else if (Platform.OS_MACOSX.equals(os)) { - return getCompleteArgs(getProgramArguments(L_ARGS_MACOS), fProgramArgs); - } else if (Platform.OS_SOLARIS.equals(os)) { -@@ -120,6 +132,12 @@ - if (isEditable()) - firePropertyChanged(P_VM_ARGS_LIN, old, fVMArgsLin); - break; -+ case L_ARGS_FREEBSD : -+ old = fVMArgsFre; -+ fVMArgsFre = args; -+ if (isEditable()) -+ firePropertyChanged(P_VM_ARGS_FRE, old, fVMArgsFre); -+ break; - case L_ARGS_MACOS : - old = fVMArgsMac; - fVMArgsMac = args; -@@ -147,6 +165,8 @@ - return fVMArgs; - case L_ARGS_LINUX : - return fVMArgsLin; -+ case L_ARGS_FREEBSD : -+ return fVMArgsFre; - case L_ARGS_MACOS : - return fVMArgsMac; - case L_ARGS_SOLAR : -@@ -162,6 +182,8 @@ - return getCompleteArgs(getVMArguments(L_ARGS_WIN32), fVMArgs); - } else if (Platform.OS_LINUX.equals(os)) { - return getCompleteArgs(getVMArguments(L_ARGS_LINUX), fVMArgs); -+ } else if (Platform.OS_FREEBSD.equals(os)) { -+ return getCompleteArgs(getVMArguments(L_ARGS_FREEBSD), fVMArgs); - } else if (Platform.OS_MACOSX.equals(os)) { - return getCompleteArgs(getVMArguments(L_ARGS_MACOS), fVMArgs); - } else if (Platform.OS_SOLARIS.equals(os)) { -@@ -187,6 +209,8 @@ - fProgramArgs = getText(child); - } else if (child.getNodeName().equals(P_PROG_ARGS_LIN)) { - fProgramArgsLin = getText(child); -+ } else if (child.getNodeName().equals(P_PROG_ARGS_FRE)) { -+ fProgramArgsFre = getText(child); - } else if (child.getNodeName().equals(P_PROG_ARGS_MAC)) { - fProgramArgsMac = getText(child); - } else if (child.getNodeName().equals(P_PROG_ARGS_SOL)) { -@@ -197,6 +221,8 @@ - fVMArgs = getText(child); - } else if (child.getNodeName().equals(P_VM_ARGS_LIN)) { - fVMArgsLin = getText(child); -+ } else if (child.getNodeName().equals(P_VM_ARGS_FRE)) { -+ fVMArgsFre = getText(child); - } else if (child.getNodeName().equals(P_VM_ARGS_MAC)) { - fVMArgsMac = getText(child); - } else if (child.getNodeName().equals(P_VM_ARGS_SOL)) { -@@ -225,6 +251,9 @@ - if (fProgramArgsLin.length() > 0) { - writer.println(indent + " " + "<" + P_PROG_ARGS_LIN + ">" + getWritableString(fProgramArgsLin) + ""); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ - } -+ if (fProgramArgsFre.length() > 0) { -+ writer.println(indent + " " + "<" + P_PROG_ARGS_FRE + ">" + getWritableString(fProgramArgsFre) + ""); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ -+ } - if (fProgramArgsMac.length() > 0) { - writer.println(indent + " " + "<" + P_PROG_ARGS_MAC + ">" + getWritableString(fProgramArgsMac) + ""); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ - } -@@ -240,6 +269,9 @@ - if (fVMArgsLin.length() > 0) { - writer.println(indent + " " + "<" + P_VM_ARGS_LIN + ">" + getWritableString(fVMArgsLin) + ""); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ - } -+ if (fVMArgsFre.length() > 0) { -+ writer.println(indent + " " + "<" + P_VM_ARGS_FRE + ">" + getWritableString(fVMArgsFre) + ""); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ -+ } - if (fVMArgsMac.length() > 0) { - writer.println(indent + " " + "<" + P_VM_ARGS_MAC + ">" + getWritableString(fVMArgsMac) + ""); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ - } Index: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-ConfigurationFileInfo.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-ConfigurationFileInfo.java diff -N files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-ConfigurationFileInfo.java --- files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-ConfigurationFileInfo.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,92 +0,0 @@ ---- plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ConfigurationFileInfo.java.orig 2008-08-02 17:18:07.000000000 -0400 -+++ plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ConfigurationFileInfo.java 2008-08-02 17:32:35.000000000 -0400 -@@ -25,11 +25,13 @@ - private String fPath; - - private static final String LIN = Constants.OS_LINUX; -+ private static final String FRE = Constants.OS_FREEBSD; - private static final String MAC = Constants.OS_MACOSX; - private static final String SOL = Constants.OS_SOLARIS; - private static final String WIN = Constants.OS_WIN32; - - private String fLinPath, fLinUse; -+ private String fFrePath, fFreUse; - private String fMacPath, fMacUse; - private String fSolPath, fSolUse; - private String fWinPath, fWinUse; -@@ -70,6 +72,9 @@ - if (child.getNodeName().equals(LIN)) { - fLinPath = getText(child); - fLinUse = fLinPath == null ? "default" : "custom"; //$NON-NLS-1$ //$NON-NLS-2$ -+ } else if (child.getNodeName().equals(FRE)) { -+ fFrePath = getText(child); -+ fFreUse = fFrePath == null ? "default" : "custom"; //$NON-NLS-1$ //$NON-NLS-2$ - } else if (child.getNodeName().equals(MAC)) { - fMacPath = getText(child); - fMacUse = fMacPath == null ? "default" : "custom"; //$NON-NLS-1$ //$NON-NLS-2$ -@@ -89,6 +94,10 @@ - fLinPath = fLinPath == null ? fPath : null; - fLinUse = "custom"; //$NON-NLS-1$ - } -+ if (fFreUse == null) { -+ fFrePath = fFreUse == null ? fPath : null; -+ fFreUse = "custom"; //$NON-NLS-1$ -+ } - if (fMacUse == null) { - fMacPath = fMacPath == null ? fPath : null; - fMacUse = "custom"; //$NON-NLS-1$ -@@ -139,6 +148,12 @@ - writer.println(""); //$NON-NLS-1$ //$NON-NLS-2$ - } - -+ if (fFrePath != null) { -+ writer.print(indent); -+ writer.print(" <" + FRE + ">"); //$NON-NLS-1$ //$NON-NLS-2$ -+ writer.print(getWritableString(fFrePath.trim())); -+ writer.println(""); //$NON-NLS-1$ //$NON-NLS-2$ -+ } - if (fMacPath != null) { - writer.print(indent); - writer.print(" <" + MAC + ">"); //$NON-NLS-1$ //$NON-NLS-2$ -@@ -182,6 +197,11 @@ - fLinUse = use; - if (isEditable()) - firePropertyChanged(LIN, old, fLinUse); -+ } else if (Platform.OS_FREEBSD.equals(os)) { -+ String old = fFreUse; -+ fFreUse = use; -+ if (isEditable()) -+ firePropertyChanged(FRE, old, fFreUse); - } else if (Platform.OS_MACOSX.equals(os)) { - String old = fMacUse; - fMacUse = use; -@@ -203,6 +223,8 @@ - return fWinUse; - } else if (Platform.OS_LINUX.equals(os)) { - return fLinUse; -+ } else if (Platform.OS_FREEBSD.equals(os)) { -+ return fFreUse; - } else if (Platform.OS_MACOSX.equals(os)) { - return fMacUse; - } else if (Platform.OS_SOLARIS.equals(os)) { -@@ -229,6 +251,11 @@ - fLinPath = path; - if (isEditable()) - firePropertyChanged(LIN, old, fLinPath); -+ } else if (Platform.OS_FREEBSD.equals(os)) { -+ String old = fFrePath; -+ fFrePath = path; -+ if (isEditable()) -+ firePropertyChanged(FRE, old, fFrePath); - } else if (Platform.OS_MACOSX.equals(os)) { - String old = fMacPath; - fMacPath = path; -@@ -250,6 +277,8 @@ - return fWinPath; - } else if (Platform.OS_LINUX.equals(os)) { - return fLinPath; -+ } else if (Platform.OS_FREEBSD.equals(os)) { -+ return fFrePath; - } else if (Platform.OS_MACOSX.equals(os)) { - return fMacPath; - } else if (Platform.OS_SOLARIS.equals(os)) { Index: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-JREInfo.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-JREInfo.java diff -N files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-JREInfo.java --- files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-JREInfo.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,60 +0,0 @@ ---- plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/JREInfo.java.orig 2008-08-02 21:26:22.675516213 -0400 -+++ plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/JREInfo.java 2008-08-02 21:26:09.925437642 -0400 -@@ -23,12 +23,14 @@ - public class JREInfo extends ProductObject implements IJREInfo { - - private static final String JRE_LIN = "linux"; //$NON-NLS-1$ -+ private static final String JRE_FRE = "freebsd"; //$NON-NLS-1$ - private static final String JRE_MAC = "macos"; //$NON-NLS-1$ - private static final String JRE_SOL = "solaris"; //$NON-NLS-1$ - private static final String JRE_WIN = "windows"; //$NON-NLS-1$ - - private static final long serialVersionUID = 1L; - private IPath fJVMLin; -+ private IPath fJVMFre; - private IPath fJVMMac; - private IPath fJVMSol; - private IPath fJVMWin; -@@ -45,6 +47,8 @@ - return fJVMWin; - } else if (Platform.OS_LINUX.equals(os)) { - return fJVMLin; -+ } else if (Platform.OS_FREEBSD.equals(os)) { -+ return fJVMFre; - } else if (Platform.OS_MACOSX.equals(os)) { - return fJVMMac; - } else if (Platform.OS_SOLARIS.equals(os)) { -@@ -67,6 +71,11 @@ - fJVMLin = jreContainerPath; - if (isEditable()) - firePropertyChanged(JRE_LIN, old, fJVMLin); -+ } else if (Platform.OS_FREEBSD.equals(os)) { -+ IPath old = fJVMFre; -+ fJVMFre = jreContainerPath; -+ if (isEditable()) -+ firePropertyChanged(JRE_FRE, old, fJVMFre); - } else if (Platform.OS_MACOSX.equals(os)) { - IPath old = fJVMMac; - fJVMMac = jreContainerPath; -@@ -104,6 +113,8 @@ - if (child.getNodeType() == Node.ELEMENT_NODE) { - if (child.getNodeName().equals(JRE_LIN)) { - fJVMLin = getPath(child); -+ } else if (child.getNodeName().equals(JRE_FRE)) { -+ fJVMFre = getPath(child); - } else if (child.getNodeName().equals(JRE_MAC)) { - fJVMMac = getPath(child); - } else if (child.getNodeName().equals(JRE_SOL)) { -@@ -143,6 +154,12 @@ - writer.print(fJVMLin.toPortableString()); - writer.println(""); //$NON-NLS-1$ //$NON-NLS-2$ - } -+ if (fJVMFre != null) { -+ writer.print(indent); -+ writer.print(" <" + JRE_FRE + ">"); //$NON-NLS-1$ //$NON-NLS-2$ -+ writer.print(fJVMFre.toPortableString()); -+ writer.println(""); //$NON-NLS-1$ //$NON-NLS-2$ -+ } - if (fJVMMac != null) { - writer.print(indent); - writer.print(" <" + JRE_MAC + ">"); //$NON-NLS-1$ //$NON-NLS-2$ Index: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-LauncherInfo.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-LauncherInfo.java diff -N files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-LauncherInfo.java --- files/patch-plugins-org.eclipse.pde.core-src-org-eclipse-pde-internal-core-product-LauncherInfo.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,41 +0,0 @@ ---- plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/LauncherInfo.java.orig 2008-08-02 17:14:03.000000000 -0400 -+++ plugins/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/LauncherInfo.java 2008-08-02 17:17:11.000000000 -0400 -@@ -76,6 +76,8 @@ - String name = child.getNodeName(); - if (name.equals("linux")) { //$NON-NLS-1$ - parseLinux((Element) child); -+ } else if (name.equals("freebsd")) { //$NON-NLS-1$ -+ parseFreeBSD((Element) child); - } else if (name.equals("macosx")) { //$NON-NLS-1$ - parseMac((Element) child); - } else if (name.equals("solaris")) { //$NON-NLS-1$ -@@ -124,6 +126,10 @@ - fIcons.put(LINUX_ICON, element.getAttribute("icon")); //$NON-NLS-1$ - } - -+ public void parseFreeBSD(Element element) { -+ fIcons.put(FREEBSD_ICON, element.getAttribute("icon")); //$NON-NLS-1$ -+ } -+ - public void write(String indent, PrintWriter writer) { - writer.print(indent + " 0) -@@ -131,6 +137,7 @@ - writer.println(">"); //$NON-NLS-1$ - - writeLinux(indent + " ", writer); //$NON-NLS-1$ -+ writeFreeBSD(indent + " ", writer); //$NON-NLS-1$ - writeMac(indent + " ", writer); //$NON-NLS-1$ - writeSolaris(indent + " ", writer); //$NON-NLS-1$ - writerWin(indent + " ", writer); //$NON-NLS-1$ -@@ -183,4 +190,10 @@ - writer.println(indent + ""); //$NON-NLS-1$ //$NON-NLS-2$ - } - -+ private void writeFreeBSD(String indent, PrintWriter writer) { -+ String icon = (String) fIcons.get(FREEBSD_ICON); -+ if (icon != null && icon.length() > 0) -+ writer.println(indent + ""); //$NON-NLS-1$ //$NON-NLS-2$ -+ } -+ - } Index: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-PDEUIMessages.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-PDEUIMessages.java diff -N files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-PDEUIMessages.java --- files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-PDEUIMessages.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,17 +0,0 @@ ---- plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEUIMessages.java.orig 2008-08-02 21:41:30.561093849 -0400 -+++ plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEUIMessages.java 2008-08-02 21:42:30.381459007 -0400 -@@ -1246,6 +1246,7 @@ - public static String LauncherSection_48Low; - public static String LauncherSection_48High; - public static String LauncherSection_linuxLabel; -+ public static String LauncherSection_freebsdLabel; - public static String LauncherSection_large; - public static String LauncherSection_medium; - public static String LauncherSection_small; -@@ -3230,4 +3231,4 @@ - public static String PDECompilersConfigurationBlock_warning; - public static String PDECompilersConfigurationBlock_ignore; - --} -\ No newline at end of file -+} Index: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-ArgumentsSection.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-ArgumentsSection.java diff -N files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-ArgumentsSection.java --- files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-ArgumentsSection.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ ---- plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ArgumentsSection.java.orig 2008-08-02 17:36:55.000000000 -0400 -+++ plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ArgumentsSection.java 2008-08-02 17:37:50.000000000 -0400 -@@ -35,6 +35,7 @@ - static { - TAB_LABELS[IArgumentsInfo.L_ARGS_ALL] = PDEUIMessages.ArgumentsSection_allPlatforms; - TAB_LABELS[IArgumentsInfo.L_ARGS_LINUX] = "linux"; //$NON-NLS-1$ -+ TAB_LABELS[IArgumentsInfo.L_ARGS_FREEBSD] = "freebsd"; //$NON-NLS-1$ - TAB_LABELS[IArgumentsInfo.L_ARGS_MACOS] = "macosx"; //$NON-NLS-1$ - TAB_LABELS[IArgumentsInfo.L_ARGS_SOLAR] = "solaris"; //$NON-NLS-1$ - TAB_LABELS[IArgumentsInfo.L_ARGS_WIN32] = "win32"; //$NON-NLS-1$ Index: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-ConfigurationSection.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-ConfigurationSection.java diff -N files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-ConfigurationSection.java --- files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-ConfigurationSection.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ ---- plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationSection.java.orig 2008-08-02 17:38:50.000000000 -0400 -+++ plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationSection.java 2008-08-02 17:39:46.000000000 -0400 -@@ -50,8 +50,8 @@ - private FormEntry fCustomEntry; - private boolean fBlockChanges; - -- private static final String[] TAB_LABELS = {"linux", "macosx", "solaris", "win32"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ -- private static final String[] TAB_OS = {Platform.OS_LINUX, Platform.OS_MACOSX, Platform.OS_SOLARIS, Platform.OS_WIN32}; -+ private static final String[] TAB_LABELS = {"linux", "freebsd", "macosx", "solaris", "win32"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ -+ private static final String[] TAB_OS = {Platform.OS_LINUX, Platform.OS_FREEBSD, Platform.OS_MACOSX, Platform.OS_SOLARIS, Platform.OS_WIN32}; - - private CTabFolder fTabFolder; - private int fLastTab; Index: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-JRESection.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-JRESection.java diff -N files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-JRESection.java --- files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-JRESection.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ ---- plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/JRESection.java.orig 2008-08-02 21:34:49.378631553 -0400 -+++ plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/JRESection.java 2008-08-02 21:36:12.049135765 -0400 -@@ -77,8 +77,8 @@ - private ComboViewerPart fEEsCombo; - private boolean fBlockChanges; - -- private static final String[] TAB_LABELS = {"linux", "macosx", "solaris", "win32"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ -- private static final String[] TAB_OS = {Platform.OS_LINUX, Platform.OS_MACOSX, Platform.OS_SOLARIS, Platform.OS_WIN32}; -+ private static final String[] TAB_LABELS = {"linux", "freebsd", "macosx", "solaris", "win32"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ -+ private static final String[] TAB_OS = {Platform.OS_LINUX, Platform.OS_FREEBSD, Platform.OS_MACOSX, Platform.OS_SOLARIS, Platform.OS_WIN32}; - - private CTabFolder fTabFolder; - private int fLastTab; Index: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-LauncherSection.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-LauncherSection.java diff -N files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-LauncherSection.java --- files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-editor-product-LauncherSection.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,79 +0,0 @@ ---- plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java.orig 2008-08-02 17:40:49.000000000 -0400 -+++ plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java 2008-08-02 17:46:15.000000000 -0400 -@@ -61,6 +61,7 @@ - private Composite fNotebook; - private StackLayout fNotebookLayout; - private Composite fLinuxSection; -+ private Composite fFreeBSDSection; - private Composite fMacSection; - private Composite fSolarisSection; - private Composite fWin32Section; -@@ -156,6 +157,7 @@ - fNotebook.setLayout(fNotebookLayout); - - fLinuxSection = addLinuxSection(fNotebook, toolkit); -+ fFreeBSDSection = addFreeBSDSection(fNotebook, toolkit); - fMacSection = addMacSection(fNotebook, toolkit); - fSolarisSection = addSolarisSection(fNotebook, toolkit); - fWin32Section = addWin32Section(fNotebook, toolkit); -@@ -181,20 +183,24 @@ - - private void createTabs() { - addTab("linux"); //$NON-NLS-1$ -+ addTab("freebsd"); //$NON-NLS-1$ - addTab("macosx"); //$NON-NLS-1$ - addTab("solaris"); //$NON-NLS-1$ - addTab("win32"); //$NON-NLS-1$ - - String currentTarget = TargetPlatform.getOS(); - if ("win32".equals(currentTarget)) { //$NON-NLS-1$ -- fTabFolder.setSelection(3); -+ fTabFolder.setSelection(4); - fNotebookLayout.topControl = fWin32Section; - } else if ("macosx".equals(currentTarget)) { //$NON-NLS-1$ -- fTabFolder.setSelection(1); -+ fTabFolder.setSelection(2); - fNotebookLayout.topControl = fMacSection; - } else if ("solaris".equals(currentTarget)) { //$NON-NLS-1$ -- fTabFolder.setSelection(2); -+ fTabFolder.setSelection(3); - fNotebookLayout.topControl = fSolarisSection; -+ } else if ("freebsd".equals(currentTarget)) { //$NON-NLS-1$ -+ fTabFolder.setSelection(1); -+ fNotebookLayout.topControl = fFreeBSDSection; - } else { - fTabFolder.setSelection(0); - fNotebookLayout.topControl = fLinuxSection; -@@ -306,6 +312,14 @@ - return comp; - } - -+ private Composite addFreeBSDSection(Composite parent, FormToolkit toolkit) { -+ Composite comp = createComposite(parent, toolkit); -+ createLabel(comp, toolkit, PDEUIMessages.LauncherSection_freebsdLabel, 3); -+ fIcons.add(new IconEntry(comp, toolkit, PDEUIMessages.LauncherSection_icon, ILauncherInfo.FREEBSD_ICON)); -+ toolkit.paintBordersFor(comp); -+ return comp; -+ } -+ - private Composite addSolarisSection(Composite parent, FormToolkit toolkit) { - Composite comp = createComposite(parent, toolkit); - createLabel(comp, toolkit, PDEUIMessages.LauncherSection_solarisLabel, 3); -@@ -484,12 +498,15 @@ - fNotebookLayout.topControl = fLinuxSection; - break; - case 1 : -- fNotebookLayout.topControl = fMacSection; -+ fNotebookLayout.topControl = fFreeBSDSection; - break; - case 2 : -- fNotebookLayout.topControl = fSolarisSection; -+ fNotebookLayout.topControl = fMacSection; - break; - case 3 : -+ fNotebookLayout.topControl = fSolarisSection; -+ break; -+ case 4 : - fNotebookLayout.topControl = fWin32Section; - break; - } Index: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-pderesources.properties =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-pderesources.properties diff -N files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-pderesources.properties --- files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-pderesources.properties 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ ---- plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties.orig 2008-09-25 20:35:26.000000000 -0400 -+++ plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties 2008-09-25 20:32:37.000000000 -0400 -@@ -574,6 +574,7 @@ - LauncherSection_48Low=48x48 (8-bit): - LauncherSection_48High=48x48 (32-bit): - LauncherSection_linuxLabel=A single XPM icon is required: -+LauncherSection_freebsdLabel=A single XPM icon is required: - LauncherSection_large=Large: - LauncherSection_medium=Medium: - LauncherSection_small=Small: Index: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-wizards-product-ProductIntroOperation.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-wizards-product-ProductIntroOperation.java diff -N files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-wizards-product-ProductIntroOperation.java --- files/patch-plugins-org.eclipse.pde.ui-src-org-eclipse-pde-internal-ui-wizards-product-ProductIntroOperation.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java.orig 2008-08-02 21:38:59.940166888 -0400 -+++ plugins/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java 2008-08-02 21:39:29.890351339 -0400 -@@ -127,7 +127,7 @@ - implementation.setName("implementation"); //$NON-NLS-1$ - implementation.setAttribute("kind", "html"); //$NON-NLS-1$ //$NON-NLS-2$ - implementation.setAttribute("style", "content/shared.css"); //$NON-NLS-1$ //$NON-NLS-2$ -- implementation.setAttribute("os", "win32,linux,macosx"); //$NON-NLS-1$ //$NON-NLS-2$ -+ implementation.setAttribute("os", "win32,freebsd,linux,macosx"); //$NON-NLS-1$ //$NON-NLS-2$ - - presentation.add(implementation); - Index: files/patch-plugins-org.eclipse.pde.ui.templates-src-org-eclipse-pde-internal-ui-templates-rcp-IntroTemplate.java =================================================================== RCS file: files/patch-plugins-org.eclipse.pde.ui.templates-src-org-eclipse-pde-internal-ui-templates-rcp-IntroTemplate.java diff -N files/patch-plugins-org.eclipse.pde.ui.templates-src-org-eclipse-pde-internal-ui-templates-rcp-IntroTemplate.java --- files/patch-plugins-org.eclipse.pde.ui.templates-src-org-eclipse-pde-internal-ui-templates-rcp-IntroTemplate.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroTemplate.java.orig 2008-08-02 21:48:19.733606277 -0400 -+++ plugins/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroTemplate.java 2008-08-02 21:49:05.223891216 -0400 -@@ -160,7 +160,7 @@ - presentationElement.setAttribute("home-page-id", "root"); //$NON-NLS-1$ //$NON-NLS-2$ - IPluginElement implementationElement = factory.createElement(presentationElement); - implementationElement.setName("implementation"); //$NON-NLS-1$ -- implementationElement.setAttribute("os", "win32,linux,macosx"); //$NON-NLS-1$ //$NON-NLS-2$ -+ implementationElement.setAttribute("os", "win32,linux,freebsd,macosx"); //$NON-NLS-1$ //$NON-NLS-2$ - if (getTargetVersion() == 3.0) - implementationElement.setAttribute("style", "content/shared.css"); //$NON-NLS-1$//$NON-NLS-2$ - Index: files/patch-plugins-org.eclipse.platform.doc.user-contexts_UserAssistance.xml =================================================================== RCS file: files/patch-plugins-org.eclipse.platform.doc.user-contexts_UserAssistance.xml diff -N files/patch-plugins-org.eclipse.platform.doc.user-contexts_UserAssistance.xml --- files/patch-plugins-org.eclipse.platform.doc.user-contexts_UserAssistance.xml 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.platform.doc.user/contexts_UserAssistance.xml.orig 2008-08-02 21:53:37.785558970 -0400 -+++ plugins/org.eclipse.platform.doc.user/contexts_UserAssistance.xml 2008-08-02 21:54:17.345801682 -0400 -@@ -17,7 +17,7 @@ - - - -- Context-sensitive help is provided for many interfaces, including views, wizards, fields, buttons, and menu items. To access this help, bring focus to the item by clicking it or using the tab key, and then press F1 (Shift-F1 on Linux, Help on Mac). Some infopops include links to topics within the online help where you can find more information about the item. This infopop opened because you requested help while an infopop was already open. -+ Context-sensitive help is provided for many interfaces, including views, wizards, fields, buttons, and menu items. To access this help, bring focus to the item by clicking it or using the tab key, and then press F1 (Shift-F1 on Linux and FreeBSD, Help on Mac). Some infopops include links to topics within the online help where you can find more information about the item. This infopop opened because you requested help while an infopop was already open. - - - Index: files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml =================================================================== RCS file: files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml diff -N files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml --- files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,18 +0,0 @@ ---- plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml.orig 2009-02-15 09:49:28.812369523 -0500 -+++ plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml 2009-02-15 09:59:58.545568057 -0500 -@@ -149,13 +149,14 @@ - - - -+ - - - - - - -- -+ - - - Index: files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86_64-build.xml =================================================================== RCS file: files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86_64-build.xml diff -N files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86_64-build.xml --- files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86_64-build.xml 6 Jun 2009 20:58:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,50 +0,0 @@ ---- plugins/org.eclipse.swt.gtk.freebsd.x86_64/build.xml.orig 2009-02-15 09:36:21.377637363 -0500 -+++ plugins/org.eclipse.swt.gtk.freebsd.x86_64/build.xml 2009-02-15 10:02:04.923231253 -0500 -@@ -272,7 +272,12 @@ - - - -- -+ -+ -+ -+ -+ -+ - - - -@@ -294,6 +299,7 @@ - - - -+ - - - -@@ -302,21 +308,11 @@ - - - -- -- -- -- -- -- -+ -+ -+ -+ - -- -- -- -- -- -- -- -- - - - Index: files/patch-plugins-org.eclipse.swt.tools-build.xml =================================================================== RCS file: files/patch-plugins-org.eclipse.swt.tools-build.xml diff -N files/patch-plugins-org.eclipse.swt.tools-build.xml --- files/patch-plugins-org.eclipse.swt.tools-build.xml 6 Jun 2009 20:58:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ ---- plugins/org.eclipse.swt.tools/build.xml.orig 2009-02-28 07:40:51.918083398 -0500 -+++ plugins/org.eclipse.swt.tools/build.xml 2009-02-28 07:44:55.059088190 -0500 -@@ -66,9 +66,11 @@ - - - -+ - - - -+ - - - Index: files/patch-plugins-org.eclipse.team.cvs.ssh-src-org-eclipse-team-internal-ccvs-ssh-KnownHosts.java =================================================================== RCS file: files/patch-plugins-org.eclipse.team.cvs.ssh-src-org-eclipse-team-internal-ccvs-ssh-KnownHosts.java diff -N files/patch-plugins-org.eclipse.team.cvs.ssh-src-org-eclipse-team-internal-ccvs-ssh-KnownHosts.java --- files/patch-plugins-org.eclipse.team.cvs.ssh-src-org-eclipse-team-internal-ccvs-ssh-KnownHosts.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ ---- plugins/org.eclipse.team.cvs.ssh/src/org/eclipse/team/internal/ccvs/ssh/KnownHosts.java.orig 2008-08-02 23:18:54.457655000 -0400 -+++ plugins/org.eclipse.team.cvs.ssh/src/org/eclipse/team/internal/ccvs/ssh/KnownHosts.java 2008-08-02 23:20:58.798422053 -0400 -@@ -38,7 +38,8 @@ - } - - static String defaultFilename() { -- if (!Platform.getOS().equals(Platform.OS_LINUX)) return internalFilename(); -+ if (!Platform.getOS().equals(Platform.OS_LINUX) && !Platform.getOS().equals(Platform.OS_FREEBSD)) -+ return internalFilename(); - String HOME = System.getProperty("user.home"); //$NON-NLS-1$ - if (HOME==null) return internalFilename(); - return HOME+"/.ssh/known_hosts"; //$NON-NLS-1$ Index: files/patch-plugins-org.eclipse.update.configurator-component.xml =================================================================== RCS file: files/patch-plugins-org.eclipse.update.configurator-component.xml diff -N files/patch-plugins-org.eclipse.update.configurator-component.xml --- files/patch-plugins-org.eclipse.update.configurator-component.xml 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,6 +0,0 @@ ---- plugins/org.eclipse.update.configurator/component.xml.orig 2008-08-03 22:58:47.947678048 -0400 -+++ plugins/org.eclipse.update.configurator/component.xml 2008-08-03 23:20:58.238181450 -0400 -@@ -1 +1 @@ -- -\ No newline at end of file -+ Index: files/patch-plugins-org.eclipse.update.core-plugins.properties =================================================================== RCS file: files/patch-plugins-org.eclipse.update.core-plugins.properties diff -N files/patch-plugins-org.eclipse.update.core-plugins.properties --- files/patch-plugins-org.eclipse.update.core-plugins.properties 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ ---- plugins/org.eclipse.update.core/plugin.properties.orig 2008-08-03 10:46:24.591010495 -0400 -+++ plugins/org.eclipse.update.core/plugin.properties 2008-08-03 10:46:47.971154061 -0400 -@@ -12,6 +12,7 @@ - providerName= Eclipse.org - fragmentNameWin= Install/Update Core for Windows - fragmentNameLinux= Install/Update Core for Linux -+fragmentNameFreeBSD= Install/Update Core for FreeBSD - featureTypes.name=Install/Update Concrete Feature Type Implementation Factory - siteTypes.name=Install/Update Concrete Site Type Implementation Factory - installHandlers.name=Install/Update Global Install Handlers Index: files/patch-plugins-org.eclipse.update.core-src-org-eclipse-update-internal-core-UpdateManagerUtils.java =================================================================== RCS file: files/patch-plugins-org.eclipse.update.core-src-org-eclipse-update-internal-core-UpdateManagerUtils.java diff -N files/patch-plugins-org.eclipse.update.core-src-org-eclipse-update-internal-core-UpdateManagerUtils.java --- files/patch-plugins-org.eclipse.update.core-src-org-eclipse-update-internal-core-UpdateManagerUtils.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/org.eclipse.update.core/src/org/eclipse/update/internal/core/UpdateManagerUtils.java.orig 2008-08-03 10:44:20.960250999 -0400 -+++ plugins/org.eclipse.update.core/src/org/eclipse/update/internal/core/UpdateManagerUtils.java 2008-08-03 10:45:13.560574224 -0400 -@@ -68,6 +68,8 @@ - .equals(Platform.getOS()) - || org.eclipse.osgi.service.environment.Constants.OS_LINUX - .equals(Platform.getOS()) -+ || org.eclipse.osgi.service.environment.Constants.OS_FREEBSD -+ .equals(Platform.getOS()) - || org.eclipse.osgi.service.environment.Constants.OS_SOLARIS - .equals(Platform.getOS()) - || org.eclipse.osgi.service.environment.Constants.OS_MACOSX Index: files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml =================================================================== RCS file: files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml diff -N files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml --- files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml 6 Jun 2009 20:58:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ ---- plugins/org.eclipse.update.core.freebsd/src/build.xml.orig 2009-04-17 16:09:39.450704199 -0400 -+++ plugins/org.eclipse.update.core.freebsd/src/build.xml 2009-04-17 16:10:00.209609388 -0400 -@@ -43,13 +43,9 @@ - - - -- -- - - - -- -- - - - Index: files/patch-plugins-org.eclipse.update.core.freebsd-src-update.c =================================================================== RCS file: files/patch-plugins-org.eclipse.update.core.freebsd-src-update.c diff -N files/patch-plugins-org.eclipse.update.core.freebsd-src-update.c --- files/patch-plugins-org.eclipse.update.core.freebsd-src-update.c 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ ---- plugins/org.eclipse.update.core.freebsd/src/update.c.orig 2008-08-05 23:34:48.000000000 -0400 -+++ plugins/org.eclipse.update.core.freebsd/src/update.c 2008-08-05 23:35:29.000000000 -0400 -@@ -11,8 +11,9 @@ - - /* bug 82520 : need to include stdlib.h */ - # include -+# include - # include --# include -+# include - # include - - /* Index: files/post-patch-packager-customTargets.xml =================================================================== RCS file: files/post-patch-packager-customTargets.xml diff -N files/post-patch-packager-customTargets.xml --- files/post-patch-packager-customTargets.xml 6 Jun 2009 20:58:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- packager/customTargets.xml.orig 2009-02-23 20:09:35.539631847 -0500 -+++ packager/customTargets.xml 2009-02-22 10:21:35.186241128 -0500 -@@ -5,7 +5,7 @@ - - -- -+ - - - Index: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-DirectoryDialog.java =================================================================== RCS file: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-DirectoryDialog.java diff -N files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-DirectoryDialog.java --- files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-DirectoryDialog.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ ---- gtk/org/eclipse/swt/widgets/DirectoryDialog.java.orig 2008-08-05 22:10:38.000000000 -0400 -+++ gtk/org/eclipse/swt/widgets/DirectoryDialog.java 2008-08-05 22:11:13.000000000 -0400 -@@ -145,15 +145,15 @@ - } - stringBuffer.append (filterPath); - byte [] buffer = Converter.wcsToMbcs (null, stringBuffer.toString (), true); -+ byte [] bufspc = new byte[1024]; - /* - * Bug in GTK. GtkFileChooser may crash on GTK versions 2.4.10 to 2.6 - * when setting a file name that is not a true canonical path. - * The fix is to use the canonical path. - */ -- int /*long*/ ptr = OS.realpath (buffer, null); -+ int /*long*/ ptr = OS.realpath (buffer, bufspc); - if (ptr != 0) { - OS.gtk_file_chooser_set_current_folder (handle, ptr); -- OS.g_free (ptr); - } - } - if (message.length () > 0) { Index: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-FileDialog.java =================================================================== RCS file: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-FileDialog.java diff -N files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-FileDialog.java --- files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT-gtk-org-eclipse-swt-widgets-FileDialog.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,51 +0,0 @@ ---- gtk/org/eclipse/swt/widgets/FileDialog.java.orig 2008-08-03 13:33:18.285923896 -0400 -+++ gtk/org/eclipse/swt/widgets/FileDialog.java 2008-08-03 13:36:14.527006003 -0400 -@@ -474,42 +474,42 @@ - } - stringBuffer.append (fileName); - byte [] buffer = Converter.wcsToMbcs (null, stringBuffer.toString (), true); -+ byte [] bufspc = new byte[1024]; - /* - * Bug in GTK. GtkFileChooser may crash on GTK versions 2.4.10 to 2.6 - * when setting a file name that is not a true canonical path. - * The fix is to use the canonical path. - */ -- int /*long*/ ptr = OS.realpath (buffer, null); -+ int /*long*/ ptr = OS.realpath (buffer, bufspc); - if (ptr != 0) { - OS.gtk_file_chooser_set_filename (handle, ptr); -- OS.g_free (ptr); - } - } else { - byte [] buffer = Converter.wcsToMbcs (null, stringBuffer.toString (), true); -+ byte [] bufspc = new byte[1024]; - /* - * Bug in GTK. GtkFileChooser may crash on GTK versions 2.4.10 to 2.6 - * when setting a file name that is not a true canonical path. - * The fix is to use the canonical path. - */ -- int /*long*/ ptr = OS.realpath (buffer, null); -+ int /*long*/ ptr = OS.realpath (buffer, bufspc); - if (ptr != 0) { - OS.gtk_file_chooser_set_current_folder (handle, ptr); -- OS.g_free (ptr); - } - } - } else { - if (fileName.length () > 0) { - if (fileName.charAt (0) == SEPARATOR) { - byte [] buffer = Converter.wcsToMbcs (null, fileName, true); -+ byte [] bufspc = new byte[1024]; - /* - * Bug in GTK. GtkFileChooser may crash on GTK versions 2.4.10 to 2.6 - * when setting a file name that is not a true canonical path. - * The fix is to use the canonical path. - */ -- int /*long*/ ptr = OS.realpath (buffer, null); -+ int /*long*/ ptr = OS.realpath (buffer, bufspc); - if (ptr != 0) { - OS.gtk_file_chooser_set_filename (handle, ptr); -- OS.g_free (ptr); - } - } - } Index: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_Mozilla-gtk-org-eclipse-swt-browser-MozillaDelegate.java =================================================================== RCS file: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_Mozilla-gtk-org-eclipse-swt-browser-MozillaDelegate.java diff -N files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_Mozilla-gtk-org-eclipse-swt-browser-MozillaDelegate.java --- files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_Mozilla-gtk-org-eclipse-swt-browser-MozillaDelegate.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ ---- gtk/org/eclipse/swt/browser/MozillaDelegate.java.orig 2008-08-02 21:58:22.782311909 -0400 -+++ gtk/org/eclipse/swt/browser/MozillaDelegate.java 2008-08-02 22:00:13.312988015 -0400 -@@ -26,14 +26,16 @@ - static final int STOP_PROPOGATE = 1; - - static boolean IsLinux; -+ static boolean IsFreeBSD; - static { - String osName = System.getProperty ("os.name").toLowerCase (); //$NON-NLS-1$ - IsLinux = osName.startsWith ("linux"); //$NON-NLS-1$ -+ IsFreeBSD = osName.startsWith ("freebsd"); //$NON-NLS-1$ - } - - MozillaDelegate (Browser browser) { - super (); -- if (!IsLinux) { -+ if (!IsLinux && !IsFreeBSD) { - browser.dispose (); - SWT.error (SWT.ERROR_NO_HANDLES, null, " [Unsupported platform]"); //$NON-NLS-1$ - } Index: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.sh =================================================================== RCS file: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.sh diff -N files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.sh --- files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.sh 6 Jun 2009 20:58:21 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,100 +0,0 @@ ---- gtk/library/build.sh.orig 2009-02-15 12:44:50.966087957 -0500 -+++ gtk/library/build.sh 2009-02-15 12:45:01.414490300 -0500 -@@ -50,6 +50,10 @@ - fi - fi - case $MODEL in -+ "amd64") -+ SWT_ARCH=x86_64 -+ AWT_ARCH=amd64 -+ ;; - "x86_64") - SWT_ARCH=x86_64 - AWT_ARCH=amd64 -@@ -65,7 +69,7 @@ - esac - - # For 64-bit CPUs, we have a switch --if [ ${MODEL} = 'x86_64' -o ${MODEL} = 'ppc64' -o ${MODEL} = 'ia64' -o ${MODEL} = 's390x' ]; then -+if [ ${MODEL} = 'x86_64' -o ${MODEL} = 'amd64' -o ${MODEL} = 'ppc64' -o ${MODEL} = 'ia64' -o ${MODEL} = 's390x' ]; then - SWT_PTR_CFLAGS=-DSWT_PTR_SIZE_64 - export SWT_PTR_CFLAGS - if [ -d /lib64 ]; then -@@ -74,45 +78,43 @@ - fi - fi - --if [ x`pkg-config --exists gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0 && echo YES` = "xYES" ]; then -+if [ x${MAKE_GNOME} = "xmake_gnome" -a x`pkg-config --exists gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0 && echo YES` = "xYES" ]; then - echo "libgnomeui-2.0 found, compiling SWT program support using GNOME" -- MAKE_GNOME=make_gnome -+ INTERNAL_MAKE_GNOME=make_gnome - else - echo "libgnome-2.0 and libgnomeui-2.0 not found:" - echo " *** SWT Program support for GNOME will not be compiled." - fi - --if [ x`pkg-config --exists cairo && echo YES` = "xYES" ]; then -+if [ x${MAKE_CAIRO} = "xmake_cairo" -a x`pkg-config --exists cairo && echo YES` = "xYES" ]; then - echo "Cairo found, compiling SWT support for the cairo graphics library." -- MAKE_CAIRO=make_cairo -+ INTERNAL_MAKE_CAIRO=make_cairo - else - echo "Cairo not found:" - echo " *** Advanced graphics support using cairo will not be compiled." - fi - --if [ -z "${MOZILLA_INCLUDES}" -a -z "${MOZILLA_LIBS}" ]; then -- if [ x`pkg-config --exists mozilla-xpcom && echo YES` = "xYES" ]; then -- MOZILLA_INCLUDES=`pkg-config --cflags mozilla-xpcom` -- MOZILLA_LIBS=`pkg-config --libs mozilla-xpcom` -- export MOZILLA_INCLUDES -- export MOZILLA_LIBS -- MAKE_MOZILLA=make_mozilla -- elif [ x`pkg-config --exists firefox-xpcom && echo YES` = "xYES" ]; then -- MOZILLA_INCLUDES=`pkg-config --cflags firefox-xpcom` -- MOZILLA_LIBS=`pkg-config --libs firefox-xpcom` -- export MOZILLA_INCLUDES -- export MOZILLA_LIBS -- MAKE_MOZILLA=make_mozilla -- elif [ x`pkg-config --exists libxul && echo YES` = "xYES" ]; then -- MOZILLA_INCLUDES=`pkg-config --cflags libxul` -- MOZILLA_LIBS=`pkg-config --libs libxul` -- export MOZILLA_INCLUDES -- export MOZILLA_LIBS -- MAKE_MOZILLA=make_mozilla -- else -- echo "None of the following libraries were found: Mozilla/XPCOM, Firefox/XPCOM, or XULRunner/XPCOM" -- echo " *** Mozilla embedding support will not be compiled." -- fi -+if [ x${MAKE_MOZILLA} = "xmake_mozilla" -a -z "${MOZILLA_INCLUDES}" -a -z "${MOZILLA_LIBS}" ]; then -+ case ${BROWSER} in -+ "firefox" | "mozilla" | "seamonkey" | "xulrunner") -+ MOZILLA_INCLUDES=`pkg-config --cflags ${BROWSER}-xpcom` -+ MOZILLA_LIBS=`pkg-config --libs ${BROWSER}-xpcom` -+ export MOZILLA_INCLUDES -+ export MOZILLA_LIBS -+ INTERNAL_MAKE_MOZILLA=make_mozilla -+ ;; -+ "libxul") -+ MOZILLA_INCLUDES=`pkg-config --cflags ${BROWSER}` -+ MOZILLA_LIBS=`pkg-config --libs ${BROWSER}` -+ export MOZILLA_INCLUDES -+ export MOZILLA_LIBS -+ INTERNAL_MAKE_MOZILLA=make_mozilla -+ ;; -+ *) -+ echo "None of the following libraries were found: Mozilla/XPCOM, Firefox/XPCOM, or XULRunner/XPCOM" -+ echo " *** Mozilla embedding support will not be compiled." -+ ;; -+ esac - fi - - # Find AWT if available -@@ -142,5 +144,5 @@ - if [ "x${1}" = "xclean" ]; then - make -f $MAKEFILE clean - else -- make -f $MAKEFILE all $MAKE_GNOME $MAKE_CAIRO $MAKE_AWT $MAKE_MOZILLA ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} -+ make -f $MAKEFILE all $INTERNAL_MAKE_GNOME $INTERNAL_MAKE_CAIRO $MAKE_AWT $INTERNAL_MAKE_MOZILLA ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} - fi Index: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.xml =================================================================== RCS file: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.xml diff -N files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.xml --- files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.xml 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,18 +0,0 @@ ---- gtk/library/build.xml.orig 2008-08-02 16:07:35.000000000 -0400 -+++ gtk/library/build.xml 2008-08-02 16:08:12.000000000 -0400 -@@ -14,7 +14,7 @@ - - - -- -+ - - - -@@ -52,4 +52,4 @@ - - - -- -\ No newline at end of file -+ Index: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-make_freebsd.mak =================================================================== RCS file: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-make_freebsd.mak diff -N files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-make_freebsd.mak --- files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-make_freebsd.mak 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,72 +0,0 @@ ---- gtk/library/make_freebsd.mak.orig 2008-08-02 21:59:10.233269779 -0400 -+++ gtk/library/make_freebsd.mak 2008-08-02 21:59:50.313515173 -0400 -@@ -46,7 +46,7 @@ - - # Do not use pkg-config to get libs because it includes unnecessary dependencies (i.e. pangoxft-1.0) - GTKCFLAGS = `pkg-config --cflags gtk+-2.0` --GTKLIBS = `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 -L/usr/X11R6/lib $(XLIB64) -lXtst -+GTKLIBS = `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 -L$(LOCALBASE)/lib -lXtst - - CDE_LIBS = -L$(CDE_HOME)/lib -R$(CDE_HOME)/lib -lXt -lX11 -lDtSvc - -@@ -59,7 +59,7 @@ - GNOMELIBS = `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2 - - GLXCFLAGS = --GLXLIBS = -shared -fPIC -L/usr/X11R6/lib -lGL -lGLU -lm -+GLXLIBS = -shared -fPIC -L$(LOCALBASE)/lib -lGL -lGLU -lm - - # Uncomment for Native Stats tool - #NATIVE_STATS = -DNATIVE_STATS -@@ -74,11 +74,11 @@ - -Wno-non-virtual-dtor \ - -fPIC \ - -I. \ -+ -I$(LOCALBASE)/include \ - -I$(JAVA_HOME)/include \ - -I$(JAVA_HOME)/include/freebsd \ - ${SWT_PTR_CFLAGS} - MOZILLALIBS = -shared -Wl,--version-script=mozilla_exports -Bsymbolic --MOZILLAEXCLUDES = -DNO_XPCOMGlueShutdown -DNO_XPCOMGlueStartup - - SWT_OBJECTS = swt.o c.o c_stats.o callback.o - CDE_OBJECTS = swt.o cde.o cde_structs.o cde_stats.o -@@ -95,20 +95,21 @@ - CFLAGS = -O -Wall \ - -DSWT_VERSION=$(SWT_VERSION) \ - $(NATIVE_STATS) \ -- -DLINUX -DGTK \ -+ -DFREEBSD -DGTK \ -+ -I$(LOCALBASE)/include \ - -I$(JAVA_HOME)/include \ - -I$(JAVA_HOME)/include/freebsd \ - -fPIC \ - ${SWT_PTR_CFLAGS} - LIBS = -shared -fPIC - --ifndef NO_STRIP -- AWT_LIBS := $(AWT_LIBS) -s -- MOZILLALIBS := $(MOZILLALIBS) -s -- LIBS := $(LIBS) -s --endif -+.ifndef NO_STRIP -+AWT_LIBS := $(AWT_LIBS) -s -+MOZILLALIBS := $(MOZILLALIBS) -s -+LIBS := $(LIBS) -s -+.endif - --all: make_swt make_atk make_gnome make_glx -+all: make_swt make_atk $(MAKE_GNOME) make_glx $(MAKE_MOZILLA) $(MAKE_CAIRO) $(MAKE_AWT) - - # - # SWT libs -@@ -167,6 +168,9 @@ - $(AWT_LIB): $(AWT_OBJECTS) - $(CC) $(AWT_LIBS) -o $(AWT_LIB) $(AWT_OBJECTS) - -+swt_awt.o: swt_awt.c -+ $(CC) $(CFLAGS) -c swt_awt.c -+ - # - # Atk lib - # Index: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-org-eclipse-swt-internal-gtk-OS.java =================================================================== RCS file: files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-org-eclipse-swt-internal-gtk-OS.java diff -N files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-org-eclipse-swt-internal-gtk-OS.java --- files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-org-eclipse-swt-internal-gtk-OS.java 15 Feb 2009 03:19:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,25 +0,0 @@ ---- gtk/org/eclipse/swt/internal/gtk/OS.java.orig 2008-08-02 22:08:05.630890150 -0400 -+++ gtk/org/eclipse/swt/internal/gtk/OS.java 2008-08-02 22:10:32.931793757 -0400 -@@ -23,18 +23,19 @@ - } - - /** OS Constants */ -- public static final boolean IsAIX, IsSunOS, IsLinux, IsHPUX; -+ public static final boolean IsAIX, IsSunOS, IsLinux, IsFreeBSD, IsHPUX; - static { - - /* Initialize the OS flags and locale constants */ - String osName = System.getProperty ("os.name"); -- boolean isAIX = false, isSunOS = false, isLinux = false, isHPUX = false; -+ boolean isAIX = false, isSunOS = false, isLinux = false, isFreeBSD = false, isHPUX = false; - if (osName.equals ("Linux")) isLinux = true; -+ if (osName.equals ("FreeBSD")) isFreeBSD = true; - if (osName.equals ("AIX")) isAIX = true; - if (osName.equals ("Solaris")) isSunOS = true; - if (osName.equals ("SunOS")) isSunOS = true; - if (osName.equals ("HP-UX")) isHPUX = true; -- IsAIX = isAIX; IsSunOS = isSunOS; IsLinux = isLinux; IsHPUX = isHPUX; -+ IsAIX = isAIX; IsSunOS = isSunOS; IsLinux = isLinux; IsFreeBSD = isFreeBSD; IsHPUX = isHPUX; - } - - /** Constants */ Index: scripts/pre-patch =================================================================== RCS file: scripts/pre-patch diff -N scripts/pre-patch --- scripts/pre-patch 6 Jun 2009 20:58:22 -0000 1.7 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,116 +0,0 @@ -#!/bin/sh -# $FreeBSD: ports/java/eclipse/scripts/pre-patch,v 1.7 2009/06/06 20:58:22 glewis Exp $ - -copy_file() -{ - srcfile="$1" - dstfile="$2" - - case $distfile in - *.zip) - #We may not want to push all files through sed echo "zip file" - mv $srcfile $dstfile - ;; - *) - rm -f $dstfile - cat "$srcfile" | sed 's/linux/freebsd/g; s/Linux/FreeBSD/g' > "$dstfile" - ;; - esac -} - -copy_dir() -{ - srcdir="$1" - dstdir="$2" - - rm -rf "$dstdir" - cp -r "$srcdir" "$dstdir" || exit 1 - - if [ -d "$dstdir" ] - then - find "$dstdir" -name \*.so -delete - find "$dstdir" -name \*.so.\* -delete - find "$dstdir" -type f -print0 | \ - xargs -0 sed -i '.bak' 's/linux/freebsd/g; s/Linux/FreeBSD/g' - find "$dstdir" -name \*.bak -delete - find -d "$dstdir" -type d -name "linux" -exec rm -rf {} \; - fi -} - -prepare_files() -{ - mkdir ${WRKSRC}/features/org.eclipse.equinox.executable/bin/gtk/freebsd - - # Copy the files and rename/change them appropriately - for src in $COPY_LIST - do - dst=`echo $src | sed 's/linux/freebsd/g; s/Linux/FreeBSD/g'` - echo Copying $src into $dst - if [ -d ${WRKSRC}/$src ] - then - copy_dir ${WRKSRC}/$src ${WRKSRC}/$dst - else - copy_file ${WRKSRC}/$src ${WRKSRC}/$dst - fi - done - - # Files with spaces in their path... - src="${SWTGTK}/make_linux.mak" - dst=`echo $src | sed 's/linux/freebsd/g; s/Linux/FreeBSD/g'` - echo Copying $src into $dst - copy_file "${WRKSRC}/$src" "${WRKSRC}/$dst" - - # New x86_64 fragment - src="plugins/org.eclipse.core.net.freebsd.x86" - dst="plugins/org.eclipse.core.net.freebsd.x86_64" - echo Copying $src into $dst - copy_dir "${WRKSRC}/$src" "${WRKSRC}/$dst" - - find ${WRKSRC} -name \*.so -delete - find ${WRKSRC} -name \*.so.\* -delete -} - -COPY_LIST=" -assemble.org.eclipse.sdk.linux.gtk.x86.xml -assemble.org.eclipse.sdk.linux.gtk.x86_64.xml -package.org.eclipse.sdk.linux.gtk.x86.xml -package.org.eclipse.sdk.linux.gtk.x86_64.xml -features/org.eclipse.platform/about_files/linux.gtk.x86 -features/org.eclipse.platform/about_files/linux.gtk.x86_64 -features/org.eclipse.equinox.executable/bin/gtk/linux -features/org.eclipse.equinox.executable/bin/gtk/linux/x86 -features/org.eclipse.equinox.executable/bin/gtk/linux/x86_64 -features/org.eclipse.equinox.executable/library/gtk/make_linux.mak -plugins/org.eclipse.core.filesystem/natives/unix/linux -plugins/org.eclipse.core.filesystem.linux.x86 -plugins/org.eclipse.core.filesystem.linux.x86_64 -plugins/org.eclipse.core.filesystem.linux.x86/os/linux -plugins/org.eclipse.core.filesystem.linux.x86_64/os/linux -plugins/org.eclipse.core.net.linux.x86 -plugins/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86 -plugins/org.eclipse.equinox.launcher.gtk.linux.x86 -plugins/org.eclipse.equinox.launcher.gtk.linux.x86/launcher.gtk.linux.x86.properties -plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64 -plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64/launcher.gtk.linux.x86_64.properties -plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86 -plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86/launcher.gtk.linux.x86.properties -plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64 -plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/launcher.gtk.linux.x86_64.properties -plugins/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_linux.properties -plugins/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_linux_gtk.properties -plugins/org.eclipse.swt.gtk.linux.x86 -plugins/org.eclipse.swt.gtk.linux.x86 -plugins/org.eclipse.swt.gtk.linux.x86.source -plugins/org.eclipse.swt.gtk.linux.x86_64 -plugins/org.eclipse.swt.gtk.linux.x86_64.source -plugins/org.eclipse.update.core.linux -plugins/org.eclipse.update.core.linux/os/linux -plugins/org.eclipse.update.core.linux.source -" - -SWTGTK="plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library" - -prepare_files - - -exit 0