From 3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Wed, 28 Aug 2013 18:26:01 +0000 Subject: Update to latest GNUstep core libraries. Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt --- x11-toolkits/gtoolkit/files/patch-GToolKit.m | 72 ---------------------------- 1 file changed, 72 deletions(-) delete mode 100644 x11-toolkits/gtoolkit/files/patch-GToolKit.m (limited to 'x11-toolkits/gtoolkit/files/patch-GToolKit.m') diff --git a/x11-toolkits/gtoolkit/files/patch-GToolKit.m b/x11-toolkits/gtoolkit/files/patch-GToolKit.m deleted file mode 100644 index e6b424035831..000000000000 --- a/x11-toolkits/gtoolkit/files/patch-GToolKit.m +++ /dev/null @@ -1,72 +0,0 @@ ---- GToolKit.m.orig 2002-02-21 16:43:52.000000000 +0100 -+++ GToolKit.m 2011-04-15 20:17:16.000000000 +0200 -@@ -2550,6 +2550,17 @@ - #include - #include - -+#ifdef HAVE_CONFIG_H -+#include "config.h" -+#endif -+ -+#include -+#include -+#include -+#if defined (DEBUG) && defined (HAVE_OBJC_OBJC_API_H) -+#include -+#endif -+ - @implementation GTKItemFactory - + (GtkType) getType - { -@@ -2651,16 +2662,6 @@ - { - gtk_item_factory_set_translate_func(gtk, func , data , notify); - } --#ifdef HAVE_CONFIG_H --#include "config.h" --#endif -- --#include --#include --#include --#if defined (DEBUG) && defined (HAVE_OBJC_OBJC_API_H) --#include --#endif - - - static void item_forward_signal (gpointer data, guint action, GtkWidget *widget) -@@ -3134,11 +3135,11 @@ - { - return gtk_main_iteration_do( blocking); - } --- (gint) true -+- (gint) val_true - { - return gtk_true(); - } --- (gint) false -+- (gint) val_false - { - return gtk_false(); - } -@@ -6376,6 +6377,10 @@ - #include - #include - -+#include -+#include -+#include -+ - @implementation GTKWindow - + (GtkType) getType - { -@@ -6437,9 +6442,6 @@ - { - gtk_window_set_modal(gtk, modal); - } --#include --#include --#include - - - NSString *GTKWindowDidBecomeMainNotification = @"GTKWindowDidBecomeMain"; -- cgit v1.2.3