diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-04-23 04:07:11 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-04-23 04:07:11 +0000 |
commit | 882e9808677e3848be3ad8290fb959f756630b6e (patch) | |
tree | 1972d089f20859102b24838841905b7dcf8fe486 /irc/ircd-ratbox-devel/files/patch-libltdl_Makefile.am | |
parent | - Remove USE_X86_ASM check for some binaries (they don't require it anymore). (diff) |
- Update ircd-ratbox-devel port to latest beta testing release of ircd-ratbox-3.0.0, added sqlite3 as
dependancy, updated rc.d script to add 'conftest' option.
Changes include:
o Optional SSL support to enable encrypted connections between clients
and servers, as well as server to server links.
o Add support for SSL only channels, channel mode +S.
o Bundled sqlite3 for handling and storing k/x/d lines.
o Support for global CIDR limits.
o Added adminwall allowing admins to broadcast messages to each other.
o Creation of new library archive 'libratbox'.
o Support for force nick changes.
o New ssld and bandb processes for SSL connections and ban checking.
PR: ports/122994
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=211817
Diffstat (limited to 'irc/ircd-ratbox-devel/files/patch-libltdl_Makefile.am')
-rw-r--r-- | irc/ircd-ratbox-devel/files/patch-libltdl_Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/irc/ircd-ratbox-devel/files/patch-libltdl_Makefile.am b/irc/ircd-ratbox-devel/files/patch-libltdl_Makefile.am new file mode 100644 index 000000000000..6582b944b97d --- /dev/null +++ b/irc/ircd-ratbox-devel/files/patch-libltdl_Makefile.am @@ -0,0 +1,17 @@ +--- ./libltdl/Makefile.am.orig Tue Sep 4 23:06:44 2007 ++++ ./libltdl/Makefile.am Tue Apr 22 02:20:19 2008 +@@ -1,7 +1,7 @@ + ## Process this file with automake to produce Makefile.in + + AUTOMAKE_OPTIONS = no-dependencies foreign +- ++CONVENIENCE_LTDL=1 + if INSTALL_LTDL + include_HEADERS = ltdl.h + lib_LTLIBRARIES = libltdl.la +@@ -30,3 +30,5 @@ + $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool + libtool: $(LIBTOOL_DEPS) + $(SHELL) ./config.status --recheck ++ ++install-includeHEADERS: |