Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2005 11:17:57 -0700 (PDT)
From:      Alex Varju <freebsd-ports@varju.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81076: [MAINTAINER] java/eclipse: update to 3.1M7
Message-ID:  <200505151817.j4FIHvd0097149@snapple.webct.com>
Resent-Message-ID: <200505151820.j4FIK2Oo071586@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         81076
>Category:       ports
>Synopsis:       [MAINTAINER] java/eclipse: update to 3.1M7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 15 18:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alex Varju
>Release:        FreeBSD 6.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD alex.varju.ca 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Thu Apr  7 23:03:08 PDT 2005
>Description:
- Update to 3.1M7

Added file(s):
- files/patch-jdtcoresrc-compilejdtcore.xml

Removed file(s):
- files/patch-browser-src-ExternalBrowserInstance.java
- files/patch-plugins-swt-gtk-build.xml
- files/patch-plugins-swt-gtk64-build.xml

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- eclipse-3.1M7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	7 May 2005 05:00:39 -0000	1.1
+++ Makefile	15 May 2005 18:13:21 -0000
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	eclipse
-PORTVERSION=	3.1M6
+PORTVERSION=	3.1M7
 CATEGORIES=	java devel
 MASTER_SITES=	${MASTER_SITE_ECLIPSE}
-MASTER_SITE_SUBDIR=	S-${PORTVERSION}-200504011645
+MASTER_SITE_SUBDIR=	S-${PORTVERSION}-200505131415
 DISTNAME=	${PORTNAME}-sourceBuild-srcIncluded-${PORTVERSION}
 DIST_SUBDIR=	eclipse
 
@@ -44,7 +44,7 @@
 USE_MOTIF=	yes
 .else
 ECLIPSE_WS=	gtk
-.if defined(WITH_MOZILLA) 
+.if defined(WITH_MOZILLA)
 BROWSER=	${WITH_MOZILLA}
 BUILD_DEPENDS+=	${BROWSER}:${PORTSDIR}/www/${BROWSER}
 .else
Index: distinfo
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	7 May 2005 05:00:39 -0000	1.1
+++ distinfo	15 May 2005 01:23:45 -0000
@@ -1,2 +1,2 @@
-MD5 (eclipse/eclipse-sourceBuild-srcIncluded-3.1M6.zip) = 51d81345d2fa0e8aa0b455f6cf4c447f
-SIZE (eclipse/eclipse-sourceBuild-srcIncluded-3.1M6.zip) = 59038692
+MD5 (eclipse/eclipse-sourceBuild-srcIncluded-3.1M7.zip) = 30279e8c74de2db219418f645291be39
+SIZE (eclipse/eclipse-sourceBuild-srcIncluded-3.1M7.zip) = 59421339
Index: files/manualpatch-plugins-swt-gtk-build.sh
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/files/manualpatch-plugins-swt-gtk-build.sh,v
retrieving revision 1.1
diff -u -u -r1.1 manualpatch-plugins-swt-gtk-build.sh
--- files/manualpatch-plugins-swt-gtk-build.sh	7 May 2005 05:00:39 -0000	1.1
+++ files/manualpatch-plugins-swt-gtk-build.sh	15 May 2005 04:02:04 -0000
@@ -1,6 +1,6 @@
---- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh.orig	Fri Apr  1 13:56:58 2005
-+++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh	Sat Apr  9 16:27:29 2005
-@@ -110,6 +110,36 @@
+--- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh.orig	Fri May 13 11:37:09 2005
++++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh	Sat May 14 21:02:00 2005
+@@ -100,6 +100,33 @@
  				;;	
  		esac
  		;;
@@ -8,9 +8,6 @@
 +		CC=gcc
 +		LD=gcc
 +		XTEST_LIB_PATH=$X11BASE/lib
-+		KDE_LIB_PATH=$PREFIX/lib
-+		KDE_INCLUDE_PATH=$PREFIX/include
-+		QT_HOME=$X11BASE
 +		GECKO_I=${X11BASE}/include/${BROWSER}
 +		GECKO_INCLUDES="-I${GECKO_I} -I${GECKO_I}/nspr -I${GECKO_I}/xpcom -I${GECKO_I}/string -I${GECKO_I}/embed_base -I${GECKO_I}/embedstring"
 +		GECKO_L=${X11BASE}/lib/${BROWSER}
@@ -19,13 +16,13 @@
 +			"amd64")
 +				AWT_LIB_PATH=$JAVA_HOME/jre/lib/amd64
 +				SWT_PTR_CFLAGS=-DSWT_PTR_SIZE_64
-+				OUTPUT_DIR=../../../org.eclipse.swt.gtk64/os/freebsd/amd64
++				OUTPUT_DIR=../../../org.eclipse.swt.gtk.freebsd.amd64
 +				makefile="make_freebsd.mak"
 +				echo "Building FreeBSD GTK AMD64 version of SWT"
 +				;;
 +			i?86)
 +				AWT_LIB_PATH=$JAVA_HOME/jre/lib/i386
-+				OUTPUT_DIR=../../../org.eclipse.swt.gtk/os/freebsd/x86
++				OUTPUT_DIR=../../../org.eclipse.swt.gtk.freebsd.x86
 +				makefile="make_freebsd.mak"
 +				echo "Building FreeBSD GTK x86 version of SWT"
 +				;;
@@ -37,18 +34,9 @@
  	"SunOS")
  		CC=gcc
  		LD=gcc
-@@ -138,4 +168,13 @@
+@@ -128,4 +155,4 @@
  
- export CC LD JAVA_HOME QT_HOME AWT_LIB_PATH XTEST_LIB_PATH GECKO_SDK GECKO_INCLUDES GECKO_LIBS SWT_PTR_CFLAGS CDE_HOME KDE_LIB_PATH KDE_INCLUDE_PATH OUTPUT_DIR
+ export CC LD JAVA_HOME AWT_LIB_PATH XTEST_LIB_PATH GECKO_SDK GECKO_INCLUDES GECKO_LIBS SWT_PTR_CFLAGS CDE_HOME OUTPUT_DIR
  
 -make -f $makefile ${1} ${2} ${3} ${4}
 +gmake -f $makefile ${1} ${2} ${3} ${4}
