diff options
author | dburr <dburr@FreeBSD.org> | 1998-07-19 15:46:57 +0800 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1998-07-19 15:46:57 +0800 |
commit | 15ce2cc753cf0880b842cd2715d05ed04ad1dd5d (patch) | |
tree | af0807ea4c7ac1a8b2b32fe580ab521d1e6b8077 /irc | |
parent | 9ce688785b4de222ea5e8903c9d159262bd4c6b0 (diff) | |
download | freebsd-ports-gnome-15ce2cc753cf0880b842cd2715d05ed04ad1dd5d.tar.gz freebsd-ports-gnome-15ce2cc753cf0880b842cd2715d05ed04ad1dd5d.tar.zst freebsd-ports-gnome-15ce2cc753cf0880b842cd2715d05ed04ad1dd5d.zip |
Update to ircd-hybrid-5 version 5.3.
Thanks to Adrian Penisoara <ady@freebsd.ady.ro> for his patches.
PR: ports/7255
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-hybrid/Makefile | 7 | ||||
-rw-r--r-- | irc/ircd-hybrid/distinfo | 2 | ||||
-rw-r--r-- | irc/ircd-hybrid/files/patch-ab | 8 | ||||
-rw-r--r-- | irc/ircd-hybrid/files/patch-ad | 20 |
4 files changed, 28 insertions, 9 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile index b22ac0d9bfc7..e1ea4b3a36fa 100644 --- a/irc/ircd-hybrid/Makefile +++ b/irc/ircd-hybrid/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: ircd-hybrid -# Version required: 5.2p1 +# Version required: 5.3 # Date created: 9 January 1998 # Whom: desmo@bandwidth.org # -# $Id: Makefile,v 1.4 1998/06/07 14:45:36 dburr Exp $ +# $Id: Makefile,v 1.5 1998/06/07 15:58:19 dburr Exp $ # -DISTNAME= ircd-hybrid-5.2p1 -PKGNAME= ircd-hybrid-5.2.1 +DISTNAME= ircd-hybrid-5.3 CATEGORIES= net MASTER_SITES= ftp://ftp.vol.com/pub/ircd/ diff --git a/irc/ircd-hybrid/distinfo b/irc/ircd-hybrid/distinfo index eb95df514988..f4fb04516e37 100644 --- a/irc/ircd-hybrid/distinfo +++ b/irc/ircd-hybrid/distinfo @@ -1 +1 @@ -MD5 (ircd-hybrid-5.2p1.tar.gz) = dc7b91da8d14435ed075eed45cd6a4a5 +MD5 (ircd-hybrid-5.3.tar.gz) = 7f22c603ac60d54e98e84bae2abd39d8 diff --git a/irc/ircd-hybrid/files/patch-ab b/irc/ircd-hybrid/files/patch-ab index b7eaa9d5ba51..b3324a6bfb5c 100644 --- a/irc/ircd-hybrid/files/patch-ab +++ b/irc/ircd-hybrid/files/patch-ab @@ -1,5 +1,5 @@ ---- include/config.h.old Sun Jun 7 07:08:17 1998 -+++ include/config.h Sun Jun 7 07:12:38 1998 +--- include/config.h.orig Tue Jul 7 17:40:42 1998 ++++ include/config.h Sat Jul 11 23:52:40 1998 @@ -27,8 +27,8 @@ /***************** MAKE SURE THIS IS CORRECT!!!!!!!!! **************/ /* ONLY EDIT "HARD_FDLIMIT_" and "INIT_MAXCLIENTS" */ @@ -28,8 +28,8 @@ */ -#define FNAME_USERLOG "/usr/local/ircd/users" /* */ -#define FNAME_OPERLOG "/usr/local/ircd/opers" /* */ -+#define FNAME_USERLOG "/usr/local/etc/ircd/users" /* */ -+#define FNAME_OPERLOG "/usr/local/etc/ircd/opers" /* */ ++#define FNAME_USERLOG "/var/log/ircd.users" /* */ ++#define FNAME_OPERLOG "/var/log/ircd.opers" /* */ /* FOLLOW_IDENT_RFC * diff --git a/irc/ircd-hybrid/files/patch-ad b/irc/ircd-hybrid/files/patch-ad new file mode 100644 index 000000000000..571adbf3e038 --- /dev/null +++ b/irc/ircd-hybrid/files/patch-ad @@ -0,0 +1,20 @@ +--- src/list.c.orig Tue Jul 7 17:40:52 1998 ++++ src/list.c Sat Jul 11 23:12:41 1998 +@@ -49,7 +49,7 @@ + for smaller nets who knows? -Dianora + */ + +-#define LINK_PREALLOCATE 1024 ++#define LINK_PREALLOCATE 64 + + /* Number of aClient structures to preallocate at a time + for Efnet 1024 is reasonable +@@ -60,7 +60,7 @@ + rather than 30k times -Dianora + */ + +-#define CLIENTS_PREALLOCATE 1024 ++#define CLIENTS_PREALLOCATE 64 + + void outofmemory(); + |