Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2024 06:48:57 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c867878b85b5 - main - lang/spidermonkey91: enable RUST_BACKTRACE on powerpc
Message-ID:  <202405010648.4416mvRH062933@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit c867878b85b535f2e0836a7d2ee109b4543ad026
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-04-30 10:30:28 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-05-01 06:48:50 +0000

    lang/spidermonkey91: enable RUST_BACKTRACE on powerpc
---
 lang/spidermonkey91/Makefile                                   |  4 +---
 lang/spidermonkey91/files/extra-patch-config_makefiles_rust.mk | 10 ----------
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/lang/spidermonkey91/Makefile b/lang/spidermonkey91/Makefile
index 4784562ee1f0..76b2058424f3 100644
--- a/lang/spidermonkey91/Makefile
+++ b/lang/spidermonkey91/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spidermonkey
 DISTVERSION=	91.13.0
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	lang
 MASTER_SITES=	MOZILLA/firefox/releases/${DISTVERSION}esr/source
 PKGNAMESUFFIX=	${SP_VER}
@@ -64,8 +64,6 @@ CONFIGURE_ENV+=	LLVM_CONFIG=llvm-config${LLVM_VERSION} \
 
 .if ${ARCH} == amd64
 CONFIGURE_TARGET=	x86_64-portbld-freebsd${OSREL}
-.elif ${ARCH} == powerpc
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-config_makefiles_rust.mk
 .endif
 
 # Require newer Clang than what's in base system unless user opted out
diff --git a/lang/spidermonkey91/files/extra-patch-config_makefiles_rust.mk b/lang/spidermonkey91/files/extra-patch-config_makefiles_rust.mk
deleted file mode 100644
index 4a11a0bd1008..000000000000
--- a/lang/spidermonkey91/files/extra-patch-config_makefiles_rust.mk
+++ /dev/null
@@ -1,10 +0,0 @@
---- config/makefiles/rust.mk.orig	2022-04-02 10:37:19 UTC
-+++ config/makefiles/rust.mk
-@@ -221,7 +221,6 @@
- ifneq (,$(PKG_CONFIG_LIBDIR))
- export PKG_CONFIG_LIBDIR
- endif
--export RUST_BACKTRACE=full
- export MOZ_TOPOBJDIR=$(topobjdir)
- export MOZ_FOLD_LIBS
- export PYTHON3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405010648.4416mvRH062933>