summaryrefslogtreecommitdiff
path: root/net/freeswitch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/freeswitch/Makefile')
-rw-r--r--net/freeswitch/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile
index 1e984a765345..e6456b3af785 100644
--- a/net/freeswitch/Makefile
+++ b/net/freeswitch/Makefile
@@ -1,5 +1,6 @@
PORTNAME= freeswitch
DISTVERSION= 1.10.12
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= https://files.freeswitch.org/releases/freeswitch/ \
https://files.freeswitch.org/releases/sounds/:sounds
@@ -31,8 +32,9 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \
libodbc.so:databases/unixODBC \
libpng.so:graphics/png \
libjbig.so:graphics/jbigkit \
+ libshout.so:audio/libshout \
libtiff.so:graphics/tiff \
- libuuid.so:misc/e2fsprogs-libuuid \
+ libuuid.so:misc/libuuid \
libmariadb.so:databases/mariadb-connector-c \
libspandsp.so:comms/spandsp \
libsofia-sip-ua.so:net/sofia-sip
@@ -190,6 +192,8 @@ post-patch:
${WRKSRC}/modules.conf
${REINPLACE_CMD} -Ee 's|^(endpoints/mod_verto)|#\1|' \
${WRKSRC}/modules.conf
+ ${REINPLACE_CMD} -Ee 's|^#(formats/mod_shout)|\1|' \
+ ${WRKSRC}/modules.conf
post-patch-PGSQL-off:
${REINPLACE_CMD} -Ee 's|^(databases/mod_pgsql)|#\1|' ${WRKSRC}/modules.conf