git: 9a19d0e657a8 - main - x11-toolkits/girara: chase Meson option name after 7ab84affb07f
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Nov 2021 09:02:07 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9a19d0e657a86a0a29624732849f4a91af87392d
commit 9a19d0e657a86a0a29624732849f4a91af87392d
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-03 08:37:09 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-03 09:00:12 +0000
x11-toolkits/girara: chase Meson option name after 7ab84affb07f
meson.build:1:0: ERROR: Unknown options: "enable-json, enable-notify"
https://git.pwmt.org/pwmt/girara/-/commit/281011a18772
PR: 259080
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
---
x11-toolkits/girara/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-toolkits/girara/Makefile b/x11-toolkits/girara/Makefile
index 3f0e3842531b..2dbf20345ee3 100644
--- a/x11-toolkits/girara/Makefile
+++ b/x11-toolkits/girara/Makefile
@@ -22,12 +22,12 @@ JSONC_DESC= Support json configuration dump
OPTIONS_SUB= yes
JSONC_LIB_DEPENDS= libjson-c.so:devel/json-c
-JSONC_MESON_TRUE= enable-json
+JSONC_MESON_ENABLED= json
NLS_USES= gettext
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
-NOTIFY_MESON_TRUE= enable-notify
+NOTIFY_MESON_ENABLED= notify
post-patch-NLS-off: .SILENT
${REINPLACE_CMD} -e "/subdir('po')/d" \