Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2025 00:55:29 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 0a84989f35aa - 2025Q1 - lang/spidermonkey128: remove devel/autoconf2.13 build dependency
Message-ID:  <202501070055.5070tTPI077030@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2025Q1 has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a84989f35aa72d9da994030eb8a72faafa16c86

commit 0a84989f35aa72d9da994030eb8a72faafa16c86
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:55:04 +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
    
    (cherry picked from commit be4aec48088361a7ae3b6ff6b2eaba83456935d0)
---
 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?202501070055.5070tTPI077030>