Date: Sun, 13 Nov 2022 11:20:14 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 3fe09ca5d6b9 - 2022Q4 - net/grilo-plugins: do not detect sysutils/tracker3 when it is installed (+) Message-ID: <202211131120.2ADBKErU087096@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fe09ca5d6b9fa135ff0f1016957732d1f871389 commit 3fe09ca5d6b9fa135ff0f1016957732d1f871389 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-11-13 10:07:06 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-11-13 11:20:06 +0000 net/grilo-plugins: do not detect sysutils/tracker3 when it is installed (+) PR: 262850 (cherry picked from commit 3d5b522360d0f8b6e0f3fcd845a935fc1972d7e7) --- net/grilo-plugins/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile index decafb3da735..4a03d1f345d0 100644 --- a/net/grilo-plugins/Makefile +++ b/net/grilo-plugins/Makefile @@ -36,6 +36,7 @@ OPTIONS_DEFAULT= TRACKER TRACKER_DESC= Tracker support for grilo (used by gnome-music and possibly others) TRACKER_MESON_YES= enable-tracker +TRACKER_MESON_NO= enable-tracker3 TRACKER_LIB_DEPENDS= libtracker-sparql-2.0.so:sysutils/tracker DMAP_DESC= DMAP (DAAP, DPAP & DACP) support with libdmapsharing
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211131120.2ADBKErU087096>