svn commit: r380627 - in head/devel/libzrtpcpp: . files

Mikhail Teterin mi at FreeBSD.org
Fri Mar 6 21:58:46 UTC 2015


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 at zrtplib@
+ Cflags: -I${includedir}
+-
+-


More information about the svn-ports-head mailing list