git: dbbd9132f44d - main - games/pokerth: Mark BROKEN

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 29 Oct 2024 14:42:42 UTC
The branch main has been updated by sunpoet:

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

commit dbbd9132f44d6b6f0889f560b5fd2363b57d8119
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-29 14:21:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-29 14:38:53 +0000

    games/pokerth: Mark BROKEN
    
    src/engine/log.h:77:30: error: no member named 'directory_string' in 'boost::filesystem::path'
       77 |                 return mySqliteLogFileName.directory_string();
          |                        ~~~~~~~~~~~~~~~~~~~ ^
    1 error generated.
    
    Reference:      https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p645a502a4f60_s8b2e7da7085/logs/pokerth-1.1.2_24.log
                    https://pkg-status.freebsd.org/beefy22/data/141amd64-default/41deb0568d87/logs/pokerth-1.1.2_24.log
                    https://pkg-status.freebsd.org/beefy16/data/133amd64-default/711a2f7f1ca4/logs/pokerth-1.1.2_24.log
---
 games/pokerth/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile
index 4923ee70013b..6838b8a9e429 100644
--- a/games/pokerth/Makefile
+++ b/games/pokerth/Makefile
@@ -15,6 +15,8 @@ WWW=		https://www.pokerth.net/
 LICENSE=	AGPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		error: no member named 'directory_string' in 'boost::filesystem::path'
+
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libmikmod.so:audio/libmikmod \
 		libgnutls.so:security/gnutls \