git: 527ddf1cf0ab - main - net-im/folks: drop unused Meson options after 82ec8506217a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Nov 2021 20:34:42 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=527ddf1cf0abba96ff512059138821a9a75f43cd
commit 527ddf1cf0abba96ff512059138821a9a75f43cd
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-07 20:12:22 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-07 20:34:11 +0000
net-im/folks: drop unused Meson options after 82ec8506217a
meson.build:1:0: ERROR: Unknown options: "tracker_backend"
https://gitlab.gnome.org/GNOME/folks/-/commit/e9215d339325
PR: 259080
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
---
net-im/folks/Makefile | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile
index 6a6826c800aa..9971fc310f06 100644
--- a/net-im/folks/Makefile
+++ b/net-im/folks/Makefile
@@ -2,6 +2,7 @@
PORTNAME= folks
PORTVERSION= 0.15.3
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= GNOME
@@ -38,12 +39,4 @@ BINARY_ALIAS= python3=${PYTHON_CMD}
PORTSCOUT= limitw:1,even
-OPTIONS_SUB= yes
-OPTIONS_DEFINE= TRACKER
-OPTIONS_DEFAULT=TRACKER
-TRACKER_DESC= Tracker backend
-
-TRACKER_MESON_TRUE= tracker_backend
-TRACKER_LIB_DEPENDS= libtracker-control-2.0.so:sysutils/tracker
-
.include <bsd.port.mk>