From 240aee9a7b85328481f70e2516fb1d05f5dca7eb Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 14 Apr 2009 11:56:53 +0000 Subject: [PATCH] These files should never have been committed... obviously spotted by oga@, thanks! --- .../patch-src_GtkamlImplicitsStore_c.orig | 63 ------------------- ...patch-src_GtkamlRootClassDefinition_h.orig | 17 ----- 2 files changed, 80 deletions(-) delete mode 100644 textproc/gtkaml/patches/patch-src_GtkamlImplicitsStore_c.orig delete mode 100644 textproc/gtkaml/patches/patch-src_GtkamlRootClassDefinition_h.orig diff --git a/textproc/gtkaml/patches/patch-src_GtkamlImplicitsStore_c.orig b/textproc/gtkaml/patches/patch-src_GtkamlImplicitsStore_c.orig deleted file mode 100644 index 43f1b23a9af..00000000000 --- a/textproc/gtkaml/patches/patch-src_GtkamlImplicitsStore_c.orig +++ /dev/null @@ -1,63 +0,0 @@ -$OpenBSD: patch-src_GtkamlImplicitsStore_c.orig,v 1.1 2009/04/07 21:48:05 ajacoutot Exp $ - -Fix a gint-gsize-confusion to get rid of a bus error on sparc64. - ---- src/GtkamlImplicitsStore.c.orig Sun Mar 22 20:10:31 2009 -+++ src/GtkamlImplicitsStore.c Sun Mar 22 20:13:45 2009 -@@ -145,7 +145,7 @@ gboolean gtkaml_key_file_wrapper_has_key (GtkamlKeyFil - } - - --char** gtkaml_key_file_wrapper_get_string_list (GtkamlKeyFileWrapper* self, const char* group, const char* key, int* result_length1) { -+char** gtkaml_key_file_wrapper_get_string_list (GtkamlKeyFileWrapper* self, const char* group, const char* key, gsize* result_length1) { - GError * inner_error; - g_return_val_if_fail (self != NULL, NULL); - g_return_val_if_fail (group != NULL, NULL); -@@ -155,7 +155,7 @@ char** gtkaml_key_file_wrapper_get_string_list (Gtkaml - char** _tmp2; - gint _tmp1_size; - gint _tmp1_length1; -- gint _tmp0; -+ gsize _tmp0; - char** _tmp1; - char** _tmp3; - _tmp2 = NULL; -@@ -355,15 +355,15 @@ GeeList* gtkaml_implicits_store_get_adds (GtkamlImplic - if (gtkaml_key_file_wrapper_has_key (kfw, class_name, "adds")) { - char** _tmp1; - gint kf_adds_size; -- gint kf_adds_length1; -- gint _tmp0; -+ gsize kf_adds_length1; -+ gsize _tmp0; - char** kf_adds; - _tmp1 = NULL; - kf_adds = (_tmp1 = gtkaml_key_file_wrapper_get_string_list (kfw, class_name, "adds", &_tmp0), kf_adds_length1 = _tmp0, kf_adds_size = kf_adds_length1, _tmp1); - { - char** add_collection; - int add_collection_length1; -- int add_it; -+ gsize add_it; - add_collection = kf_adds; - add_collection_length1 = kf_adds_length1; - for (add_it = 0; add_it < kf_adds_length1; add_it = add_it + 1) { -@@ -409,8 +409,8 @@ GeeList* gtkaml_implicits_store_get_method_parameters - if (gtkaml_key_file_wrapper_has_key (kfw, class_name, method_name)) { - char** _tmp3; - gint kf_parameters_size; -- gint kf_parameters_length1; -- gint _tmp2; -+ gsize kf_parameters_length1; -+ gsize _tmp2; - char** kf_parameters; - GeeList* _tmp11; - _tmp3 = NULL; -@@ -418,7 +418,7 @@ GeeList* gtkaml_implicits_store_get_method_parameters - { - char** parameter_collection; - int parameter_collection_length1; -- int parameter_it; -+ gsize parameter_it; - parameter_collection = kf_parameters; - parameter_collection_length1 = kf_parameters_length1; - for (parameter_it = 0; parameter_it < kf_parameters_length1; parameter_it = parameter_it + 1) { diff --git a/textproc/gtkaml/patches/patch-src_GtkamlRootClassDefinition_h.orig b/textproc/gtkaml/patches/patch-src_GtkamlRootClassDefinition_h.orig deleted file mode 100644 index 0d7c08a84bc..00000000000 --- a/textproc/gtkaml/patches/patch-src_GtkamlRootClassDefinition_h.orig +++ /dev/null @@ -1,17 +0,0 @@ -$OpenBSD: patch-src_GtkamlRootClassDefinition_h.orig,v 1.1 2009/04/07 21:48:05 ajacoutot Exp $ ---- src/GtkamlRootClassDefinition.h.orig Tue Apr 7 23:40:50 2009 -+++ src/GtkamlRootClassDefinition.h Tue Apr 7 23:41:04 2009 -@@ -25,11 +25,10 @@ - - #include - #include --#include -+#include - #include - #include --#include --#include -+#include - #include - #include "GtkamlClassDefinition.h" -