Date: Sun, 7 Nov 2021 20:34:39 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9dac5fe121bc - main - deskutils/bijiben: drop unused Meson options after 081c758935b7 Message-ID: <202111072034.1A7KYddA059757@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=9dac5fe121bc08e3bb704a2ade1f02af19f78646 commit 9dac5fe121bc08e3bb704a2ade1f02af19f78646 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-11-07 20:08:06 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-11-07 20:34:10 +0000 deskutils/bijiben: drop unused Meson options after 081c758935b7 meson.build:1:0: ERROR: Unknown options: "zeitgeist" https://gitlab.gnome.org/GNOME/bijiben/-/commit/bcfbd9a4113b PR: 259080 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c --- deskutils/bijiben/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deskutils/bijiben/Makefile b/deskutils/bijiben/Makefile index 723fdc66917c..ed87c9d14588 100644 --- a/deskutils/bijiben/Makefile +++ b/deskutils/bijiben/Makefile @@ -2,6 +2,7 @@ PORTNAME= bijiben PORTVERSION= 40.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -17,7 +18,6 @@ LIB_DEPENDS= libtracker-control-2.0.so:sysutils/tracker \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libgoa-1.0.so:net/gnome-online-accounts \ libical.so:devel/libical \ - libzeitgeist-2.0.so:sysutils/zeitgeist \ libuuid.so:misc/e2fsprogs-libuuid \ libhandy-1.so:x11-toolkits/libhandy @@ -28,7 +28,6 @@ USES= compiler:c++11-lib desktop-file-utils gettext gnome \ shared-mime-info shebangfix tar:xz USE_LDCONFIG= yes USE_GNOME= cairo evolutiondataserver3 intltool -MESON_ARGS= -Dzeitgeist=true SHEBANG_FILES= ${WRKSRC}/build-aux/meson_post_install.py GLIB_SCHEMAS= org.gnome.Notes.gschema.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111072034.1A7KYddA059757>