-+
-+build_kde=`pkg_info -xc kdebase | grep "no packages match"`
-+if [ "$build_kde" != "" ]; then
-+  echo "Building FreeBSD version of KDE DLL."
-+  gmake -f $makefile make_kde
-+fi
-+
-+cp -p library/xpcom* .
-+gmake -f $makefile make_mozilla
Index: files/manualpatch-plugins-swt-gtk-make_freebsd.mak
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/files/manualpatch-plugins-swt-gtk-make_freebsd.mak,v
retrieving revision 1.1
diff -u -u -r1.1 manualpatch-plugins-swt-gtk-make_freebsd.mak
--- files/manualpatch-plugins-swt-gtk-make_freebsd.mak	7 May 2005 05:00:39 -0000	1.1
+++ files/manualpatch-plugins-swt-gtk-make_freebsd.mak	15 May 2005 04:24:53 -0000
@@ -1,40 +1,22 @@
---- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak	Fri Apr  1 13:55:11 2005
-+++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak	Sat Apr  9 13:48:50 2005
-@@ -49,8 +49,8 @@
- GNOMECFLAGS = `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0`
- GNOMELIBS = `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2
- 
--KDE_LIBS = -shared -L$(KDE_LIB_PATH) -lkdecore -lkparts -L$(QT_HOME)/lib -lqt
--KDE_CFLAGS = -fno-rtti -c -O -I$(KDE_INCLUDE_PATH) -I$(QT_HOME)/include -I$(JAVA_HOME)/include
-+KDE_LIBS = -shared -L$(KDE_LIB_PATH) -lkdecore -lkparts -L$(QT_HOME)/lib -lqt-mt
-+KDE_CFLAGS = -fno-rtti -c -O -I$(KDE_INCLUDE_PATH) -I$(QT_HOME)/include -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/freebsd
- 
- # Uncomment for Native Stats tool
- #NATIVE_STATS = -DNATIVE_STATS
-@@ -65,6 +65,7 @@
- 	-Wno-non-virtual-dtor \
- 	-fPIC \
- 	-I./ \
-+	-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/freebsd \
- 	${GECKO_INCLUDES} \
- 	${SWT_PTR_CFLAGS}
- 	
-@@ -82,14 +83,14 @@
+--- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak.orig	Sat May 14 19:50:23 2005
++++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak	Sat May 14 21:24:34 2005
+@@ -78,15 +78,16 @@
  CFLAGS = -O -Wall \
  		-DSWT_VERSION=$(SWT_VERSION) \
  		$(NATIVE_STATS) \
 -		-DLINUX -DGTK \
--		-I$(JAVA_HOME)/include \
--		-fpic \
 +		-DFREEBSD -DGTK \
-+		-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/freebsd -I$(X11BASE)/include \
+ 		-I$(JAVA_HOME)/include \
+ 		-I$(JAVA_HOME)/include/freebsd \
+-		-fpic \
++		-I$(X11BASE)/include \
 +		-fpic -fPIC \
  		${SWT_PTR_CFLAGS}
--LIBS = -shared -fpic
-+LIBS = -shared -fpic -fPIC
+-LIBS = -shared -fpic -s
++LIBS = -shared -fpic -fPIC -s
  
  
--all: make_swt make_atk make_gnome make_awt make_kde
+-all: make_swt make_atk make_gnome make_awt
 +all: make_swt make_atk $(MAKE_GNOME) make_awt
  
  #
Index: files/manualpatch-plugins-swt-motif-build.sh
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh,v
retrieving revision 1.1
diff -u -u -r1.1 manualpatch-plugins-swt-motif-build.sh
--- files/manualpatch-plugins-swt-motif-build.sh	7 May 2005 05:00:39 -0000	1.1
+++ files/manualpatch-plugins-swt-motif-build.sh	15 May 2005 04:03:11 -0000
@@ -1,13 +1,13 @@
---- plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh	Fri Apr  1 13:55:27 2005
-+++ ../files/plugins-swt-motif-build.sh	Sun Apr  3 16:38:13 2005
-@@ -57,6 +57,18 @@
+--- plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh.orig	Fri May 13 11:37:09 2005
++++ plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh	Sat May 14 21:03:05 2005
+@@ -54,6 +54,18 @@
  			echo "Building Linux motif x86 version of SWT"
  		esac
  		;;
 +	"FreeBSD")
 +		case $MODEL in
 +		i?86) 
-+			OUTPUT_DIR=../../../org.eclipse.swt.motif/os/freebsd/x86
++			OUTPUT_DIR=../../../org.eclipse.swt.motif.freebsd.x86
 +			makefile="make_freebsd.mak"
 +			echo "Building FreeBSD motif x86 version of SWT"
 +			;;
@@ -19,3 +19,10 @@
  	"SunOS")
  		case $MODEL in
  		*) 
+@@ -113,4 +125,4 @@
+ 
+ export JAVA_HOME MOTIF_HOME CDE_HOME OUTPUT_DIR
+ 
+-make -f $makefile $1 $2 $3 $4
+\ No newline at end of file
++gmake -f $makefile $1 $2 $3 $4
Index: files/manualpatch-plugins-swt-motif-make_freebsd.mak
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/files/manualpatch-plugins-swt-motif-make_freebsd.mak,v
retrieving revision 1.1
diff -u -u -r1.1 manualpatch-plugins-swt-motif-make_freebsd.mak
--- files/manualpatch-plugins-swt-motif-make_freebsd.mak	7 May 2005 05:00:39 -0000	1.1
+++ files/manualpatch-plugins-swt-motif-make_freebsd.mak	15 May 2005 02:44:55 -0000
@@ -1,6 +1,6 @@
---- plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/make_linux.mak.orig	Fri Apr  1 13:57:23 2005
-+++ plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/make_linux.mak	Sat Apr  9 14:20:28 2005
-@@ -26,32 +26,32 @@
+--- plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/make_freebsd.mak~	Sat May 14 19:38:40 2005
++++ plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/make_freebsd.mak	Sat May 14 19:43:29 2005
+@@ -25,26 +25,26 @@
  WS_PREFIX = motif
  SWT_LIB = lib$(SWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
  SWT_OBJS = swt.o callback.o os.o os_structs.o os_custom.o os_stats.o
@@ -12,27 +12,19 @@
  # Uncomment for Native Stats tool
  #NATIVE_STATS = -DNATIVE_STATS
  
--CFLAGS = -O -s -Wall -DSWT_VERSION=$(SWT_VERSION) $(NATIVE_STATS) -DLINUX -DMOTIF  -fpic -I./ \
+-CFLAGS = -O -s -Wall -DSWT_VERSION=$(SWT_VERSION) $(NATIVE_STATS) -DLINUX -DMOTIF  -fpic \
 -	-I$(JAVA_HOME)/include -I$(MOTIF_HOME)/include -I/usr/X11R6/include 
-+CFLAGS = -O -g -s -Wall -DSWT_VERSION=$(SWT_VERSION) $(NATIVE_STATS) -DFREEBSD -DMOTIF  -fpic -fPIC -I./ \
-+	-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/freebsd -I$(MOTIF_HOME)/include -I$(X11BASE)/include  -I$(PREFIX)/include 
++CFLAGS = -O -s -Wall -DSWT_VERSION=$(SWT_VERSION) $(NATIVE_STATS) -DFREEBSD -DMOTIF  -fpic -fPIC \
++	-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/freebsd -I$(MOTIF_HOME)/include -I$(X11BASE)/include -I$(PREFIX)/include
  
  # Do not use pkg-config to get libs because it includes unnecessary dependencies (i.e. pangoxft-1.0)
  GNOME_PREFIX = swt-gnome
  GNOME_LIB = lib$(GNOME_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
  GNOME_OBJECTS = swt.o gnome.o gnome_structs.o gnome_stats.o
 -GNOME_CFLAGS = -O -Wall -DSWT_VERSION=$(SWT_VERSION) $(NATIVE_STATS) -DLINUX -DGTK -I$(JAVA_HOME)/include `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0`
-+GNOME_CFLAGS = -O -g -Wall -DSWT_VERSION=$(SWT_VERSION) $(NATIVE_STATS) -DFREEBSD -DGTK -fpic -fPIC -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/freebsd `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0`
++GNOME_CFLAGS = -O -Wall -DSWT_VERSION=$(SWT_VERSION) $(NATIVE_STATS) -DFREEBSD -DGTK -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/freebsd -fpic -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0`
  GNOME_LIBS = -shared -fpic -fPIC `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2
  
- KDE_PREFIX = swt-kde
- KDE_LIB = lib$(KDE_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
- KDE_OBJS = swt.o kde.o kde_stats.o
--KDE_LIBS = -L/usr/lib  -L$(QT_HOME)/lib -shared  -lkdecore -lqt -lkparts
--KDE_CFLAGS = -fno-rtti -c -O -I/usr/include/kde -I$(QT_HOME)/include -I$(JAVA_HOME)/include
-+KDE_LIBS = -L$(PREFIX)/lib  -L$(QT_HOME)/lib -shared  -lkdecore -lqt -lkparts
-+KDE_CFLAGS = -fno-rtti -c -O -I/usr/include/kde -I$(QT_HOME)/include -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/freebsd 
- 
  AWT_PREFIX = swt-awt
  AWT_LIB = lib$(AWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
  AWT_OBJS = swt_awt.o
@@ -41,33 +33,12 @@
  
  GTK_PREFIX = swt-gtk
  GTK_LIB = lib$(GTK_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
-@@ -59,7 +59,7 @@
- GTK_CFLAGS = `pkg-config --cflags gtk+-2.0`
- GTK_LIBS = -x -shared `pkg-config --libs-only-L gtk+-2.0` -lgtk-x11-2.0
+@@ -58,7 +58,7 @@
+ CAIROCFLAGS = `pkg-config --cflags cairo`
+ CAIROLIBS = -shared -fpic -fPIC -s `pkg-config --libs-only-L cairo` -lcairo
  	
--all: make_swt make_awt make_gnome make_gtk make_kde
+-all: make_swt make_awt make_gnome make_gtk
 +all: make_swt make_awt $(MAKE_GNOME) make_gtk
  
  make_swt: $(SWT_LIB)
  
-@@ -80,16 +80,16 @@
- make_gnome: $(GNOME_LIB)
- 
- $(GNOME_LIB): $(GNOME_OBJECTS)
--	gcc -o $@ $(GNOME_OBJECTS) $(GNOME_LIBS)
-+	$(CC) -o $@ $(GNOME_OBJECTS) $(GNOME_LIBS)
- 
- gnome.o: gnome.c
--	gcc $(GNOME_CFLAGS) -c -o gnome.o gnome.c
-+	$(CC) $(GNOME_CFLAGS) -c -o gnome.o gnome.c
- 
- gnome_structs.o: gnome_structs.c
--	gcc $(GNOME_CFLAGS) -c -o gnome_structs.o gnome_structs.c
-+	$(CC) $(GNOME_CFLAGS) -c -o gnome_structs.o gnome_structs.c
- 
- gnome_stats.o: gnome_stats.c
--	gcc $(GNOME_CFLAGS) -c -o gnome_stats.o gnome_stats.c
-+	$(CC) $(GNOME_CFLAGS) -c -o gnome_stats.o gnome_stats.c
- 
- make_kde: $(KDE_LIB)
- 
Index: files/patch-browser-src-ExternalBrowserInstance.java
===================================================================
RCS file: files/patch-browser-src-ExternalBrowserInstance.java
diff -N files/patch-browser-src-ExternalBrowserInstance.java
--- files/patch-browser-src-ExternalBrowserInstance.java	7 May 2005 05:00:39 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
---- plugins/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/ExternalBrowserInstance.java.orig	Sun Apr  3 15:44:23 2005
-+++ plugins/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/ExternalBrowserInstance.java	Sun Apr  3 15:44:47 2005
-
-@@ -74,7 +74,7 @@
- 			public void run() {
- 				try {
- 					process.waitFor();
--					DefaultBrowserSupport.getInstance().removeBrowser(getId());
-+					DefaultBrowserSupport.getInstance().removeBrowser(ExternalBrowserInstance.this.getId());
- 				} catch (Exception e) {
- 					// ignore
- 				}
-
Index: files/patch-build.xml
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/files/patch-build.xml,v
retrieving revision 1.1
diff -u -u -r1.1 patch-build.xml
--- files/patch-build.xml	7 May 2005 05:00:39 -0000	1.1
+++ files/patch-build.xml	15 May 2005 06:42:27 -0000
@@ -1,27 +1,15 @@
---- build.xml.orig	Fri Apr  1 13:58:26 2005
-+++ build.xml	Sat Apr  9 17:03:28 2005
-@@ -48,17 +48,20 @@
- 				<equals arg1="${installOs}-${installWs}-${installArch}"	arg2="linux-gtk-ppc64"/>
- 				<equals arg1="${installOs}-${installWs}-${installArch}"	arg2="linux-gtk-ia64"/>
- 				<equals arg1="${installOs}-${installWs}-${installArch}"	arg2="linux-gtk-x86_64"/>
-+				<equals arg1="${installOs}-${installWs}-${installArch}"	arg2="freebsd-gtk-amd64"/>
- 			</or>
- 		</condition>
- 		<condition property="wsType" value="gtk">
- 			<or>
- 				<equals arg1="${installOs}-${installWs}-${installArch}"	arg2="linux-gtk-ppc"/>
- 				<equals arg1="${installOs}-${installWs}-${installArch}"	arg2="linux-gtk-x86"/>
-+				<equals arg1="${installOs}-${installWs}-${installArch}"	arg2="freebsd-gtk-x86"/>
- 			</or>
- 		</condition>
- 		<condition property="wsType" value="motif">
- 			<or>
- 				<equals arg1="${installOs}-${installWs}-${installArch}" arg2="linux-motif-x86"/>
-+				<equals arg1="${installOs}-${installWs}-${installArch}" arg2="freebsd-motif-x86"/>
- 				<equals arg1="${installOs}-${installWs}-${installArch}" arg2="hpux-motif-ia64"/>
- 			</or>
- 		</condition>
-@@ -82,12 +85,12 @@
+--- build.xml.orig	Fri May 13 11:38:39 2005
++++ build.xml	Sat May 14 23:42:22 2005
+@@ -53,7 +53,7 @@
+ 		<exec dir="${swtlibs}/" executable="sh" failonerror="true">
+ 			<arg line="build.sh"/>
+ 		</exec>
+-		<property name="swtdir" value="${buildDirectory}/plugins/org.eclipse.swt.${installWs}.{installOs}.{installArch}"/>
++		<property name="swtdir" value="${buildDirectory}/plugins/org.eclipse.swt.${installWs}.${installOs}.${installArch}"/>
+ 		<mkdir dir="${swtdir}"/>
+ 		<move todir="${swtdir}/">
+ 			<fileset dir="${swtlibs}">
+@@ -63,12 +63,12 @@
  		<!--unzip launcher -->
  		<property name="launcherlibs" value="${buildDirectory}/launchertmp"/>
  		<mkdir dir="${launcherlibs}"/>
@@ -29,7 +17,7 @@
 -			<fileset dir="${buildDirectory}/plugins/org.eclipse.platform.source/src/">
 -				<include name ="org.eclipse.platform_*/launchersrc.zip"/>
 +		<copy todir="${launcherlibs}">
-+			<fileset dir="${buildDirectory}/features/org.eclipse.launchers">
++			<fileset dir="${buildDirectory}/features/org.eclipse.platform.launchers">
 +				<include name ="**"/>
  			</fileset>
 -		</unzip>
Index: files/patch-features-jdt-build.xml
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/files/patch-features-jdt-build.xml,v
retrieving revision 1.1
diff -u -u -r1.1 patch-features-jdt-build.xml
--- files/patch-features-jdt-build.xml	7 May 2005 05:00:39 -0000	1.1
+++ files/patch-features-jdt-build.xml	15 May 2005 01:42:43 -0000
@@ -1,27 +1,27 @@
---- features/org.eclipse.jdt/build.xml.orig	Sat Feb 19 12:09:29 2005
-+++ features/org.eclipse.jdt/build.xml	Sat Mar 26 18:30:33 2005
-@@ -179,6 +179,24 @@
+--- features/org.eclipse.jdt/build.xml.orig	Fri May 13 11:34:52 2005
++++ features/org.eclipse.jdt/build.xml	Sat May 14 18:42:27 2005
+@@ -164,6 +164,24 @@
  			<fileset dir="${basedir}/rootfiles" includes="**"			/>
  		</copy>
  	</target>
 +	<target name="rootFilesfreebsd_gtk_amd64">
 +		<mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}"/>
-+		<copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" failonerror="true">
++		<copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" failonerror="true" overwrite="true">
 +			<fileset dir="${basedir}/rootfiles" includes="**"			/>
 +		</copy>
 +	</target>
 +	<target name="rootFilesfreebsd_gtk_x86">
 +		<mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}"/>
-+		<copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" failonerror="true">
++		<copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" failonerror="true" overwrite="true">
 +			<fileset dir="${basedir}/rootfiles" includes="**"			/>
 +		</copy>
 +	</target>
 +	<target name="rootFilesfreebsd_motif_x86">
 +		<mkdir dir="${feature.base}/freebsd.motif.x86/${collectingFolder}"/>
-+		<copy todir="${feature.base}/freebsd.motif.x86/${collectingFolder}" failonerror="true">
++		<copy todir="${feature.base}/freebsd.motif.x86/${collectingFolder}" failonerror="true" overwrite="true">
 +			<fileset dir="${basedir}/rootfiles" includes="**"			/>
 +		</copy>
 +	</target>
  	<target name="rootFilessolaris_motif_sparc">
  		<mkdir dir="${feature.base}/solaris.motif.sparc/${collectingFolder}"/>
- 		<copy todir="${feature.base}/solaris.motif.sparc/${collectingFolder}" failonerror="true">
+ 		<copy todir="${feature.base}/solaris.motif.sparc/${collectingFolder}" failonerror="true" overwrite="true">
Index: files/patch-features-launchers-gtk-build.sh
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/files/patch-features-launchers-gtk-build.sh,v
retrieving revision 1.1
diff -u -u -r1.1 patch-features-launchers-gtk-build.sh
--- files/patch-features-launchers-gtk-build.sh	7 May 2005 05:00:39 -0000	1.1
+++ files/patch-features-launchers-gtk-build.sh	15 May 2005 01:44:09 -0000
@@ -1,5 +1,5 @@
---- features/org.eclipse.launchers/library/gtk/build.sh.orig	Fri Apr  1 13:57:19 2005
-+++ features/org.eclipse.launchers/library/gtk/build.sh	Sun Apr  3 11:37:51 2005
+--- features/org.eclipse.platform.launchers/library/gtk/build.sh.orig	Fri Apr  1 13:57:19 2005
++++ features/org.eclipse.platform.launchers/library/gtk/build.sh	Sun Apr  3 11:37:51 2005
 @@ -67,6 +67,23 @@
  				;;
  		esac
Index: files/patch-features-launchers-gtk-make_freebsd.mak
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/files/patch-features-launchers-gtk-make_freebsd.mak,v
retrieving revision 1.1
diff -u -u -r1.1 patch-features-launchers-gtk-make_freebsd.mak
--- files/patch-features-launchers-gtk-make_freebsd.mak	7 May 2005 05:00:39 -0000	1.1
+++ files/patch-features-launchers-gtk-make_freebsd.mak	15 May 2005 01:44:17 -0000
@@ -1,5 +1,5 @@
---- features/org.eclipse.launchers/library/gtk/make_freebsd.mak.orig	Sun Apr 17 20:24:58 2005
-+++ features/org.eclipse.launchers/library/gtk/make_freebsd.mak	Sun Apr 17 20:25:45 2005
+--- features/org.eclipse.platform.launchers/library/gtk/make_freebsd.mak.orig	Sun Apr 17 20:24:58 2005
++++ features/org.eclipse.platform.launchers/library/gtk/make_freebsd.mak	Sun Apr 17 20:25:45 2005
 @@ -26,7 +26,7 @@
  CC=gcc
  OBJS = eclipse.o eclipseUtil.o eclipseShm.o eclipseConfig.o eclipseGtk.o
Index: files/patch-features-launchers-library-eclipseShm.c
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/files/patch-features-launchers-library-eclipseShm.c,v
retrieving revision 1.1
diff -u -u -r1.1 patch-features-launchers-library-eclipseShm.c
--- files/patch-features-launchers-library-eclipseShm.c	7 May 2005 05:00:39 -0000	1.1
+++ files/patch-features-launchers-library-eclipseShm.c	15 May 2005 01:44:24 -0000
@@ -1,5 +1,5 @@
---- features/org.eclipse.launchers/library/eclipseShm.c.orig	Fri Apr  1 13:55:58 2005
-+++ features/org.eclipse.launchers/library/eclipseShm.c	Sun Apr  3 11:34:02 2005
+--- features/org.eclipse.platform.launchers/library/eclipseShm.c.orig	Fri Apr  1 13:55:58 2005
++++ features/org.eclipse.platform.launchers/library/eclipseShm.c	Sun Apr  3 11:34:02 2005
 @@ -182,11 +182,13 @@
  
  #else /* Unix like platforms */
Index: files/patch-features-launchers-motif-build.sh
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/files/patch-features-launchers-motif-build.sh,v
retrieving revision 1.1
diff -u -u -r1.1 patch-features-launchers-motif-build.sh
--- files/patch-features-launchers-motif-build.sh	7 May 2005 05:00:39 -0000	1.1
+++ files/patch-features-launchers-motif-build.sh	15 May 2005 01:44:31 -0000
@@ -1,5 +1,5 @@
---- features/org.eclipse.launchers/library/motif/build.sh~	Sat Feb 19 12:13:49 2005
-+++ features/org.eclipse.launchers/library/motif/build.sh	Sun Mar 20 15:27:04 2005
+--- features/org.eclipse.platform.launchers/library/motif/build.sh~	Sat Feb 19 12:13:49 2005
++++ features/org.eclipse.platform.launchers/library/motif/build.sh	Sun Mar 20 15:27:04 2005
 @@ -55,6 +55,15 @@
  		MOTIF_HOME=/bluebird/teamswt/swt-builddir/motif21		
  		OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch"
Index: files/patch-features-platform-build.xml
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/files/patch-features-platform-build.xml,v
retrieving revision 1.1
diff -u -u -r1.1 patch-features-platform-build.xml
--- files/patch-features-platform-build.xml	7 May 2005 05:00:39 -0000	1.1
+++ files/patch-features-platform-build.xml	15 May 2005 07:05:59 -0000
@@ -1,75 +1,82 @@
---- features/org.eclipse.platform/build.xml.orig	Fri Apr  1 13:54:42 2005
-+++ features/org.eclipse.platform/build.xml	Sat Apr  2 13:43:10 2005
-@@ -44,6 +44,16 @@
+--- features/org.eclipse.platform/build.xml.orig	Fri May 13 11:34:52 2005
++++ features/org.eclipse.platform/build.xml	Sat May 14 20:43:11 2005
+@@ -42,6 +42,11 @@
+ 			<property name="os" value="linux"/>
+ 			<property name="ws" value="motif"/>
  		</ant>
- 		<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk" target="${target}">
- 			<property name="arch" value="x86"/>
-+			<property name="os" value="freebsd"/>
-+			<property name="ws" value="gtk"/>
-+		</ant>
-+		<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk" target="${target}">
++		<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.freebsd.x86" target="${target}">
 +			<property name="arch" value="x86"/>
 +			<property name="os" value="freebsd"/>
 +			<property name="ws" value="motif"/>
 +		</ant>
-+		<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif" target="${target}">
-+			<property name="arch" value="x86"/>
+ 		<ant antfile="build.xml" dir="../../plugins/org.apache.ant" target="${target}">
+ 			<property name="arch" value="x86"/>
+ 			<property name="os" value="win32"/>
+@@ -62,6 +67,11 @@
  			<property name="os" value="linux"/>
  			<property name="ws" value="gtk"/>
  		</ant>
-@@ -63,6 +73,11 @@
++		<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.freebsd.amd64" target="${target}">
++			<property name="arch" value="amd64"/>
++			<property name="os" value="freebsd"/>
++			<property name="ws" value="gtk"/>
++		</ant>
+ 		<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.solaris.sparc" target="${target}">
+ 			<property name="arch" value="sparc"/>
+ 			<property name="os" value="solaris"/>
+@@ -107,6 +117,11 @@
+ 			<property name="os" value="linux"/>
  			<property name="ws" value="gtk"/>
  		</ant>
- 		<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk64" target="${target}">
-+			<property name="arch" value="amd64"/>
++		<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.freebsd.x86" target="${target}">
++			<property name="arch" value="x86"/>
 +			<property name="os" value="freebsd"/>
 +			<property name="ws" value="gtk"/>
 +		</ant>
-+		<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk64" target="${target}">
- 			<property name="arch" value="ia64"/>
+ 		<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.solaris.sparc" target="${target}">
+ 			<property name="arch" value="sparc"/>
+ 			<property name="os" value="solaris"/>
+@@ -187,6 +202,11 @@
  			<property name="os" value="linux"/>
  			<property name="ws" value="gtk"/>
-@@ -182,6 +197,11 @@
- 			<property name="os" value="win32"/>
- 			<property name="ws" value="win32"/>
  		</ant>
 +		<ant antfile="build.xml" dir="../../plugins/org.eclipse.update.core.freebsd" target="${target}">
 +			<property name="arch" value="x86"/>
 +			<property name="os" value="freebsd"/>
-+			<property name="ws" value="motif"/>
++			<property name="ws" value="gtk"/>
 +		</ant>
- 		<ant antfile="build.xml" dir="../../plugins/org.eclipse.update.core.linux" target="${target}">
+ 		<ant antfile="build.xml" dir="../../plugins/org.eclipse.jface.text" target="${target}">
  			<property name="arch" value="x86"/>
- 			<property name="os" value="linux"/>
+ 			<property name="os" value="win32"/>
 @@ -222,6 +242,11 @@
- 			<property name="os" value="qnx"/>
- 			<property name="ws" value="photon"/>
+ 			<property name="os" value="linux"/>
+ 			<property name="ws" value="gtk"/>
  		</ant>
 +		<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.resources.freebsd" target="${target}">
 +			<property name="arch" value="x86"/>
 +			<property name="os" value="freebsd"/>
-+			<property name="ws" value="motif"/>
++			<property name="ws" value="gtk"/>
 +		</ant>
- 		<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.resources.linux" target="${target}">
+ 		<ant antfile="build.xml" dir="../../plugins/org.eclipse.team.core" target="${target}">
  			<property name="arch" value="x86"/>
- 			<property name="os" value="linux"/>
-@@ -449,7 +474,7 @@
- 		<copy todir="${feature.base}/features/org.eclipse.platform_3.1.0" failonerror="true">
+ 			<property name="os" value="win32"/>
+@@ -450,7 +475,7 @@
+ 		<copy todir="${feature.base}/features/org.eclipse.platform_3.1.0" failonerror="true" overwrite="false">
  			<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html"			/>
  		</copy>
--		<eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.1.0/feature.xml"  selfVersion="3.1.0" featureIds="" pluginIds="org.apache.ant,1.6.2,org.apache.lucene,1.4.3,org.eclipse.ant.core,3.1.0,org.eclipse.compare,3.1.0,org.eclipse.core.boot,3.0.0,org.eclipse.core.commands,3.1.0,org.eclipse.core.filebuffers,3.1.0,org.eclipse.core.expressions,3.1.0,org.eclipse.core.resources,3.1.0,org.eclipse.core.resources.compatibility,3.1.0,org.eclipse.core.runtime,3.1.0,org.eclipse.core.runtime.compatibility,3.1.0,org.eclipse.osgi,3.1.0,org.eclipse.osgi.services,3.0.0,org.eclipse.osgi.util,3.0.0,org.eclipse.core.variables,3.1.0,org.eclipse.debug.core,3.1.0,org.eclipse.debug.ui,3.1.0,org.eclipse.help,3.1.0,org.eclipse.help.webapp,3.1.0,org.eclipse.help.base,3.1.0,org.eclipse.help.ui,3.1.0,org.eclipse.help.appserver,3.1.0,org.eclipse.platform,3.1.0,org.eclipse.platform.doc.user,3.1.0,org.eclipse.search,3.1.0,org.eclipse.swt,3.1.0,org.eclipse.team.core,3.1.0,org!
 .eclipse.team.cvs.core,3.1.0,org.eclipse.team.cvs.ssh,3.1.0,org.eclipse.team.cvs.ssh2,3.1.0,org.eclipse.team.cvs.ui,3.1.0,org.eclipse.team.ui,3.1.0,org.eclipse.tomcat,4.1.30.1,org.eclipse.text,3.1.0,org.eclipse.jface,3.1.0,org.eclipse.jface.text,3.1.0,org.eclipse.ui.console,3.1.0,org.eclipse.ui.presentations.r21,3.1.0,org.eclipse.ui.intro,3.1.0,org.eclipse.ui.cheatsheets,3.0.0,org.eclipse.ui.browser,3.1.0,org.eclipse.ui.workbench,3.1.0,org.eclipse.ui.workbench.texteditor,3.1.0,org.eclipse.ui.views,3.1.0,org.eclipse.ui.editors,3.1.0,org.eclipse.ui.forms,3.1.0,org.eclipse.ui,3.1.0,org.eclipse.ui.externaltools,3.1.0,org.eclipse.ui.ide,3.1.0,org.eclipse.update.configurator,3.1.0,org.eclipse.update.core,3.1.0,org.eclipse.update.scheduler,3.1.0,org.eclipse.update.ui,3.1.0,org.eclipse.ui.workbench.compatibility,3.1.0,org.eclipse.swt.motif,3.1.0,org.eclipse.swt.motif,3.1.0,org.eclipse.core.resources.hpux,3.0.0,org.eclipse.swt.gtk,3.1.0,org.eclipse.swt.gtk,3.1.0,org.eclipse.core.res!
 ources.linux,3.0.0,org.eclipse.update.core.linux,3.1.0,org.ecl!
 ipse.swt
.gtk64,3.1.0,org.eclipse.swt.gtk64,3.1.0,org.eclipse.swt.gtk64,3.1.0,org.eclipse.swt.motif,3.1.0,org.eclipse.swt.carbon,3.1.0,org.eclipse.core.resources.macosx,3.0.0,org.eclipse.ui.carbon,3.1.0,org.eclipse.swt.photon,3.1.0,org.eclipse.core.resources.qnx,3.0.0,org.eclipse.swt.motif,3.1.0,org.eclipse.swt.gtk,3.1.0,org.eclipse.swt.win32,3.1.0,org.eclipse.core.resources.win32,3.0.0,org.eclipse.ui.win32,3.1.0,org.eclipse.update.core.win32,3.1.0,"/>
-+		<eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.1.0/feature.xml"  selfVersion="3.1.0" featureIds="" pluginIds="org.apache.ant,1.6.2,org.apache.lucene,1.4.3,org.eclipse.ant.core,3.1.0,org.eclipse.compare,3.1.0,org.eclipse.core.boot,3.0.0,org.eclipse.core.commands,3.1.0,org.eclipse.core.filebuffers,3.1.0,org.eclipse.core.expressions,3.1.0,org.eclipse.core.resources,3.1.0,org.eclipse.core.resources.compatibility,3.1.0,org.eclipse.core.runtime,3.1.0,org.eclipse.core.runtime.compatibility,3.1.0,org.eclipse.osgi,3.1.0,org.eclipse.osgi.services,3.0.0,org.eclipse.osgi.util,3.0.0,org.eclipse.core.variables,3.1.0,org.eclipse.debug.core,3.1.0,org.eclipse.debug.ui,3.1.0,org.eclipse.help,3.1.0,org.eclipse.help.webapp,3.1.0,org.eclipse.help.base,3.1.0,org.eclipse.help.ui,3.1.0,org.eclipse.help.appserver,3.1.0,org.eclipse.platform,3.1.0,org.eclipse.platform.doc.user,3.1.0,org.eclipse.search,3.1.0,org.eclipse.swt,3.1.0,org.eclipse.team.core,3.1.0,org!
 .eclipse.team.cvs.core,3.1.0,org.eclipse.team.cvs.ssh,3.1.0,org.eclipse.team.cvs.ssh2,3.1.0,org.eclipse.team.cvs.ui,3.1.0,org.eclipse.team.ui,3.1.0,org.eclipse.tomcat,4.1.30.1,org.eclipse.text,3.1.0,org.eclipse.jface,3.1.0,org.eclipse.jface.text,3.1.0,org.eclipse.ui.console,3.1.0,org.eclipse.ui.presentations.r21,3.1.0,org.eclipse.ui.intro,3.1.0,org.eclipse.ui.cheatsheets,3.0.0,org.eclipse.ui.browser,3.1.0,org.eclipse.ui.workbench,3.1.0,org.eclipse.ui.workbench.texteditor,3.1.0,org.eclipse.ui.views,3.1.0,org.eclipse.ui.editors,3.1.0,org.eclipse.ui.forms,3.1.0,org.eclipse.ui,3.1.0,org.eclipse.ui.externaltools,3.1.0,org.eclipse.ui.ide,3.1.0,org.eclipse.update.configurator,3.1.0,org.eclipse.update.core,3.1.0,org.eclipse.update.scheduler,3.1.0,org.eclipse.update.ui,3.1.0,org.eclipse.ui.workbench.compatibility,3.1.0,org.eclipse.swt.motif,3.1.0,org.eclipse.swt.motif,3.1.0,org.eclipse.core.resources.hpux,3.0.0,org.eclipse.swt.gtk,3.1.0,org.eclipse.swt.gtk,3.1.0,org.eclipse.core.res!
 ources.linux,3.0.0,org.eclipse.core.resources.freebsd,3.0.0,or!
 g.eclips
e.update.core.linux,3.1.0,org.eclipse.update.core.freebsd,3.1.0,org.eclipse.swt.gtk64,3.1.0,org.eclipse.swt.gtk64,3.1.0,org.eclipse.swt.gtk64,3.1.0,org.eclipse.swt.motif,3.1.0,org.eclipse.swt.carbon,3.1.0,org.eclipse.core.resources.macosx,3.0.0,org.eclipse.ui.carbon,3.1.0,org.eclipse.swt.photon,3.1.0,org.eclipse.core.resources.qnx,3.0.0,org.eclipse.swt.motif,3.1.0,org.eclipse.swt.gtk,3.1.0,org.eclipse.swt.win32,3.1.0,org.eclipse.core.resources.win32,3.0.0,org.eclipse.ui.win32,3.1.0,org.eclipse.update.core.win32,3.1.0,"/>
+-		<eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.1.0/feature.xml"  selfVersion="3.1.0" featureIds="" pluginIds="org.apache.ant,1.6.3,org.apache.lucene,1.4.3,org.eclipse.ant.core,3.1.0,org.eclipse.compare,3.1.0,org.eclipse.core.boot,3.0.0,org.eclipse.core.commands,3.1.0,org.eclipse.core.expressions,3.1.0,org.eclipse.core.filebuffers,3.1.0,org.eclipse.core.resources,3.1.0,org.eclipse.core.resources.compatibility,3.1.0,org.eclipse.core.runtime,3.1.0,org.eclipse.core.runtime.compatibility,3.1.0,org.eclipse.osgi,3.1.0,org.eclipse.osgi.services,3.0.0,org.eclipse.osgi.util,3.0.0,org.eclipse.core.variables,3.1.0,org.eclipse.debug.core,3.1.0,org.eclipse.debug.ui,3.1.0,org.eclipse.help,3.1.0,org.eclipse.help.webapp,3.1.0,org.eclipse.help.base,3.1.0,org.eclipse.help.ui,3.1.0,org.eclipse.help.appserver,3.1.0,org.eclipse.jface,3.1.0,org.eclipse.ltk.core.refactoring,3.1.0,org.eclipse.ltk.ui.refactoring,3.1.0,org.eclipse.platform,3.1.0,org.eclipse.pl!
 atform.doc.user,3.1.0,org.eclipse.search,3.1.0,org.eclipse.swt,3.1.0,org.eclipse.team.core,3.1.0,org.eclipse.team.cvs.core,3.1.0,org.eclipse.team.cvs.ssh,3.1.0,org.eclipse.team.cvs.ssh2,3.1.0,org.eclipse.team.cvs.ui,3.1.0,org.eclipse.team.ui,3.1.0,org.eclipse.tomcat,4.1.30.1,org.eclipse.text,3.1.0,org.eclipse.jface.text,3.1.0,org.eclipse.ui,3.1.0,org.eclipse.ui.console,3.1.0,org.eclipse.ui.presentations.r21,3.1.0,org.eclipse.ui.intro,3.1.0,org.eclipse.ui.cheatsheets,3.1.0,org.eclipse.ui.browser,3.1.0,org.eclipse.ui.workbench,3.1.0,org.eclipse.ui.workbench.texteditor,3.1.0,org.eclipse.ui.views,3.1.0,org.eclipse.ui.editors,3.1.0,org.eclipse.ui.forms,3.1.0,org.eclipse.ui.externaltools,3.1.0,org.eclipse.ui.ide,3.1.0,org.eclipse.update.configurator,3.1.0,org.eclipse.update.core,3.1.0,org.eclipse.update.scheduler,3.1.0,org.eclipse.update.ui,3.1.0,org.eclipse.ui.workbench.compatibility,3.1.0,org.eclipse.core.resources.hpux,3.1.0,org.eclipse.core.resources.linux,3.1.0,org.eclipse.c!
 ore.resources.macosx,3.1.0,org.eclipse.core.resources.qnx,3.1.!
 0,org.ec
lipse.core.resources.win32,3.1.0,org.eclipse.swt.carbon.macosx.ppc,3.1.0,org.eclipse.swt.gtk.linux.x86,3.1.0,org.eclipse.swt.gtk.linux.x86_64,3.1.0,org.eclipse.swt.gtk.linux.ppc,3.1.0,org.eclipse.swt.gtk.solaris.sparc,3.1.0,org.eclipse.swt.motif.aix.ppc,3.1.0,org.eclipse.swt.motif.hpux.PA_RISC,3.1.0,org.eclipse.swt.motif.linux.x86,3.1.0,org.eclipse.swt.motif.solaris.sparc,3.1.0,org.eclipse.swt.photon.qnx.x86,3.1.0,org.eclipse.swt.win32.win32.x86,3.1.0,org.eclipse.ui.carbon,3.1.0,org.eclipse.ui.win32,3.1.0,org.eclipse.update.core.linux,3.1.0,org.eclipse.update.core.win32,3.1.0,"/>
++		<eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.1.0/feature.xml"  selfVersion="3.1.0" featureIds="" pluginIds="org.apache.ant,1.6.3,org.apache.lucene,1.4.3,org.eclipse.ant.core,3.1.0,org.eclipse.compare,3.1.0,org.eclipse.core.boot,3.0.0,org.eclipse.core.commands,3.1.0,org.eclipse.core.expressions,3.1.0,org.eclipse.core.filebuffers,3.1.0,org.eclipse.core.resources,3.1.0,org.eclipse.core.resources.compatibility,3.1.0,org.eclipse.core.runtime,3.1.0,org.eclipse.core.runtime.compatibility,3.1.0,org.eclipse.osgi,3.1.0,org.eclipse.osgi.services,3.0.0,org.eclipse.osgi.util,3.0.0,org.eclipse.core.variables,3.1.0,org.eclipse.debug.core,3.1.0,org.eclipse.debug.ui,3.1.0,org.eclipse.help,3.1.0,org.eclipse.help.webapp,3.1.0,org.eclipse.help.base,3.1.0,org.eclipse.help.ui,3.1.0,org.eclipse.help.appserver,3.1.0,org.eclipse.jface,3.1.0,org.eclipse.ltk.core.refactoring,3.1.0,org.eclipse.ltk.ui.refactoring,3.1.0,org.eclipse.platform,3.1.0,org.eclipse.pl!
 atform.doc.user,3.1.0,org.eclipse.search,3.1.0,org.eclipse.swt,3.1.0,org.eclipse.team.core,3.1.0,org.eclipse.team.cvs.core,3.1.0,org.eclipse.team.cvs.ssh,3.1.0,org.eclipse.team.cvs.ssh2,3.1.0,org.eclipse.team.cvs.ui,3.1.0,org.eclipse.team.ui,3.1.0,org.eclipse.tomcat,4.1.30.1,org.eclipse.text,3.1.0,org.eclipse.jface.text,3.1.0,org.eclipse.ui,3.1.0,org.eclipse.ui.console,3.1.0,org.eclipse.ui.presentations.r21,3.1.0,org.eclipse.ui.intro,3.1.0,org.eclipse.ui.cheatsheets,3.1.0,org.eclipse.ui.browser,3.1.0,org.eclipse.ui.workbench,3.1.0,org.eclipse.ui.workbench.texteditor,3.1.0,org.eclipse.ui.views,3.1.0,org.eclipse.ui.editors,3.1.0,org.eclipse.ui.forms,3.1.0,org.eclipse.ui.externaltools,3.1.0,org.eclipse.ui.ide,3.1.0,org.eclipse.update.configurator,3.1.0,org.eclipse.update.core,3.1.0,org.eclipse.update.scheduler,3.1.0,org.eclipse.update.ui,3.1.0,org.eclipse.ui.workbench.compatibility,3.1.0,org.eclipse.core.resources.hpux,3.1.0,org.eclipse.core.resources.linux,3.1.0,org.eclipse.c!
 ore.resources.freebsd,3.1.0,org.eclipse.core.resources.macosx,!
 3.1.0,or
g.eclipse.core.resources.qnx,3.1.0,org.eclipse.core.resources.win32,3.1.0,org.eclipse.swt.carbon.macosx.ppc,3.1.0,org.eclipse.swt.gtk.linux.x86,3.1.0,org.eclipse.swt.gtk.freebsd.x86,3.1.0,org.eclipse.swt.gtk.linux.x86_64,3.1.0,org.eclipse.swt.gtk.freebsd.amd64,3.1.0,org.eclipse.swt.gtk.linux.ppc,3.1.0,org.eclipse.swt.gtk.solaris.sparc,3.1.0,org.eclipse.swt.motif.aix.ppc,3.1.0,org.eclipse.swt.motif.hpux.PA_RISC,3.1.0,org.eclipse.swt.motif.linux.x86,3.1.0,org.eclipse.swt.motif.freebsd.x86,3.1.0,org.eclipse.swt.motif.solaris.sparc,3.1.0,org.eclipse.swt.photon.qnx.x86,3.1.0,org.eclipse.swt.win32.win32.x86,3.1.0,org.eclipse.ui.carbon,3.1.0,org.eclipse.ui.win32,3.1.0,org.eclipse.update.core.linux,3.1.0,org.eclipse.update.core.freebsd,3.1.0,org.eclipse.update.core.win32,3.1.0,"/>
  		<antcall target="rootFiles${os}_${ws}_${arch}"/>
  	</target>
  	<target name="rootFileswin32_win32_x86">
-@@ -472,6 +497,16 @@
+@@ -473,6 +498,16 @@
  		</copy>
  		<chmod perm="755" dir="${feature.base}/linux.gtk.x86/${collectingFolder}" includes="eclipse" /> 
  	</target>
 +	<target name="rootFilesfreebsd_gtk_x86">
 +		<mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}"/>
-+		<copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" failonerror="true">
-+			<fileset dir="${basedir}/../../features/org.eclipse.launchers/bin/gtk/freebsd/x86" includes="**"			/>
++		<copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" failonerror="true" overwrite="true">
++			<fileset dir="${basedir}/../../features/org.eclipse.platform.launchers/bin/gtk/freebsd/x86" includes="**"			/>
 +			<fileset dir="${basedir}/gtk" includes="**"			/>
 +			<fileset dir="${basedir}/rootfiles" includes="**"			/>
 +			<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar"			/>
@@ -78,15 +85,15 @@
 +	</target>
  	<target name="rootFileslinux_gtk_ppc">
  		<mkdir dir="${feature.base}/linux.gtk.ppc/${collectingFolder}"/>
- 		<copy todir="${feature.base}/linux.gtk.ppc/${collectingFolder}" failonerror="true">
-@@ -512,6 +547,16 @@
+ 		<copy todir="${feature.base}/linux.gtk.ppc/${collectingFolder}" failonerror="true" overwrite="true">
+@@ -503,6 +538,16 @@
  		</copy>
  		<chmod perm="755" dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}" includes="eclipse" /> 
  	</target>
 +	<target name="rootFilesfreebsd_gtk_amd64">
 +		<mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}"/>
-+		<copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" failonerror="true">
-+			<fileset dir="${basedir}/../../features/org.eclipse.launchers/bin/gtk/freebsd/amd64" includes="**"			/>
++		<copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" failonerror="true" overwrite="true">
++			<fileset dir="${basedir}/../../features/org.eclipse.platform.launchers/bin/gtk/freebsd/amd64" includes="**"			/>
 +			<fileset dir="${basedir}/gtk" includes="**"			/>
 +			<fileset dir="${basedir}/rootfiles" includes="**"			/>
 +			<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar"			/>
@@ -95,32 +102,23 @@
 +	</target>
  	<target name="rootFileslinux_motif_x86">
  		<mkdir dir="${feature.base}/linux.motif.x86/${collectingFolder}"/>
- 		<copy todir="${feature.base}/linux.motif.x86/${collectingFolder}" failonerror="true">
-@@ -523,6 +568,28 @@
+ 		<copy todir="${feature.base}/linux.motif.x86/${collectingFolder}" failonerror="true" overwrite="true">
+@@ -515,6 +560,19 @@
  		</copy>
  		<chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="eclipse" /> 
  		<chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="*.so*" /> 
 +	</target>
 +	<target name="rootFilesfreebsd_motif_x86">
 +		<mkdir dir="${feature.base}/freebsd.motif.x86/${collectingFolder}"/>
-+		<copy todir="${feature.base}/freebsd.motif.x86/${collectingFolder}" failonerror="true">
-+			<fileset dir="${basedir}/../../features/org.eclipse.launchers/bin/motif/freebsd/x86" includes="**"			/>
-+			<fileset dir="${basedir}/../../plugins/org.eclipse.swt.motif/os/freebsd/x86" includes="libXm.so.2.1"			/>
++		<copy todir="${feature.base}/freebsd.motif.x86/${collectingFolder}" failonerror="true" overwrite="true">
++			<fileset dir="${basedir}/freebsd.motif" includes="**"			/>
++			<fileset dir="${basedir}/../../features/org.eclipse.platform.launchers/bin/motif/freebsd/x86" includes="**"			/>
++			<fileset dir="${basedir}/../../plugins/org.eclipse.swt.motif.freebsd.x86" includes="libXm.so.2"			/>
 +			<fileset dir="${basedir}/motif" includes="**"			/>
 +			<fileset dir="${basedir}/rootfiles" includes="**"			/>
 +			<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar"			/>
 +		</copy>
 +		<chmod perm="755" dir="${feature.base}/freebsd.motif.x86/${collectingFolder}" includes="eclipse" /> 
-+		<exec executable="ln" dir="${feature.base}/freebsd.motif.x86/${collectingFolder}" os="FreeBSD">
-+			<arg line="-s"/>
-+			<arg line="libXm.so.2.1"/>
-+			<arg line="libXm.so.2"/>
-+		</exec>
-+		<exec executable="ln" dir="${feature.base}/freebsd.motif.x86/${collectingFolder}" os="FreeBSD">
-+			<arg line="-s"/>
-+			<arg line="libXm.so.2.1"/>
-+			<arg line="libXm.so"/>
-+		</exec>
 +		<chmod perm="755" dir="${feature.base}/freebsd.motif.x86/${collectingFolder}" includes="*.so*" /> 
  	</target>
  	<target name="rootFilessolaris_motif_sparc">
Index: files/patch-features-platform-source-build.xml
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/files/patch-features-platform-source-build.xml,v
retrieving revision 1.1
diff -u -u -r1.1 patch-features-platform-source-build.xml
--- files/patch-features-platform-source-build.xml	7 May 2005 05:00:39 -0000	1.1
+++ files/patch-features-platform-source-build.xml	15 May 2005 01:52:23 -0000
@@ -1,8 +1,8 @@
---- features/org.eclipse.platform.source/build.xml.orig	Fri Apr  1 13:54:41 2005
-+++ features/org.eclipse.platform.source/build.xml	Sat Apr  2 14:33:00 2005
-@@ -42,6 +42,11 @@
- 			<property name="os" value="linux"/>
- 			<property name="ws" value="gtk"/>
+--- features/org.eclipse.platform.source/build.xml.orig	Fri May 13 11:34:53 2005
++++ features/org.eclipse.platform.source/build.xml	Sat May 14 18:51:56 2005
+@@ -27,6 +27,11 @@
+ 			<property name="os" value="qnx"/>
+ 			<property name="ws" value="photon"/>
  		</ant>
 +		<ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.freebsd.gtk.amd64" target="${target}">
 +			<property name="arch" value="amd64"/>
@@ -12,9 +12,9 @@
  		<ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.linux.motif.x86" target="${target}">
  			<property name="arch" value="x86"/>
  			<property name="os" value="linux"/>
-@@ -72,6 +77,16 @@
- 			<property name="os" value="linux"/>
- 			<property name="ws" value="gtk"/>
+@@ -42,6 +47,16 @@
+ 			<property name="os" value="hpux"/>
+ 			<property name="ws" value="motif"/>
  		</ant>
 +		<ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.freebsd.gtk.x86" target="${target}">
 +			<property name="arch" value="x86"/>
@@ -29,16 +29,16 @@
  		<ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.macosx.carbon.ppc" target="${target}">
  			<property name="arch" value="ppc"/>
  			<property name="os" value="macosx"/>
-@@ -144,7 +159,7 @@
- 		<copy todir="${feature.base}/features/org.eclipse.platform.source_3.1.0" failonerror="true">
+@@ -140,7 +155,7 @@
+ 		<copy todir="${feature.base}/features/org.eclipse.platform.source_3.1.0" failonerror="true" overwrite="false">
  			<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html"			/>
  		</copy>
--		<eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.1.0/feature.xml"  selfVersion="3.1.0" featureIds="" pluginIds="org.eclipse.platform.doc.isv,3.1.0,org.eclipse.platform.source,3.1.0,org.eclipse.platform.source.linux.gtk.ia64,3.1.0,org.eclipse.platform.source.qnx.photon.x86,3.1.0,org.eclipse.platform.source.linux.gtk.ppc,3.1.0,org.eclipse.platform.source.hpux.motif.PA_RISC,3.1.0,org.eclipse.platform.source.hpux.motif.ia64,3.1.0,org.eclipse.platform.source.linux.gtk.x86_64,3.1.0,org.eclipse.platform.source.linux.gtk.ppc64,3.1.0,org.eclipse.platform.source.solaris.gtk.sparc,3.1.0,org.eclipse.platform.source.macosx.carbon.ppc,3.1.0,org.eclipse.platform.source.linux.gtk.x86,3.1.0,org.eclipse.platform.source.aix.motif.ppc,3.1.0,org.eclipse.platform.source.win32.win32.x86,3.1.0,org.eclipse.platform.source.solaris.motif.sparc,3.1.0,org.eclipse.platform.source.linux.motif.x86,3.1.0,"/>
-+		<eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.1.0/feature.xml"  selfVersion="3.1.0" featureIds="" pluginIds="org.eclipse.platform.doc.isv,3.1.0,org.eclipse.platform.source,3.1.0,org.eclipse.platform.source.linux.gtk.ia64,3.1.0,org.eclipse.platform.source.qnx.photon.x86,3.1.0,org.eclipse.platform.source.linux.gtk.ppc,3.1.0,org.eclipse.platform.source.hpux.motif.PA_RISC,3.1.0,org.eclipse.platform.source.hpux.motif.ia64,3.1.0,org.eclipse.platform.source.linux.gtk.x86_64,3.1.0,org.eclipse.platform.source.freebsd.gtk.amd64,3.1.0,org.eclipse.platform.source.linux.gtk.ppc64,3.1.0,org.eclipse.platform.source.solaris.gtk.sparc,3.1.0,org.eclipse.platform.source.macosx.carbon.ppc,3.1.0,org.eclipse.platform.source.linux.gtk.x86,3.1.0,org.eclipse.platform.source.freebsd.gtk.x86,3.0.1,org.eclipse.platform.source.aix.motif.ppc,3.1.0,org.eclipse.platform.source.win32.win32.x86,3.1.0,org.eclipse.platform.source.solaris.motif.sparc,3.1.0,org.e!
 clipse.platform.source.linux.motif.x86,3.1.0,org.eclipse.platform.source.freebsd.motif.x86,3.0.1,"/>
+-		<eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.1.0/feature.xml"  selfVersion="3.1.0" featureIds="" pluginIds="org.eclipse.platform.doc.isv,3.1.0,org.eclipse.platform.source,3.1.0,org.eclipse.platform.source.linux.gtk.ppc,3.1.0,org.eclipse.platform.source.qnx.photon.x86,3.1.0,org.eclipse.platform.source.hpux.motif.PA_RISC,3.1.0,org.eclipse.platform.source.hpux.motif.ia64,3.1.0,org.eclipse.platform.source.linux.gtk.x86_64,3.1.0,org.eclipse.platform.source.linux.gtk.ppc64,3.1.0,org.eclipse.platform.source.solaris.gtk.sparc,3.1.0,org.eclipse.platform.source.macosx.carbon.ppc,3.1.0,org.eclipse.platform.source.linux.gtk.x86,3.1.0,org.eclipse.platform.source.aix.motif.ppc,3.1.0,org.eclipse.platform.source.win32.win32.x86,3.1.0,org.eclipse.platform.source.solaris.motif.sparc,3.1.0,org.eclipse.platform.source.linux.motif.x86,3.1.0,"/>
++		<eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.1.0/feature.xml"  selfVersion="3.1.0" featureIds="" pluginIds="org.eclipse.platform.doc.isv,3.1.0,org.eclipse.platform.source,3.1.0,org.eclipse.platform.source.linux.gtk.ppc,3.1.0,org.eclipse.platform.source.qnx.photon.x86,3.1.0,org.eclipse.platform.source.hpux.motif.PA_RISC,3.1.0,org.eclipse.platform.source.hpux.motif.ia64,3.1.0,org.eclipse.platform.source.linux.gtk.x86_64,3.1.0,org.eclipse.platform.source.freebsd.gtk.amd64,3.1.0,org.eclipse.platform.source.linux.gtk.ppc64,3.1.0,org.eclipse.platform.source.solaris.gtk.sparc,3.1.0,org.eclipse.platform.source.macosx.carbon.ppc,3.1.0,org.eclipse.platform.source.linux.gtk.x86,3.1.0,org.eclipse.platform.source.freebsd.gtk.x86,3.1.0,org.eclipse.platform.source.aix.motif.ppc,3.1.0,org.eclipse.platform.source.win32.win32.x86,3.1.0,org.eclipse.platform.source.solaris.motif.sparc,3.1.0,org.eclipse.platform.source.linux.motif.x86,3.1.0,org.!
 eclipse.platform.source.freebsd.motif.x86,3.1.0,"/>
  		<antcall target="rootFiles${os}_${ws}_${arch}"/>
  	</target>
  	<target name="rootFileswin32_win32_x86">
-@@ -159,6 +174,8 @@
+@@ -153,6 +168,8 @@
  	</target>
  	<target name="rootFileslinux_gtk_x86_64">
  	</target>
@@ -47,7 +47,7 @@
  	<target name="rootFileslinux_motif_x86">
  	</target>
  	<target name="rootFilessolaris_motif_sparc">
-@@ -175,6 +192,11 @@
+@@ -169,6 +186,11 @@
  	</target>
  	<target name="rootFilesqnx_photon_x86">
  	</target>
Index: files/patch-jdtcoresrc-compilejdtcore.xml
===================================================================
RCS file: files/patch-jdtcoresrc-compilejdtcore.xml
diff -N files/patch-jdtcoresrc-compilejdtcore.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-jdtcoresrc-compilejdtcore.xml	15 May 2005 17:09:12 -0000
@@ -0,0 +1,28 @@
+--- jdtcoresrc/compilejdtcore.xml~	Fri May 13 11:34:19 2005
++++ jdtcoresrc/compilejdtcore.xml	Sun May 15 10:08:14 2005
+@@ -37,9 +37,9 @@
+                 <property name="javacTarget" value="1.2" />
+                 <property name="javacDebugInfo" value="true" />
+                 <property name="javacFailOnError" value="true" />
+-                <record name="../compilelog.txt" action="start" />
++                <record name="compilelog.txt" action="start" />
+                 <javac verbose="true" srcdir="${srcdir}" destdir="${destdir}"/>
+-                <record name="../compilelog.txt" action="stop" />                                                                                                                  
++                <record name="compilelog.txt" action="stop" />                                                                                                                  
+             
+                 <echo message="UPDATE ecj.jar" />
+                 <copy todir="${destdir}">
+--- jdtcoresrc/compilejdtcorewithjavac.xml~	Fri May 13 11:34:19 2005
++++ jdtcoresrc/compilejdtcorewithjavac.xml	Sun May 15 10:08:28 2005
+@@ -22,9 +22,9 @@
+         <property name="javacDebugInfo" value="true" />
+         <property name="javacFailOnError" value="true" />
+ 
+-        <record name="../compilelog.txt" action="start" />
++        <record name="compilelog.txt" action="start" />
+         <javac verbose="true" srcdir="${srcdir}" destdir="${destdir}"/>
+-        <record name="../compilelog.txt" action="stop" />   
++        <record name="compilelog.txt" action="stop" />   
+ 
+         <echo message="UPDATE ecj.jar" />
+              <copy todir="${destdir}">
Index: files/patch-plugins-swt-gtk-build.xml
===================================================================
RCS file: files/patch-plugins-swt-gtk-build.xml
diff -N files/patch-plugins-swt-gtk-build.xml
--- files/patch-plugins-swt-gtk-build.xml	7 May 2005 05:00:39 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- plugins/org.eclipse.swt.gtk/build.xml.orig	Wed Apr 21 00:24:26 2004
-+++ plugins/org.eclipse.swt.gtk/build.xml	Wed Apr 21 00:24:39 2004
-@@ -10,7 +10,7 @@
- 		<property name="build.result.folder" value="${basedir}"/>
- 		<property name="plugindir" value="../org.eclipse.swt"/>
- 		<property name="destination" value="${basedir}"/>
--		<property name="os" value="linux"/>
-+		<property name="os" value="${os}"/>
- 		<property name="ws" value="gtk"/>
- 		<property name="arch" value="x86"/>
- 		<property name="bootclasspath" value=""/>
Index: files/patch-plugins-swt-gtk64-build.xml
===================================================================
RCS file: files/patch-plugins-swt-gtk64-build.xml
diff -N files/patch-plugins-swt-gtk64-build.xml
--- files/patch-plugins-swt-gtk64-build.xml	7 May 2005 05:00:39 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
---- plugins/org.eclipse.swt.gtk64/build.xml.orig	Fri Apr  1 13:54:42 2005
-+++ plugins/org.eclipse.swt.gtk64/build.xml	Mon Apr  4 00:11:23 2005
-@@ -11,9 +11,9 @@
- 		<property name="build.result.folder" value="${basedir}"/>
- 		<property name="plugindir" value="../org.eclipse.swt"/>
- 		<property name="destination" value="${basedir}"/>
--		<property name="os" value="linux"/>
--		<property name="ws" value="gtk"/>
--		<property name="arch" value="x86_64"/>
-+		<property name="os" value="${os}"/>
-+		<property name="ws" value="${ws}"/>
-+		<property name="arch" value="${arch}"/>
- 		<property name="bootclasspath" value=""/>
- 		<property name="toolsplugindir" value="../org.eclipse.swt.tools"/>		
- 	</target>
Index: files/patch-plugins-update-src-update.c
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/files/patch-plugins-update-src-update.c,v
retrieving revision 1.1
diff -u -u -r1.1 patch-plugins-update-src-update.c
--- files/patch-plugins-update-src-update.c	7 May 2005 05:00:39 -0000	1.1
+++ files/patch-plugins-update-src-update.c	15 May 2005 02:01:48 -0000
@@ -1,18 +1,15 @@
---- plugins/org.eclipse.update.core.linux/src/update.c.orig	Thu Sep 16 08:48:27 2004
-+++ plugins/org.eclipse.update.core.linux/src/update.c	Fri Feb 18 20:27:34 2005
-@@ -10,8 +10,15 @@
-  *******************************************************************************/
- 
+--- plugins/org.eclipse.update.core.linux/src/update.c.orig	Fri May 13 11:37:58 2005
++++ plugins/org.eclipse.update.core.linux/src/update.c	Sat May 14 19:01:31 2005
+@@ -12,7 +12,12 @@
+ /* bug 82520 : need to include stdlib.h */
+ # include <stdlib.h>
  # include <sys/types.h>
 +#ifdef __FreeBSD__
-+# include <stdlib.h>
 +# include <sys/param.h>
 +# include <sys/mount.h>
-+# include "update.h"
 +#else
  # include <sys/statfs.h>
- # include <update.h>
 +#endif
+ # include <update.h>
  
  /*
-  * Class:     org_eclipse_update_configuration_LocalSystemInfo
Index: scripts/pre-patch
===================================================================
RCS file: /home/freebsd/cvsroot/ports/java/eclipse-devel/scripts/pre-patch,v
retrieving revision 1.1
diff -u -u -r1.1 pre-patch
--- scripts/pre-patch	7 May 2005 05:00:40 -0000	1.1
+++ scripts/pre-patch	15 May 2005 01:54:25 -0000
@@ -30,7 +30,7 @@
 
 prepare_files()
 {
-	mkdir ${WRKSRC}/features/org.eclipse.launchers/bin/gtk/freebsd
+	mkdir ${WRKSRC}/features/org.eclipse.platform.launchers/bin/gtk/freebsd
 
 	# Copy the files and rename/change them appropriately
 	for src in $COPY_LIST
@@ -64,11 +64,11 @@
 assemble.org.eclipse.sdk.linux.gtk.x86.xml
 assemble.org.eclipse.sdk.linux.gtk.x86_64.xml
 assemble.org.eclipse.sdk.linux.motif.x86.xml
-features/org.eclipse.launchers/bin/gtk/linux/x86
-features/org.eclipse.launchers/bin/gtk/linux/x86_64
-features/org.eclipse.launchers/bin/motif/linux
-features/org.eclipse.launchers/library/gtk/make_linux.mak
-features/org.eclipse.launchers/library/motif/make_linux.mak
+features/org.eclipse.platform.launchers/bin/gtk/linux/x86
+features/org.eclipse.platform.launchers/bin/gtk/linux/x86_64
+features/org.eclipse.platform.launchers/bin/motif/linux
+features/org.eclipse.platform.launchers/library/gtk/make_linux.mak
+features/org.eclipse.platform.launchers/library/motif/make_linux.mak
 plugins/org.eclipse.core.resources.linux
 plugins/org.eclipse.core.resources.linux/os/linux
 plugins/org.eclipse.jdt.source.linux.gtk.x86
@@ -82,10 +82,9 @@
 plugins/org.eclipse.platform.source.linux.gtk.x86
 plugins/org.eclipse.platform.source.linux.gtk.x86_64
 plugins/org.eclipse.platform.source.linux.motif.x86
-plugins/org.eclipse.swt.gtk/os/linux
-plugins/org.eclipse.swt.gtk64/os/linux
-plugins/org.eclipse.swt.motif/os/linux
-plugins/org.eclipse.swt.motif/os/linux
+plugins/org.eclipse.swt.gtk.linux.x86
+plugins/org.eclipse.swt.gtk.linux.x86_64
+plugins/org.eclipse.swt.motif.linux.x86
 plugins/org.eclipse.update.core.linux
 plugins/org.eclipse.update.core.linux/os/linux
 "
--- eclipse-3.1M7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505151817.j4FIHvd0097149>