diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-02 23:36:37 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-02 23:36:37 +0000 |
commit | 9706c706c493e68d42ee0eda3ab08b13dbf7b681 (patch) | |
tree | 3a81063ce6c0d4357eb08e18376c883d8ebb1b41 /irc/ircd-ratbox-devel/files/patch-contrib_ircd-shortcut.pl | |
parent | - Unbreak on recent 8-current (after sgtty changes). (diff) |
- Update to 3.0.0.b7
Changes:
o sqlite3 dependency restored.
o Added support for services' ircd-shortcut commands make options.
o Added dependency on PERL for generation of ircd-shortcut modules.
o The example EFNet configuration file is not helpful because it has not been updated
for ratbox-3. It therefore is not installed as standard by this port version, but should
be back in the next update.
Software changes include:
o Change -lock klines and friends to now use the ADMINKLINE etc commands.
o Change to only support TS6.
o Fix remote kline reasons.
o Have sqlite3 checking use pkg-config when possible.
o Move identd checking back into the ircd, this seems to have been more
problematic than what it was worth.
o Add experimental gnutls support - note that CHALLENGE does not work when using
just gnutls.
o Some helpfile cleanups and additions.
o Fix compile error when zlib is not found.
o Remove some restrictions on k/d/x/resv reasons that are no longer needed.
PR: ports/125106
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=216187
Diffstat (limited to 'irc/ircd-ratbox-devel/files/patch-contrib_ircd-shortcut.pl')
-rw-r--r-- | irc/ircd-ratbox-devel/files/patch-contrib_ircd-shortcut.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/ircd-ratbox-devel/files/patch-contrib_ircd-shortcut.pl b/irc/ircd-ratbox-devel/files/patch-contrib_ircd-shortcut.pl new file mode 100644 index 000000000000..47307ad94a9a --- /dev/null +++ b/irc/ircd-ratbox-devel/files/patch-contrib_ircd-shortcut.pl @@ -0,0 +1,11 @@ +--- ./contrib/ircd-shortcut.pl.orig 2008-06-29 14:05:58.000000000 +0100 ++++ ./contrib/ircd-shortcut.pl 2008-06-29 14:07:11.000000000 +0100 +@@ -36,7 +36,7 @@ + ###################################### + + +-open(FILE, '>', 'm_rsshortcut.c'); ++open(FILE, '>', '%%WRKSRC%%/contrib/m_rsshortcut.c'); + + print FILE <<".EOF."; + /* m_rsshortcut.c |