29124 Commits

Author SHA1 Message Date
Michael Jerris
b266ae8b11 Moved remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@48 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-19 20:09:09 +00:00
Michael Jerris
05262112cb Moved remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@47 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-19 20:08:57 +00:00
Michael Jerris
af43554c83 Moved remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@46 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-19 20:08:48 +00:00
Michael Jerris
71963ea8f7 Copied remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@45 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-19 20:07:43 +00:00
Michael Jerris
9e25200d8e Removed file/folder
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@44 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-19 20:05:46 +00:00
Michael Jerris
bf4eac1e34 Copied remotely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@43 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-19 20:05:29 +00:00
Travis Cross
138e8039bf Initial empty git commit.
Migrated the FreeSWITCH project from Subversion to Git in March 2010.
2010-03-30 06:50:18 +00:00
Michael Jerris
f3834f1941 Docs tweaks and cleanps.
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@42 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-19 14:08:33 +00:00
Anthony Minessale
a6e9f279b2 update
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@41 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-19 00:10:16 +00:00
Michael Jerris
f7ac01ce60 remove stuff for ccrtp patching and solution file too.
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@36 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-18 21:39:25 +00:00
Michael Jerris
c9117dc47b Remove ccrtp stuff from GetLibs.bat
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@35 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-18 21:37:31 +00:00
Anthony Minessale
64fa492caa git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@33 d0543943-73ff-0310-b7d9-9358b9ac24b2 2005-11-18 19:51:25 +00:00
Anthony Minessale
c01811f845 commit
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@29 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-18 18:18:53 +00:00
Michael Jerris
5c37e18c77 Scripts for MSVC\Windows to download and compile dependency libs. Still to do, consolidate scripts into 1 vbscript and probably a bat file stub to launch the vbscript.
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@23 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-18 01:22:56 +00:00
Anthony Minessale
b91edd017c update
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@21 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-17 16:21:58 +00:00
Anthony Minessale
7362b108db git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@20 d0543943-73ff-0310-b7d9-9358b9ac24b2 2005-11-16 15:36:18 +00:00
Anthony Minessale
f5497f6f2e updated
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@18 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-14 20:51:51 +00:00
Michael Jerris
b2ced66851 cleanup even more files
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@15 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-13 01:50:13 +00:00
Michael Jerris
d2ab2b3dea cleanup files
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@13 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-13 01:29:57 +00:00
Anthony Minessale
4da77ea5c5 hi
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@11 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-12 21:27:19 +00:00
Anthony Minessale
487128950d Use the system version of APR / APR-util if possible
Autodetect whether the system libapr / libaprutil has our
necessary modifications and use it if it does.
2014-03-24 12:54:50 +00:00
Travis Cross
cde20f6fe6 Require sqlite as a system dependency
This purges sqlite from our tree and requires it to be present on the
system for building and running FreeSWITCH.

FS-353
2014-03-24 12:54:49 +00:00
James Le Cuirot
8574988c3a Completely unbundle libedit
FS-353

Signed-off-by: Travis Cross <tc@traviscross.com>
2014-03-24 12:39:59 +00:00
Jeff Lenk
1cde5f01e0 FS-6386 --resolve 2014-03-23 16:15:49 -05:00
Jeff Lenk
f4abf3dab4 FS-6397 --resolve 2014-03-23 14:28:42 -06:00
Peter Olsson
7e1b32c0c2 .gitignore 2014-03-23 10:02:35 +01:00
Peter Olsson
c8fa0f0c4b mod_v8: Use parallel build by default. Use configure flag "--disable-parallel-build-v8" to disable it. It's disabled by default for Debian build scripts, since parallel build has some issues with cowbuilder. 2014-03-23 09:25:41 +01:00
Jeff Lenk
741cb889d9 FS-6349 --resolve 2014-03-22 22:59:32 -05:00
Peter Olsson
742e28e1c5 FS-6395 2014-03-22 12:56:46 +01:00
Peter Olsson
8be3ca59e2 FS-6395 2014-03-22 11:55:04 +01:00
Peter Olsson
e96e402981 .gitignore 2014-03-22 09:14:55 +01:00
Travis Cross
6261e5ae48 Drop mod_v8 from debian build for now
This is currently breaking the build.  We'll get that fixed and add
mod_v8 back in after things slow down.
2014-03-22 05:07:27 +00:00
Brian West
f890854e0d FS-6381 add hostname to conference cdr 2014-03-21 17:23:50 -05:00
Michael Jerris
230b217810 fix perl detection 2014-03-21 18:20:16 -04:00
Brian West
719d37dbf8 first 1/2 of automake for esl phpmod 2014-03-21 16:01:35 -05:00
Brian West
4e734db296 we need to do these in subdirectories because a number of the modules build a different ESL.so 2014-03-21 15:45:40 -05:00
Brian West
91d308dfac fully automake esl perlmod 2014-03-21 15:34:52 -05:00
Brian West
8b76b88f6d add #! 2014-03-21 15:33:38 -05:00
Brian West
c8c3fbe749 don't install test programs 2014-03-21 15:33:18 -05:00
Brian West
77eca8d044 fix typo 2014-03-21 15:08:32 -05:00
Brian West
5014b80d53 1/2 of automake for esl perl, at least we have configure detecting things now 2014-03-21 14:59:01 -05:00
Brian West
94051688c2 reswig 2014-03-21 14:57:13 -05:00
Ken Rice
7f383ccc19 clean up esl module makefile by MikeJ 2014-03-21 12:59:55 -05:00
Brian West
74ab9515a4 FS-6294 DragonFly requires this also. 2014-03-21 11:14:15 -05:00
Brian West
ef781af3cd Clean up bash rc 2014-03-21 10:59:38 -05:00
Jeff Lenk
dd242f3ba6 FS-6346 2014-03-20 18:32:19 -05:00
Travis Cross
ad094b7a8b Allow older versions of curl to be used
...at your own risk.  cURL has had some serious security issues over
the years, so if you're using an ancient version, I hope that you're
receiving security patches from your vendor.

The version set here is to accommodate CentOS 6.
2014-03-20 21:46:07 +00:00
Michael Jerris
d1045b12e1 FS-353: add PKG_CONFIG_PATH for keg only curl from homebrew on mac 2014-03-20 17:40:21 -04:00
Travis Cross
03132e3fd5 Export paths touched by path_push_unique()
FS-353
2014-03-20 21:28:26 +00:00
Travis Cross
3b1278a37a Add curl auto PKG_CONFIG_PATH handling for OS X
FS-353
2014-03-20 21:15:40 +00:00