diff options
Diffstat (limited to 'net/gaim/files')
-rw-r--r-- | net/gaim/files/patch-configure | 24 | ||||
-rw-r--r-- | net/gaim/files/patch-plugins_Makefile.in | 12 | ||||
-rw-r--r-- | net/gaim/files/patch-src_gtkimhtml.c | 22 | ||||
-rw-r--r-- | net/gaim/files/patch-src_protocols_oscar_ft.c | 10 | ||||
-rw-r--r-- | net/gaim/files/patch-src_protocols_oscar_oscar.c | 11 |
5 files changed, 0 insertions, 79 deletions
diff --git a/net/gaim/files/patch-configure b/net/gaim/files/patch-configure deleted file mode 100644 index 7ae55f0c9..000000000 --- a/net/gaim/files/patch-configure +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.orig Thu Oct 9 20:05:15 2003 -+++ configure Fri Oct 10 13:22:18 2003 -@@ -16164,7 +16164,7 @@ - - if test "x$prefix" != "xNONE"; then - prefix=`eval echo $prefix` -- PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=$prefix" -+ PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=%%LOCALBASE%%" - fi - - -@@ -16915,10 +16915,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_Makefile.in b/net/gaim/files/patch-plugins_Makefile.in deleted file mode 100644 index 3d74afc3e..000000000 --- a/net/gaim/files/patch-plugins_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/Makefile.in.orig Sun May 30 17:53:41 2004 -+++ plugins/Makefile.in Sun May 30 17:54:22 2004 -@@ -285,7 +285,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --DIST_SUBDIRS = docklet gevolution gaim-remote gestures perl ssl tcl ticker -+DIST_SUBDIRS = docklet gaim-remote gestures perl ssl tcl ticker --@BUILD_GEVOLUTION_TRUE@GEVOLUTION_DIR = gevolution -+@BUILD_GEVOLUTION_TRUE@GEVOLUTION_DIR = - @USE_PERL_TRUE@PERL_DIR = perl - diff --git a/net/gaim/files/patch-src_gtkimhtml.c b/net/gaim/files/patch-src_gtkimhtml.c deleted file mode 100644 index 9430baae1..000000000 --- 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 926db5f44..000000000 --- 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 43a291b29..000000000 --- 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); |