Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFD358509B for ; Mon, 2 Oct 2023 10:58:33 +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 3a1nErEQ1z1B for ; Mon, 2 Oct 2023 10:58:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4E61284D28 for ; Mon, 2 Oct 2023 10:58:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4808CFBDB; Mon, 2 Oct 2023 10:58:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696244313126820" MIME-Version: 1.0 Date: Mon, 2 Oct 2023 10:58:33 +0000 From: "Olaf Seibert" Subject: CVS commit: pkgsrc/multimedia/ogmtools To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: rhialto@netbsd.org X-Mailer: log_accum Message-Id: <20231002105833.4808CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696244313126820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rhialto Date: Mon Oct 2 10:58:33 UTC 2023 Modified Files: pkgsrc/multimedia/ogmtools: Makefile Log Message: multimedia/ogmtools: didn't build with c++17; force c++11. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/multimedia/ogmtools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696244313126820 Content-Disposition: inline Content-Length: 824 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/ogmtools/Makefile diff -u pkgsrc/multimedia/ogmtools/Makefile:1.15 pkgsrc/multimedia/ogmtools/Makefile:1.16 --- pkgsrc/multimedia/ogmtools/Makefile:1.15 Fri May 22 12:43:53 2020 +++ pkgsrc/multimedia/ogmtools/Makefile Mon Oct 2 10:58:33 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2020/05/22 12:43:53 adam Exp $ +# $NetBSD: Makefile,v 1.16 2023/10/02 10:58:33 rhialto Exp $ # DISTNAME= ogmtools-1.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= multimedia MASTER_SITES= https://www.bunkus.org/videotools/ogmtools/ EXTRACT_SUFX= .tar.bz2 @@ -12,6 +12,7 @@ HOMEPAGE= https://www.bunkus.org/videoto COMMENT= Ogg Media files manipulation tools USE_LANGUAGES= c c++ +FORCE_CXX_STD= c++11 GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-dvdread-includes=${BUILDLINK_DIR:Q} --_----------=_1696244313126820--