pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/firefox115



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat May 24 05:09:12 UTC 2025

Modified Files:
        pkgsrc/www/firefox115: distinfo
        pkgsrc/www/firefox115/patches: patch-llvm18 patch-rust-1.78.0

Log Message:
firefox115: add information to two patches (NFC)

Provide the standard heading format and note exactly where they were
sourced from. (The original commit also didn't detail the full gamut
of what's changed and why.)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/firefox115/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox115/patches/patch-llvm18 \
    pkgsrc/www/firefox115/patches/patch-rust-1.78.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox115/distinfo
diff -u pkgsrc/www/firefox115/distinfo:1.25 pkgsrc/www/firefox115/distinfo:1.26
--- pkgsrc/www/firefox115/distinfo:1.25 Wed Apr 30 02:41:35 2025
+++ pkgsrc/www/firefox115/distinfo      Sat May 24 05:09:12 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2025/04/30 02:41:35 gutteridge Exp $
+$NetBSD: distinfo,v 1.26 2025/05/24 05:09:12 gutteridge Exp $
 
 BLAKE2s (firefox-115.23.0esr.source.tar.xz) = 0303bb54fbfed23fe6ca291067c0ed61366ed6733d7b7679c763604d3b573efa
 SHA512 (firefox-115.23.0esr.source.tar.xz) = 5a169330481b795c9fc2ed7a66147d5058fe78484deb373c65c57bed994505cb2900530fc60e47cd76ace22c940e33a36f65543dee3f135b09f60b5384a29362
@@ -27,13 +27,13 @@ SHA1 (patch-js_src_jit_FlushICache.cpp) 
 SHA1 (patch-js_src_jit_ProcessExecutableMemory.cpp) = 1e25924a29e3700b0e0e5d143f1db35029b431fb
 SHA1 (patch-js_src_util_NativeStack.cpp) = a0a16d8d8d78d3cc3f4d2a508586f1a7821f7dba
 SHA1 (patch-js_src_vm_ArrayBufferObject.cpp) = 374ffc0ce12e1c5babf2e553aba96612b0a30b1e
-SHA1 (patch-llvm18) = d349d2f2311b95d42e92476b232b79bdd49cece4
+SHA1 (patch-llvm18) = b8695581784be16758526ba5185fbd8a8eecc0ba
 SHA1 (patch-media_ffvpx_libavutil_arm_bswap.h) = de58daa0fd23d4fec50426602b65c9ea5862558a
 SHA1 (patch-media_libpng_pngpriv.h) = c8084332560017cd7c9b519b61d125fa28af0dbc
 SHA1 (patch-media_libtheora_lib_info.c) = f6dbf536d73859a1ff78304c2e9f6a6f74dac01f
 SHA1 (patch-modules_fdlibm_src_math__private.h) = e20b6c23011d7123cbbd64a500eb8ce8c426620e
 SHA1 (patch-nsprpub_pr_src_pthreads_ptsynch.c) = b0d1f6a6e0eb852b0fd0238ad3f8ed3166c60a50
-SHA1 (patch-rust-1.78.0) = aa83482a831ab2ee8b38f57c1b7873719e5f8b5b
+SHA1 (patch-rust-1.78.0) = 6bf983ae1827531ad955693b9d185b663cd06ee2
 SHA1 (patch-security_nss_lib_freebl_mpi_mpi.c) = a7cd867916524770609d1c307a65b315b88456f4
 SHA1 (patch-servo_components_style__traits_values.rs) = 335365fd58a71a8e60d93ec0efcb11eeb94d6d09
 SHA1 (patch-servo_ports_geckolib_cbindgen.toml) = 71b4d2432176fbc5b21dc3c70fec7f9a92fb69e1

Index: pkgsrc/www/firefox115/patches/patch-llvm18
diff -u pkgsrc/www/firefox115/patches/patch-llvm18:1.1 pkgsrc/www/firefox115/patches/patch-llvm18:1.2
--- pkgsrc/www/firefox115/patches/patch-llvm18:1.1      Fri Aug 16 15:15:37 2024
+++ pkgsrc/www/firefox115/patches/patch-llvm18  Sat May 24 05:09:12 2025
@@ -1,3 +1,8 @@
+$NetBSD: patch-llvm18,v 1.2 2025/05/24 05:09:12 gutteridge Exp $
+
+Fix build with clang18 (including Rust code generation).
+Via https://github.com/freebsd/freebsd-ports/commit/3c6cc9a9508c7b947bf9ed5d08e48056729c2b69
+
 From cd10f3ba0d83f34ca978cc4c7a552b72fdd068aa Mon Sep 17 00:00:00 2001
 From: David Tolnay <dtolnay%gmail.com@localhost>
 Date: Tue, 28 Nov 2023 11:18:39 -0800
Index: pkgsrc/www/firefox115/patches/patch-rust-1.78.0
diff -u pkgsrc/www/firefox115/patches/patch-rust-1.78.0:1.1 pkgsrc/www/firefox115/patches/patch-rust-1.78.0:1.2
--- pkgsrc/www/firefox115/patches/patch-rust-1.78.0:1.1 Fri Aug 16 15:15:37 2024
+++ pkgsrc/www/firefox115/patches/patch-rust-1.78.0     Sat May 24 05:09:12 2025
@@ -1,3 +1,8 @@
+$NetBSD: patch-rust-1.78.0,v 1.2 2025/05/24 05:09:12 gutteridge Exp $
+
+Fix build with rust >=1.78.0.
+Via https://github.com/freebsd/freebsd-ports/commit/cc6466e821dd5655bbc18ffd61d3527228a94015
+
 Adapted from https://hg.mozilla.org/mozilla-central/rev/1db2ef126a6a
 --
 



Home | Main Index | Thread Index | Old Index