diff options
author | wiz <wiz@pkgsrc.org> | 2007-05-13 14:39:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-05-13 14:39:15 +0000 |
commit | 2e8801824fa3b48a69fd9e8f493b86ce5e2f4267 (patch) | |
tree | 71f066a0429be8cacd4570957c318bbbffe78fe1 /devel/eel/patches | |
parent | 018380d68a37ec0771aef31188810716ce2a3f48 (diff) | |
download | pkgsrc-2e8801824fa3b48a69fd9e8f493b86ce5e2f4267.tar.gz |
Remove some GNOME1 packages that are unmaintained upstream and/or in
pkgsrc, in preparation for gnome1-libs removal(*).
There was no feedback for keeping these packages after my
HEADS UP mail to pkgsrc-users a week ago.
(*) More to come before that can happen, though.
Diffstat (limited to 'devel/eel/patches')
-rw-r--r-- | devel/eel/patches/patch-aa | 14 | ||||
-rw-r--r-- | devel/eel/patches/patch-ab | 29 | ||||
-rw-r--r-- | devel/eel/patches/patch-ac | 20 |
3 files changed, 0 insertions, 63 deletions
diff --git a/devel/eel/patches/patch-aa b/devel/eel/patches/patch-aa deleted file mode 100644 index 388df8ce994..00000000000 --- a/devel/eel/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2005/01/28 14:58:28 adam Exp $ - ---- configure.orig 2001-10-05 18:18:03.000000000 +0000 -+++ configure -@@ -6198,7 +6198,8 @@ else - #include <stdio.h> - #include <stdlib.h> - #include <string.h> --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - char* - my_strdup (char *str) diff --git a/devel/eel/patches/patch-ab b/devel/eel/patches/patch-ab deleted file mode 100644 index b0406078f48..00000000000 --- a/devel/eel/patches/patch-ab +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2006/02/16 19:29:41 joerg Exp $ - ---- eel/eel-wrap-table.c.orig 2006-02-16 18:42:08.000000000 +0000 -+++ eel/eel-wrap-table.c -@@ -518,6 +518,7 @@ wrap_table_layout (EelWrapTable *wrap_ta - item_allocation.x += (max_child_dimensions.width - (int) item_allocation.width); - break; - default: -+ break; - } - - switch (wrap_table->details->y_justification) { -@@ -528,6 +529,7 @@ wrap_table_layout (EelWrapTable *wrap_ta - item_allocation.y += (max_child_dimensions.height - (int) item_allocation.height); - break; - default: -+ break; - } - } - -@@ -831,7 +833,7 @@ eel_wrap_table_find_child_at_event_point - */ - void - eel_wrap_table_set_x_justification (EelWrapTable *wrap_table, -- EelJustification x_justification) -+ GtkJustification x_justification) - { - g_return_if_fail (EEL_IS_WRAP_TABLE (wrap_table)); - g_return_if_fail (x_justification >= EEL_JUSTIFICATION_BEGINNING); diff --git a/devel/eel/patches/patch-ac b/devel/eel/patches/patch-ac deleted file mode 100644 index 15b83798c14..00000000000 --- a/devel/eel/patches/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2006/02/16 19:29:41 joerg Exp $ - ---- test/test-eel-gtk-style.c.orig 2006-02-16 18:55:17.000000000 +0000 -+++ test/test-eel-gtk-style.c -@@ -64,6 +64,7 @@ style_get_color (const GtkStyle *style, - case 5: return style->text[state]; break; - case 6: return style->base[state]; break; - default: -+ break; - } - g_assert_not_reached (); - return empty; -@@ -89,6 +90,7 @@ style_get_gc (const GtkStyle *style, - case 5: return style->text_gc[state]; break; - case 6: return style->base_gc[state]; break; - default: -+ break; - } - g_assert_not_reached (); - return NULL; |