git: 1ce92066a710 - main - devel/gnome-builder: drop unused Meson options after 4ea339cae9eb
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Nov 2021 00:13:41 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ce92066a710618e808a23dd9e0a8f3ad72040cd commit 1ce92066a710618e808a23dd9e0a8f3ad72040cd Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-11-14 00:08:53 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-11-14 00:10:57 +0000 devel/gnome-builder: drop unused Meson options after 4ea339cae9eb meson.build:1:0: ERROR: Unknown options: "plugin_jedi" https://gitlab.gnome.org/GNOME/gnome-builder/-/commit/53143a789db8 PR: 259080 Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c --- devel/gnome-builder/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/devel/gnome-builder/Makefile b/devel/gnome-builder/Makefile index 8d06d39c3dc8..a6a86ffbc7fe 100644 --- a/devel/gnome-builder/Makefile +++ b/devel/gnome-builder/Makefile @@ -81,12 +81,6 @@ CLANG_MESON_TRUE= plugin_clang CLANG_BUILD_DEPENDS= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} CLANG_RUN_DEPENDS= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} -# jedi plugin with dependancies doesn't work -MESON_ARGS+= -Dplugin_jedi=false -#RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ -# ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ -# ${PYTHON_PKGNAMEPREFIX}jedi>0:devel/py-jedi@${PY_FLAVOR} - # 11.1 and older has issues with vala generated code. post-patch: ${REINPLACE_CMD} -e '/-Werror=return-type/d' \