pkgsrc-WIP-changes archive

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

chromium: fix patch



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Tue Sep 23 13:35:53 2025 +0200
Changeset:	660dadcd059d90c796423b31b0da78db52294e20

Modified Files:
	chromium/distinfo
	chromium/patches/patch-net_tools_net__watcher_net__watcher.cc

Log Message:
chromium: fix patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=660dadcd059d90c796423b31b0da78db52294e20

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

diffstat:
 chromium/distinfo                                             |  2 +-
 chromium/patches/patch-net_tools_net__watcher_net__watcher.cc | 11 +----------
 2 files changed, 2 insertions(+), 11 deletions(-)

diffs:
diff --git a/chromium/distinfo b/chromium/distinfo
index 0f0a38c6b4..04c104db7e 100644
--- a/chromium/distinfo
+++ b/chromium/distinfo
@@ -970,7 +970,7 @@ SHA1 (patch-net_socket_udp__socket__posix.cc) = f13f31b346bcedb161886a623e90aa55
 SHA1 (patch-net_socket_udp__socket__unittest.cc) = e49e3c361b134ec39fe26eab10ddb82718ea237a
 SHA1 (patch-net_third__party_quiche_BUILD.gn) = 17cc3246baf550e2aa61e3fb6be329a98aeb18d4
 SHA1 (patch-net_tools_cert__verify__tool_cert__verify__tool.cc) = 2ee72541f42fbee123f5cc8f8c393fef6bbdb225
-SHA1 (patch-net_tools_net__watcher_net__watcher.cc) = 1fbff480b17d9968f63ba6e31f81025ef470ab68
+SHA1 (patch-net_tools_net__watcher_net__watcher.cc) = 6d3d6f951f22bc90f945f64ddb5046de5512dbd1
 SHA1 (patch-net_traffic__annotation_network__traffic__annotation.h) = 227d278c9e3e4baf215727e3825867ef6010fcaf
 SHA1 (patch-net_url__request_url__request__context.cc) = b572654fb6549c1e0a79bd8b8cdf1e10855bf0a3
 SHA1 (patch-net_url__request_url__request__context.h) = 5f3444109f533f1d58ee2f1b54d58d6f5b550d56
diff --git a/chromium/patches/patch-net_tools_net__watcher_net__watcher.cc b/chromium/patches/patch-net_tools_net__watcher_net__watcher.cc
index 6567554f73..5a92679eba 100644
--- a/chromium/patches/patch-net_tools_net__watcher_net__watcher.cc
+++ b/chromium/patches/patch-net_tools_net__watcher_net__watcher.cc
@@ -4,7 +4,7 @@ $NetBSD$
 * Based on OpenBSD's chromium patches, and
   pkgsrc's qt5-qtwebengine patches
 
---- net/tools/net_watcher/net_watcher.cc.orig	2025-09-08 23:21:33.000000000 +0000
+--- net/tools/net_watcher/net_watcher.cc.orig	2025-09-16 20:11:32.000000000 +0000
 +++ net/tools/net_watcher/net_watcher.cc
 @@ -31,7 +31,7 @@
  #include "net/proxy_resolution/proxy_config_service.h"
@@ -24,15 +24,6 @@ $NetBSD$
  // Flag to specifies which network interfaces to ignore. Interfaces should
  // follow as a comma seperated list.
  const char kIgnoreNetifFlag[] = "ignore-netif";
-@@ -143,7 +143,7 @@ class NetWatcher :
- }  // namespace
- 
- int main(int argc, char* argv[]) {
--#if BUILDFLAG(IS_APPLE)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
-   base::apple::ScopedNSAutoreleasePool pool;
- #endif
-   base::AtExitManager exit_manager;
 @@ -160,7 +160,7 @@ int main(int argc, char* argv[]) {
  
    NetWatcher net_watcher;


Home | Main Index | Thread Index | Old Index