head 1.2; access; symbols pkgsrc-2020Q4:1.1.0.14 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.12 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.10 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.6 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.8 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.4 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.2 pkgsrc-2019Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2021.01.13.08.58.44; author nia; state dead; branches; next 1.1; commitid 2qSGTDsO6ZOROxDC; 1.1 date 2019.04.19.14.02.03; author fox; state Exp; branches; next ; commitid OOOdhXh69MHpUXjB; desc @@ 1.2 log @remove www/cliqz the "cliqz" browser was discontinued upstream months ago and i don't think we particularly need another unmaintained firefox fork in pkgsrc that doesn't build. @ text @$NetBSD: patch-mozilla-release_ipc_glue_GeckoChildProcessHost.cpp,v 1.1 2019/04/19 14:02:03 fox Exp $ * Support Solaris * Fix NetBSD linking Original patch from ryoon, imported from www/firefox --- mozilla-release/ipc/glue/GeckoChildProcessHost.cpp.orig 2018-11-16 08:40:07.000000000 +0000 +++ mozilla-release/ipc/glue/GeckoChildProcessHost.cpp @@@@ -4,7 +4,13 @@@@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#if defined(__NetBSD__) +_Pragma("GCC visibility push(default)") +#endif #include "GeckoChildProcessHost.h" +#if defined(__NetBSD__) +_Pragma("GCC visibility pop") +#endif #include "base/command_line.h" #include "base/string_util.h" @ 1.1 log @Import of cliqz-1.26.3 as www/cliqz Cliqz develops novel Internet browsers that incorporate features such as search and anti-tracking. Cliqz desktop browser is based on Mozilla Firefox. Cliqz pre-installs the Cliqz add-on, which causes search terms to be sent to Cliqz as the default search engine. In addition the HTTPS Everywhere addon is installed, and an addon to manage consent. @ text @d1 1 a1 1 $NetBSD$ @