Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 09:41:01 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396653 - head/devel/libzrtpcpp
Message-ID:  <201509110941.t8B9f1kM048986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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