From nobody Tue May 30 15:25:32 2023 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QVx6q50zrz4XgjM for ; Tue, 30 May 2023 15:25:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4QVx6p6pl0z4hDZ for ; Tue, 30 May 2023 15:25:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.5.3] (c-73-202-23-161.hsd1.ca.comcast.net [73.202.23.161]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 34UFPXpr093584 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 30 May 2023 08:25:35 -0700 (PDT) (envelope-from yuri@FreeBSD.org) X-Authentication-Warning: shell1.rawbw.com: Host c-73-202-23-161.hsd1.ca.comcast.net [73.202.23.161] claimed to be [192.168.5.3] Message-ID: <269aa6fe-1117-ebe3-23a1-f8c6ed8942db@tsoft.com> Date: Tue, 30 May 2023 08:25:32 -0700 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: git: 887237b23c32 - main - misc/py-lightning-utilities: New port: PyTorch Lightning sample project To: Tomoaki AOKI Cc: dev-commits-ports-main@freebsd.org References: <20230530193202.781c5e0bf39de277175831a3@dec.sakura.ne.jp> Content-Language: en-US From: Yuri Victorovich In-Reply-To: <20230530193202.781c5e0bf39de277175831a3@dec.sakura.ne.jp> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4QVx6p6pl0z4hDZ X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7961, ipnet:198.144.192.0/19, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Hi Tomoaki, I corrected the problem. Thank you for the notice. Best, Yuri On 5/30/23 03:32, Tomoaki AOKI wrote: > This broke INDEX build. > Maybe because of the last line of PY_DEPENDS= line is continued by "\" > with BUILD_DEPENDS= line. > Attached patch fixed the build for me.