pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/wesnoth
Module Name: pkgsrc
Committed By: riastradh
Date: Sat Jan 25 21:33:37 UTC 2025
Modified Files:
pkgsrc/games/wesnoth: Makefile
Log Message:
games/wesnoth: Broken by boost-1.87.
Note: I am not marking this broken to say the package should go away;
I'm just recording the fruit of my investigation into why the build
failed, why I think it will continue to fail without intervention,
and where I stopped investigating, so the next person can pick up
where I left off to fix this without wasting any time on half the
build before hitting the same problem.
To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 pkgsrc/games/wesnoth/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/wesnoth/Makefile
diff -u pkgsrc/games/wesnoth/Makefile:1.224 pkgsrc/games/wesnoth/Makefile:1.225
--- pkgsrc/games/wesnoth/Makefile:1.224 Sun Dec 29 15:09:49 2024
+++ pkgsrc/games/wesnoth/Makefile Sat Jan 25 21:33:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.224 2024/12/29 15:09:49 adam Exp $
+# $NetBSD: Makefile,v 1.225 2025/01/25 21:33:37 riastradh Exp $
DISTNAME= wesnoth-1.18.3
PKGREVISION= 2
@@ -11,6 +11,17 @@ HOMEPAGE= https://www.wesnoth.org/
COMMENT= Fantasy turn-based strategy game
LICENSE= gnu-gpl-v2
+# In file included from /pbulk/work/games/wesnoth/work/wesnoth-1.18.3/src/server/common/server_base.cpp:16:
+# /pbulk/work/games/wesnoth/work/wesnoth-1.18.3/src/server/common/server_base.hpp:33:10: fatal error: boost/asio/io_service.hpp: No such file or directory
+# 33 | #include <boost/asio/io_service.hpp>
+# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
+#
+# This header file existed in 1.86 but no longer in 1.87:
+#
+# https://www.boost.org/doc/libs/1_86_0/boost/asio/io_service.hpp
+# https://www.boost.org/doc/libs/1_87_0/boost/asio/io_service.hpp
+BROKEN+= "Incompatible with boost>=1.87"
+
TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
USE_CXX_FEATURES+= c++17
Home |
Main Index |
Thread Index |
Old Index