pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/kadu Changes 0.4.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fcd8334b44e
branches:  trunk
changeset: 497097:9fcd8334b44e
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 20 14:49:05 2005 +0000

description:
Changes 0.4.1:
* Fixed: memory leak
* Fixed compatibility with Qt3
* Fixed library detection with threads in libgadu and Mac OS X

diffstat:

 chat/kadu/Makefile         |   6 +++---
 chat/kadu/distinfo         |  10 +++++-----
 chat/kadu/patches/patch-ab |   8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (62 lines):

diff -r 8a81d837fde1 -r 9fcd8334b44e chat/kadu/Makefile
--- a/chat/kadu/Makefile        Wed Jul 20 14:27:58 2005 +0000
+++ b/chat/kadu/Makefile        Wed Jul 20 14:49:05 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:42 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/07/20 14:49:05 adam Exp $
 
-DISTNAME=      kadu-0.4.0
+DISTNAME=      kadu-0.4.1
 CATEGORIES=    chat
 MASTER_SITES=  http://www.kadu.net/download/stable/
 EXTRACT_SUFX=  .tar.bz2
@@ -9,8 +9,8 @@
 HOMEPAGE=      http://www.kadu.net/
 COMMENT=       Chat client for Gadu-Gadu network (Poland)
 
+USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake
-USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-existing-libgadu=${BUILDLINK_PREFIX.ekg}
 CONFIGURE_ENV+=                X11BASE="${X11BASE}"
diff -r 8a81d837fde1 -r 9fcd8334b44e chat/kadu/distinfo
--- a/chat/kadu/distinfo        Wed Jul 20 14:27:58 2005 +0000
+++ b/chat/kadu/distinfo        Wed Jul 20 14:49:05 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/04/21 08:56:21 adam Exp $
+$NetBSD: distinfo,v 1.5 2005/07/20 14:49:05 adam Exp $
 
-SHA1 (kadu-0.4.0.tar.bz2) = d480e77632e191eb8f85cc18dd376701de22034e
-RMD160 (kadu-0.4.0.tar.bz2) = c5d6ce78d431b776c19c4c7181cf8a5e2b13da94
-Size (kadu-0.4.0.tar.bz2) = 1198118 bytes
+SHA1 (kadu-0.4.1.tar.bz2) = e2eb3af9b156e0adfa8d6aa4577e2a8b67807514
+RMD160 (kadu-0.4.1.tar.bz2) = aab9004b0b830a14a7a13168217040d7bf68a656
+Size (kadu-0.4.1.tar.bz2) = 1218351 bytes
 SHA1 (patch-aa) = 326e786f46223121de946294a647289f1c190b87
-SHA1 (patch-ab) = b0583604ca1a0ca381d63e50c4cc37a02edc4a72
+SHA1 (patch-ab) = 6c87109f708ffe5eb0d313380d4f49959901569c
diff -r 8a81d837fde1 -r 9fcd8334b44e chat/kadu/patches/patch-ab
--- a/chat/kadu/patches/patch-ab        Wed Jul 20 14:27:58 2005 +0000
+++ b/chat/kadu/patches/patch-ab        Wed Jul 20 14:49:05 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2005/04/21 08:56:21 adam Exp $
+$NetBSD: patch-ab,v 1.4 2005/07/20 14:49:05 adam Exp $
 
---- configure.orig     2005-04-15 15:48:25.000000000 +0000
+--- configure.orig     2005-07-19 19:52:02.000000000 +0000
 +++ configure
-@@ -6621,12 +6621,12 @@ echo "$as_me: error: libgadu.h not found
+@@ -9494,12 +9494,12 @@ echo "$as_me: error: libgadu.h not found
  fi
  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  
@@ -17,7 +17,7 @@
        cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7085,7 +7085,7 @@ fi
+@@ -9992,7 +9992,7 @@ fi
  rm -f conftest.err conftest.$ac_objext \
        conftest$ac_exeext conftest.$ac_ext
   \



Home | Main Index | Thread Index | Old Index