svn commit: r395737 - head/net/asterisk

Guido Falsi madpilot at FreeBSD.org
Tue Sep 1 00:22:35 UTC 2015


Author: madpilot
Date: Tue Sep  1 00:22:34 2015
New Revision: 395737
URL: https://svnweb.freebsd.org/changeset/ports/395737

Log:
  Forcibly disable res_timing_kqueue again: it causes lockups.
  
  Reported by:	Sulev-Madis Silber <madis555 at gmail.com> (via email)

Modified:
  head/net/asterisk/Makefile

Modified: head/net/asterisk/Makefile
==============================================================================
--- head/net/asterisk/Makefile	Mon Aug 31 23:39:27 2015	(r395736)
+++ head/net/asterisk/Makefile	Tue Sep  1 00:22:34 2015	(r395737)
@@ -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


More information about the svn-ports-all mailing list