aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2023-10-16 10:29:46 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2023-10-16 10:29:46 +0000
commit27c3f8d9bf53017f72dbf7f5de6f0201d7f6e093 (patch)
tree77f6962baf4c3e49c28b24d6062e661be0bb608c
parent5c0ef69c8b8b444d6595c42e8d6084e0071ff816 (diff)
downloadports-27c3f8d9bf53017f72dbf7f5de6f0201d7f6e093.tar.gz
ports-27c3f8d9bf53017f72dbf7f5de6f0201d7f6e093.zip
games/pokerth: unbreak the port's build against Boost >=1.73
Obtained from: Gentoo Linux (https://bugs.gentoo.org/723520)
-rw-r--r--games/pokerth/Makefile8
-rw-r--r--games/pokerth/distinfo4
2 files changed, 7 insertions, 5 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile
index 18833f0cb427..5a00f09b7bbb 100644
--- a/games/pokerth/Makefile
+++ b/games/pokerth/Makefile
@@ -4,6 +4,10 @@ PORTREVISION= 17
CATEGORIES= games
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
+
MAINTAINER= tobias.rehbein@web.de
COMMENT= Poker game written in C++/Qt
WWW= https://www.pokerth.net/
@@ -22,10 +26,6 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
BUILD_DEPENDS= ${LOCALBASE}/include/websocketpp/client.hpp:devel/websocketpp \
protoc:devel/protobuf
-BROKEN= error: use of undeclared identifier '_1'
-DEPRECATED= Marked broken for more than a year
-EXPIRATION_DATE=2023-11-30
-
USES= compiler:c++11-lang gl gmake iconv qmake qt:5 sdl sqlite ssl
USE_GL= gl
USE_CXXSTD= c++11
diff --git a/games/pokerth/distinfo b/games/pokerth/distinfo
index ea48143025b4..1237b2f08849 100644
--- a/games/pokerth/distinfo
+++ b/games/pokerth/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1514455856
+TIMESTAMP = 1509445273
SHA256 (pokerth-1.1.2.tar.gz) = 02cb3dee8077de20cd4491b66049b123d8bdd7fa243855f97c817934875c297a
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