1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

www/waterfox: Update 6.6.12 => 6.6.13

Release Notes:
https://www.waterfox.com/releases/6.6.13/

PR:		295436
Sponsored by:	UNIS Labs
MFH:		2026Q2
This commit is contained in:
Martin Filla
2026-05-20 17:47:23 +03:00
committed by Vladimir Druzenko
parent da697c91a4
commit ca8fb53dcf
4 changed files with 7 additions and 15959 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
PORTNAME= waterfox
DISTVERSION= 6.6.12
PORTREVISION= 2
DISTVERSION= 6.6.13
PORTEPOCH= 1
CATEGORIES= www
@@ -32,7 +31,7 @@ BUILD_DEPENDS= nspr>=4.32:devel/nspr \
USE_GECKO= gecko
USE_GITHUB= yes
GH_ACCOUNT= BrowserWorks
GH_TUPLE= BrowserWorks:l10n:d7d584c:l10n/waterfox/browser/locales
GH_TUPLE= BrowserWorks:l10n:f17435e:l10n/waterfox/browser/locales
USE_MOZILLA= -sqlite
# work around bindgen not finding ICU, e.g.
# dist/include/mozilla/intl/ICU4CGlue.h:8:10: fatal error: 'unicode/uenum.h' file not found, err: true
+5 -5
View File
@@ -1,5 +1,5 @@
TIMESTAMP = 1776969857
SHA256 (BrowserWorks-waterfox-6.6.12_GH0.tar.gz) = 04621a7c3fd4e0737f182ab0f8f8cfcf23d6b7a63005ec8548cc8f6495b0e4a5
SIZE (BrowserWorks-waterfox-6.6.12_GH0.tar.gz) = 926184434
SHA256 (BrowserWorks-l10n-d7d584c_GH0.tar.gz) = 845a34b7b5d881e44a3b42133770cfb2104e3e6c4cfb4733242cca2552f3a850
SIZE (BrowserWorks-l10n-d7d584c_GH0.tar.gz) = 25788616
TIMESTAMP = 1779255352
SHA256 (BrowserWorks-waterfox-6.6.13_GH0.tar.gz) = 1e2863d4c533af73995f66e1b517416b501573956eec1619e8854c6b4ecf3f77
SIZE (BrowserWorks-waterfox-6.6.13_GH0.tar.gz) = 926517089
SHA256 (BrowserWorks-l10n-f17435e_GH0.tar.gz) = 384e019dd86975c093b2177fb72f27d20c63c8cc126fd7a9e47e0b5aa9434338
SIZE (BrowserWorks-l10n-f17435e_GH0.tar.gz) = 25801987
File diff suppressed because it is too large Load Diff
-15
View File
@@ -1,15 +0,0 @@
https://bugzilla.mozilla.org/show_bug.cgi?id=2033279
error[E0599]: no method named `select` found for struct `Mask<T, N>` in the current scope
--> third_party/rust/encoding_rs/src/x_user_defined.rs:23:56
--- third_party/rust/encoding_rs/src/x_user_defined.rs.orig 2026-04-20 10:54:51 UTC
+++ third_party/rust/encoding_rs/src/x_user_defined.rs
@@ -16,6 +16,7 @@ cfg_if! {
use simd_funcs::*;
use core::simd::u16x8;
use core::simd::cmp::SimdPartialOrd;
+ use core::simd::Select;
#[inline(always)]
fn shift_upper(unpacked: u16x8) -> u16x8 {