aboutsummaryrefslogtreecommitdiff
path: root/irc/xchat2/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-28 12:35:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-28 12:35:56 +0000
commit89c9d6285cc0d8154ce6b9073bf173c4e52f21b8 (patch)
treee22bc4957427f450ca2c1649e9a5f940d37b346b /irc/xchat2/files
parented65d3c3dccadc56481fff7bb5e2ecf9ad13e76e (diff)
downloadports-89c9d6285cc0d8154ce6b9073bf173c4e52f21b8.tar.gz
ports-89c9d6285cc0d8154ce6b9073bf173c4e52f21b8.zip
Notes
Diffstat (limited to 'irc/xchat2/files')
-rw-r--r--irc/xchat2/files/patch-configure17
-rw-r--r--irc/xchat2/files/patch-fixtabcomp24
2 files changed, 0 insertions, 41 deletions
diff --git a/irc/xchat2/files/patch-configure b/irc/xchat2/files/patch-configure
deleted file mode 100644
index a48d5cbc869a..000000000000
--- a/irc/xchat2/files/patch-configure
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.orig Sun Apr 2 19:17:32 2006
-+++ configure Sun Apr 2 19:18:07 2006
-@@ -24741,12 +24741,12 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
- #include <libintl.h>
- extern int _nl_msg_cat_cntr;
--extern int *_nl_domain_bindings;
-+extern int *libintl_nl_domain_bindings;
- int
- main ()
- {
- bindtextdomain ("", "");
--return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
-+return * gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
- ;
- return 0;
- }
diff --git a/irc/xchat2/files/patch-fixtabcomp b/irc/xchat2/files/patch-fixtabcomp
deleted file mode 100644
index 9498dd636f93..000000000000
--- a/irc/xchat2/files/patch-fixtabcomp
+++ /dev/null
@@ -1,24 +0,0 @@
-# Fixes two tab-nick-completion bugs:
-# 1. Crash when you type space-tab
-# 2. Critical glib warning when completion in a dialog-tab.
---- src/fe-gtk/fkeys.c.orig Thu Aug 5 07:49:06 2004
-+++ src/fe-gtk/fkeys.c Mon Aug 16 22:54:58 2004
-@@ -1427,7 +1427,7 @@
- skip_len++;
- }
- else
-- cursor_pos = g_utf8_pointer_to_offset(text, g_utf8_offset_to_pointer(ch, 1));
-+ return 2;
- }
-
- comp = skip_len;
-@@ -1608,7 +1608,8 @@
- list = list->next;
- }
- PrintText (sess, buf);
-- g_completion_free(gcomp);
-+ if (gcomp)
-+ g_completion_free(gcomp);
- return 2;
- }
- /* Only one matching entry */