pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/kadu Fixed "test ==". Added a dependency to bash,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1f3b57464eb
branches:  trunk
changeset: 520475:f1f3b57464eb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 22 07:18:40 2006 +0000

description:
Fixed "test ==". Added a dependency to bash, since I don't know which of
the used features are commonly available. PKGREVISION++.

diffstat:

 chat/kadu/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 2daee1a67fd5 -r f1f3b57464eb chat/kadu/Makefile
--- a/chat/kadu/Makefile        Sun Oct 22 07:12:14 2006 +0000
+++ b/chat/kadu/Makefile        Sun Oct 22 07:18:40 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2006/07/22 04:46:14 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2006/10/22 07:18:40 rillig Exp $
 
 DISTNAME=      kadu-0.4.3
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    chat
 MASTER_SITES=  http://www.kadu.net/download/stable/
 EXTRACT_SUFX=  .tar.bz2
@@ -14,7 +14,8 @@
 USE_DIRS+=             xdg-1.2
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake bash:run
+REPLACE_BASH+=         varia/scripts/kadu_debug_set
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-existing-libgadu=${BUILDLINK_PREFIX.ekg}
 CONFIGURE_ENV+=                X11BASE=${X11BASE:Q}



Home | Main Index | Thread Index | Old Index