svn commit: r459122 - head/audio/baresip

Hans Petter Selasky hselasky at FreeBSD.org
Mon Jan 15 21:59:20 UTC 2018


Author: hselasky (src committer)
Date: Mon Jan 15 21:59:18 2018
New Revision: 459122
URL: https://svnweb.freebsd.org/changeset/ports/459122

Log:
  Enable STDIO backend by default.
  
  Approved by:	crees@

Modified:
  head/audio/baresip/Makefile

Modified: head/audio/baresip/Makefile
==============================================================================
--- head/audio/baresip/Makefile	Mon Jan 15 21:56:45 2018	(r459121)
+++ head/audio/baresip/Makefile	Mon Jan 15 21:59:18 2018	(r459122)
@@ -2,7 +2,7 @@
 
 PORTNAME=	baresip
 PORTVERSION=	0.4.19
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	http://www.creytiv.com/pub/
 
@@ -30,7 +30,7 @@ OPTIONS_DEFINE=	CONS DOCS EXAMPLES FFMPEG G711 G722 G7
 	DTLS_SRTP AUBRIDGE VIDBRIDGE HTTPD DSHOW DIRECTFB ACCOUNT \
 	NATPMP SDL MIW SNAPSHOT SELFVIEW VUMETER AULOOP CONTACT \
 	MENU PRESENCE SYSLOG VIDLOOP
-OPTIONS_DEFAULT=CONS G711 G722 G726 L16 OSS
+OPTIONS_DEFAULT=CONS G711 G722 G726 L16 OSS STDIO
 
 AULOOP_DESC=	Audio-loop test module
 BV32_DESC=	BroadVoice32 Wideband Audio codec


More information about the svn-ports-all mailing list