diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-11 06:37:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-11 06:37:50 +0000 |
commit | 60a415649739b8e9e7803156f912ed0e6c5c6c04 (patch) | |
tree | dd6189d51a311a8a13e0a5643e9f3dfb3263e822 /chat | |
parent | 51c3eaa66c8c17b938fc467bd305034860aa7b98 (diff) | |
download | pkgsrc-60a415649739b8e9e7803156f912ed0e6c5c6c04.tar.gz |
Switch to Tcl 8.4. It will close PR pkg/24739.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/eggdrop/Makefile | 5 | ||||
-rw-r--r-- | chat/eggdrop/distinfo | 3 | ||||
-rw-r--r-- | chat/eggdrop/patches/patch-af | 14 |
3 files changed, 19 insertions, 3 deletions
diff --git a/chat/eggdrop/Makefile b/chat/eggdrop/Makefile index 1d9961874e9..19ec8f5acd7 100644 --- a/chat/eggdrop/Makefile +++ b/chat/eggdrop/Makefile @@ -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 @@ do-install-program: 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 --git a/chat/eggdrop/distinfo b/chat/eggdrop/distinfo index e43f306e24f..f66cb273fa8 100644 --- a/chat/eggdrop/distinfo +++ b/chat/eggdrop/distinfo @@ -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-ab) = 87c5697a2b33488b96c0f457414187e6caa5881b 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 --git a/chat/eggdrop/patches/patch-af b/chat/eggdrop/patches/patch-af new file mode 100644 index 00000000000..0b008593f2e --- /dev/null +++ b/chat/eggdrop/patches/patch-af @@ -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> |