svn commit: r456202 - head/games/pokerth

Guido Falsi madpilot at FreeBSD.org
Wed Dec 13 11:38:48 UTC 2017


Author: madpilot
Date: Wed Dec 13 11:38:47 2017
New Revision: 456202
URL: https://svnweb.freebsd.org/changeset/ports/456202

Log:
  Mark pokerth as broken.
  
  Fails to compile after the update of devel/protobuf to 3.5.0.
  
  I am working on a fix but will take some time.

Modified:
  head/games/pokerth/Makefile

Modified: head/games/pokerth/Makefile
==============================================================================
--- head/games/pokerth/Makefile	Wed Dec 13 10:15:09 2017	(r456201)
+++ head/games/pokerth/Makefile	Wed Dec 13 11:38:47 2017	(r456202)
@@ -14,6 +14,8 @@ COMMENT=	Poker game written in C++/Qt4
 LICENSE=	AGPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		Fails to compile with protobuf 3.5.0
+
 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