diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-04-23 04:07:11 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-04-23 04:07:11 +0000 |
commit | 882e9808677e3848be3ad8290fb959f756630b6e (patch) | |
tree | 1972d089f20859102b24838841905b7dcf8fe486 /irc/ircd-ratbox-devel/files/patch-src_Makefile.in | |
parent | - Remove USE_X86_ASM check for some binaries (they don't require it anymore). (diff) |
- 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 <moggie@elasticmind.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=211817
Diffstat (limited to 'irc/ircd-ratbox-devel/files/patch-src_Makefile.in')
-rw-r--r-- | irc/ircd-ratbox-devel/files/patch-src_Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/irc/ircd-ratbox-devel/files/patch-src_Makefile.in b/irc/ircd-ratbox-devel/files/patch-src_Makefile.in deleted file mode 100644 index 8c05204e83d8..000000000000 --- a/irc/ircd-ratbox-devel/files/patch-src_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- src/Makefile.in.orig Thu Feb 24 01:48:06 2005 -+++ src/Makefile.in Fri Jan 27 02:29:08 2006 -@@ -125,9 +125,6 @@ - fi - @echo "ircd: installing ircd ($(PROGS))" - @for i in $(PROGS); do \ -- if test -f $(DESTDIR)$(bindir)/$$i; then \ -- $(MV) $(DESTDIR)$(bindir)/$$i $(DESTDIR)$(bindir)/$$i.old; \ -- fi; \ - $(INSTALL_BIN) $$i $(DESTDIR)$(bindir); \ - done - |