diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-01-01 12:29:24 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-01-01 12:30:11 +0000 |
| commit | f880b759f00ab9533b985d55d3c9d6407af4e030 (patch) | |
| tree | d8e154009db9f7385c1bb11d684a07943de7f338 /devel/electron30/files/patch-base_debug_stack__trace.cc | |
| parent | 220e28faf16c5d0130a951a031e448d612efc6af (diff) | |
devel/electron30: Remove expired port
2024-12-31 devel/electron30: EOLed upstream, switch to newer version
Diffstat (limited to 'devel/electron30/files/patch-base_debug_stack__trace.cc')
| -rw-r--r-- | devel/electron30/files/patch-base_debug_stack__trace.cc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/electron30/files/patch-base_debug_stack__trace.cc b/devel/electron30/files/patch-base_debug_stack__trace.cc deleted file mode 100644 index 723afdf9d067..000000000000 --- a/devel/electron30/files/patch-base_debug_stack__trace.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- base/debug/stack_trace.cc.orig 2024-04-15 20:33:42 UTC -+++ base/debug/stack_trace.cc -@@ -247,7 +247,7 @@ bool StackTrace::WillSymbolizeToStreamForTesting() { - // Symbols are not expected to be reliable when gn args specifies - // symbol_level=0. - return false; --#elif defined(__UCLIBC__) || defined(_AIX) -+#elif defined(__UCLIBC__) || defined(_AIX) || BUILDFLAG(IS_BSD) - // StackTrace::OutputToStream() is not implemented under uclibc, nor AIX. - // See https://crbug.com/706728 - return false; -@@ -291,7 +291,7 @@ std::string StackTrace::ToStringWithPrefix(const char* - } - std::string StackTrace::ToStringWithPrefix(const char* prefix_string) const { - std::stringstream stream; --#if !defined(__UCLIBC__) && !defined(_AIX) -+#if !defined(__UCLIBC__) && !defined(_AIX) && !BUILDFLAG(IS_BSD) - if (ShouldSuppressOutput()) { - return "Backtrace suppressed."; - } -@@ -301,7 +301,7 @@ std::ostream& operator<<(std::ostream& os, const Stack - } - - std::ostream& operator<<(std::ostream& os, const StackTrace& s) { --#if !defined(__UCLIBC__) && !defined(_AIX) -+#if !defined(__UCLIBC__) && !defined(_AIX) && !BUILDFLAG(IS_BSD) - s.OutputToStream(&os); - #else - os << "StackTrace::OutputToStream not implemented."; |
