mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
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)
11 lines
336 B
Perl
11 lines
336 B
Perl
--- ./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
|