From owner-svn-ports-all@FreeBSD.ORG Fri Mar 6 21:58:46 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 171B690A; Fri, 6 Mar 2015 21:58:46 +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 01E28969; Fri, 6 Mar 2015 21:58:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t26LwjPi003778; Fri, 6 Mar 2015 21:58:45 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t26LwjM1003776; Fri, 6 Mar 2015 21:58:45 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201503062158.t26LwjM1003776@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Fri, 6 Mar 2015 21:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380627 - in head/devel/libzrtpcpp: . files 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: Fri, 06 Mar 2015 21:58:46 -0000 Author: mi Date: Fri Mar 6 21:58:44 2015 New Revision: 380627 URL: https://svnweb.freebsd.org/changeset/ports/380627 QAT: https://qat.redports.org/buildarchive/r380627/ Log: Do not insist on OpenSSL from ports -- base would do. Bump PORTREVISION. PR: 196247 Approved by: maintainer timeout (since December) Added: head/devel/libzrtpcpp/files/patch-libzrtpcpp.pc.cmake (contents, props changed) Modified: head/devel/libzrtpcpp/Makefile Modified: head/devel/libzrtpcpp/Makefile ============================================================================== --- head/devel/libzrtpcpp/Makefile Fri Mar 6 21:31:28 2015 (r380626) +++ head/devel/libzrtpcpp/Makefile Fri Mar 6 21:58:44 2015 (r380627) @@ -3,7 +3,7 @@ PORTNAME= libzrtpcpp PORTVERSION= 2.3.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR=ccrtp @@ -16,7 +16,6 @@ LIB_DEPENDS= libccrtp.so:${PORTSDIR}/dev USES= cmake iconv gettext pkgconfig USE_OPENSSL= yes -WITH_OPENSSL_PORT=yes CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON CXXFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} Added: head/devel/libzrtpcpp/files/patch-libzrtpcpp.pc.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libzrtpcpp/files/patch-libzrtpcpp.pc.cmake Fri Mar 6 21:58:44 2015 (r380627) @@ -0,0 +1,17 @@ +Do not depend on the crypto "package", which would not be known +to pkgconfig if base OpenSSL is used. + +The shared library installed already links with -lcrypto. + + -mi + +--- libzrtpcpp.pc.cmake 2013-07-01 05:10:34.000000000 -0400 ++++ libzrtpcpp.pc.cmake 2015-03-06 16:19:00.000000000 -0500 +@@ -9,7 +9,4 @@ + Description: GNU ZRTP core library + Version: @VERSION@ +-Requires: @CRYPTOBACKEND@ + Libs: -L${libdir} -l@zrtplib@ + Cflags: -I${includedir} +- +-