Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3AB6E84F2F for ; Thu, 14 Dec 2023 22:54:25 +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 cyD4AggWiWIu for ; Thu, 14 Dec 2023 22:54:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8E01B84CE8 for ; Thu, 14 Dec 2023 22:54:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87DB3FA42; Thu, 14 Dec 2023 22:54:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170259446455080" MIME-Version: 1.0 Date: Thu, 14 Dec 2023 22:54:24 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/devel/kdiff3 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231214225424.87DB3FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170259446455080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Dec 14 22:54:24 UTC 2023 Modified Files: pkgsrc/devel/kdiff3: Makefile Log Message: kdiff3: add a comment concerning GCC support To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 pkgsrc/devel/kdiff3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170259446455080 Content-Disposition: inline Content-Length: 740 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/kdiff3/Makefile diff -u pkgsrc/devel/kdiff3/Makefile:1.104 pkgsrc/devel/kdiff3/Makefile:1.105 --- pkgsrc/devel/kdiff3/Makefile:1.104 Thu Dec 14 22:47:05 2023 +++ pkgsrc/devel/kdiff3/Makefile Thu Dec 14 22:54:24 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2023/12/14 22:47:05 gutteridge Exp $ +# $NetBSD: Makefile,v 1.105 2023/12/14 22:54:24 gutteridge Exp $ DISTNAME= kdiff3-1.10.7 CATEGORIES= devel @@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2 USE_CMAKE= yes USE_LANGUAGES= c c++ +# Upstream states GCC < 8.2 support is "best effort only"; it is presently +# confirmed to work without issue on NetBSD 9.x with GCC 7.5. USE_CXX_FEATURES+= c++17 BUILDLINK_TRANSFORM+= rm:-Wl,--fatal-warnings --_----------=_170259446455080--