Subject: pkg/18853: chat/ekg MAINTAINER update
To: None <gnats-bugs@gnats.netbsd.org>
From: None <dawszy@tgr.lubin.edu.pl>
List: netbsd-bugs
Date: 10/29/2002 17:33:47
>Number: 18853
>Category: pkg
>Synopsis: sync with newest version
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: support
>Submitter-Id: net
>Arrival-Date: Tue Oct 29 09:34:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:
>Release: NetBSD 1.6J
>Organization:
>Environment:
System: NetBSD jakakoles.arhea.net 1.6J NetBSD 1.6J (GENERIC) #0: Mon Oct 28 23:39:02 CET 2002 dawszy@jakakoles.arhea.net:/usr/src/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
Sync with newest version, fixed MASTER_SITE due to domain problems
Main changes:
- a lot of new options in menu
- you can now unregister from GG!
>How-To-Repeat:
Apply following patch:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/chat/ekg/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 2002/09/25 18:05:17 1.8
+++ Makefile 2002/10/29 17:28:22
@@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.8 2002/09/25 18:05:17 wiz Exp $
#
-DISTNAME= ekg-20020918
-PKGNAME= ekg-0.20020918
+DISTNAME= ekg-20021028
+PKGNAME= ekg-0.20021028
CATEGORIES= chat
-MASTER_SITES= http://people.arhea.net/dawszy/NetBSD/ekg/
+MASTER_SITES= http://bzium.eu.org/ekg/
MAINTAINER= dawszy@arhea.net
-HOMEPAGE= http://dev.null.pl/ekg/
+HOMEPAGE= http://bzium.eu.org/ekg/
COMMENT= Experimental Gadu-Gadu Client (Polish instant messaging system)
USE_GNU_READLINE= YES
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/chat/ekg/PLIST,v
retrieving revision 1.6
diff -u -r1.6 PLIST
--- PLIST 2002/09/25 18:05:17 1.6
+++ PLIST 2002/10/29 17:28:22
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2002/09/25 18:05:17 wiz Exp $
+@comment $NetBSD$
bin/ekg
bin/ekgsearch
include/libgadu.h
@@ -7,7 +7,6 @@
man/man1/ekgsearch.1
man/pl/man1/ekg.1
man/pl/man1/ekgsearch.1
-share/ekg/themes/2k2.theme
share/ekg/themes/arim.theme
share/ekg/themes/dj.theme
share/ekg/themes/emers.theme
@@ -17,6 +16,7 @@
share/ekg/themes/klith.theme
share/ekg/themes/lcamtuf.theme
share/ekg/themes/matik.theme
+share/ekg/themes/old.theme
share/ekg/themes/sic.theme
share/ekg/themes/zdzichu.theme
@dirrm share/ekg/themes
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/chat/ekg/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo 2002/09/25 18:05:17 1.6
+++ distinfo 2002/10/29 17:28:23
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2002/09/25 18:05:17 wiz Exp $
+$NetBSD$
-SHA1 (ekg-20020918.tar.gz) = 6a580ef60d0d3c37ffdec40e27c81fb5cdff75fe
-Size (ekg-20020918.tar.gz) = 278501 bytes
-SHA1 (patch-aa) = 8bbde6094cc69d49ce7c16b70903e283a312b161
-SHA1 (patch-ab) = d926158ccc2045ac0e8a4aa3e1905700843e4e7b
+SHA1 (ekg-20021028.tar.gz) = 41687cc6b6ed1888ddb7eb3029b97088994db12e
+Size (ekg-20021028.tar.gz) = 307389 bytes
+SHA1 (patch-aa) = 0cfa8e4e518db3a8f5a477b8e6abbfcf9fd7afe3
+SHA1 (patch-ab) = 6f52e26ddabfc8d392ba2bf901083b1a0f0cb5d0
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/chat/ekg/patches/patch-aa,v
retrieving revision 1.5
diff -u -r1.5 patch-aa
--- patches/patch-aa 2002/09/25 18:05:18 1.5
+++ patches/patch-aa 2002/10/29 17:28:23
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.5 2002/09/25 18:05:18 wiz Exp $
+$NetBSD$
---- src/Makefile.in.orig Sun Sep 1 17:39:21 2002
+--- src/Makefile.in.orig Sun Oct 6 17:08:04 2002
+++ src/Makefile.in
@@ -8,7 +8,7 @@ bindir = @bindir@
libexecdir = @libexecdir@
@@ -8,15 +8,15 @@
CC = @CC@
-CFLAGS = -I.. -I../lib @CFLAGS@ -Wall -DTHEMES_DIR=\"${datadir}/ekg/themes\"
+CFLAGS = -I.. -I../lib @CFLAGS@ -Wall -DTHEMES_DIR=\"${PREFIX}/share/ekg/themes\"
+ LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
- MAKE = @MAKE@
-@@ -23,7 +23,7 @@ OBJS = stuff.o commands.o events.o theme
+@@ -24,7 +24,7 @@ OBJS = stuff.o commands.o events.o theme
all: ekg @ioctld@
ekg: $(OBJS)
-- $(CC) $(CFLAGS) -o ekg $(OBJS) -L../lib $(LIBS) @lgadu@
-+ $(CC) $(CFLAGS) -o ekg $(OBJS) -Wl -R${LOCALBASE}/lib -L../lib $(LIBS) @lgadu@
+- $(CC) $(CFLAGS) -o ekg $(OBJS) -L../lib $(LDFLAGS) $(LIBS) @lgadu@
++ $(CC) $(CFLAGS) -o ekg $(OBJS) -Wl -R${LOCALBASE}/lib -L../lib $(LDFLAGS) $(LIBS) @lgadu@
ioctld: ioctld.c
$(CC) $(CFLAGS) ioctld.c -o ioctld
Index: patches/patch-ab
===================================================================
RCS file: /cvsroot/pkgsrc/chat/ekg/patches/patch-ab,v
retrieving revision 1.1
diff -u -r1.1 patch-ab
--- patches/patch-ab 2002/09/25 18:05:18 1.1
+++ patches/patch-ab 2002/10/29 17:28:23
@@ -1,11 +1,11 @@
-$NetBSD: patch-ab,v 1.1 2002/09/25 18:05:18 wiz Exp $
+$NetBSD$
---- Makefile.in.orig Wed Sep 11 17:23:06 2002
+--- Makefile.in.orig Mon Sep 23 15:18:46 2002
+++ Makefile.in
@@ -30,7 +30,6 @@ examples:
#
- configure: configure.in m4/* acconfig.h
+ configure: configure.in m4/*
- ./autogen.sh
#
>Release-Note:
>Audit-Trail:
>Unformatted: