git: 5b2017e7c438 - main - devel/libvirt: add missing textproc/gnugrep dependency

Roman Bogorodskiy novel at FreeBSD.org
Tue Apr 13 15:00:34 UTC 2021


The branch main has been updated by novel:

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

commit 5b2017e7c4389f04bfc32f6c699776c0749e3ef0
Author:     Roman Bogorodskiy <novel at FreeBSD.org>
AuthorDate: 2021-04-13 14:49:13 +0000
Commit:     Roman Bogorodskiy <novel at 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 at 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


More information about the dev-commits-ports-all mailing list