Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 14:51:00 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dcb19d1033d9 - main - games/pokerth: unbreak the port's build against Boost >=1.85
Message-ID:  <202412131451.4BDEp0fW006999@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

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

commit dcb19d1033d93b18c4ed11598f3c526bfd9ca21b
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-12-13 14:50:00 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-12-13 14:50:00 +0000

    games/pokerth: unbreak the port's build against Boost >=1.85
    
    Obtained from:  Gentoo Linux (https://bugs.gentoo.org/933265)
    Fixes:          dbbd9132f44d, c5825a6a28ee
---
 games/pokerth/Makefile | 6 ++----
 games/pokerth/distinfo | 2 ++
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile
index ea90de62e833..35f03da48b4f 100644
--- a/games/pokerth/Makefile
+++ b/games/pokerth/Makefile
@@ -6,7 +6,8 @@ MASTER_SITES=	SF
 
 PATCH_SITES=	https://gitweb.gentoo.org/repo/gentoo.git/plain/games-board/pokerth/files/ \
 		https://raw.githubusercontent.com/gentoo/gentoo/master/games-board/pokerth/files/
-PATCHFILES=	pokerth-1.1.2-boost-1.73.patch:-p1
+PATCHFILES=	pokerth-1.1.2-boost-1.73.patch:-p1 \
+		pokerth-1.1.2-boost-1.85.patch:-p1
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Poker game written in C++/Qt
@@ -15,9 +16,6 @@ WWW=		https://www.pokerth.net/
 LICENSE=	AGPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		error: no member named 'directory_string' in 'boost::filesystem::path'
-EXPIRATION_DATE=2025-01-31
-
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libmikmod.so:audio/libmikmod \
 		libgnutls.so:security/gnutls \
diff --git a/games/pokerth/distinfo b/games/pokerth/distinfo
index 1237b2f08849..728a0d6b9551 100644
--- a/games/pokerth/distinfo
+++ b/games/pokerth/distinfo
@@ -3,3 +3,5 @@ SHA256 (pokerth-1.1.2.tar.gz) = 02cb3dee8077de20cd4491b66049b123d8bdd7fa243855f9
 SIZE (pokerth-1.1.2.tar.gz) = 21354306
 SHA256 (pokerth-1.1.2-boost-1.73.patch) = 4dc22f47d534f3cf415e57310b02d8b11a410e904682f33044b6693ec36a25ba
 SIZE (pokerth-1.1.2-boost-1.73.patch) = 2281
+SHA256 (pokerth-1.1.2-boost-1.85.patch) = 0064cd2ce0781470fea91da611e5f0f2f6c9cae00d856b7650c4ae23fa8a9082
+SIZE (pokerth-1.1.2-boost-1.85.patch) = 10725



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412131451.4BDEp0fW006999>