pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/ekg Changes 1.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/2f6ac6687302
branches: trunk
changeset: 464406:2f6ac6687302
user: adam <adam%pkgsrc.org@localhost>
date: Mon Dec 08 16:32:52 2003 +0000
description:
Changes 1.4:
* fixed "auto_away" and "auto_away_keep_descr"
* fixed "/find" for usernames with a space
* fixed "/dcc list" for large files
* fixed "/last user"
* more...
diffstat:
chat/ekg/Makefile | 23 +++++++++++------------
chat/ekg/PLIST | 8 +++++---
chat/ekg/distinfo | 9 +++++----
chat/ekg/patches/patch-ac | 14 +++++++-------
4 files changed, 28 insertions(+), 26 deletions(-)
diffs (117 lines):
diff -r f2b18343ad8e -r 2f6ac6687302 chat/ekg/Makefile
--- a/chat/ekg/Makefile Mon Dec 08 16:29:55 2003 +0000
+++ b/chat/ekg/Makefile Mon Dec 08 16:32:52 2003 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2003/11/12 03:39:39 jschauma Exp $
+# $NetBSD: Makefile,v 1.21 2003/12/08 16:32:52 adam Exp $
#
-DISTNAME= ekg-1.3
+DISTNAME= ekg-1.4
CATEGORIES= chat
-PKGREVISION= 1
MASTER_SITES= http://dev.null.pl/ekg/ \
http://dev.null.pl/ekg/stare/
@@ -11,18 +10,18 @@
HOMEPAGE= http://dev.null.pl/ekg/
COMMENT= Experimental Gadu-Gadu Client (Polish instant messaging system)
-USE_NCURSES= # KEY_RESIZE, ncurses internals
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
USE_GNU_READLINE= YES
-GNU_CONFIGURE= YES
-USE_GMAKE= YES
-USE_BUILDLINK2= YES
USE_LIBTOOL= YES
+USE_NCURSES= YES # KEY_RESIZE, ncurses internals
+GNU_CONFIGURE= YES
-CONFIGURE_ARGS+=--enable-ui-ncurses
-CONFIGURE_ARGS+=--enable-ui-readline
-CONFIGURE_ARGS+=--with-curses=${BUILDLINK_PREFIX.ncurses}
-CONFIGURE_ARGS+=--with-readline=${BUILDLINK_PREFIX.readline}
-CONFIGURE_ARGS+=--without-debug
+CONFIGURE_ARGS+= --enable-ui-ncurses
+CONFIGURE_ARGS+= --enable-ui-readline
+CONFIGURE_ARGS+= --with-curses=${BUILDLINK_PREFIX.ncurses}
+CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
+CONFIGURE_ARGS+= --without-debug
.include "../../mk/pthread.buildlink2.mk"
diff -r f2b18343ad8e -r 2f6ac6687302 chat/ekg/PLIST
--- a/chat/ekg/PLIST Mon Dec 08 16:29:55 2003 +0000
+++ b/chat/ekg/PLIST Mon Dec 08 16:32:52 2003 +0000
@@ -1,13 +1,15 @@
-@comment $NetBSD: PLIST,v 1.9 2003/07/22 10:39:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2003/12/08 16:32:52 adam Exp $
bin/ekg
include/libgadu-config.h
include/libgadu.h
lib/libgadu.a
lib/libgadu.la
lib/libgadu.so
-lib/libgadu.so.2
-lib/libgadu.so.2.13
+lib/libgadu.so.3
+lib/libgadu.so.3.0
lib/pkgconfig/libgadu.pc
+man/man1/ekg.1
+man/pl/man1/ekg.1
share/ekg/themes/arim.theme
share/ekg/themes/dj.theme
share/ekg/themes/eileen.theme
diff -r f2b18343ad8e -r 2f6ac6687302 chat/ekg/distinfo
--- a/chat/ekg/distinfo Mon Dec 08 16:29:55 2003 +0000
+++ b/chat/ekg/distinfo Mon Dec 08 16:32:52 2003 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.11 2003/09/16 15:16:35 adam Exp $
+$NetBSD: distinfo,v 1.12 2003/12/08 16:32:52 adam Exp $
-SHA1 (ekg-1.3.tar.gz) = 972edc17d8fe6d2bb891370492c5ce3947db0a87
-Size (ekg-1.3.tar.gz) = 453593 bytes
+SHA1 (ekg-1.4.tar.gz) = 6b511235dcf5e9176f172cbb69b1456b9e61d5f3
+Size (ekg-1.4.tar.gz) = 465347 bytes
SHA1 (patch-aa) = e51f5182b08243d563f6522459c1d10d51350294
SHA1 (patch-ab) = 626765db378e40f08f459df3fb6c4649a5fdc53b
-SHA1 (patch-ac) = ae2964fbc998d70a705a3dec82e32e68e7af3cab
+SHA1 (patch-ac) = a37de741a2487aed25e5876481e9447647360269
+SHA1 (patch-ad) = 3015ecf020807104df13e16c93e4f4d2c2c8a27e
diff -r f2b18343ad8e -r 2f6ac6687302 chat/ekg/patches/patch-ac
--- a/chat/ekg/patches/patch-ac Mon Dec 08 16:29:55 2003 +0000
+++ b/chat/ekg/patches/patch-ac Mon Dec 08 16:32:52 2003 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-ac,v 1.1 2003/07/22 10:41:41 adam Exp $
+$NetBSD: patch-ac,v 1.2 2003/12/08 16:32:52 adam Exp $
---- lib/Makefile.in.orig 2003-05-15 13:59:09.000000000 +0200
-+++ lib/Makefile.in 2003-07-22 11:10:38.000000000 +0200
-@@ -11,7 +11,7 @@
- VERSION_MINOR=13
+--- lib/Makefile.in.orig 2003-11-14 14:58:43.000000000 +0000
++++ lib/Makefile.in
+@@ -11,7 +11,7 @@ VERSION_MAJOR=3
+ VERSION_MINOR=0
CC = @CC@
-CFLAGS = @CFLAGS_LIBGADU@ -I. -I.. -Wall
@@ -11,7 +11,7 @@
LIBS = @LIBS_LIBGADU@
MAKE = @MAKE@
-@@ -45,13 +45,12 @@
+@@ -45,13 +45,12 @@ distclean: clean
static: dep $(STATIC)
$(STATIC): $(OBJS)
@@ -28,7 +28,7 @@
shared: dep $(SHARED)
-@@ -86,7 +85,7 @@
+@@ -86,7 +85,7 @@ install-shared: install-common @strip_li
cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDMM)
install-static: install-common
Home |
Main Index |
Thread Index |
Old Index