summaryrefslogtreecommitdiff
path: root/chat/gg2/patches
diff options
context:
space:
mode:
authoradam <adam>2005-01-14 08:57:50 +0000
committeradam <adam>2005-01-14 08:57:50 +0000
commit29300bd2b0de4667e52cde2ac3a490d46fa853ec (patch)
tree0261ed958af3fd239aa4cfa3727101459fcd5670 /chat/gg2/patches
parent05645471a0d1cc9a1e6a3defdf55dd415c724695 (diff)
downloadpkgsrc-29300bd2b0de4667e52cde2ac3a490d46fa853ec.tar.gz
Changes 2.2.4:
* Two new plug-ins: auto-away, ignore * Improved chat window * Clickable URLs
Diffstat (limited to 'chat/gg2/patches')
-rw-r--r--chat/gg2/patches/patch-aa6
-rw-r--r--chat/gg2/patches/patch-ab8
2 files changed, 7 insertions, 7 deletions
diff --git a/chat/gg2/patches/patch-aa b/chat/gg2/patches/patch-aa
index d96da3eddf8..7e277387afc 100644
--- a/chat/gg2/patches/patch-aa
+++ b/chat/gg2/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2004/11/25 10:16:34 adam Exp $
+$NetBSD: patch-aa,v 1.4 2005/01/14 08:57:50 adam Exp $
---- lib/Makefile.in.orig 2004-11-18 12:56:07.000000000 +0000
+--- lib/Makefile.in.orig 2005-01-05 10:50:35.000000000 +0000
+++ lib/Makefile.in
-@@ -327,7 +327,7 @@ libgg2_core_la_SOURCES = \
+@@ -339,7 +339,7 @@ libgg2_core_la_SOURCES = \
perl_embed.h
libgg2_core_la_HEADERS = gg2_core.h
diff --git a/chat/gg2/patches/patch-ab b/chat/gg2/patches/patch-ab
index fbfa35a3d2b..7806aa2a826 100644
--- a/chat/gg2/patches/patch-ab
+++ b/chat/gg2/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/10/22 10:30:06 adam Exp $
+$NetBSD: patch-ab,v 1.2 2005/01/14 08:57:50 adam Exp $
---- src/main.c.orig 2004-03-29 07:03:22.000000000 +0000
+--- src/main.c.orig 2004-12-26 22:47:53.000000000 +0000
+++ src/main.c
@@ -43,6 +43,12 @@
#include "ggadu_repo.h"
@@ -19,8 +19,8 @@ $NetBSD: patch-ab,v 1.1.1.1 2004/10/22 10:30:06 adam Exp $
{
gchar *fullfilename = g_build_filename(dirpath, namepl, NULL);
-- if ((!g_file_test(fullfilename, G_FILE_TEST_IS_DIR)) && (str_has_suffix(namepl, ".so")))
-+ if ((!g_file_test(fullfilename, G_FILE_TEST_IS_DIR)) && (str_has_suffix(namepl, DYLIB_SUFX)))
+- if ((!g_file_test(fullfilename, G_FILE_TEST_IS_DIR)) && (g_str_has_suffix(namepl, ".so")))
++ if ((!g_file_test(fullfilename, G_FILE_TEST_IS_DIR)) && (g_str_has_suffix(namepl, DYLIB_SUFX)))
{
print_debug("core : load_avilable_modules : %s\n", namepl);