git: c018c6d2d8c9 - main - Unbreak INDEX

Koichiro Iwao meta at FreeBSD.org
Mon Apr 12 08:52:14 UTC 2021


The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c018c6d2d8c97a3f8e045fffefcaf60469beaff9

commit c018c6d2d8c97a3f8e045fffefcaf60469beaff9
Author:     Koichiro Iwao <meta at FreeBSD.org>
AuthorDate: 2021-04-12 08:41:52 +0000
Commit:     Koichiro Iwao <meta at FreeBSD.org>
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


More information about the dev-commits-ports-main mailing list