From nobody Wed Oct 13 16:56:13 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D9F3117F2EF6; Wed, 13 Oct 2021 16:56:13 +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 4HTzFT3zdPz3K7H; Wed, 13 Oct 2021 16:56:13 +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 50B172B5BD; Wed, 13 Oct 2021 16:56:13 +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 19DGuDFC073502; Wed, 13 Oct 2021 16:56:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19DGuDCI073501; Wed, 13 Oct 2021 16:56:13 GMT (envelope-from git) Date: Wed, 13 Oct 2021 16:56:13 GMT Message-Id: <202110131656.19DGuDCI073501@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 81cb5eaab9ef - main - devel/libvirt: drop unused Meson options after e03306805502 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 81cb5eaab9ef01cc32f0de0acc55d0bd1b75ac41 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=81cb5eaab9ef01cc32f0de0acc55d0bd1b75ac41 commit 81cb5eaab9ef01cc32f0de0acc55d0bd1b75ac41 Author: Jan Beich AuthorDate: 2021-10-13 15:32:54 +0000 Commit: Jan Beich 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 \