From owner-svn-ports-head@freebsd.org Wed Oct 5 13:55:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83BFFAF5DC2; Wed, 5 Oct 2016 13:55:42 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 50399BB0; Wed, 5 Oct 2016 13:55:42 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u95DtfOw043016; Wed, 5 Oct 2016 13:55:41 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u95DtfL7043015; Wed, 5 Oct 2016 13:55:41 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201610051355.u95DtfL7043015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 5 Oct 2016 13:55:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423344 - head/security/gnutls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 13:55:42 -0000 Author: jrm Date: Wed Oct 5 13:55:41 2016 New Revision: 423344 URL: https://svnweb.freebsd.org/changeset/ports/423344 Log: Add math/gmp to LIB_DEPENDS Q/A warned that bin/certtool was linked to lib/libgmps.so.10 Approved by: swills (mentor) tijl (maintainer) Differential Revision: https://reviews.freebsd.org/D8153 Modified: head/security/gnutls/Makefile Modified: head/security/gnutls/Makefile ============================================================================== --- head/security/gnutls/Makefile Wed Oct 5 13:07:41 2016 (r423343) +++ head/security/gnutls/Makefile Wed Oct 5 13:55:41 2016 (r423344) @@ -13,7 +13,8 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LESSER -LIB_DEPENDS= libnettle.so:security/nettle \ +LIB_DEPENDS= libgmp.so:math/gmp \ + libnettle.so:security/nettle \ libtasn1.so:security/libtasn1 BUILD_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss