diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-09-01 08:22:34 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-09-01 08:22:34 +0800 |
commit | e25cadbf479e14221f805c43abd29a01822176bb (patch) | |
tree | bd057a673e8d04b6e93d96a4deebc747abcbe777 | |
parent | a46968b610ce5f61b2c31f66779dfab5a2e9eeec (diff) | |
download | freebsd-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)
-rw-r--r-- | net/asterisk/Makefile | 3 |
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 |