Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D09384F01 for ; Fri, 1 Sep 2023 09:48:21 +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 tgd-4HQX0dN9 for ; Fri, 1 Sep 2023 09:48:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 75E3C84E19 for ; Fri, 1 Sep 2023 09:48:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F2B4FBDB; Fri, 1 Sep 2023 09:48:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169356170077230" MIME-Version: 1.0 Date: Fri, 1 Sep 2023 09:48:20 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/sysutils/xosview2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230901094820.6F2B4FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169356170077230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Sep 1 09:48:20 UTC 2023 Modified Files: pkgsrc/sysutils/xosview2: Makefile Log Message: xosview2: Convert to USE_CXX_FEATURES. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/xosview2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169356170077230 Content-Disposition: inline Content-Length: 706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/xosview2/Makefile diff -u pkgsrc/sysutils/xosview2/Makefile:1.3 pkgsrc/sysutils/xosview2/Makefile:1.4 --- pkgsrc/sysutils/xosview2/Makefile:1.3 Sun Jan 29 21:17:53 2023 +++ pkgsrc/sysutils/xosview2/Makefile Fri Sep 1 09:48:20 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2023/01/29 21:17:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2023/09/01 09:48:20 nia Exp $ DISTNAME= xosview2-2.3.3 PKGREVISION= 1 @@ -12,7 +12,9 @@ LICENSE= gnu-gpl-v2 AND original-bsd GNU_CONFIGURE= yes USE_TOOLS+= awk -USE_LANGUAGES= c c++17 +USE_LANGUAGES= c c++ + +USE_CXX_FEATURES+= c++17 CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} --_----------=_169356170077230--