summaryrefslogtreecommitdiff
path: root/irc/ircd-ratbox-devel/files/patch-include_config.h
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-07-02 23:36:37 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-07-02 23:36:37 +0000
commit9706c706c493e68d42ee0eda3ab08b13dbf7b681 (patch)
tree3a81063ce6c0d4357eb08e18376c883d8ebb1b41 /irc/ircd-ratbox-devel/files/patch-include_config.h
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-include_config.h')
-rw-r--r--irc/ircd-ratbox-devel/files/patch-include_config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/irc/ircd-ratbox-devel/files/patch-include_config.h b/irc/ircd-ratbox-devel/files/patch-include_config.h
index cdafb97b7cee..229f415d50c2 100644
--- a/irc/ircd-ratbox-devel/files/patch-include_config.h
+++ b/irc/ircd-ratbox-devel/files/patch-include_config.h
@@ -1,11 +1,11 @@
---- ./include/config.h.orig Wed Sep 5 20:08:21 2007
-+++ ./include/config.h Tue Apr 22 02:20:19 2008
+--- ./include/config.h.orig 2008-06-09 19:32:50.000000000 +0100
++++ ./include/config.h 2008-06-29 14:51:42.000000000 +0100
@@ -54,15 +54,17 @@
#define LOGPATH LOG_DIR
#define UHPATH HELP_DIR "/users"
#define HPATH HELP_DIR "/opers"
-+#define RUNPATH "/var/run/ircd-ratbox"
-+#define DBPTH "/var/db/ircd-ratbox"
++#define RUNPATH "%%RUNDIR%%"
++#define DBPTH "%%DBDIR%%"
/* files */
#define SPATH BINPATH "/ircd" /* ircd executable */
@@ -19,4 +19,4 @@
+#define PPATH RUNPATH "/ircd.pid" /* pid file */
#define OPATH ETCPATH "/opers.motd" /* oper MOTD file */
- /* TS6_ONLY
+ /* HANGONGOODLINK and HANGONGOODLINK