svn commit: r396653 - head/devel/libzrtpcpp

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Sep 11 09:41:01 UTC 2015


Author: rakuco
Date: Fri Sep 11 09:41:00 2015
New Revision: 396653
URL: https://svnweb.freebsd.org/changeset/ports/396653

Log:
  Drop gettext and iconv dependencies.
  
  Nothing in the port uses either of them, so it is safe to remove the
  dependencies. I have built the port on 9.3-i386 and 10.1-amd64 without those
  entries and everything still worked.
  
  Approved by:	maintainer timeout (acm, 17 days)
  Differential Revision:	https://reviews.freebsd.org/D3480

Modified:
  head/devel/libzrtpcpp/Makefile

Modified: head/devel/libzrtpcpp/Makefile
==============================================================================
--- head/devel/libzrtpcpp/Makefile	Fri Sep 11 07:11:23 2015	(r396652)
+++ head/devel/libzrtpcpp/Makefile	Fri Sep 11 09:41:00 2015	(r396653)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libzrtpcpp
 PORTVERSION=	2.3.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel
 MASTER_SITES=	GNU/ccrtp
 
@@ -13,7 +13,7 @@ COMMENT=	ZRTP extension for GNU ccRTP
 LIB_DEPENDS=	libccrtp.so:${PORTSDIR}/devel/ccrtp \
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt
 
-USES=		cmake iconv gettext pkgconfig
+USES=		cmake pkgconfig
 USE_OPENSSL=	yes
 
 CMAKE_ARGS+=	-DBUILD_SHARED_LIBS:BOOL=ON


More information about the svn-ports-all mailing list