summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2024-04-30 12:30:28 +0200
committerPiotr Kubaj <pkubaj@FreeBSD.org>2024-05-01 08:48:50 +0200
commitc867878b85b535f2e0836a7d2ee109b4543ad026 (patch)
tree0e21a284f50aec005e452c423c612bc9143a3164
parentlang/spidermonkey78: enable RUST_BACKTRACE on powerpc (diff)
lang/spidermonkey91: enable RUST_BACKTRACE on powerpc
-rw-r--r--lang/spidermonkey91/Makefile4
-rw-r--r--lang/spidermonkey91/files/extra-patch-config_makefiles_rust.mk10
2 files changed, 1 insertions, 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