Received: by mail.netbsd.org (Postfix, from userid 605) id 57E8984D41; Wed, 22 Sep 2021 06:35:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9419384D36 for ; Wed, 22 Sep 2021 06:35:57 +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 oU0uT57kzs1c for ; Wed, 22 Sep 2021 06:35:57 +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 EAD0B84D0D for ; Wed, 22 Sep 2021 06:35:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE927FA97; Wed, 22 Sep 2021 06:35:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1632292556263950" MIME-Version: 1.0 Date: Wed, 22 Sep 2021 06:35:56 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/inkscape To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210922063556.DE927FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1632292556263950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Sep 22 06:35:56 UTC 2021 Modified Files: pkgsrc/graphics/inkscape: Makefile Log Message: inkscape: update GCC_REQD To generate a diff of this commit: cvs rdiff -u -r1.238 -r1.239 pkgsrc/graphics/inkscape/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1632292556263950 Content-Disposition: inline Content-Length: 737 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/inkscape/Makefile diff -u pkgsrc/graphics/inkscape/Makefile:1.238 pkgsrc/graphics/inkscape/Makefile:1.239 --- pkgsrc/graphics/inkscape/Makefile:1.238 Sun Jul 18 18:54:31 2021 +++ pkgsrc/graphics/inkscape/Makefile Wed Sep 22 06:35:56 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.238 2021/07/18 18:54:31 gutteridge Exp $ +# $NetBSD: Makefile,v 1.239 2021/09/22 06:35:56 nia Exp $ DISTNAME= inkscape-1.1 PKGREVISION= 1 @@ -27,7 +27,9 @@ TOOL_DEPENDS+= gettext-tools-[0-9]*:../ TOOLS_PLATFORM.msgfmt= # empty EXTRACT_USING= bsdtar -GCC_REQD+= 4.5.2 + +# std::optional +GCC_REQD+= 7 # This should be resolved in CMakeLists.txt. LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/inkscape --_----------=_1632292556263950--