aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorDonald Burr <dburr@FreeBSD.org>1998-07-19 07:46:57 +0000
committerDonald Burr <dburr@FreeBSD.org>1998-07-19 07:46:57 +0000
commite1486f8c7ef173b82cecc1029988bd1d50705a3c (patch)
tree1b348dd22e06403ad43c8b76bc7469940f91a38e /irc
parentd902b2d908c088b9b75ed4fcae3d43502af1ff0e (diff)
downloadports-e1486f8c7ef173b82cecc1029988bd1d50705a3c.tar.gz
ports-e1486f8c7ef173b82cecc1029988bd1d50705a3c.zip
Update to ircd-hybrid-5 version 5.3.
Thanks to Adrian Penisoara <ady@freebsd.ady.ro> for his patches. PR: ports/7255
Notes
Notes: svn path=/head/; revision=11962
Diffstat (limited to 'irc')
-rw-r--r--irc/ircd-hybrid/Makefile7
-rw-r--r--irc/ircd-hybrid/distinfo2
-rw-r--r--irc/ircd-hybrid/files/patch-ab8
-rw-r--r--irc/ircd-hybrid/files/patch-ad20
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();
+