git: 81cb5eaab9ef - main - devel/libvirt: drop unused Meson options after e03306805502
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 16:56:13 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=81cb5eaab9ef01cc32f0de0acc55d0bd1b75ac41 commit 81cb5eaab9ef01cc32f0de0acc55d0bd1b75ac41 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-10-13 15:32:54 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-10-13 16:52:54 +0000 devel/libvirt: drop unused Meson options after e03306805502 meson.build:1:0: ERROR: Unknown options: "dbus, hal" https://gitlab.com/libvirt/libvirt/-/commit/cf6cc86cd217 https://gitlab.com/libvirt/libvirt/-/commit/de3289e2b538 PR: 259080 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c --- devel/libvirt/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 35993101f8df..324d904cbbcc 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -77,9 +77,7 @@ VARDIR= /var MESON_ARGS+= \ -Ddriver_remote=enabled \ - -Ddbus=disabled \ -Dpolkit=disabled \ - -Dhal=disabled \ -Dudev=disabled \ -Dnetcf=disabled \ -Dsysctl_config=disabled \