Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2021 15:00:34 GMT
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5b2017e7c438 - main - devel/libvirt: add missing textproc/gnugrep dependency
Message-ID:  <202104131500.13DF0YoK059349@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by novel:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b2017e7c4389f04bfc32f6c699776c0749e3ef0

commit 5b2017e7c4389f04bfc32f6c699776c0749e3ef0
Author:     Roman Bogorodskiy <novel@FreeBSD.org>
AuthorDate: 2021-04-13 14:49:13 +0000
Commit:     Roman Bogorodskiy <novel@FreeBSD.org>
CommitDate: 2021-04-13 15:00:05 +0000

    devel/libvirt: add missing textproc/gnugrep dependency
    
    GNU grep is required for build.
    
    PR:             255022 [1]
    Reported by:    Jack <xxjack12xx@gmail.com> [1], pkg-fallout
---
 devel/libvirt/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile
index 019fb0c5cf5a..9a710bbf5e5d 100644
--- a/devel/libvirt/Makefile
+++ b/devel/libvirt/Makefile
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libgnutls.so:security/gnutls \
 		libxml2.so:textproc/libxml2
 BUILD_DEPENDS=	dnsmasq:dns/dnsmasq \
+		${LOCALBASE}/bin/grep:textproc/gnugrep \
 		rst2html-${PYTHON_VER}:textproc/py-docutils@${PY_FLAVOR} \
 		xsltproc:textproc/libxslt
 RUN_DEPENDS=	dnsmasq:dns/dnsmasq



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