Date: Thu, 30 Mar 2023 09:07:40 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9aae670565e4 - main - net-mgmt/virt-viewer: unbreak with --auto-features=enabled Message-ID: <202303300907.32U97e4I037756@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=9aae670565e47e895fd5023fa2ac164f14a89272 commit 9aae670565e47e895fd5023fa2ac164f14a89272 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-30 08:19:24 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-30 09:07:18 +0000 net-mgmt/virt-viewer: unbreak with --auto-features=enabled meson.build:438:0: ERROR: Dependency "govirt-1.0" not found, tried pkgconfig meson.build:460:0: ERROR: Dependency "bash-completion" not found, tried pkgconfig PR: 270361 Reported by: antoine (via exp-run) --- net-mgmt/virt-viewer/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile index 42ee3eadf061..f1dc84455bbc 100644 --- a/net-mgmt/virt-viewer/Makefile +++ b/net-mgmt/virt-viewer/Makefile @@ -20,6 +20,7 @@ CPE_VENDOR= redhat USE_GNOME= gtk30 libxml2 USE_PERL5= build # pod2man USE_XORG= xorgproto +MESON_ARGS= -Dbash_completion=disabled -Dovirt=disabled BINARY_ALIAS= python3=${PYTHON_CMD} OPTIONS_DEFINE= SPICE VNC LIBVIRT VTE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303300907.32U97e4I037756>