Date: Tue, 28 Mar 2023 08:29:28 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: 7f6ce8fa2bc3 - main - graphics/zathura: unbreak with --auto-features=enabled Message-ID: <202303280829.32S8TShp036209@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=7f6ce8fa2bc39bf77d5fc99a0967f9187464febb commit 7f6ce8fa2bc39bf77d5fc99a0967f9187464febb Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-28 08:07:04 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-28 08:28:16 +0000 graphics/zathura: unbreak with --auto-features=enabled meson.build:81:0: ERROR: Dependency "libseccomp" not found, tried pkgconfig data/meson.build:47:0: ERROR: Program 'appstream-util' not found or not executable PR: 270361 Reported by: antoine (via exp-run) --- graphics/zathura/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index d1b494d8476a..c41c9b8f7ee2 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ USES= compiler:c11 desktop-file-utils gettext-tools:build gnome meson \ ninja pkgconfig python:3.6+ USE_GNOME= gdkpixbuf2 glib20 gtk30 +MESON_ARGS= -Dseccomp=disabled -Dtests=disabled OPTIONS_DEFINE= SQLITE SYNCTEX OPTIONS_DEFAULT= SQLITE SYNCTEX
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303280829.32S8TShp036209>