Skip to content

Commit

Permalink
Switch to Tcl 8.4. It will close PR pkg/24739.
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed Mar 11, 2004
1 parent f755e63 commit 990c8d7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
5 changes: 3 additions & 2 deletions chat/eggdrop/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion chat/eggdrop/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
14 changes: 14 additions & 0 deletions chat/eggdrop/patches/patch-af
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 990c8d7

Please sign in to comment.