git: 9ad1ccb3fc21 - main - lang/spidermonkey78: enable RUST_BACKTRACE on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 01 May 2024 06:48:56 UTC
The branch main has been updated by pkubaj:

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

commit 9ad1ccb3fc213410e54a165e2df1fe6c53369feb
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-04-30 01:44:49 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-05-01 06:48:49 +0000

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

diff --git a/lang/spidermonkey78/Makefile b/lang/spidermonkey78/Makefile
index 1a1d859b3991..d91251fe33fc 100644
--- a/lang/spidermonkey78/Makefile
+++ b/lang/spidermonkey78/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spidermonkey
 DISTVERSION=	78.15.0
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	lang
 MASTER_SITES=	MOZILLA/firefox/releases/${DISTVERSION}esr/source
 PKGNAMESUFFIX=	${SP_VER}
@@ -56,8 +56,6 @@ PLIST_SUB=	SP_VER=${SP_VER}
 
 .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/spidermonkey78/files/extra-patch-config_makefiles_rust.mk b/lang/spidermonkey78/files/extra-patch-config_makefiles_rust.mk
deleted file mode 100644
index 305aa3df68c4..000000000000
--- a/lang/spidermonkey78/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
-@@ -171,7 +171,6 @@ export LIBCLANG_PATH=$(MOZ_LIBCLANG_PATH)
- export CLANG_PATH=$(MOZ_CLANG_PATH)
- export PKG_CONFIG
- export PKG_CONFIG_ALLOW_CROSS=1
--export RUST_BACKTRACE=full
- export MOZ_TOPOBJDIR=$(topobjdir)
- 
- # Set COREAUDIO_SDK_PATH for third_party/rust/coreaudio-sys/build.rs