Date: Mon, 20 Dec 2021 10:34:50 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bee14dadf104 - main - deskutils/bookworm: Clean up Message-ID: <202112201034.1BKAYoYY060996@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=bee14dadf1045a9f359f697e097ae20372dfb606 commit bee14dadf1045a9f359f697e097ae20372dfb606 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-12-20 09:57:21 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-12-20 10:29:14 +0000 deskutils/bookworm: Clean up - Drop "build,run" from USES=python. This is the default. - Provide a full path to the ninja binary. Reported by: koobs Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D25569 --- deskutils/bookworm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deskutils/bookworm/Makefile b/deskutils/bookworm/Makefile index 9af9b0b2c6fc..d18d32946078 100644 --- a/deskutils/bookworm/Makefile +++ b/deskutils/bookworm/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= bash:shells/bash \ unzip:archivers/unzip USES= desktop-file-utils gettext gnome meson pkgconfig \ - python:build,run shebangfix sqlite + python shebangfix sqlite USE_GITHUB= yes GH_ACCOUNT= babluboy USE_GNOME= gdkpixbuf2 glib20 gtk30 libxml2 pango @@ -57,6 +57,6 @@ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} do-test: - cd ${WRKSRC}/${MESON_BUILD_DIR} && ninja test + cd ${WRKSRC}/${MESON_BUILD_DIR} && ${LOCALBASE}/bin/ninja test .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112201034.1BKAYoYY060996>