diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-04-15 11:15:34 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-04-15 11:15:34 +0000 |
commit | 6645f6a93c8cc244782f02fca925a3caf2a5c0da (patch) | |
tree | 35491a71d848e13040e5a8a3e97301225069811b /net/icb | |
parent | 1354937ede51c95cd1b38ef2e38fbf11b1779ed4 (diff) | |
download | pkgsrc-6645f6a93c8cc244782f02fca925a3caf2a5c0da.tar.gz |
Update to 5.0.9.
Diffstat (limited to 'net/icb')
-rw-r--r-- | net/icb/Makefile | 4 | ||||
-rw-r--r-- | net/icb/files/md5 | 2 | ||||
-rw-r--r-- | net/icb/patches/patch-aa | 17 | ||||
-rw-r--r-- | net/icb/patches/patch-ac | 11 |
4 files changed, 31 insertions, 3 deletions
diff --git a/net/icb/Makefile b/net/icb/Makefile index 185982befdd..2fcea991d4e 100644 --- a/net/icb/Makefile +++ b/net/icb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:38 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/15 11:15:34 frueauf Exp $ # -DISTNAME= icb-5.0.5 +DISTNAME= icb-5.0.9 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/net/icb/files/md5 b/net/icb/files/md5 index 20358cc0f91..0d5cefb5a99 100644 --- a/net/icb/files/md5 +++ b/net/icb/files/md5 @@ -1 +1 @@ -MD5 (icb-5.0.5.tar.gz) = 3e11a9d2161269dddc482c629f923cab +MD5 (icb-5.0.9.tar.gz) = 1240504a8b0350a05c4441e7e91956e4 diff --git a/net/icb/patches/patch-aa b/net/icb/patches/patch-aa new file mode 100644 index 00000000000..6b62554ee6f --- /dev/null +++ b/net/icb/patches/patch-aa @@ -0,0 +1,17 @@ +--- tcl/tclCmdAH.c.orig Fri Feb 24 22:19:53 1995 ++++ tcl/tclCmdAH.c Wed Apr 15 12:26:09 1998 +@@ -38,8 +38,14 @@ + #include <sys/wait.h> + #include "tclInt.h" + ++#if (defined(__unix__) || defined(unix)) && !defined(USG) ++#include <sys/param.h> ++#endif ++ + extern int errno; ++#if !(defined(BSD) && BSD >= 199306) + extern long lseek(); ++#endif + extern char *mktemp(); + + /* diff --git a/net/icb/patches/patch-ac b/net/icb/patches/patch-ac new file mode 100644 index 00000000000..925a665408c --- /dev/null +++ b/net/icb/patches/patch-ac @@ -0,0 +1,11 @@ +--- icb/protos.h-orig Fri Feb 24 22:20:25 1995 ++++ icb/protos.h Wed Apr 15 12:07:50 1998 +@@ -64,7 +64,7 @@ + int inserttab(void); + int ishushed(char *nick); + int lcaseit(char *s); +-#ifdef linux ++#if defined(linux) || (defined(BSD) && BSD >= 199306) + int linebuffer(FILE *fp); + #else + int linebuffer(struct _iobuf *fp); |