aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-content_shell_browser_shell__browser__main__parts.cc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-06-30 20:48:41 +0000
committerRene Ladan <rene@FreeBSD.org>2022-06-30 20:48:41 +0000
commit30886720da7c75f76b70811c05c4e68950a7d8a7 (patch)
tree99f28b2fd7a707c5efea79e667d790a3e459b2dd /devel/electron13/files/patch-content_shell_browser_shell__browser__main__parts.cc
parent10b96277e5d911a7461dabfa9719d1a68bd33bf6 (diff)
downloadports-30886720da7c75f76b70811c05c4e68950a7d8a7.tar.gz
ports-30886720da7c75f76b70811c05c4e68950a7d8a7.zip
cleanup: Remove expired ports:
2022-06-30 databases/pgpool-II-36: Upstream support ended use databases/pgpool-II-43 2022-06-30 ftp/multiget: Last release in 2007, doesn't support https, depends on deprecated wxgtk28 and dead upstream. Please consider using net/uget 2022-06-30 devel/electron13: EOLed upstream, switch to newer version 2022-06-30 ftp/puf: Last release in 2006, doesn't support https and upstream is dead. Please consider using www/aria2 2022-06-30 security/gss: Abandonware, last release in 2014 and no development since 2022-06-30 security/shishi: Abandonware, last release in 2013 and no development since 2022-06-30 ftp/urlgfe 2022-06-30 www/nspluginwrapper: Abandonware, last release in 2011 and upstream is dead. NPAPI plugins are now obsolete and depends on deprecated library GTK 2 2022-06-30 devel/govendor: Use Go modules 2022-06-30 devel/racer: Racer is not actively developped now. Please consider using newer software such as devel/rust-analyzer. 2022-06-30 net-mgmt/unifi6: No longer maintained by upstream 2022-06-30 devel/dep: Use Go modules 2022-06-30 databases/libgda5-bdb: Depends on deprecated databases/db5 2022-06-30 emulators/qemu5: Use emulators/qemu6 or emulators/qemu 2022-06-30 deskutils/bitcollider: bitzi.com is no longer available, closed down in 2013 2022-06-30 converters/htx: XHTML is considered obsolete in favor of HTML5 2022-06-30 www/getleft: Abandonware last updated on 2008 2022-06-30 ftp/wxdfast: Last release in 2009, doesn't support https, depends on deprecated wxgtk28 and dead upstream. Please consider using net/uget
Diffstat (limited to 'devel/electron13/files/patch-content_shell_browser_shell__browser__main__parts.cc')
-rw-r--r--devel/electron13/files/patch-content_shell_browser_shell__browser__main__parts.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron13/files/patch-content_shell_browser_shell__browser__main__parts.cc b/devel/electron13/files/patch-content_shell_browser_shell__browser__main__parts.cc
deleted file mode 100644
index 2e24649b222f..000000000000
--- a/devel/electron13/files/patch-content_shell_browser_shell__browser__main__parts.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- content/shell/browser/shell_browser_main_parts.cc.orig 2021-07-15 19:13:39 UTC
-+++ content/shell/browser/shell_browser_main_parts.cc
-@@ -56,7 +56,7 @@
- #if defined(USE_AURA) && defined(USE_X11)
- #include "ui/events/devices/x11/touch_factory_x11.h" // nogncheck
- #endif
--#if defined(USE_AURA) && (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
-+#if defined(USE_AURA) && (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD))
- #include "ui/base/ime/init/input_method_initializer.h"
- #endif
- #if BUILDFLAG(IS_CHROMEOS_ASH)
-@@ -142,7 +142,7 @@ void ShellBrowserMainParts::PostMainMessageLoopStart()
- }
-
- int ShellBrowserMainParts::PreEarlyInitialization() {
--#if defined(USE_AURA) && (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
-+#if defined(USE_AURA) && (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD))
- ui::InitializeInputMethodForTesting();
- #endif
- #if defined(OS_ANDROID)