summaryrefslogtreecommitdiff
path: root/irc/ircd-ratbox-devel/files/patch-servlink_Makefile.in
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-04-23 04:07:11 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-04-23 04:07:11 +0000
commit882e9808677e3848be3ad8290fb959f756630b6e (patch)
tree1972d089f20859102b24838841905b7dcf8fe486 /irc/ircd-ratbox-devel/files/patch-servlink_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-servlink_Makefile.in')
-rw-r--r--irc/ircd-ratbox-devel/files/patch-servlink_Makefile.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/irc/ircd-ratbox-devel/files/patch-servlink_Makefile.in b/irc/ircd-ratbox-devel/files/patch-servlink_Makefile.in
deleted file mode 100644
index 39832cf4f987..000000000000
--- a/irc/ircd-ratbox-devel/files/patch-servlink_Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- servlink/Makefile.in.orig Thu Jun 17 23:19:00 2004
-+++ servlink/Makefile.in Fri Jan 27 02:29:59 2006
-@@ -51,9 +51,6 @@
- install: build
- @echo "ircd: installing servlink ($(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
-