Date: Tue, 7 Jan 2025 00:45:38 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: be4aec480883 - main - lang/spidermonkey128: remove devel/autoconf2.13 build dependency Message-ID: <202501070045.5070jcon058165@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=be4aec48088361a7ae3b6ff6b2eaba83456935d0 commit be4aec48088361a7ae3b6ff6b2eaba83456935d0 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2025-01-07 00:36:52 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2025-01-07 00:45:21 +0000 lang/spidermonkey128: remove devel/autoconf2.13 build dependency The latter had been bundled/vendored so external autoconf is not called. The vendored autoconf calls devel/m4 (GNU m4) so adjust BUILD_DEPENDS --- lang/spidermonkey128/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/spidermonkey128/Makefile b/lang/spidermonkey128/Makefile index c40428d19e16..318dc4fbebda 100644 --- a/lang/spidermonkey128/Makefile +++ b/lang/spidermonkey128/Makefile @@ -13,8 +13,8 @@ WWW= https://spidermonkey.dev/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${RUST_DEFAULT}>=1.81:lang/${RUST_DEFAULT} \ - autoconf2.13:devel/autoconf2.13 \ +BUILD_DEPENDS= gm4:devel/m4 \ + ${RUST_DEFAULT}>=1.81:lang/${RUST_DEFAULT} \ rust-cbindgen>=0.26.0:devel/rust-cbindgen LIB_DEPENDS= libicudata.so:devel/icu \ libnspr4.so:devel/nspr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501070045.5070jcon058165>