Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2019 09:13:36 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r518131 - in branches/2019Q4/net: asterisk13 asterisk16
Message-ID:  <201911220913.xAM9Da44025008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Nov 22 09:13:36 2019
New Revision: 518131
URL: https://svnweb.freebsd.org/changeset/ports/518131

Log:
  MFH: r518056
  
  Really build the opus module when the OPUS option is enabled.
  
  PR:		242103
  Submitted by:	ben@desync.com
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2019Q4/net/asterisk13/Makefile
  branches/2019Q4/net/asterisk16/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/net/asterisk13/Makefile
==============================================================================
--- branches/2019Q4/net/asterisk13/Makefile	Fri Nov 22 09:03:50 2019	(r518130)
+++ branches/2019Q4/net/asterisk13/Makefile	Fri Nov 22 09:13:36 2019	(r518131)
@@ -292,6 +292,9 @@ post-configure-NEWG711-on:
 post-configure-OPTIMIZED_CFLAGS-off:
 	@cd ${WRKSRC} && ./menuselect/menuselect --disable BUILD_NATIVE menuselect.makeopts
 
+post-configure-OPUS-on:
+	@cd ${WRKSRC} && ./menuselect/menuselect --enable codec_opus_open_source menuselect.makeopts
+
 post-install:
 	@${RM} ${STAGEDIR}${ETCDIR}/*.conf ${STAGEDIR}${ETCDIR}/extensions.ael ${STAGEDIR}${ETCDIR}/extensions.lua
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/ast[a-f]* ${STAGEDIR}${PREFIX}/lib/*.so.* ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/*.so ${STAGEDIR}${DATADIR}/agi-bin/eagi-*

Modified: branches/2019Q4/net/asterisk16/Makefile
==============================================================================
--- branches/2019Q4/net/asterisk16/Makefile	Fri Nov 22 09:03:50 2019	(r518130)
+++ branches/2019Q4/net/asterisk16/Makefile	Fri Nov 22 09:13:36 2019	(r518131)
@@ -297,6 +297,9 @@ post-configure-NEWG711-on:
 post-configure-OPTIMIZED_CFLAGS-off:
 	@cd ${WRKSRC} && ./menuselect/menuselect --disable BUILD_NATIVE menuselect.makeopts
 
+post-configure-OPUS-on:
+	@cd ${WRKSRC} && ./menuselect/menuselect --enable codec_opus_open_source menuselect.makeopts
+
 post-install:
 	@${RM} ${STAGEDIR}${ETCDIR}/*.conf ${STAGEDIR}${ETCDIR}/extensions.ael ${STAGEDIR}${ETCDIR}/extensions.lua
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/ast[a-f]* ${STAGEDIR}${PREFIX}/lib/*.so.* ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/*.so ${STAGEDIR}${DATADIR}/agi-bin/eagi-*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911220913.xAM9Da44025008>