Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2024 06:48:58 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: 5bb4e3aa6900 - main - lang/spidermonkey102: enable RUST_BACKTRACE on powerpc
Message-ID:  <202405010648.4416mw1c062975@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=5bb4e3aa6900f961034b0d2da7674ede0c64633a

commit 5bb4e3aa6900f961034b0d2da7674ede0c64633a
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-04-30 12:28:00 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-05-01 06:48:51 +0000

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

diff --git a/lang/spidermonkey102/Makefile b/lang/spidermonkey102/Makefile
index dec49c10609d..e87034663131 100644
--- a/lang/spidermonkey102/Makefile
+++ b/lang/spidermonkey102/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spidermonkey
 DISTVERSION=	102.4.0
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	lang
 MASTER_SITES=	MOZILLA/firefox/releases/${DISTVERSION}esr/source
 PKGNAMESUFFIX=	${SP_VER}
@@ -55,8 +55,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/spidermonkey102/files/extra-patch-config_makefiles_rust.mk b/lang/spidermonkey102/files/extra-patch-config_makefiles_rust.mk
deleted file mode 100644
index 4a11a0bd1008..000000000000
--- a/lang/spidermonkey102/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.4416mw1c062975>