svn commit: r456627 - head/games/pokerth

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 18 12:33:02 UTC 2017


Author: amdmi3
Date: Mon Dec 18 12:33:01 2017
New Revision: 456627
URL: https://svnweb.freebsd.org/changeset/ports/456627

Log:
  Revert r456614, it was caused by testing with boost 1.66

Modified:
  head/games/pokerth/Makefile

Modified: head/games/pokerth/Makefile
==============================================================================
--- head/games/pokerth/Makefile	Mon Dec 18 12:31:46 2017	(r456626)
+++ head/games/pokerth/Makefile	Mon Dec 18 12:33:01 2017	(r456627)
@@ -14,8 +14,6 @@ COMMENT=	Poker game written in C++/Qt4
 LICENSE=	AGPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		does not build: src/third_party/websocketpp/websocketpp/transport/asio/connection.hpp:422:45: error: use of class template 'boost::asio::strand' requires template arguments
-
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libmikmod.so:audio/libmikmod \
 		libgnutls.so:security/gnutls \


More information about the svn-ports-head mailing list