aboutsummaryrefslogtreecommitdiffstats
path: root/net/asterisk/Makefile
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2015-09-01 08:22:34 +0800
committermadpilot <madpilot@FreeBSD.org>2015-09-01 08:22:34 +0800
commite25cadbf479e14221f805c43abd29a01822176bb (patch)
treebd057a673e8d04b6e93d96a4deebc747abcbe777 /net/asterisk/Makefile
parenta46968b610ce5f61b2c31f66779dfab5a2e9eeec (diff)
downloadfreebsd-ports-gnome-e25cadbf479e14221f805c43abd29a01822176bb.tar.gz
freebsd-ports-gnome-e25cadbf479e14221f805c43abd29a01822176bb.tar.zst
freebsd-ports-gnome-e25cadbf479e14221f805c43abd29a01822176bb.zip
Forcibly disable res_timing_kqueue again: it causes lockups.
Reported by: Sulev-Madis Silber <madis555 at gmail.com> (via email)
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r--net/asterisk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index 1e9a02a0533c..4aedcc38d3b4 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -3,7 +3,7 @@
PORTNAME= asterisk
PORTVERSION= 1.8.32.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729
MASTER_SITE_SUBDIR= asterisk/:main \
@@ -232,6 +232,7 @@ USER_MAKEOPTS_FILE=
post-configure:
@cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts USER_MAKEOPTS="${USER_MAKEOPTS_FILE}"
+ @cd ${WRKSRC} && ./menuselect/menuselect --disable res_timing_kqueue menuselect.makeopts
.if ${PORT_OPTIONS:MMYSQL}
@cd ${WRKSRC} && ./menuselect/menuselect --enable res_config_mysql menuselect.makeopts
@cd ${WRKSRC} && ./menuselect/menuselect --enable app_mysql menuselect.makeopts