Received: by mail.netbsd.org (Postfix, from userid 605) id 3DA6084D2E; Mon, 25 Apr 2022 23:28:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 74C0884D1B for ; Mon, 25 Apr 2022 23:28:52 +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 hghRvXIJTwoV for ; Mon, 25 Apr 2022 23:28:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C554884D16 for ; Mon, 25 Apr 2022 23:28:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BC9B7FB1A; Mon, 25 Apr 2022 23:28:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650929331840" MIME-Version: 1.0 Date: Mon, 25 Apr 2022 23:28:51 +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: <20220425232851.BC9B7FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650929331840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Mon Apr 25 23:28:51 UTC 2022 Modified Files: pkgsrc/www/webkit-gtk: Makefile Log Message: webkit-gtk: add CHECK_PORTABILITY_SKIP To generate a diff of this commit: cvs rdiff -u -r1.224 -r1.225 pkgsrc/www/webkit-gtk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650929331840 Content-Disposition: inline Content-Length: 807 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.224 pkgsrc/www/webkit-gtk/Makefile:1.225 --- pkgsrc/www/webkit-gtk/Makefile:1.224 Mon Apr 18 19:10:12 2022 +++ pkgsrc/www/webkit-gtk/Makefile Mon Apr 25 23:28:51 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.224 2022/04/18 19:10:12 adam Exp $ +# $NetBSD: Makefile,v 1.225 2022/04/25 23:28:51 tnn Exp $ DISTNAME= webkitgtk-2.34.6 PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} @@ -138,6 +138,8 @@ CFLAGS+= -DRELEASE_WITHOUT_OPTIMIZATIONS NOT_PAX_MPROTECT_SAFE+= libexec/webkit2gtk-4.0/WebKitWebProcess NOT_PAX_MPROTECT_SAFE+= libexec/webkit2gtk-4.0/jsc +CHECK_PORTABILITY_SKIP+= Source/WebKit/Scripts/generate-feature-flags-plist.sh + .include "options.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.1 --_----------=_1650929331840--