Received: by mail.netbsd.org (Postfix, from userid 605) id D28C984DCB; Sun, 15 Mar 2020 22:02:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5AD2884DC2 for ; Sun, 15 Mar 2020 22:02:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id AZdPLtbQ9--P for ; Sun, 15 Mar 2020 22:02:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B3DD684D8E for ; Sun, 15 Mar 2020 22:02:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A6F59FB27; Sun, 15 Mar 2020 22:02:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584309760160790" MIME-Version: 1.0 Date: Sun, 15 Mar 2020 22:02:40 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/www/webkit-gtk To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200315220240.A6F59FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584309760160790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Mar 15 22:02:40 UTC 2020 Modified Files: pkgsrc/www/webkit-gtk: Makefile Log Message: webkit-gtk: disable bubblewrap sandbox It's Linux specific and we don't have the prerequisite tools to build with this option in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 pkgsrc/www/webkit-gtk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584309760160790 Content-Disposition: inline Content-Length: 788 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/webkit-gtk/Makefile diff -u pkgsrc/www/webkit-gtk/Makefile:1.182 pkgsrc/www/webkit-gtk/Makefile:1.183 --- pkgsrc/www/webkit-gtk/Makefile:1.182 Tue Mar 10 22:09:04 2020 +++ pkgsrc/www/webkit-gtk/Makefile Sun Mar 15 22:02:40 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.182 2020/03/10 22:09:04 wiz Exp $ +# $NetBSD: Makefile,v 1.183 2020/03/15 22:02:40 tnn Exp $ DISTNAME= webkitgtk-2.28.0 PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} @@ -42,6 +42,7 @@ CMAKE_ARGS+= -DPORT=GTK CMAKE_ARGS+= -DENABLE_X11_TARGET=ON CMAKE_ARGS+= -DENABLE_MINIBROWSER=ON CMAKE_ARGS+= -DENABLE_GEOLOCATION=OFF +CMAKE_ARGS+= -DENABLE_BUBBLEWRAP_SANDBOX=OFF CMAKE_ARGS+= -DUSE_GSTREAMER_GL=OFF CMAKE_ARGS+= -DUSE_LIBHYPHEN=OFF CMAKE_ARGS+= -DUSE_OPENJPEG=OFF --_----------=_1584309760160790--