pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/eggdrop Switch to Tcl 8.4. It will close PR pkg/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1e7742e8feaf
branches: trunk
changeset: 470643:1e7742e8feaf
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Mar 11 06:37:50 2004 +0000
description:
Switch to Tcl 8.4. It will close PR pkg/24739.
diffstat:
chat/eggdrop/Makefile | 5 +++--
chat/eggdrop/distinfo | 3 ++-
chat/eggdrop/patches/patch-af | 14 ++++++++++++++
3 files changed, 19 insertions(+), 3 deletions(-)
diffs (58 lines):
diff -r c85c59bf1f81 -r 1e7742e8feaf chat/eggdrop/Makefile
--- a/chat/eggdrop/Makefile Thu Mar 11 06:32:58 2004 +0000
+++ b/chat/eggdrop/Makefile Thu Mar 11 06:37:50 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2004/03/08 19:52:50 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2004/03/11 06:37:50 minskim Exp $
#
DISTNAME= eggdrop1.6.15
PKGNAME= ${DISTNAME:S/eggdrop/eggdrop-/}
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/
EXTRACT_SUFX= .tar.bz2
@@ -66,7 +67,7 @@
cd ${WRKSRC}/scripts && ${INSTALL_DATA} CONTENTS *.tcl autobotchk \
botchk weed ${PREFIX}/share/eggdrop/scripts/
-.include "../../lang/tcl83/buildlink2.mk"
+.include "../../lang/tcl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
.if defined(NOPIC)
diff -r c85c59bf1f81 -r 1e7742e8feaf chat/eggdrop/distinfo
--- a/chat/eggdrop/distinfo Thu Mar 11 06:32:58 2004 +0000
+++ b/chat/eggdrop/distinfo Thu Mar 11 06:37:50 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2003/05/24 16:43:05 salo Exp $
+$NetBSD: distinfo,v 1.6 2004/03/11 06:37:50 minskim Exp $
SHA1 (eggdrop1.6.15.tar.bz2) = 8740800b066b35c745c7e753e7f58daac9929f3a
Size (eggdrop1.6.15.tar.bz2) = 760615 bytes
@@ -7,6 +7,7 @@
SHA1 (patch-ac) = a1c5648e2748f5efbcb890b5ed8a3e8faac5f0a5
SHA1 (patch-ad) = 8b9f740e82d44df7daeede770fce7f5add751407
SHA1 (patch-ae) = 370fe00ada6b9432483ab3e0ef9c349f7c7dd00f
+SHA1 (patch-af) = 1915d3f9ac55e49d829613c6f003b2800f62a734
SHA1 (patch-ag) = ab193737668ff9c0bdfbfa1b21678356a505bb41
SHA1 (patch-ah) = b9f6e10f0a1a8f73f014ceae5015dc157f8fe124
SHA1 (patch-ai) = 0bbf9e3be1368897e2a9399c9ea58f28c8f84e0c
diff -r c85c59bf1f81 -r 1e7742e8feaf chat/eggdrop/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/eggdrop/patches/patch-af Thu Mar 11 06:37:50 2004 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-af,v 1.1 2004/03/11 06:37:50 minskim Exp $
+
+--- src/mod/uptime.mod/uptime.c.orig 2003-05-04 17:05:33.000000000 -0500
++++ src/mod/uptime.mod/uptime.c
+@@ -34,8 +34,8 @@
+ #define MAKING_UPTIME
+ #include "uptime.h"
+ #include "../module.h"
+-#include "../server.mod/server.h"
+ #include <netdb.h>
++#include "../server.mod/server.h"
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <unistd.h>
Home |
Main Index |
Thread Index |
Old Index