Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 11:01:38 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456614 - head/games/pokerth
Message-ID:  <201712181101.vBIB1cOv050021@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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