From 882e9808677e3848be3ad8290fb959f756630b6e Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Wed, 23 Apr 2008 04:07:11 +0000 Subject: - Update ircd-ratbox-devel port to latest beta testing release of ircd-ratbox-3.0.0, added sqlite3 as dependancy, updated rc.d script to add 'conftest' option. Changes include: o Optional SSL support to enable encrypted connections between clients and servers, as well as server to server links. o Add support for SSL only channels, channel mode +S. o Bundled sqlite3 for handling and storing k/x/d lines. o Support for global CIDR limits. o Added adminwall allowing admins to broadcast messages to each other. o Creation of new library archive 'libratbox'. o Support for force nick changes. o New ssld and bandb processes for SSL connections and ban checking. PR: ports/122994 Submitted by: Lewis (maintainer) --- irc/ircd-ratbox-devel/files/patch-doc_Makefile.in | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'irc/ircd-ratbox-devel/files/patch-doc_Makefile.in') diff --git a/irc/ircd-ratbox-devel/files/patch-doc_Makefile.in b/irc/ircd-ratbox-devel/files/patch-doc_Makefile.in index 5d60cc8aab3d..e5456732d1ea 100644 --- a/irc/ircd-ratbox-devel/files/patch-doc_Makefile.in +++ b/irc/ircd-ratbox-devel/files/patch-doc_Makefile.in @@ -1,6 +1,6 @@ ---- doc/Makefile.in.orig Fri Jun 18 01:19:00 2004 -+++ doc/Makefile.in Fri Jan 27 07:03:15 2006 -@@ -53,28 +53,9 @@ +--- ./doc/Makefile.in.orig Fri Mar 7 16:30:59 2008 ++++ ./doc/Makefile.in Tue Apr 22 02:20:19 2008 +@@ -43,21 +43,10 @@ fi install: install-mkdirs build @@ -11,14 +11,7 @@ - fi; \ - $(INSTALL_DATA) $$i $(DESTDIR)$(confdir); \ - done -- -- @for i in $(DEFAULTCONFS); do \ -- if test ! -f $(DESTDIR)$(confdir)/$$i; then \ -- echo "ircd: creating config file ($$i)"; \ -- ${TOUCH} $(DESTDIR)$(confdir)/$$i; \ -- fi; \ -- done -- + -@if test ! -f $(DESTDIR)$(confdir)/ircd.motd; then \ echo "ircd: installing motd file (ircd.motd)"; \ - $(INSTALL_DATA) ircd.motd $(DESTDIR)$(confdir); \ @@ -29,4 +22,4 @@ + $(INSTALL_DATA) ircd.motd $(DESTDIR)$(confdir)/ircd.motd.sample; \ fi - @echo "ircd: installing manpage" + all: -- cgit v1.2.3