diff options
author | rh <rh@pkgsrc.org> | 2002-07-13 03:05:38 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-07-13 03:05:38 +0000 |
commit | b17d1755dfc1c2f145adc131002e58b0e43b9118 (patch) | |
tree | 7bd3960a03c853b63900387fc79f2c77283dc56c /chat | |
parent | f0118c59579f540309d689b387c1baf7e1b19957 (diff) | |
download | pkgsrc-b17d1755dfc1c2f145adc131002e58b0e43b9118.tar.gz |
Update ekg to 0.20020709. From Dawid Szumanski (the maintainer of the
package). This closes PR pkg/17555.
list of minor changes:
- added external User Interface support
- bugfixes
- FreeBSD specific includes adjusted
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ekg/Makefile | 6 | ||||
-rw-r--r-- | chat/ekg/PLIST | 4 | ||||
-rw-r--r-- | chat/ekg/distinfo | 8 | ||||
-rw-r--r-- | chat/ekg/patches/patch-aa | 12 |
4 files changed, 16 insertions, 14 deletions
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile index 1a22e87d250..0ed5ea5e6ad 100644 --- a/chat/ekg/Makefile +++ b/chat/ekg/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/06/13 08:18:36 martti Exp $ +# $NetBSD: Makefile,v 1.7 2002/07/13 03:05:38 rh Exp $ # -DISTNAME= ekg-20020610 -PKGNAME= ekg-0.20020610 +DISTNAME= ekg-20020709 +PKGNAME= ekg-0.20020709 CATEGORIES= chat MASTER_SITES= http://people.arhea.net/dawszy/NetBSD/ekg/ diff --git a/chat/ekg/PLIST b/chat/ekg/PLIST index eed0740d603..29426127986 100644 --- a/chat/ekg/PLIST +++ b/chat/ekg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2002/06/13 08:18:37 martti Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/07/13 03:05:38 rh Exp $ bin/ekg +lib/libgadu.a man/man1/ekg.1 share/ekg/themes/2k2.theme share/ekg/themes/arim.theme @@ -11,3 +12,4 @@ 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 f3c497c924d..320c571cdc2 100644 --- a/chat/ekg/distinfo +++ b/chat/ekg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2002/06/13 08:18:37 martti Exp $ +$NetBSD: distinfo,v 1.5 2002/07/13 03:05:38 rh Exp $ -SHA1 (ekg-20020610.tar.gz) = d04cd3ff41754675732645a6cdc61b5e88937dd9 -Size (ekg-20020610.tar.gz) = 214011 bytes -SHA1 (patch-aa) = 30c3e82c4924c56f919cb3eeb0c7a60a028264d9 +SHA1 (ekg-20020709.tar.gz) = f4276ec6ca45220d2f1879909b0b21df4b881b34 +Size (ekg-20020709.tar.gz) = 245668 bytes +SHA1 (patch-aa) = 6458a9c98a1bf13e7fb1ced4b8550686a908aa88 diff --git a/chat/ekg/patches/patch-aa b/chat/ekg/patches/patch-aa index 9cee35ce4d6..72aadbe033b 100644 --- a/chat/ekg/patches/patch-aa +++ b/chat/ekg/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.3 2002/06/13 08:18:37 martti Exp $ +$NetBSD: patch-aa,v 1.4 2002/07/13 03:05:38 rh Exp $ ---- src/Makefile.in.orig Fri May 17 22:44:51 2002 +--- src/Makefile.in.orig Fri Jun 28 11:57:01 2002 +++ src/Makefile.in -@@ -18,7 +18,7 @@ +@@ -19,7 +19,7 @@ OBJS = stuff.o commands.o events.o theme all: ekg @ioctld@ - ekg: $(OBJS) $(LOBJS) -- $(CC) $(CFLAGS) -o ekg $(OBJS) $(LOBJS) $(LIBS) -+ $(CC) $(CFLAGS) -o ekg $(OBJS) $(LOBJS) $(LIBS) -Wl -R${LOCALBASE}/lib + ekg: $(OBJS) +- $(CC) $(CFLAGS) -o ekg $(OBJS) $(LIBS) ++ $(CC) $(CFLAGS) -o ekg $(OBJS) $(LIBS) -Wl -R${LOCALBASE}/lib ioctld: ioctld.c $(CC) $(CFLAGS) ioctld.c -o ioctld |