Received: by mail.netbsd.org (Postfix, from userid 605) id 4F97E84E58; Thu, 14 Jul 2022 23:53:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 88A8384D3A for ; Thu, 14 Jul 2022 23:53:28 +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 6NOmJVagqULH for ; Thu, 14 Jul 2022 23:53:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D8F3484D00 for ; Thu, 14 Jul 2022 23:53:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5C75FB1A; Thu, 14 Jul 2022 23:53:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165784280754180" MIME-Version: 1.0 Date: Thu, 14 Jul 2022 23:53:27 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/print/poppler To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20220714235327.D5C75FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165784280754180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Thu Jul 14 23:53:27 UTC 2022 Modified Files: pkgsrc/print/poppler: Makefile.common Log Message: Uses `sed -i`, so USE_TOOLS+=gsed. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 pkgsrc/print/poppler/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165784280754180 Content-Disposition: inline Content-Length: 746 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/poppler/Makefile.common diff -u pkgsrc/print/poppler/Makefile.common:1.136 pkgsrc/print/poppler/Makefile.common:1.137 --- pkgsrc/print/poppler/Makefile.common:1.136 Thu Jul 14 14:06:58 2022 +++ pkgsrc/print/poppler/Makefile.common Thu Jul 14 23:53:27 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.136 2022/07/14 14:06:58 wiz Exp $ +# $NetBSD: Makefile.common,v 1.137 2022/07/14 23:53:27 schmonz Exp $ # # used by print/poppler/Makefile # used by print/poppler-cpp/Makefile @@ -22,7 +22,7 @@ PATCHDIR= ${.CURDIR}/../../print/poppler USE_CMAKE= yes USE_LANGUAGES= c c++17 -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config gsed GCC_REQD+= 7 # std::optional .include "../../mk/bsd.prefs.mk" --_----------=_165784280754180--