Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions srcpkgs/firefox/patches/fix-i686-atomics.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
just a quick workaround
--- a/widget/gtk/moz.build
+++ b/widget/gtk/moz.build
@@ -207,3 +207,5 @@
@@ -211,3 +211,5 @@
CXXFLAGS += CONFIG["MOZ_DBUS_CFLAGS"]

CXXFLAGS += ["-Werror=switch"]
COMPILE_FLAGS["WARNINGS_CXXFLAGS"] += ["-Werror=switch"]
+
+OS_LIBS += ["-latomic"]
4 changes: 2 additions & 2 deletions srcpkgs/firefox/template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
#
pkgname=firefox
version=150.0.3
version=151.0
revision=1
build_helper="rust"
short_desc="Mozilla Firefox web browser"
Expand All @@ -12,7 +12,7 @@ license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
homepage="https://www.mozilla.org/firefox/"
changelog="https://www.mozilla.org/en-US/firefox/${version}/releasenotes/"
distfiles="${MOZILLA_SITE}/firefox/releases/${version/beta/b}/source/firefox-${version/beta/b}.source.tar.xz"
checksum=0a0a539ccc96d928fec78af511884b9b89d0aec87f0d5a8852d9298b2d9332da
checksum=39a17369335943f9451b26ebf79c9b4c4572399e57cdadc25c661cebecc0c21c

lib32disabled=yes
_llvmver=22
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/nss/template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_nsprver=4.38.2

pkgname=nss
version=3.123
version=3.123.1
revision=1
_v="${version//\./_}"
hostmakedepends="perl"
Expand All @@ -13,7 +13,7 @@
license="MPL-2.0, MIT, BSD-3-Clause"
homepage="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${_v}_RTM/src/nss-${version}.tar.gz"
checksum=2145113398a269779a7390515a1638800836b130248e33f93243268c026d4e49
checksum=42065a3ff780a9710a3dddcd1cee9b9be2aa40628883cea851d562eb58b178b0

export NS_USE_GCC=1
export LIBRUNPATH=
Expand Down Expand Up @@ -85,7 +85,7 @@

eval $(awk '
/#define.*NSS_VMAJOR/{printf "NSS_VMAJOR=%d\n", $3}
/#define.*NSS_VMINOR/{printf "NSS_VMINOR=%d\n", $3}

Check failure on line 88 in srcpkgs/nss/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

please indent with tabs
/#define.*NSS_VPATCH/{printf "NSS_VPATCH=%d\n", $3}
' nss/lib/nss/nss.h)

Expand Down
Loading