From owner-svn-ports-all@FreeBSD.ORG Wed Dec 24 04:18:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E854B21; Wed, 24 Dec 2014 04:18:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BAF3119; Wed, 24 Dec 2014 04:18:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBO4ID5h064221; Wed, 24 Dec 2014 04:18:13 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBO4IDdY064220; Wed, 24 Dec 2014 04:18:13 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201412240418.sBO4IDdY064220@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Wed, 24 Dec 2014 04:18:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375387 - head/net/linphone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2014 04:18:13 -0000 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