From owner-dev-commits-ports-main@freebsd.org Mon Apr 12 08:33:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 0D8A85EF341; Mon, 12 Apr 2021 08:33:51 +0000 (UTC) (envelope-from meta@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 4FJhpk6dTjz3jSG; Mon, 12 Apr 2021 08:33:50 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:908e:4146:fb16:d759]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 6203AE354; Mon, 12 Apr 2021 08:33:49 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Mon, 12 Apr 2021 17:33:44 +0900 From: Koichiro Iwao To: Antoine Brodin Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: f9568249d150 - main - Mark as BROKEN to unbreak INDEX Message-ID: <20210412083344.46dddgrj44ojxva4@icepick.vmeta.jp> X-Operating-System: FreeBSD 12.2-STABLE amd64 References: <202104120804.13C84vkv087743@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 08:33:51 -0000 On Mon, Apr 12, 2021 at 10:18:20AM +0200, Antoine Brodin wrote: > On Mon, Apr 12, 2021 at 10:05 AM Koichiro Iwao wrote: > > > > The branch main has been updated by meta: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=f9568249d15022f2ce6a2f214a46943c6006f626 > > > > commit f9568249d15022f2ce6a2f214a46943c6006f626 > > Author: Koichiro Iwao > > AuthorDate: 2021-04-12 08:00:06 +0000 > > Commit: Koichiro Iwao > > CommitDate: 2021-04-12 08:03:43 +0000 > > > > Mark as BROKEN to unbreak INDEX > > --- > > games/pink-pony/Makefile | 2 ++ > > 1 file changed, 2 insertions(+) > > Hi, > > This doesn't work like this, you have to fix it for real. Thanks for the the advice. Unfortunately, I don't have much interest in fixing the port itself but just want to fix whole INDEX build. Maybe the person who removed graphics/ilmbase or the port maintainer should fix it. I will try to fix INDEX again. -- meta