From owner-svn-ports-all@FreeBSD.ORG Fri Apr 17 07:04:45 2015 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 DAD81DBC; Fri, 17 Apr 2015 07:04:45 +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 C933ECB8; Fri, 17 Apr 2015 07:04:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3H74jOk089002; Fri, 17 Apr 2015 07:04:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3H74j5Z089001; Fri, 17 Apr 2015 07:04:45 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201504170704.t3H74j5Z089001@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 17 Apr 2015 07:04:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384138 - head/security/libbzrtp 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.20 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: Fri, 17 Apr 2015 07:04:46 -0000 Author: tijl Date: Fri Apr 17 07:04:45 2015 New Revision: 384138 URL: https://svnweb.freebsd.org/changeset/ports/384138 Log: Depend on PolarSSL 1.3 Reported by: antoine Modified: head/security/libbzrtp/Makefile Modified: head/security/libbzrtp/Makefile ============================================================================== --- head/security/libbzrtp/Makefile Fri Apr 17 04:39:23 2015 (r384137) +++ head/security/libbzrtp/Makefile Fri Apr 17 07:04:45 2015 (r384138) @@ -2,6 +2,7 @@ PORTNAME= libbzrtp PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SAVANNAH/linphone/bzrtp DISTNAME= bzrtp-${DISTVERSION} @@ -12,10 +13,11 @@ COMMENT= ZRTP support library (RFC 6189) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpolarssl.so:${PORTSDIR}/security/polarssl +LIB_DEPENDS= libpolarssl.so.8:${PORTSDIR}/security/polarssl13 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-strict --with-polarssl=${LOCALBASE} +CONFIGURE_ARGS= --disable-silent-rules --disable-strict \ + --with-polarssl=${LOCALBASE} INSTALL_TARGET= install-strip USES= libtool pathfix pkgconfig USE_GNOME= libxml2