ports/irc/ircd-ratbox-devel/files/patch-contrib_ircd-shortcut.pl
Martin Wilke 16f8160c5f - Update to ratbox-3.0.0 release
Port changes:
 o Adjusted WITHOUT_IPV6 port option to compensate for
   ratbox enabling IPv6 by default.
 o Updated patches for diff index changes and added new
   patch on 'rsdb_sqlite3.c' to fix ban.db path code.

Software changes included in this release:
 o Fix a crash with the the global CIDR code.
 o Fix a core dump in bantool if bantool cannot open the database.
 o Report failure to open logfiles in a more useful way.
 o Check to see if we have both read and write access to the ban database.
 o Fix a build error on OS X Leopard.

PR:		128890
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2008-11-23 13:38:25 +00:00

11 lines
336 B
Perl

--- ./contrib/ircd-shortcut.pl.orig 2008-04-24 16:43:42.000000000 +0100
+++ ./contrib/ircd-shortcut.pl 2008-11-15 02:55:35.000000000 +0000
@@ -36,7 +36,7 @@
######################################
-open(FILE, '>', 'm_rsshortcut.c');
+open(FILE, '>', '%%WRKSRC%%/contrib/m_rsshortcut.c');
print FILE <<".EOF.";
/* m_rsshortcut.c