Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2020 22:37:57 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546235 - head/net/nbdkit
Message-ID:  <202008252237.07PMbvx9098102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers (src committer)
Date: Tue Aug 25 22:37:56 2020
New Revision: 546235
URL: https://svnweb.freebsd.org/changeset/ports/546235

Log:
  net/nbdkit: fix the GNUTLS option
  
  The GNUTLS option requires pkgconf.  Since so many options do, this commit
  enables it unconditionally.
  
  PR:		248913
  Reported by:	Richard W.M. Jones <rjones@redhat.com>
  Approved by:	kevans (ports)
  Sponsored by:	Axcient

Modified:
  head/net/nbdkit/Makefile

Modified: head/net/nbdkit/Makefile
==============================================================================
--- head/net/nbdkit/Makefile	Tue Aug 25 21:34:38 2020	(r546234)
+++ head/net/nbdkit/Makefile	Tue Aug 25 22:37:56 2020	(r546235)
@@ -2,6 +2,7 @@
 
 PORTNAME=	nbdkit
 PORTVERSION=	1.20.4
+PORTREVISION=	1
 CATEGORIES=	net
 # XXX Although nbdkit uses github for its homepage, the release tarballs served
 # by github haven't been through autoconf.  So we must download the sources
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:shells/bash
 
-USES=		compiler:c11 gmake libtool
+USES=		compiler:c11 gmake libtool pkgconfig
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
@@ -46,12 +47,10 @@ OPTIONS_DEFAULT=	GNUTLS MANPAGES
 OPTIONS_SUB=		yes
 
 CURL_BUILD_DEPENDS+=	curl:ftp/curl
-CURL_BUILD_DEPENDS+=	pkgconf:devel/pkgconf
 CURL_CONFIGURE_WITH=	curl
 CURL_RUN_DEPENDS+=	curl:ftp/curl
 LIBVIRT_CONFIGURE_WITH=	libvirt
 LIBVIRT_LIB_DEPENDS=	libvirt.so:devel/libvirt
-LZMA_BUILD_DEPENDS+=	pkgconf:devel/pkgconf
 LZMA_CONFIGURE_WITH=	liblzma
 LZMA_LIB_DEPENDS=	liblzma.so:archivers/lzmalib
 MANPAGES_USE+=		perl5=build
@@ -64,7 +63,6 @@ RUBY_CONFIGURE_ENABLE=	ruby
 RUBY_USE+=		ruby
 SSH_CONFIGURE_WITH=	ssh
 SSH_LIB_DEPENDS=	libssh.so:security/libssh
-ZLIB_BUILD_DEPENDS+=	pkgconf:devel/pkgconf
 ZLIB_CONFIGURE_WITH=	zlib
 
 .include <bsd.port.mk>



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