Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 12:27:00 +0000
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e0ad1d8036d7 - main - bsd.gecko.mk: Disable vendor checksums in the comm dir
Message-ID:  <69ef5614.23a3d.53017e7e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mikael:

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

commit e0ad1d8036d78165095f2aaa41112ffa9d5a6615
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2026-04-22 12:35:38 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2026-04-27 12:26:45 +0000

    bsd.gecko.mk: Disable vendor checksums in the comm dir
    
    Thunderbird has rust crates in the comm dir.
    
    PR:             294703
    Approved by:    portmgr (build fix blanket)
---
 Mk/bsd.gecko.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 222c06f73118..2eb06744e114 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -363,6 +363,11 @@ gecko-post-patch:
 # Disable vendor checksums like lang/rust
 	@${REINPLACE_CMD} 's,"files":{[^}]*},"files":{},' \
 		${MOZSRC}/third_party/rust/*/.cargo-checksum.json
+# Thunderbird has rust crates in the comm dir
+	@if [ -d ${MOZSRC}/comm/third_party/rust ] ; then \
+		${REINPLACE_CMD} 's,"files":{[^}]*},"files":{},' \
+			${MOZSRC}/comm/third_party/rust/*/.cargo-checksum.json; \
+	fi
 
 pre-configure-script:
 # Check that the running kernel has COMPAT_FREEBSD11 required by lang/rust post-ino64


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef5614.23a3d.53017e7e>