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 2ABF41A9217 for ; Wed, 13 Jan 2021 08:56:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3BA10850D8; Wed, 13 Jan 2021 08:56:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 763D384DBC for ; Wed, 13 Jan 2021 08:56:07 +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 IO7mVLWmBO3t for ; Wed, 13 Jan 2021 08:56:07 +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 CC9B884D32 for ; Wed, 13 Jan 2021 08:56:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C0D60FA9D; Wed, 13 Jan 2021 08:56:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161052816627270" MIME-Version: 1.0 Date: Wed, 13 Jan 2021 08:56:06 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/krita To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210113085606.C0D60FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161052816627270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jan 13 08:56:06 UTC 2021 Modified Files: pkgsrc/graphics/krita: Makefile Log Message: krita: require libatomic CMake Error at cmake/modules/CheckAtomic.cmake:116 (message): Host compiler appears to require libatomic, but cannot find it. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/graphics/krita/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161052816627270 Content-Disposition: inline Content-Length: 833 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/krita/Makefile diff -u pkgsrc/graphics/krita/Makefile:1.61 pkgsrc/graphics/krita/Makefile:1.62 --- pkgsrc/graphics/krita/Makefile:1.61 Fri Jan 1 09:52:31 2021 +++ pkgsrc/graphics/krita/Makefile Wed Jan 13 08:56:06 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2021/01/01 09:52:31 ryoon Exp $ +# $NetBSD: Makefile,v 1.62 2021/01/13 08:56:06 nia Exp $ DISTNAME= krita-4.4.1 PKGREVISION= 4 @@ -52,6 +52,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 BUILDLINK_API_DEPENDS.boost-header+= boost-headers>=1.73.0nb1 .include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" +.include "../../devel/libatomic/buildlink3.mk" .include "../../devel/ki18n/buildlink3.mk" .include "../../devel/kio/buildlink3.mk" .include "../../devel/kconfig/buildlink3.mk" --_----------=_161052816627270--