forked from SIPfoundry/legacy-sipxecs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of ssh://github.com/dhubler/sipxecs
- Loading branch information
Showing
1,412 changed files
with
56,053 additions
and
31,434 deletions.
There are no files selected for viewing
Submodule OpenACD
updated
from ce0a21 to 568970
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule freeswitch
updated
from a38428 to ee579d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,53 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE comps PUBLIC "-//The cAos Project//DTD Comps info//EN" "comps.dtd"> | ||
<!-- | ||
- I cannot get groups to be recursive. groupreq doesn't appear to have | ||
- much effect. See | ||
- https://lists.dulug.duke.edu/pipermail/yum-devel/2006-May/002140.html | ||
- categories do not help either. From what I can tell, you need to duplicate | ||
- package dependencies | ||
--> | ||
<comps> | ||
<group> | ||
<id>sipxecs</id> | ||
<uservisible>true</uservisible> | ||
<name>sipXecs PBX</name> | ||
<description>Standard sipXpbx PBX</description> | ||
<name>sipXecs UCnified Communications System</name> | ||
<description>Primary or main sipXecs install, Install more than you | ||
may use, but not everything is enabled by default</description> | ||
<packagelist> | ||
<packagereq type="mandatory">sipxproxy</packagereq> | ||
<packagereq type="mandatory">sipxpublisher</packagereq> | ||
<packagereq type="mandatory">sipxregistry</packagereq> | ||
<packagereq type="mandatory">sipxconfig</packagereq> | ||
<!-- counterpath : deps because of web deployment issues --> | ||
<packagereq type="mandatory">sipxcounterpath</packagereq> | ||
<packagereq type="mandatory">sipxpolycom</packagereq> | ||
<packagereq type="mandatory">sipxaudiocodes</packagereq> | ||
<packagereq type="mandatory">sipxbridge</packagereq> | ||
<packagereq type="mandatory">sipxivr</packagereq> | ||
<packagereq type="mandatory">sipxopenfire</packagereq> | ||
<packagereq type="mandatory">sipxfreeswitch</packagereq> | ||
<packagereq type="mandatory">sipxdns</packagereq> | ||
<!-- polycom arguable the defacto, but not strictly required --> | ||
<packagereq type="mandatory">sipxpolycom</packagereq> | ||
<!-- good to have one gateway option installed --> | ||
<packagereq type="mandatory">sipxaudiocodes</packagereq> | ||
<!-- counterpath : deps because of web deployment issues --> | ||
<packagereq type="mandatory">sipxcounterpath</packagereq> | ||
<!-- 4.4 feature compatibility --> | ||
<packagereq type="mandatory">sipxconfig-ftp</packagereq> | ||
<packagereq type="mandatory">sipxconfig-tftp</packagereq> | ||
<packagereq type="mandatory">sipxsnmp</packagereq> | ||
<packagereq type="mandatory">sipxrecording</packagereq> | ||
<packagereq type="mandatory">sipxcdr</packagereq> | ||
</packagelist> | ||
</group> | ||
<group> | ||
<id>sipxecs-2nd</id> | ||
<uservisible>true</uservisible> | ||
<name>sipXecs Additional Server</name> | ||
<description>When you're installing addition systems. You could install sipxecs but | ||
there would be many components you wouldn't need because they are only relevant on the | ||
primary server.</description> | ||
<packagelist> | ||
<packagereq type="mandatory">sipxproxy</packagereq> | ||
<packagereq type="mandatory">sipxpublisher</packagereq> | ||
<packagereq type="mandatory">sipxregistry</packagereq> | ||
<packagereq type="mandatory">sipxbridge</packagereq> | ||
<packagereq type="mandatory">sipxivr</packagereq> | ||
<packagereq type="mandatory">sipxopenfire</packagereq> | ||
<packagereq type="mandatory">sipxfreeswitch</packagereq> | ||
<packagereq type="mandatory">sipxdns</packagereq> | ||
<packagereq type="mandatory">sipxsnmp</packagereq> | ||
</packagelist> | ||
</group> | ||
</comps> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
mongo_VER = 2.0.2 | ||
mongo_SRPM = mongodb-$(mongo_VER)-1$(RPM_DIST).src.rpm | ||
mongo_SRPM = mongodb-$(mongo_VER)-99$(RPM_DIST).src.rpm | ||
mongo_SPEC = $(SRC)/$(PROJ)/mongodb.spec | ||
|
||
# NOTE: tarfile is *not* pristine. there are 3 patches applied to it before creating tarball. | ||
# NOTE: there are 3 issues related to mongo | ||
# http://jira.mongodb.org/browse/SERVER-4178 | ||
# http://jira.mongodb.org/browse/SERVER-4179 | ||
# http://jira.mongodb.org/browse/SERVER-4181 | ||
# but assumption is these will be applied upstream and we won't have to maintain these patches. | ||
mongo_SOURCES = \ | ||
mongodb-src-r$(mongo_VER).tar.gz | ||
mongodb-src-r$(mongo_VER).tar.gz \ | ||
$(SRC)/$(PROJ)/boost-fsv2-compiler-err.patch | ||
|
||
# targets not defined, nothing to do | ||
mongo.autoreconf mongo.configure mongo.dist :; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff -ru before/mongodb-src-r2.0.2/pch.h after/mongodb-src-r2.0.2/pch.h | ||
--- before/mongodb-src-r2.0.2/pch.h 2011-12-14 12:18:48.000000000 -0500 | ||
+++ after/mongodb-src-r2.0.2/pch.h 2011-12-21 08:50:05.000000000 -0500 | ||
@@ -80,9 +80,7 @@ | ||
#include "boost/thread/once.hpp" | ||
//#include <boost/archive/iterators/transform_width.hpp> | ||
#define BOOST_FILESYSTEM_VERSION 2 | ||
-#include <boost/filesystem/convenience.hpp> | ||
-#include <boost/filesystem/exception.hpp> | ||
-#include <boost/filesystem/operations.hpp> | ||
+#include <boost/filesystem.hpp> | ||
#include <boost/program_options.hpp> | ||
#include <boost/shared_ptr.hpp> | ||
#include <boost/smart_ptr.hpp> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.