Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 64DFA1A923A for ; Sat, 8 Jan 2022 11:47:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8946184D2F; Sat, 8 Jan 2022 11:47:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C227D84D0C for ; Sat, 8 Jan 2022 11:47:50 +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 qAl3iWVYe441 for ; Sat, 8 Jan 2022 11:47:50 +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 1628F84CE7 for ; Sat, 8 Jan 2022 11:47:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 039EEFAEC; Sat, 8 Jan 2022 11:47:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164164246947250" MIME-Version: 1.0 Date: Sat, 8 Jan 2022 11:47:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/sane-backends To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220108114750.039EEFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164164246947250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 8 11:47:49 UTC 2022 Modified Files: pkgsrc/graphics/sane-backends: Makefile Log Message: sane-backends: this needs python 2.7 during build To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/graphics/sane-backends/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164164246947250 Content-Disposition: inline Content-Length: 1047 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/sane-backends/Makefile diff -u pkgsrc/graphics/sane-backends/Makefile:1.77 pkgsrc/graphics/sane-backends/Makefile:1.78 --- pkgsrc/graphics/sane-backends/Makefile:1.77 Tue Jan 4 16:06:54 2022 +++ pkgsrc/graphics/sane-backends/Makefile Sat Jan 8 11:47:49 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2022/01/04 16:06:54 triaxx Exp $ +# $NetBSD: Makefile,v 1.78 2022/01/08 11:47:49 wiz Exp $ .include "Makefile.common" MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/ @@ -10,6 +10,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} USE_TOOLS+= msgfmt msgmerge pkg-config USE_PKGLOCALEDIR= YES +PYTHON_VERSIONS_ACCEPTED= 27 + # c++11 is needed for genesys backend USE_LANGUAGES= c c++11 @@ -77,5 +79,6 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONF .include "../../mk/jpeg.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" +.include "../../lang/python/tool.mk" .include "../../mk/bsd.pkg.mk" --_----------=_164164246947250--