Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B745B1A9239 for ; Sun, 13 Feb 2022 10:53:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F35E884E80; Sun, 13 Feb 2022 10:53:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 36EA784D50 for ; Sun, 13 Feb 2022 10:53:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id w7tcdbUQntN4 for ; Sun, 13 Feb 2022 10:53:12 +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 87EE784CBC for ; Sun, 13 Feb 2022 10:53:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C091FB24; Sun, 13 Feb 2022 10:53:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644749592110650" MIME-Version: 1.0 Date: Sun, 13 Feb 2022 10:53:12 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/darktable To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220213105312.7C091FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644749592110650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Feb 13 10:53:12 UTC 2022 Modified Files: pkgsrc/graphics/darktable: Makefile Log Message: darktable: disable some more Werror To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 pkgsrc/graphics/darktable/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1644749592110650 Content-Disposition: inline Content-Length: 713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/darktable/Makefile diff -u pkgsrc/graphics/darktable/Makefile:1.126 pkgsrc/graphics/darktable/Makefile:1.127 --- pkgsrc/graphics/darktable/Makefile:1.126 Wed Dec 8 16:04:50 2021 +++ pkgsrc/graphics/darktable/Makefile Sun Feb 13 10:53:12 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.126 2021/12/08 16:04:50 adam Exp $ +# $NetBSD: Makefile,v 1.127 2022/02/13 10:53:12 nia Exp $ DISTNAME= darktable-3.6.1 PKGREVISION= 1 @@ -31,6 +31,7 @@ CMAKE_ARGS+= -DBINARY_PACKAGE_BUILD=Yes CMAKE_ARGS+= -Wno-dev CMAKE_ARGS+= -DWITH_OPENMP=OFF CMAKE_ARGS+= -DUSE_COLORD=OFF +CMAKE_ARGS+= -DRAWSPEED_ENABLE_WERROR=OFF CONFIGURE_DIRS= ../pkgsrc_build CMAKE_ARG_PATH= ${WRKSRC} --_----------=_1644749592110650--