From owner-dev-commits-ports-main@freebsd.org Mon Apr 12 08:52:14 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 877375EF891; Mon, 12 Apr 2021 08:52:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJjCy2cCyz3k4G; Mon, 12 Apr 2021 08:52:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C8DA142E3; Mon, 12 Apr 2021 08:52:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13C8qEkP053186; Mon, 12 Apr 2021 08:52:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13C8qEtK053185; Mon, 12 Apr 2021 08:52:14 GMT (envelope-from git) Date: Mon, 12 Apr 2021 08:52:14 GMT Message-Id: <202104120852.13C8qEtK053185@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Koichiro Iwao Subject: git: c018c6d2d8c9 - main - Unbreak INDEX MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c018c6d2d8c97a3f8e045fffefcaf60469beaff9 Auto-Submitted: auto-generated 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:52:14 -0000 The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=c018c6d2d8c97a3f8e045fffefcaf60469beaff9 commit c018c6d2d8c97a3f8e045fffefcaf60469beaff9 Author: Koichiro Iwao AuthorDate: 2021-04-12 08:41:52 +0000 Commit: Koichiro Iwao CommitDate: 2021-04-12 08:51:45 +0000 Unbreak INDEX Marking as BROKEN doesn't fix the INDEX build at all. This is really a workaround until we get a real fix. Pointed out by: antonie --- games/pink-pony/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile index f080c6fd3b5f..fbceaa1d4bca 100644 --- a/games/pink-pony/Makefile +++ b/games/pink-pony/Makefile @@ -13,9 +13,10 @@ BROKEN= depends on removed port graphics/ilmbase LIB_DEPENDS= libIL.so:graphics/devil \ libprotobuf.so:devel/protobuf \ libglfw.so:graphics/glfw2 \ - libHalf.so:graphics/ilmbase \ libftgl.so:graphics/ftgl \ libsigc-2.0.so:devel/libsigc++20 +# FIXME: which port has a drop-in replacement of libHalf.so? +# libHalf.so:graphics/ilmbase USE_GITHUB= yes GH_ACCOUNT= ginkgo