aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-10-29 14:21:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-10-29 14:38:53 +0000
commit3d9b61022587142cb831e19034000bb4d85f4835 (patch)
treef99b3d9ae1a1b999bb5d5e26398dd9067524705e
parentdbbd9132f44d6b6f0889f560b5fd2363b57d8119 (diff)
downloadports-3d9b61022587142cb831e19034000bb4d85f4835.tar.gz
ports-3d9b61022587142cb831e19034000bb4d85f4835.zip
games/py-fife: Mark BROKEN
/wrkdirs/usr/ports/games/py-fife/work-py311/fifengine-0.4.2/engine/core/loaders/native/map/atlasloader.cpp:315:29: error: no member named 'extension' in namespace 'boost::filesystem'; did you mean 'GetExtension'? 315 | std::string extension = bfs::extension(*atlasSource); | ^~~~~~~~~~~~~~ | GetExtension Reference: https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p645a502a4f60_s8b2e7da7085/logs/py311-fife-0.4.2_8.log https://pkg-status.freebsd.org/beefy22/data/141amd64-default/41deb0568d87/logs/py311-fife-0.4.2_8.log https://pkg-status.freebsd.org/beefy16/data/133amd64-default/711a2f7f1ca4/logs/py311-fife-0.4.2_8.log
-rw-r--r--games/py-fife/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile
index a296c49db388..07541d1bf0d7 100644
--- a/games/py-fife/Makefile
+++ b/games/py-fife/Makefile
@@ -11,6 +11,8 @@ WWW= https://www.fifengine.net/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+BROKEN= error: no member named 'extension' in namespace 'boost::filesystem'; did you mean 'GetExtension'?
+
LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \
libtinyxml.so:textproc/tinyxml \
libboost_filesystem.so:devel/boost-libs \