pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox52



Module Name:    pkgsrc
Committed By:   martin
Date:           Fri Aug  2 08:55:34 UTC 2024

Modified Files:
        pkgsrc/www/firefox52: distinfo
Added Files:
        pkgsrc/www/firefox52/patches: patch-gfx_2d_BaseRect.h

Log Message:
Patch a missing include to fix build on macppc with gcc 12


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/firefox52/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/firefox52/patches/patch-gfx_2d_BaseRect.h

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

Modified files:

Index: pkgsrc/www/firefox52/distinfo
diff -u pkgsrc/www/firefox52/distinfo:1.34 pkgsrc/www/firefox52/distinfo:1.35
--- pkgsrc/www/firefox52/distinfo:1.34  Mon Dec 18 09:31:44 2023
+++ pkgsrc/www/firefox52/distinfo       Fri Aug  2 08:55:33 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.34 2023/12/18 09:31:44 abs Exp $
+$NetBSD: distinfo,v 1.35 2024/08/02 08:55:33 martin Exp $
 
 BLAKE2s (firefox-52.9.0esr.source.tar.xz) = 68da851ecfe1b03231157bf79732865d3cf81b7c10128a2e2a9e6e7be3963348
 SHA512 (firefox-52.9.0esr.source.tar.xz) = bfca42668ca78a12a9fb56368f4aae5334b1f7a71966fbba4c32b9c5e6597aac79a6e340ac3966779d2d5563eb47c054ab33cc40bfb7306172138ccbd3adb2b9
@@ -36,6 +36,7 @@ SHA1 (patch-dom_plugins_ipc_PluginModule
 SHA1 (patch-dom_plugins_ipc_PluginModuleChild.h) = 15c01df2fa7f989b533ef769ce77438b5e9bfdb9
 SHA1 (patch-dom_system_OSFileConstants.cpp) = e932ca46cbc78eb8486b9ff704434a962645c6b2
 SHA1 (patch-gfx-ycbcr-chromium_types.h) = 769240a99b0e0425a33a0a95e8ddf1ee0ee1d771
+SHA1 (patch-gfx_2d_BaseRect.h) = 8c21e4f47d560eacaf4c410055685970ec95564b
 SHA1 (patch-gfx_2d_DataSurfaceHelpers.cpp) = e18b002f51fc0a191d579fa49025aac2c5000d81
 SHA1 (patch-gfx_2d_HelpersCairo.h) = f910d634624fdf288a042c2a0c636598103ef289
 SHA1 (patch-gfx_cairo_libpixman_src_pixman-arm-neon-asm.S) = 6e91ca436b73affe42ed4e683b3400beb28c4bc6

Added files:

Index: pkgsrc/www/firefox52/patches/patch-gfx_2d_BaseRect.h
diff -u /dev/null pkgsrc/www/firefox52/patches/patch-gfx_2d_BaseRect.h:1.1
--- /dev/null   Fri Aug  2 08:55:34 2024
+++ pkgsrc/www/firefox52/patches/patch-gfx_2d_BaseRect.h        Fri Aug  2 08:55:34 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-gfx_2d_BaseRect.h,v 1.1 2024/08/02 08:55:34 martin Exp $
+
+This file uses std::numeric_limits so requires <limits> to be
+included.
+
+--- gfx/2d/BaseRect.h.orig     2017-04-11 04:13:04.000000000 +0200
++++ gfx/2d/BaseRect.h  2024-08-02 10:48:48.470377261 +0200
+@@ -9,6 +9,7 @@
+ #include <algorithm>
+ #include <cmath>
+ #include <ostream>
++#include <limits>
+ 
+ #include "mozilla/Assertions.h"
+ #include "mozilla/FloatingPoint.h"



Home | Main Index | Thread Index | Old Index