From owner-svn-ports-all@freebsd.org Wed Feb 17 09:47:17 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 007A05399FF; Wed, 17 Feb 2021 09:47:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgY0N6g5Dz52dN; Wed, 17 Feb 2021 09:47:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (host-79-12-130-69.retail.telecomitalia.it [79.12.130.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 3B02029270; Wed, 17 Feb 2021 09:47:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: svn commit: r565463 - in head/graphics/sane-backends: . files To: "Tobias C. Berner" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, vvd@unislabs.com References: <202102162134.11GLYGc8034439@repo.freebsd.org> From: Guido Falsi Message-ID: <6b1b7c71-a2cc-0eec-219c-c932b03d21b9@FreeBSD.org> Date: Wed, 17 Feb 2021 10:47:13 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <202102162134.11GLYGc8034439@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 09:47:17 -0000 On 16/02/21 22:34, Tobias C. Berner wrote: > Author: tcberner > Date: Tue Feb 16 21:34:16 2021 > New Revision: 565463 > URL: https://svnweb.freebsd.org/changeset/ports/565463 > > Log: > graphics/sane-backends: graphics/sane-backends: update to 1.0.32 > > Changelog: > https://gitlab.com/sane-project/backends/-/releases/1.0.32 > > PR: 253562 > Submitted by: VVD (maintainer) > > Modified: > head/graphics/sane-backends/Makefile > head/graphics/sane-backends/distinfo > head/graphics/sane-backends/files/patch-configure > This is failing for me in poudriere. Looks like it has grown an hard dependency on python at least for building. I'm building without the GPHOTO option. I guess that python is usually being brought in with such a dependency. According to INSTALL.linux it's required only for build, so adding USES=python:build should be enough. -- Guido Falsi