From 0c94acdc5afabb15f285ad509df9e2d890764c17 Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 3 Apr 2002 22:46:59 +0000 Subject: Updated to release from 20020402, many new features and nicer for users. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update contributed by Dawid SzymaƱski in PR 16184 --- chat/ekg/DESCR | 2 +- chat/ekg/Makefile | 14 ++++++-------- chat/ekg/PLIST | 3 +-- chat/ekg/distinfo | 8 ++++---- chat/ekg/patches/patch-aa | 8 ++++---- 5 files changed, 16 insertions(+), 19 deletions(-) (limited to 'chat/ekg') diff --git a/chat/ekg/DESCR b/chat/ekg/DESCR index 54bb02664ec..8a806889fda 100644 --- a/chat/ekg/DESCR +++ b/chat/ekg/DESCR @@ -1,3 +1,3 @@ -EKG is an experimental text mode client for a polish instant messaging system +EKG is an experimental text mode client for a Polish instant messaging system "Gadu-Gadu". It supports themes, and contact list exchange with the original (windows) client. diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile index fd3bffc726d..63367e2742c 100644 --- a/chat/ekg/Makefile +++ b/chat/ekg/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.3 2002/03/25 01:19:50 jmc Exp $ +# $NetBSD: Makefile,v 1.4 2002/04/03 22:46:59 hubertf Exp $ # -DISTNAME= ekg-20020317 -PKGNAME= ekg-0.20020317 +DISTNAME= ekg-20020402 +PKGNAME= ekg-0.20020402 CATEGORIES= chat -MASTER_SITES= http://dev.null.pl/ekg/ +MASTER_SITES= http://people.arhea.net/dawszy/NetBSD/ekg/ MAINTAINER= dawszy@arhea.net HOMEPAGE= http://dev.null.pl/ekg/ -COMMENT= Experimental Gadu-Gadu Client (polish instant messaging system) +COMMENT= Experimental Gadu-Gadu Client (Polish instant messaging system) -HAS_CONFIGURE= YES USE_GNU_READLINE= YES +HAS_CONFIGURE= YES USE_GMAKE= YES CONFIGURE_ARGS+= --with-readline=${PREFIX} @@ -19,7 +19,5 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --mandir=${PREFIX}/man CONFIGURE_ARGS+= --without-debug -REPLACE_PERL= docs/ekl.pl - .include "../../devel/readline/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/ekg/PLIST b/chat/ekg/PLIST index ee0dee4e8a0..a4a7bb7df78 100644 --- a/chat/ekg/PLIST +++ b/chat/ekg/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/18 06:42:34 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/04/03 22:47:00 hubertf Exp $ bin/ekg -bin/ekl.pl man/man1/ekg.1 share/ekg/themes/emers.theme share/ekg/themes/feeg.theme diff --git a/chat/ekg/distinfo b/chat/ekg/distinfo index 62fe0d169e9..c5134344d1e 100644 --- a/chat/ekg/distinfo +++ b/chat/ekg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/03/18 06:42:34 zuntum Exp $ +$NetBSD: distinfo,v 1.2 2002/04/03 22:47:00 hubertf Exp $ -SHA1 (ekg-20020317.tar.gz) = 3a03c63f23df3225d2492809e3b6b12768a96ca3 -Size (ekg-20020317.tar.gz) = 165449 bytes -SHA1 (patch-aa) = 364fb548713f318d1aeb1483cd3882bf130b03f5 +SHA1 (ekg-20020402.tar.gz) = f201f8accb5ff153d4477110c2eaf3fdf46b5330 +Size (ekg-20020402.tar.gz) = 198434 bytes +SHA1 (patch-aa) = 9d28c16fc027f4db162a343e4489e5f4e560350d diff --git a/chat/ekg/patches/patch-aa b/chat/ekg/patches/patch-aa index 4ff36af12c1..2868d84c044 100644 --- a/chat/ekg/patches/patch-aa +++ b/chat/ekg/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/03/18 06:42:34 zuntum Exp $ +$NetBSD: patch-aa,v 1.2 2002/04/03 22:47:01 hubertf Exp $ ---- src/Makefile.in.orig Mon Mar 18 02:47:04 2002 +--- src/Makefile.in.orig Wed Apr 3 19:10:13 2002 +++ src/Makefile.in @@ -21,7 +21,7 @@ all: ekg @do_ioctl@ ekg: $(OBJS) $(LOBJS) -- $(CC) -o $(NAME) $(OBJS) $(LOBJS) $(LIBS) -+ $(CC) -o $(NAME) $(OBJS) $(LOBJS) $(LIBS) -Wl -R${LOCALBASE}/lib +- $(CC) $(CFLAGS) -o $(NAME) $(OBJS) $(LOBJS) $(LIBS) ++ $(CC) $(CFLAGS) -o $(NAME) $(OBJS) $(LOBJS) $(LIBS) -Wl -R${LOCALBASE}/lib ioctl_daemon: ioctl_daemon.c $(CC) ioctl_daemon.c -o $(IOCTL_DAEMON_NAME) -- cgit v1.2.3