summaryrefslogtreecommitdiffstats
path: root/net/gaim/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/gaim/files')
-rw-r--r--net/gaim/files/extra-patch-src_gtkconv.c13
-rw-r--r--net/gaim/files/patch-configure15
-rw-r--r--net/gaim/files/patch-plugins_perl_Makefile.in10
-rw-r--r--net/gaim/files/patch-src_gtkimhtml.c22
-rw-r--r--net/gaim/files/patch-src_protocols_oscar_ft.c10
-rw-r--r--net/gaim/files/patch-src_protocols_oscar_oscar.c11
6 files changed, 0 insertions, 81 deletions
diff --git a/net/gaim/files/extra-patch-src_gtkconv.c b/net/gaim/files/extra-patch-src_gtkconv.c
deleted file mode 100644
index 68f770a..0000000
--- a/net/gaim/files/extra-patch-src_gtkconv.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src.orig/gtkconv.c Mon May 9 08:36:54 2005
-+++ src/gtkconv.c Mon May 9 08:37:32 2005
-@@ -6369,8 +6369,8 @@
- /* Conversations */
- gaim_prefs_add_none("/gaim/gtk/conversations");
- gaim_prefs_add_bool("/gaim/gtk/conversations/close_on_tabs", TRUE);
-- gaim_prefs_add_bool("/gaim/gtk/conversations/ctrl_enter_sends", FALSE);
-- gaim_prefs_add_bool("/gaim/gtk/conversations/enter_sends", TRUE);
-+ gaim_prefs_add_bool("/gaim/gtk/conversations/ctrl_enter_sends", TRUE);
-+ gaim_prefs_add_bool("/gaim/gtk/conversations/enter_sends", FALSE);
- gaim_prefs_add_bool("/gaim/gtk/conversations/escape_closes", FALSE);
- gaim_prefs_add_bool("/gaim/gtk/conversations/send_formatting", FALSE);
- gaim_prefs_add_bool("/gaim/gtk/conversations/send_bold", FALSE);
diff --git a/net/gaim/files/patch-configure b/net/gaim/files/patch-configure
deleted file mode 100644
index 8ce3e48..0000000
--- a/net/gaim/files/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.orig Thu May 12 01:20:01 2005
-+++ configure Thu May 12 01:20:31 2005
-@@ -33445,10 +33445,10 @@
-
- enable_nss="no"
- else
-- nsprlibs="-ldl $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
-+ nsprlibs="$with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
- fi
- else
-- nsprlibs="-ldl -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
-+ nsprlibs="-lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
- fi
-
- echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5
diff --git a/net/gaim/files/patch-plugins_perl_Makefile.in b/net/gaim/files/patch-plugins_perl_Makefile.in
deleted file mode 100644
index bb6daa3..0000000
--- a/net/gaim/files/patch-plugins_perl_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- plugins/perl/Makefile.in.orig Sun Feb 20 15:39:08 2005
-+++ plugins/perl/Makefile.in Sun Feb 20 15:40:16 2005
-@@ -680,6 +680,7 @@
- done; \
- fi
- @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS)
-+ @cd common && $(perlpath) -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
-
- common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
diff --git a/net/gaim/files/patch-src_gtkimhtml.c b/net/gaim/files/patch-src_gtkimhtml.c
deleted file mode 100644
index 9430baa..0000000
--- a/net/gaim/files/patch-src_gtkimhtml.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/gtkimhtml.c.orig Sun May 30 18:17:14 2004
-+++ src/gtkimhtml.c Sun May 30 18:19:47 2004
-@@ -782,7 +782,7 @@
- if (selection_data->length >= 2 &&
- (*(guint16 *)text == 0xfeff || *(guint16 *)text == 0xfffe)) {
- /* This is UCS-2 */
-- char *tmp;
-+ /*char *tmp;*/
- char *utf8 = g_convert(text, selection_data->length, "UTF-8", "UCS-2", NULL, NULL, NULL);
- g_free(text);
- text = utf8;
-@@ -790,8 +790,8 @@
- gaim_debug_warning("gtkimhtml", "g_convert from UCS-2 failed in paste_received_cb\n");
- return;
- }
-- tmp = g_utf8_next_char(text);
-- memmove(text, tmp, strlen(tmp) + 1);
-+ /*tmp = g_utf8_next_char(text);*/
-+ /*memmove(text, tmp, strlen(tmp) + 1);*/
- }
-
- if (!(*text) || !g_utf8_validate(text, -1, NULL)) {
diff --git a/net/gaim/files/patch-src_protocols_oscar_ft.c b/net/gaim/files/patch-src_protocols_oscar_ft.c
deleted file mode 100644
index 926db5f..0000000
--- a/net/gaim/files/patch-src_protocols_oscar_ft.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/protocols/oscar/ft.c.orig Sat Jan 10 14:05:46 2004
-+++ src/protocols/oscar/ft.c Sat Jan 10 14:07:58 2004
-@@ -49,6 +49,7 @@
- #ifndef _WIN32
- #include <stdio.h>
- #include <netdb.h>
-+#include <limits.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <sys/utsname.h> /* for aim_odc_initiate */
diff --git a/net/gaim/files/patch-src_protocols_oscar_oscar.c b/net/gaim/files/patch-src_protocols_oscar_oscar.c
deleted file mode 100644
index 43a291b..0000000
--- a/net/gaim/files/patch-src_protocols_oscar_oscar.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/protocols/oscar/oscar.c.orig Wed Aug 25 21:29:00 2004
-+++ src/protocols/oscar/oscar.c Thu Aug 26 21:55:32 2004
-@@ -3247,7 +3247,7 @@
- * Note: There *may* be some clients which send messages as HTML formatted -
- * they need to be special-cased somehow.
- */
-- if (isdigit(gaim_account_get_username(account)[0]) && isdigit(userinfo->sn[0])) {
-+ if (isdigit(gaim_account_get_username(account)[0]) && isdigit(userinfo->sn[0]) && g_strncasecmp(tmp, "<HTML>", 6)) {
- /* being recevied by ICQ from ICQ - escape HTML so it is displayed as sent */
- gchar *tmp2 = gaim_escape_html(tmp);
- g_free(tmp);
OpenPOWER on IntegriCloud