From owner-freebsd-eclipse@FreeBSD.ORG Thu Jun 7 02:14:14 2007 Return-Path: X-Original-To: freebsd-eclipse@FreeBSD.org Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDADE16A41F for ; Thu, 7 Jun 2007 02:14:14 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from straycat.dhs.org (c-24-63-86-11.hsd1.ma.comcast.net [24.63.86.11]) by mx1.freebsd.org (Postfix) with ESMTP id F369613C448 for ; Thu, 7 Jun 2007 02:14:13 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from bofh.straycat.dhs.org (bofh.straycat.dhs.org [192.168.1.127]) by straycat.dhs.org (8.13.8/8.13.8) with ESMTP id l571nmIW021882; Wed, 6 Jun 2007 21:49:48 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-send-pr-version: gtk-send-pr 0.4.8 X-GNATS-Notify: Date: Wed, 6 Jun 2007 21:49:49 -0400 From: "Tom McLaughlin" Message-Id: <1181180989.9174@bofh.straycat.dhs.org> To: "FreeBSD gnats submit" X-Mailman-Approved-At: Thu, 07 Jun 2007 02:37:52 +0000 Cc: Subject: [java/eclipse] Update to 3.2.2 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 02:14:15 -0000 >Submitter-Id: current-users >Originator: Tom McLaughlin >Organization: >Confidential: no >Synopsis: [java/eclipse] Update to 3.2.2 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-STABLE i386 >Environment: System: FreeBSD 6.2-STABLE #0: Mon Jun 4 19:46:26 EDT 2007 root@:/usr/obj/usr/src/sys/GENERIC_ULE >Description: Attached patch updates eclipse to 3.2.2 which I've been using for months with no issues. I sent emails to eclipse@ and I believe the maintainer but received no response. Can I get a maintainer okay for this and an eclipse@ committer to commit this? For Rick Petty: Can you compare your patch against mine? I saw your message in the archives but the attachment had been stripped. Thanks. Ref: http://lists.freebsd.org/pipermail/freebsd-eclipse/2007-March/000648.html Ref: http://lists.freebsd.org/pipermail/freebsd-eclipse/2007-April/000653.html >How-To-Repeat: >Fix: --- eclipse-3.2.2.diff begins here --- Index: Makefile =================================================================== RCS file: /ncvs/ports/java/eclipse/Makefile,v retrieving revision 1.52 diff -u -r1.52 Makefile --- Makefile 19 May 2007 20:12:35 -0000 1.52 +++ Makefile 7 Jun 2007 01:31:54 -0000 @@ -6,11 +6,10 @@ # PORTNAME= eclipse -PORTVERSION= 3.2.1 -PORTREVISION= 3 +PORTVERSION= 3.2.2 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE} -MASTER_SITE_SUBDIR= R-${PORTVERSION}-200609210945 +MASTER_SITE_SUBDIR= R-${PORTVERSION}-200702121330 DISTNAME= ${PORTNAME}-sourceBuild-srcIncluded-${PORTVERSION} DIST_SUBDIR= eclipse @@ -97,7 +96,6 @@ post-patch: @${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/build.sh" ${FILESDIR}/post-patch-plugins-swt-gtk-build.sh @${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/make_freebsd.mak" ${FILESDIR}/post-patch-plugins-swt-gtk-make_freebsd.mak - @${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/os_custom.h" ${FILESDIR}/post-patch-plugins-swt-gtk-os_custom.h @${PATCH} ${PATCH_DIST_ARGS} "${SWTMOZ}/gtk/org/eclipse/swt/browser/Browser.java" ${FILESDIR}/post-patch-plugins-swt-mozilla-Browser.java @${PATCH} ${PATCH_DIST_ARGS} "${SWTMOZ}/common/org/eclipse/swt/internal/mozilla/XPCOM.java" ${FILESDIR}/post-patch-plugins-swt-mozilla-XPCOM.java @${PATCH} ${PATCH_DIST_ARGS} "${WRKSRC}/plugins/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.XPCOM.properties" ${FILESDIR}/post-patch-plugins-swt-mozilla-XPCOM.properties Index: distinfo =================================================================== RCS file: /ncvs/ports/java/eclipse/distinfo,v retrieving revision 1.13 diff -u -r1.13 distinfo --- distinfo 3 Jan 2007 18:13:55 -0000 1.13 +++ distinfo 7 Jun 2007 01:31:54 -0000 @@ -1,3 +1,3 @@ -MD5 (eclipse/eclipse-sourceBuild-srcIncluded-3.2.1.zip) = 0fe89e9c7cf07a56c4fe8e2d7f5a394b -SHA256 (eclipse/eclipse-sourceBuild-srcIncluded-3.2.1.zip) = 2d6a0628333d068b6ab678c42f925d71df1c003035543830a30e3ee80fb855c7 -SIZE (eclipse/eclipse-sourceBuild-srcIncluded-3.2.1.zip) = 82433420 +MD5 (eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip) = 5d1b9f6a146ffc59191e513083a6ec86 +SHA256 (eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip) = 84759dc6085e68b31228ce2b226778494481be38681dc8ca5b0e2f226bf963a7 +SIZE (eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip) = 82487328 Index: files/patch-features-platform-build.xml =================================================================== RCS file: /ncvs/ports/java/eclipse/files/patch-features-platform-build.xml,v retrieving revision 1.4 diff -u -r1.4 patch-features-platform-build.xml --- files/patch-features-platform-build.xml 4 Nov 2006 02:06:49 -0000 1.4 +++ files/patch-features-platform-build.xml 7 Jun 2007 01:31:54 -0000 @@ -1,5 +1,5 @@ ---- features/org.eclipse.platform/build.xml.orig Thu Sep 21 10:55:42 2006 -+++ features/org.eclipse.platform/build.xml Tue Oct 3 14:33:47 2006 +--- features/org.eclipse.platform/build.xml.orig Mon Feb 12 13:45:21 2007 ++++ features/org.eclipse.platform/build.xml Mon Mar 26 12:55:06 2007 @@ -27,6 +27,11 @@ @@ -30,11 +30,11 @@ @@ -391,7 +406,7 @@ - + -- -+ +- ++ Index: files/patch-features-platform-source-build.xml =================================================================== RCS file: /ncvs/ports/java/eclipse/files/patch-features-platform-source-build.xml,v retrieving revision 1.4 diff -u -r1.4 patch-features-platform-source-build.xml --- files/patch-features-platform-source-build.xml 4 Nov 2006 02:06:49 -0000 1.4 +++ files/patch-features-platform-source-build.xml 7 Jun 2007 01:31:54 -0000 @@ -1,5 +1,5 @@ ---- features/org.eclipse.platform.source/build.xml.orig Thu Sep 21 10:55:43 2006 -+++ features/org.eclipse.platform.source/build.xml Tue Oct 3 14:44:24 2006 +--- features/org.eclipse.platform.source/build.xml.orig Mon Feb 12 13:45:20 2007 ++++ features/org.eclipse.platform.source/build.xml Mon Mar 26 13:13:05 2007 @@ -27,6 +27,11 @@ @@ -25,11 +25,11 @@ @@ -131,7 +141,7 @@ - + -- -+ +- ++ Index: files/patch-features-platform-source-feature.xml =================================================================== RCS file: /ncvs/ports/java/eclipse/files/patch-features-platform-source-feature.xml,v retrieving revision 1.3 diff -u -r1.3 patch-features-platform-source-feature.xml --- files/patch-features-platform-source-feature.xml 4 Nov 2006 02:06:49 -0000 1.3 +++ files/patch-features-platform-source-feature.xml 7 Jun 2007 01:31:54 -0000 @@ -1,9 +1,9 @@ ---- features/org.eclipse.platform.source/feature.xml.orig Sat Jul 29 21:49:46 2006 -+++ features/org.eclipse.platform.source/feature.xml Sat Jul 29 21:52:58 2006 +--- features/org.eclipse.platform.source/feature.xml.orig Mon Feb 12 13:45:20 2007 ++++ features/org.eclipse.platform.source/feature.xml Mon Mar 26 17:28:19 2007 @@ -28,4 +28,6 @@ - - - -+ -+ + + + ++ ++ Index: files/patch-features-rcp-build.xml =================================================================== RCS file: /ncvs/ports/java/eclipse/files/patch-features-rcp-build.xml,v retrieving revision 1.4 diff -u -r1.4 patch-features-rcp-build.xml --- files/patch-features-rcp-build.xml 4 Nov 2006 02:06:49 -0000 1.4 +++ files/patch-features-rcp-build.xml 7 Jun 2007 01:31:54 -0000 @@ -1,5 +1,5 @@ ---- features/org.eclipse.rcp/build.xml.orig Thu Sep 21 10:55:42 2006 -+++ features/org.eclipse.rcp/build.xml Tue Oct 3 14:51:03 2006 +--- features/org.eclipse.rcp/build.xml.orig Mon Feb 12 13:45:21 2007 ++++ features/org.eclipse.rcp/build.xml Mon Mar 26 13:28:17 2007 @@ -77,6 +77,11 @@ @@ -25,11 +25,11 @@ @@ -225,7 +235,7 @@ - + -- -+ +- ++ Index: files/patch-features-rcp-source-build.xml =================================================================== RCS file: /ncvs/ports/java/eclipse/files/patch-features-rcp-source-build.xml,v retrieving revision 1.4 diff -u -r1.4 patch-features-rcp-source-build.xml --- files/patch-features-rcp-source-build.xml 4 Nov 2006 02:06:49 -0000 1.4 +++ files/patch-features-rcp-source-build.xml 7 Jun 2007 01:31:54 -0000 @@ -1,5 +1,5 @@ ---- features/org.eclipse.rcp.source/build.xml.orig Thu Sep 21 10:55:42 2006 -+++ features/org.eclipse.rcp.source/build.xml Tue Oct 3 14:56:42 2006 +--- features/org.eclipse.rcp.source/build.xml.orig Mon Feb 12 13:45:21 2007 ++++ features/org.eclipse.rcp.source/build.xml Mon Mar 26 13:32:10 2007 @@ -37,6 +37,11 @@ @@ -25,11 +25,11 @@ @@ -140,7 +150,7 @@ - + -- -+ +- ++ Index: files/post-patch-plugins-swt-gtk-os_custom.h =================================================================== RCS file: files/post-patch-plugins-swt-gtk-os_custom.h diff -N files/post-patch-plugins-swt-gtk-os_custom.h --- files/post-patch-plugins-swt-gtk-os_custom.h 4 Nov 2006 02:06:49 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,97 +0,0 @@ ---- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h.orig Thu Sep 21 10:57:34 2006 -+++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h Tue Oct 3 15:02:26 2006 -@@ -36,50 +36,50 @@ - #define XRenderFreePicture_LIB "libXrender.so" - #define XRenderSetPictureClipRectangles_LIB "libXrender.so" - #define XRenderSetPictureTransform_LIB "libXrender.so" --#define gtk_entry_text_index_to_layout_index_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_add_filter_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_dialog_new_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_get_current_folder_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_get_filename_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_get_filenames_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_set_current_folder_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_set_current_name_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_set_extra_widget_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_set_filename_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_set_select_multiple_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_filter_add_pattern_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_filter_new_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_filter_set_name_LIB "libgtk-x11-2.0.so.0" --#define gtk_expander_get_expanded_LIB "libgtk-x11-2.0.so.0" --#define gtk_expander_get_label_widget_LIB "libgtk-x11-2.0.so.0" --#define gtk_expander_new_LIB "libgtk-x11-2.0.so.0" --#define gtk_expander_set_expanded_LIB "libgtk-x11-2.0.so.0" --#define gtk_expander_set_label_LIB "libgtk-x11-2.0.so.0" --#define gtk_expander_set_label_widget_LIB "libgtk-x11-2.0.so.0" --#define gtk_tree_selection_count_selected_rows_LIB "libgtk-x11-2.0.so.0" --#define gtk_tree_selection_get_selected_rows_LIB "libgtk-x11-2.0.so.0" --#define gtk_tree_view_column_cell_get_position_LIB "libgtk-x11-2.0.so.0" --#define gtk_entry_set_alignment_LIB "libgtk-x11-2.0.so.0" --#define gdk_draw_pixbuf_LIB "libgdk-x11-2.0.so.0" --#define gdk_screen_get_default_LIB "libgdk-x11-2.0.so.0" --#define gdk_screen_get_monitor_at_window_LIB "libgdk-x11-2.0.so.0" --#define gdk_screen_get_monitor_geometry_LIB "libgdk-x11-2.0.so.0" --#define gdk_screen_get_n_monitors_LIB "libgdk-x11-2.0.so.0" --#define gdk_screen_get_number_LIB "libgdk-x11-2.0.so.0" --#define gdk_window_set_keep_above_LIB "libgdk-x11-2.0.so.0" --#define gdk_window_set_accept_focus_LIB "libgdk-x11-2.0.so.0" --#define gdk_x11_screen_get_window_manager_name_LIB "libgdk-x11-2.0.so.0" --#define gdk_x11_screen_lookup_visual_LIB "libgdk-x11-2.0.so.0" --#define atk_object_add_relationship_LIB "libatk-1.0.so.0" --#define pango_layout_set_auto_dir_LIB "libpango-1.0.so.0" --#define pango_cairo_create_layout_LIB "libpangocairo-1.0.so.0" --#define pango_cairo_layout_path_LIB "libpangocairo-1.0.so.0" --#define pango_cairo_show_layout_LIB "libpangocairo-1.0.so.0" --#define pango_cairo_font_map_create_context_LIB "libpangocairo-1.0.so.0" --#define pango_cairo_font_map_new_LIB "libpangocairo-1.0.so.0" --#define pango_cairo_font_map_get_default_LIB "libpangocairo-1.0.so.0" --#define gdk_cairo_set_source_color_LIB "libgdk-x11-2.0.so.0" --#define gdk_cairo_region_LIB "libgdk-x11-2.0.so.0" -+#define gtk_entry_text_index_to_layout_index_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_add_filter_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_dialog_new_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_get_current_folder_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_get_filename_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_get_filenames_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_set_current_folder_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_set_current_name_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_set_extra_widget_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_set_filename_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_set_select_multiple_LIB "libgtk-x11-2.0.so" -+#define gtk_file_filter_add_pattern_LIB "libgtk-x11-2.0.so" -+#define gtk_file_filter_new_LIB "libgtk-x11-2.0.so" -+#define gtk_file_filter_set_name_LIB "libgtk-x11-2.0.so" -+#define gtk_expander_get_expanded_LIB "libgtk-x11-2.0.so" -+#define gtk_expander_get_label_widget_LIB "libgtk-x11-2.0.so" -+#define gtk_expander_new_LIB "libgtk-x11-2.0.so" -+#define gtk_expander_set_expanded_LIB "libgtk-x11-2.0.so" -+#define gtk_expander_set_label_LIB "libgtk-x11-2.0.so" -+#define gtk_expander_set_label_widget_LIB "libgtk-x11-2.0.so" -+#define gtk_tree_selection_count_selected_rows_LIB "libgtk-x11-2.0.so" -+#define gtk_tree_selection_get_selected_rows_LIB "libgtk-x11-2.0.so" -+#define gtk_tree_view_column_cell_get_position_LIB "libgtk-x11-2.0.so" -+#define gtk_entry_set_alignment_LIB "libgtk-x11-2.0.so" -+#define gdk_draw_pixbuf_LIB "libgdk-x11-2.0.so" -+#define gdk_screen_get_default_LIB "libgdk-x11-2.0.so" -+#define gdk_screen_get_monitor_at_window_LIB "libgdk-x11-2.0.so" -+#define gdk_screen_get_monitor_geometry_LIB "libgdk-x11-2.0.so" -+#define gdk_screen_get_n_monitors_LIB "libgdk-x11-2.0.so" -+#define gdk_screen_get_number_LIB "libgdk-x11-2.0.so" -+#define gdk_window_set_keep_above_LIB "libgdk-x11-2.0.so" -+#define gdk_window_set_accept_focus_LIB "libgdk-x11-2.0.so" -+#define gdk_x11_screen_get_window_manager_name_LIB "libgdk-x11-2.0.so" -+#define gdk_x11_screen_lookup_visual_LIB "libgdk-x11-2.0.so" -+#define atk_object_add_relationship_LIB "libatk-1.0.so" -+#define pango_layout_set_auto_dir_LIB "libpango-1.0.so" -+#define pango_cairo_create_layout_LIB "libpangocairo-1.0.so" -+#define pango_cairo_layout_path_LIB "libpangocairo-1.0.so" -+#define pango_cairo_show_layout_LIB "libpangocairo-1.0.so" -+#define pango_cairo_font_map_create_context_LIB "libpangocairo-1.0.so" -+#define pango_cairo_font_map_new_LIB "libpangocairo-1.0.so" -+#define pango_cairo_font_map_get_default_LIB "libpangocairo-1.0.so" -+#define gdk_cairo_set_source_color_LIB "libgdk-x11-2.0.so" -+#define gdk_cairo_region_LIB "libgdk-x11-2.0.so" - - /* Field accessors */ - #define GTK_ACCEL_LABEL_SET_ACCEL_STRING(arg0, arg1) (arg0)->accel_string = arg1 --- eclipse-3.2.2.diff ends here ---