summaryrefslogtreecommitdiff
path: root/chat/xchat/patches
diff options
context:
space:
mode:
Diffstat (limited to 'chat/xchat/patches')
-rw-r--r--chat/xchat/patches/patch-aa13
-rw-r--r--chat/xchat/patches/patch-ac16
-rw-r--r--chat/xchat/patches/patch-ad13
-rw-r--r--chat/xchat/patches/patch-ae24
-rw-r--r--chat/xchat/patches/patch-af13
5 files changed, 0 insertions, 79 deletions
diff --git a/chat/xchat/patches/patch-aa b/chat/xchat/patches/patch-aa
deleted file mode 100644
index 20ef171f25d..00000000000
--- a/chat/xchat/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.11 2007/07/20 15:09:23 tron Exp $
-
---- configure.orig 2007-06-30 16:28:18.000000000 +0100
-+++ configure 2007-07-20 15:01:42.000000000 +0100
-@@ -29020,7 +29020,7 @@
- PY_PREFIX=`$pythonpath -c 'import sys; print sys.prefix'`
- PY_EXEC_PREFIX=`$pythonpath -c 'import sys; print sys.exec_prefix'`
- if test -f $PY_INC/Python.h; then
-- PY_LIBS="-L$PY_LIB/config -lpython$PY_VER -lpthread -lutil"
-+ PY_LIBS="-L$PY_LIB/config -lpython$PY_VER ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} -lutil"
- PY_CFLAGS="-I$PY_INC"
- { echo "$as_me:$LINENO: result: ok" >&5
- echo "${ECHO_T}ok" >&6; }
diff --git a/chat/xchat/patches/patch-ac b/chat/xchat/patches/patch-ac
deleted file mode 100644
index 510d7ef00db..00000000000
--- a/chat/xchat/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.6 2008/10/17 11:03:43 tron Exp $
-
-Fix build with GTK+ 2.13.* and newer. Patch taken from this bug report:
-
-http://sourceforge.net/tracker/index.php?func=detail&aid=2070689&group_id=239&atid=100239
-
---- src/fe-gtk/xtext.h.orig 2008-02-24 04:48:02.000000000 +0000
-+++ src/fe-gtk/xtext.h 2008-10-17 11:54:59.000000000 +0100
-@@ -270,6 +270,6 @@
- xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext);
- void gtk_xtext_buffer_free (xtext_buffer *buf);
- void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render);
--GtkType gtk_xtext_get_type (void);
-+GType gtk_xtext_get_type (void);
-
- #endif
diff --git a/chat/xchat/patches/patch-ad b/chat/xchat/patches/patch-ad
deleted file mode 100644
index 8841f3862ac..00000000000
--- a/chat/xchat/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.8 2010/06/02 18:24:47 tnn Exp $
-
---- src/fe-gtk/fe-gtk.c.orig 2008-02-24 08:39:44.000000000 +0000
-+++ src/fe-gtk/fe-gtk.c
-@@ -819,7 +819,7 @@ fe_gui_info (session *sess, int info_typ
- switch (info_type)
- {
- case 0: /* window status */
-- if (!GTK_WIDGET_VISIBLE (GTK_WINDOW (sess->gui->window)))
-+ if (!gtk_widget_get_visible(GTK_WINDOW (sess->gui->window)))
- return 2; /* hidden (iconified or systray) */
- #if GTK_CHECK_VERSION(2,4,0)
- if (gtk_window_is_active (GTK_WINDOW (sess->gui->window)))
diff --git a/chat/xchat/patches/patch-ae b/chat/xchat/patches/patch-ae
deleted file mode 100644
index a9dfda25db8..00000000000
--- a/chat/xchat/patches/patch-ae
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ae,v 1.5 2010/06/02 18:24:47 tnn Exp $
-
---- src/fe-gtk/maingui.c.orig 2008-04-01 08:53:41.000000000 +0000
-+++ src/fe-gtk/maingui.c
-@@ -599,7 +599,7 @@ mg_show_generic_tab (GtkWidget *box)
- int num;
- GtkWidget *f = NULL;
-
-- if (current_sess && GTK_WIDGET_HAS_FOCUS (current_sess->gui->input_box))
-+ if (current_sess && gtk_widget_has_focus(current_sess->gui->input_box))
- f = current_sess->gui->input_box;
-
- num = gtk_notebook_page_num (GTK_NOTEBOOK (mg_gui->note_book), box);
-@@ -809,8 +809,8 @@ mg_set_topic_tip (session *sess)
- static void
- mg_hide_empty_pane (GtkPaned *pane)
- {
-- if ((pane->child1 == NULL || !GTK_WIDGET_VISIBLE (pane->child1)) &&
-- (pane->child2 == NULL || !GTK_WIDGET_VISIBLE (pane->child2)))
-+ if ((pane->child1 == NULL || !gtk_widget_get_visible(pane->child1)) &&
-+ (pane->child2 == NULL || !gtk_widget_get_visible(pane->child2)))
- {
- gtk_widget_hide (GTK_WIDGET (pane));
- return;
diff --git a/chat/xchat/patches/patch-af b/chat/xchat/patches/patch-af
deleted file mode 100644
index 8190a8420b6..00000000000
--- a/chat/xchat/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.3 2010/06/02 18:24:47 tnn Exp $
-
---- src/fe-gtk/menu.c.orig 2008-06-08 07:59:37.000000000 +0000
-+++ src/fe-gtk/menu.c
-@@ -1670,7 +1670,7 @@ static gboolean
- menu_canacaccel (GtkWidget *widget, guint signal_id, gpointer user_data)
- {
- /* GTK2.2 behaviour */
-- return GTK_WIDGET_IS_SENSITIVE (widget);
-+ return gtk_widget_is_sensitive(widget);
- }
-
- #endif