From owner-dev-commits-ports-all@freebsd.org Tue Apr 13 15:00:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5DEFD5E326F; Tue, 13 Apr 2021 15:00:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKTLV2GgTz4n9d; Tue, 13 Apr 2021 15:00:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41323476E; Tue, 13 Apr 2021 15:00:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DF0YkB059350; Tue, 13 Apr 2021 15:00:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DF0YoK059349; Tue, 13 Apr 2021 15:00:34 GMT (envelope-from git) Date: Tue, 13 Apr 2021 15:00:34 GMT Message-Id: <202104131500.13DF0YoK059349@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Roman Bogorodskiy Subject: git: 5b2017e7c438 - main - devel/libvirt: add missing textproc/gnugrep dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: novel X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5b2017e7c4389f04bfc32f6c699776c0749e3ef0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 15:00:34 -0000 The branch main has been updated by novel: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b2017e7c4389f04bfc32f6c699776c0749e3ef0 commit 5b2017e7c4389f04bfc32f6c699776c0749e3ef0 Author: Roman Bogorodskiy AuthorDate: 2021-04-13 14:49:13 +0000 Commit: Roman Bogorodskiy 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 [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