git: ef3f1e508888 - main - games/rlvm: unbreak and rebuild after e8fba4b05398
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Oct 2024 11:21:29 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef3f1e50888839b825f822507d47389c5b8c9aeb commit ef3f1e50888839b825f822507d47389c5b8c9aeb Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-10-06 07:21:16 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-10-06 11:20:44 +0000 games/rlvm: unbreak and rebuild after e8fba4b05398 src/libreallive/archive.cc:135:39: error: no member named 'branch_path' in 'boost::filesystem::path' 135 | fs::path seen_dir = fs::path(name_).branch_path(); | ~~~~~~~~~~~~~~~ ^ Reported by: pkg-fallout --- games/rlvm/Makefile | 2 ++ games/rlvm/distinfo | 2 ++ 2 files changed, 4 insertions(+) diff --git a/games/rlvm/Makefile b/games/rlvm/Makefile index 23609b2ae5ee..0fa2731d6ee9 100644 --- a/games/rlvm/Makefile +++ b/games/rlvm/Makefile @@ -12,6 +12,8 @@ WWW= http://www.rlvm.net/ LICENSE= GPLv2 GPLv3 MIT LICENSE_COMB= multi +BROKEN= fails to build with boost 1.85 + BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ utf8cpp>=4.0.3:devel/utf8cpp LIB_DEPENDS= libsndfile.so:audio/libsndfile \ diff --git a/games/rlvm/distinfo b/games/rlvm/distinfo index e87aa5d8d978..5339eb25e53a 100644 --- a/games/rlvm/distinfo +++ b/games/rlvm/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1622120369 SHA256 (eglaysher-rlvm-release-0.14-77-gfabf134a_GH0.tar.gz) = 0cf16f5f6ef7d19df62133c01ffd3f135edd2c5dc12018a390c96e3b3c4e7e74 SIZE (eglaysher-rlvm-release-0.14-77-gfabf134a_GH0.tar.gz) = 1905421 +SHA256 (d507ac7dbb53.patch) = 59041bbed6b5dba9d285169abe855d43f5d9001889704f3b78480cf7d6e0a851 +SIZE (d507ac7dbb53.patch) = 1486