git: 3d9b61022587 - main - games/py-fife: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Oct 2024 14:42:44 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3d9b61022587142cb831e19034000bb4d85f4835
commit 3d9b61022587142cb831e19034000bb4d85f4835
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-29 14:21:33 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-29 14:38:53 +0000
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
---
games/py-fife/Makefile | 2 ++
1 file changed, 2 insertions(+)
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 \