summaryrefslogtreecommitdiff
path: root/chat/ekg
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-04-03 22:46:59 +0000
committerhubertf <hubertf>2002-04-03 22:46:59 +0000
commit0c94acdc5afabb15f285ad509df9e2d890764c17 (patch)
tree3ba1568f6766f18c0a71beab9c2d6f6984e1955c /chat/ekg
parentc9a81f1a9ec8cd389037cd783f503520c971152d (diff)
downloadpkgsrc-0c94acdc5afabb15f285ad509df9e2d890764c17.tar.gz
Updated to release from 20020402, many new features and nicer for users.
Update contributed by Dawid SzymaƱski <dawszy@arhea.net> in PR 16184
Diffstat (limited to 'chat/ekg')
-rw-r--r--chat/ekg/DESCR2
-rw-r--r--chat/ekg/Makefile14
-rw-r--r--chat/ekg/PLIST3
-rw-r--r--chat/ekg/distinfo8
-rw-r--r--chat/ekg/patches/patch-aa8
5 files changed, 16 insertions, 19 deletions
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)