head 1.2; access; symbols pkgsrc-2020Q4:1.1.0.4 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.2 pkgsrc-2020Q3-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 2020.07.24.07.29.32; author fox; state Exp; branches; next ; commitid aZhiuCZKoUw7TihC; 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_widget_gtk_WaylandDMABufSurface.cpp,v 1.1 2020/07/24 07:29:32 fox Exp $ * Fix build under NetBSD. Taken from www/firefox --- mozilla-release/widget/gtk/WaylandDMABufSurface.cpp.orig 2020-06-19 02:17:05.000000000 +0000 +++ mozilla-release/widget/gtk/WaylandDMABufSurface.cpp @@@@ -18,7 +18,9 @@@@ #include #include #include +#if !defined(__NetBSD__) #include +#endif #include #include "mozilla/widget/gbm.h" @@@@ -91,6 +93,7 @@@@ void WaylandDMABufSurface::GlobalRefAdd( } void WaylandDMABufSurface::GlobalRefCountCreate() { +#if !defined(__NetBSD__) MOZ_ASSERT(!mGlobalRefCountFd); mGlobalRefCountFd = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK | EFD_SEMAPHORE); if (mGlobalRefCountFd < 0) { @@@@ -98,6 +101,7 @@@@ void WaylandDMABufSurface::GlobalRefCoun mGlobalRefCountFd = 0; return; } +#endif } void WaylandDMABufSurface::GlobalRefCountImport(int aFd) { @ 1.1 log @www/cliqz: Updates to 1.38.0 - Removes some of the obsolete patches. - Bumps versions of dependencies. Changes since 1.36.0: Merge with Firefox 78.0.2 @ text @d1 1 a1 1 $NetBSD: patch-widget_gtk_WaylandDMABufSurface.cpp,v 1.1 2020/07/01 13:01:01 ryoon Exp $ @