Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2022 10:13:48 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3d5b522360d0 - main - net/grilo-plugins: do not detect sysutils/tracker3 when it is installed (+)
Message-ID:  <202211131013.2ADADmt0094028@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d5b522360d0f8b6e0f3fcd845a935fc1972d7e7

commit 3d5b522360d0f8b6e0f3fcd845a935fc1972d7e7
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-11-13 10:07:06 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-11-13 10:13:21 +0000

    net/grilo-plugins: do not detect sysutils/tracker3 when it is installed (+)
    
    PR:             262850
---
 net/grilo-plugins/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile
index bd9b9d403cbb..b0423e29e3d7 100644
--- a/net/grilo-plugins/Makefile
+++ b/net/grilo-plugins/Makefile
@@ -35,6 +35,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?202211131013.2ADADmt0094028>