Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 04:18:13 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375387 - head/net/linphone
Message-ID:  <201412240418.sBO4IDdY064220@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Wed Dec 24 04:18:12 2014
New Revision: 375387
URL: https://svnweb.freebsd.org/changeset/ports/375387
QAT: https://qat.redports.org/buildarchive/r375387/

Log:
  Enable the ZRTP (encryption) option -- and bump PORTREVISION.
  
  While here, arrange for the bundled mediastreamer2/ and oRTP/
  subdirectories to not be extracted from the tarball -- we build
  them separately from ports of their own anyway.

Modified:
  head/net/linphone/Makefile

Modified: head/net/linphone/Makefile
==============================================================================
--- head/net/linphone/Makefile	Wed Dec 24 04:03:31 2014	(r375386)
+++ head/net/linphone/Makefile	Wed Dec 24 04:18:12 2014	(r375387)
@@ -2,7 +2,7 @@
 
 PORTNAME=	linphone
 PORTVERSION=	3.7.0
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	SAVANNAH/linphone/3.7.x/sources
@@ -21,6 +21,7 @@ CONFLICTS_INSTALL=	linphone-base-[0-9]*
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-deplibs-link --disable-strict --disable-tutorials \
 		--enable-external-mediastreamer --enable-external-ortp \
+		--enable-zrtp \
 		--with-readline=${LOCALBASE}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
@@ -28,6 +29,7 @@ INSTALL_TARGET=	install-strip
 USES=		gmake libtool pathfix pkgconfig readline:port
 USE_GNOME=	 gtk20 intltool libxml2
 USE_LDCONFIG=	yes
+EXTRACT_AFTER_ARGS+=--exclude mediastreamer2 --exclude oRTP
 
 OPTIONS_DEFINE=	IPV6 NLS NOTIFY UPNP VIDEO
 OPTIONS_DEFAULT=NOTIFY UPNP VIDEO



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