summaryrefslogtreecommitdiff
path: root/chat/ircd-hybrid/patches/patch-ab
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-08-11 16:53:39 +0000
committeradrianp <adrianp@pkgsrc.org>2006-08-11 16:53:39 +0000
commit13c39fa83a56d69e7f928f6b8fc92a48199cb02a (patch)
tree3cd4da667377ac76321c82b7579502d1c2aa5345 /chat/ircd-hybrid/patches/patch-ab
parent2cc13c17f61f97735b9421a5f649cb0f97a86b3b (diff)
downloadpkgsrc-13c39fa83a56d69e7f928f6b8fc92a48199cb02a.tar.gz
Update to 7.2.2
> -- ircd-hybrid-7.2.2 RELNOTES > o) Added channel::disable_fake_channels config directive > o) Fixed broken FORCEJOIN (contrib) > o) Added missing documentation for connect::vhost > o) Fixed problem with G-Line voting > o) Fixed "STATS ?" so it doesn't report negative traffic statistics > o) Fixed core in m_mkpasswd.c (contrib) > o) Reduced memory usage for channel members > o) Added general::stats_e_disabled which simply disables "STATS e" > for other operators and administrators > o) Ignore signal SIGXFSZ to prevent the daemon from dying on missconfigured > file size limits > o) Slight optimizations to the block allocator > o) Fixed harmless bug that could result in incorrect bytes sent statistics > in "STATS t" > o) "STATS y|Y" now shows whether a class is active or disabled > o) Added ircd-brazilian_pt.lang language file > o) Misc. ACCEPT fixes. E.g. don't remove an accept record if a client is > changing between equivalent nicknames like 'nick' and 'NiCk'. > o) Minor resolv.conf parser fixes. Added missing support for ';' comments > o) Fixed core on MODRESTART
Diffstat (limited to 'chat/ircd-hybrid/patches/patch-ab')
-rw-r--r--chat/ircd-hybrid/patches/patch-ab10
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/ircd-hybrid/patches/patch-ab b/chat/ircd-hybrid/patches/patch-ab
index b418b304e16..839cb11023e 100644
--- a/chat/ircd-hybrid/patches/patch-ab
+++ b/chat/ircd-hybrid/patches/patch-ab
@@ -1,17 +1,17 @@
-$NetBSD: patch-ab,v 1.3 2006/01/03 13:09:25 adrianp Exp $
+$NetBSD: patch-ab,v 1.4 2006/08/11 16:53:39 adrianp Exp $
---- modules/Makefile.in.orig 2005-12-22 00:02:58.000000000 +0000
+--- modules/Makefile.in.orig 2006-07-17 07:31:35.000000000 +0100
+++ modules/Makefile.in
-@@ -23,7 +23,7 @@ IRCDLIBS = @LIBS@ $(SSL_LIBS)
-
+@@ -24,7 +24,7 @@ IRCDLIBS = @LIBS@ $(SSL_LIBS)
prefix = $(DESTDIR)@prefix@
+ datarootdir = $(DESTDIR)@datarootdir@
# Change this later! -- adrian
-moduledir = ${prefix}/modules
+moduledir = ${prefix}/lib/ircd-hybrid/modules
automoduledir = ${moduledir}/autoload
INCLUDES = -I../include -I../lib/pcre $(SSL_INCLUDES)
-@@ -133,16 +133,6 @@ libmodules.a: $(S_OBJS)
+@@ -135,16 +135,6 @@ libmodules.a: $(S_OBJS)
install-mkdirs:
mkdir -p $(prefix)