diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-16 08:22:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-16 08:22:53 +0000 |
commit | 41b6c416db06a2fd183ab6753db49fbfa4719cb0 (patch) | |
tree | e1809e1b3a431f9b3f8907f17e8530f15079b8e0 /irc/ircd-hybrid/files/patch-include_setup.h.in | |
parent | Require 5.6+ (DBD::InterBase depends on DBI-1.41+) (diff) |
- Update to 7.1.2
PR: ports/84777
Submitted by: Diane Bruce <db@db.net>
Approved by: maintainer timeout (1 month)
- Switch to rcNG startup script
PR: ports/85564
Submitted by: hr <asher@raout.org>
Notes
Notes:
svn path=/head/; revision=142896
Diffstat (limited to 'irc/ircd-hybrid/files/patch-include_setup.h.in')
-rw-r--r-- | irc/ircd-hybrid/files/patch-include_setup.h.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/irc/ircd-hybrid/files/patch-include_setup.h.in b/irc/ircd-hybrid/files/patch-include_setup.h.in new file mode 100644 index 000000000000..7028f4f060d5 --- /dev/null +++ b/irc/ircd-hybrid/files/patch-include_setup.h.in @@ -0,0 +1,25 @@ +--- include/setup.h.in.orig Sun Jun 26 20:18:20 2005 ++++ include/setup.h.in Sat Jul 23 16:34:51 2005 +@@ -171,6 +171,22 @@ + /* Prefix where the ircd is installed. */ + #undef IRCD_PREFIX + ++/* patched in by FreeBSD port */ ++#undef MODPATH ++ ++#undef AMODPATH ++ ++#undef UHPATH ++ ++#undef HPATH ++ ++#undef MSGPATH ++ ++#undef LOGPATH ++ ++#undef ETCPATH ++ ++/* End of FreeBSD port patch */ + /* Size of the local client heap. */ + #undef LCLIENT_HEAP_SIZE + |