svn commit: r456614 - head/games/pokerth

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 18 11:01:40 UTC 2017


Author: amdmi3
Date: Mon Dec 18 11:01:38 2017
New Revision: 456614
URL: https://svnweb.freebsd.org/changeset/ports/456614

Log:
  - Mark 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
  
  Approved by:	portmgr blanket

Modified:
  head/games/pokerth/Makefile

Modified: head/games/pokerth/Makefile
==============================================================================
--- head/games/pokerth/Makefile	Mon Dec 18 10:57:25 2017	(r456613)
+++ head/games/pokerth/Makefile	Mon Dec 18 11:01:38 2017	(r456614)
@@ -14,6 +14,8 @@ 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