summaryrefslogtreecommitdiffstats
path: root/main/freeswitch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-12-31 13:01:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-12-31 16:02:15 +0000
commit2f14e88633bab618f755052c34cf832061250067 (patch)
treeb2e2c6a974a0c25e57c569a060ac6071d89dfa4b /main/freeswitch
parent55052c8cf676da8e68d11f0d8a82a5adcc2ddd4d (diff)
downloadaports-2f14e88633bab618f755052c34cf832061250067.tar.bz2
aports-2f14e88633bab618f755052c34cf832061250067.tar.xz
main/freeswitch: disable mod_zmq as it does not build with automake-1.13
Diffstat (limited to 'main/freeswitch')
-rw-r--r--main/freeswitch/APKBUILD11
-rw-r--r--main/freeswitch/modules.conf2
2 files changed, 3 insertions, 10 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD
index 0ce525e39..9afabc225 100644
--- a/main/freeswitch/APKBUILD
+++ b/main/freeswitch/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Cameron Banta <cbanta@gmail.com>
pkgname=freeswitch
pkgver=1.2.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="A communications platform written in C from the ground up"
url="http://www.freeswitch.org"
arch="all"
@@ -26,7 +26,6 @@ source="http://files.freeswitch.org/$pkgname-$pkgver.tar.bz2
freeswitch.initd
"
-
_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
@@ -36,7 +35,6 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
- sed -i 's,freetdm.h,../src/include/freetdm.h,' libs/freetdm/mod_freetdm/mod_freetdm.c
}
build() {
@@ -46,11 +44,6 @@ build() {
# by specifying it here we save our selves from some CPU cycles
export lt_cv_sys_max_cmd_len=8192
- sed -i -e 's#^dbdir="${prefix}/db"#dbdir="/var/lib/freeswitch"#' \
- -e 's#^soundsdir=.*#soundsdir="${prefix}/share/freeswitch/sounds"#' \
- configure.in || return 1
- ./bootstrap.sh
-
cp -f "$srcdir/modules.conf" modules.conf || return 1
# remove -Werror since gcc-4.5 is more strict
@@ -159,6 +152,6 @@ conf() {
md5sums="29540dc974a8597dbc64001ada38f3f6 freeswitch-1.2.5.3.tar.bz2
e3912aa52a4d8f8cb3b4e38c2668116d freeswitch-mod_shout-textrels.patch
769eaa127d4dbae687dc4aa961a8cc70 0002-mod_lua-alpine-module-search-path.patch
-7d592720ae58938a36eeb288801d0fd1 modules.conf
+0eb382f73ed393f28b8a797ebbfa608b modules.conf
c608cca8ad773acebf201f581438c7e7 freeswitch.confd
54a929d16731df730de0cd5355ea3031 freeswitch.initd"
diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf
index 4c6b03831..eef8d52be 100644
--- a/main/freeswitch/modules.conf
+++ b/main/freeswitch/modules.conf
@@ -89,7 +89,7 @@ event_handlers/mod_cdr_sqlite
#event_handlers/mod_erlang_event
#event_handlers/mod_event_multicast
event_handlers/mod_event_socket
-event_handlers/mod_event_zmq
+#event_handlers/mod_event_zmq
#event_handlers/mod_radius_cdr
event_handlers/mod_snmp
formats/mod_local_stream