Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2014 16:19:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373165 - in head/devel/libzrtpcpp: . files
Message-ID:  <201411231619.sANGJB6O046239@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Nov 23 16:19:11 2014
New Revision: 373165
URL: https://svnweb.freebsd.org/changeset/ports/373165
QAT: https://qat.redports.org/buildarchive/r373165/

Log:
  - Add missing patch needed to produce usable shared library
  
  PR:		185266
  Submitted by:	m.v.b@runbox.com
  Approved by:	acm (maintainer timeout)
  MFH:		2014Q4

Added:
  head/devel/libzrtpcpp/files/patch-src__CMakeLists.txt   (contents, props changed)
Modified:
  head/devel/libzrtpcpp/Makefile

Modified: head/devel/libzrtpcpp/Makefile
==============================================================================
--- head/devel/libzrtpcpp/Makefile	Sun Nov 23 16:00:37 2014	(r373164)
+++ head/devel/libzrtpcpp/Makefile	Sun Nov 23 16:19:11 2014	(r373165)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libzrtpcpp
 PORTVERSION=	2.3.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=ccrtp

Added: head/devel/libzrtpcpp/files/patch-src__CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libzrtpcpp/files/patch-src__CMakeLists.txt	Sun Nov 23 16:19:11 2014	(r373165)
@@ -0,0 +1,11 @@
+--- src/CMakeLists.txt.orig	2014-11-23 18:05:43.000000000 +0300
++++ src/CMakeLists.txt	2014-11-23 18:06:07.000000000 +0300
+@@ -27,7 +27,7 @@
+     set(crypto_src ${gcrypt_src})
+ endif()
+ 
+-if (OPENSSL_FOUND AND HAVE_OPENSSL_EC_H)
++if (OPENSSL_LIB AND HAVE_OPENSSL_EC_H)
+     set(crypto_src ${openssl_src})
+ endif()
+ 



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