From owner-svn-ports-all@FreeBSD.ORG Mon Dec 30 16:19:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A3B399F; Mon, 30 Dec 2013 16:19:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFBD3190D; Mon, 30 Dec 2013 16:19:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBUGJsNG004032; Mon, 30 Dec 2013 16:19:54 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBUGJsTr004029; Mon, 30 Dec 2013 16:19:54 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312301619.rBUGJsTr004029@svn.freebsd.org> From: William Grzybowski Date: Mon, 30 Dec 2013 16:19:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338132 - head/security/gnutls3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 16:19:55 -0000 Author: wg Date: Mon Dec 30 16:19:54 2013 New Revision: 338132 URL: http://svnweb.freebsd.org/changeset/ports/338132 Log: security/gnutls3: make danetool3 work PR: ports/185296 Modified: head/security/gnutls3/Makefile head/security/gnutls3/pkg-plist Modified: head/security/gnutls3/Makefile ============================================================================== --- head/security/gnutls3/Makefile Mon Dec 30 16:18:01 2013 (r338131) +++ head/security/gnutls3/Makefile Mon Dec 30 16:19:54 2013 (r338132) @@ -15,6 +15,7 @@ LIB_DEPENDS= libgpg-error.so:${PORTSDIR} libnettle.so:${PORTSDIR}/security/nettle \ libp11-kit.so:${PORTSDIR}/security/p11-kit \ libidn.so:${PORTSDIR}/dns/libidn \ + libunbound.so:${PORTSDIR}/dns/unbound \ libtspi.so:${PORTSDIR}/security/trousers GNUTLS_SUFFIX= 3 @@ -62,12 +63,19 @@ EXAMPLES= doc/examples/*.c #INFO= gnutls +post-patch: + @${MV} ${WRKSRC}/libdane/gnutls-dane.pc.in \ + ${WRKSRC}/libdane/gnutls${GNUTLS_SUFFIX}-dane.pc.in + pre-configure: @${CP} ${WRKSRC}/lib/gnutls.pc.in ${WRKSRC}/lib/gnutls${GNUTLS_SUFFIX}.pc.in @${REINPLACE_CMD} \ -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \ -e 's,gnutls\.pc,gnutls${GNUTLS_SUFFIX}\.pc,g' \ - ${WRKSRC}/lib/Makefile.in ${WRKSRC}/configure + -e 's,gnutls-dane\.pc,gnutls${GNUTLS_SUFFIX}-dane\.pc,g' \ + ${WRKSRC}/lib/Makefile.in \ + ${WRKSRC}/libdane/Makefile.in \ + ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,(top_builddir)$$,(top_builddir) -I$$(top_builddir)/lib/includes -I$$(top_builddir)/libextra/includes,' \ ${WRKSRC}/doc/Makefile.in Modified: head/security/gnutls3/pkg-plist ============================================================================== --- head/security/gnutls3/pkg-plist Mon Dec 30 16:18:01 2013 (r338131) +++ head/security/gnutls3/pkg-plist Mon Dec 30 16:19:54 2013 (r338132) @@ -12,6 +12,7 @@ bin/tpmtool3 include/gnutls3/gnutls/abstract.h include/gnutls3/gnutls/compat.h include/gnutls3/gnutls/crypto.h +include/gnutls3/gnutls/dane.h include/gnutls3/gnutls/dtls.h include/gnutls3/gnutls/gnutls.h %%CXX%%include/gnutls3/gnutls/gnutlsxx.h @@ -38,6 +39,10 @@ info/gnutls3/gnutls.info info/gnutls3/gnutls.info-4 info/gnutls3/gnutls.info-5 info/gnutls3/pkcs11-vision.png +lib/gnutls3/libgnutls-dane.a +lib/gnutls3/libgnutls-dane.la +lib/gnutls3/libgnutls-dane.so +lib/gnutls3/libgnutls-dane.so.0 lib/gnutls3/libgnutls-openssl.a lib/gnutls3/libgnutls-openssl.la lib/gnutls3/libgnutls-openssl.so @@ -55,6 +60,8 @@ lib/gnutls3/libgnutls.so.28 %%CXX%%lib/gnutls3/libgnutlsxx.so %%CXX%%lib/gnutls3/libgnutlsxx.so.28 libdata/pkgconfig/gnutls3.pc +libdata/pkgconfig/gnutls3-dane.pc +man/man1/danetool3.1.gz man/man1/certtool3.1.gz man/man1/gnutls-cli-debug3.1.gz man/man1/gnutls-cli3.1.gz