Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2017 11:38:47 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456202 - head/games/pokerth
Message-ID:  <201712131138.vBDBcl9a030851@repo.freebsd.org>

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



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