summaryrefslogtreecommitdiff
path: root/chat/gabber/patches/patch-aa
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-07-10 14:16:06 +0000
committeragc <agc@pkgsrc.org>2002-07-10 14:16:06 +0000
commit07e6a1e2ab837f2b6421d16887f3646f0b27a6c1 (patch)
tree38735f15364dbb3d744a9f8507600ac85555970a /chat/gabber/patches/patch-aa
parent6b579a9d1f66e89fdd7a357259a2cea3819f28c3 (diff)
downloadpkgsrc-07e6a1e2ab837f2b6421d16887f3646f0b27a6c1.tar.gz
Initial import of gabber-0.8.7 into the NetBSD Packages Collection.
Provided in PR 16599 by Julio Merino <jmmv@hispabsd.org> Gabber is a Free and Open Source GNOME client for an instant messaging system called Jabber. Jabber is a Free and Open Source distributed instant messaging system. It does not rely on a single server, and the protocol is well documented. Jabber allows communication with many different instant messaging systems, including ICQ and AIM. There are several different Jabber clients already, but no other GNOME clients as of this writing. Hopefully Gabber will serve the purpose of being a robust GNOME Jabber client well. For further information, see JabberCentral for end user news and Jabber.org for developer news.
Diffstat (limited to 'chat/gabber/patches/patch-aa')
-rw-r--r--chat/gabber/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/chat/gabber/patches/patch-aa b/chat/gabber/patches/patch-aa
new file mode 100644
index 00000000000..f86c0405e67
--- /dev/null
+++ b/chat/gabber/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/07/10 14:16:07 agc Exp $
+
+--- src/GabberLogger.cc.orig Sat Apr 27 13:52:32 2002
++++ src/GabberLogger.cc Sat Apr 27 13:53:35 2002
+@@ -66,9 +66,9 @@
+ void GabberLogger::initdir()
+ {
+ // Ensure _logdir is terminated with a /
+- if (_logdir[_logdir.length()-1] != '/')
++// if (_logdir[_logdir.length()-1] != '/')
+ //_logdir.resize(_logdir.length() - 1);
+- _logdir += "/";
++// _logdir += "/";
+ // Replace ~ with $HOME
+ if (_logdir[0] == '~')
+ _logdir.replace(0, 1, g_get_home_dir());