From a3126f339356646506007b9c6570c6bc595edbaa Mon Sep 17 00:00:00 2001 From: martti Date: Thu, 13 Jun 2002 08:18:36 +0000 Subject: Updated ekg to 20020503 (pkg/17215 by Dawid Szymanski) List of major changes: * DCC fixed * sex recognition fixed * gg_saprintf() fixed * libgadu.h fixed * smiles patch --- chat/ekg/Makefile | 6 +++--- chat/ekg/PLIST | 4 ++-- chat/ekg/distinfo | 8 ++++---- chat/ekg/patches/patch-aa | 16 ++++++++-------- 4 files changed, 17 insertions(+), 17 deletions(-) (limited to 'chat/ekg') diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile index 5c4ccdd5577..1a22e87d250 100644 --- a/chat/ekg/Makefile +++ b/chat/ekg/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/05/05 22:24:15 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2002/06/13 08:18:36 martti Exp $ # -DISTNAME= ekg-20020503 -PKGNAME= ekg-0.20020503 +DISTNAME= ekg-20020610 +PKGNAME= ekg-0.20020610 CATEGORIES= chat MASTER_SITES= http://people.arhea.net/dawszy/NetBSD/ekg/ diff --git a/chat/ekg/PLIST b/chat/ekg/PLIST index 24cf9e9b91c..eed0740d603 100644 --- a/chat/ekg/PLIST +++ b/chat/ekg/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2002/05/05 22:25:36 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/06/13 08:18:37 martti Exp $ bin/ekg man/man1/ekg.1 share/ekg/themes/2k2.theme +share/ekg/themes/arim.theme share/ekg/themes/emers.theme share/ekg/themes/feeg.theme share/ekg/themes/jamzed.theme @@ -10,4 +11,3 @@ share/ekg/themes/lcamtuf.theme share/ekg/themes/sic.theme share/ekg/themes/zdzichu.theme @dirrm share/ekg/themes -@dirrm share/ekg diff --git a/chat/ekg/distinfo b/chat/ekg/distinfo index 0f80c37ca0a..f3c497c924d 100644 --- a/chat/ekg/distinfo +++ b/chat/ekg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2002/05/05 22:24:15 hubertf Exp $ +$NetBSD: distinfo,v 1.4 2002/06/13 08:18:37 martti Exp $ -SHA1 (ekg-20020503.tar.gz) = 9b0e390843513179a31bc4274e923fe912dfd5d3 -Size (ekg-20020503.tar.gz) = 198293 bytes -SHA1 (patch-aa) = 9d28c16fc027f4db162a343e4489e5f4e560350d +SHA1 (ekg-20020610.tar.gz) = d04cd3ff41754675732645a6cdc61b5e88937dd9 +Size (ekg-20020610.tar.gz) = 214011 bytes +SHA1 (patch-aa) = 30c3e82c4924c56f919cb3eeb0c7a60a028264d9 diff --git a/chat/ekg/patches/patch-aa b/chat/ekg/patches/patch-aa index 2868d84c044..9cee35ce4d6 100644 --- a/chat/ekg/patches/patch-aa +++ b/chat/ekg/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2002/04/03 22:47:01 hubertf Exp $ +$NetBSD: patch-aa,v 1.3 2002/06/13 08:18:37 martti Exp $ ---- src/Makefile.in.orig Wed Apr 3 19:10:13 2002 +--- src/Makefile.in.orig Fri May 17 22:44:51 2002 +++ src/Makefile.in -@@ -21,7 +21,7 @@ - all: ekg @do_ioctl@ +@@ -18,7 +18,7 @@ + all: ekg @ioctld@ ekg: $(OBJS) $(LOBJS) -- $(CC) $(CFLAGS) -o $(NAME) $(OBJS) $(LOBJS) $(LIBS) -+ $(CC) $(CFLAGS) -o $(NAME) $(OBJS) $(LOBJS) $(LIBS) -Wl -R${LOCALBASE}/lib +- $(CC) $(CFLAGS) -o ekg $(OBJS) $(LOBJS) $(LIBS) ++ $(CC) $(CFLAGS) -o ekg $(OBJS) $(LOBJS) $(LIBS) -Wl -R${LOCALBASE}/lib - ioctl_daemon: ioctl_daemon.c - $(CC) ioctl_daemon.c -o $(IOCTL_DAEMON_NAME) + ioctld: ioctld.c + $(CC) $(CFLAGS) ioctld.c -o ioctld -- cgit v1.2.3