From owner-svn-ports-head@freebsd.org Wed Dec 13 11:38:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73379E9AE1D; Wed, 13 Dec 2017 11:38:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FF726D22E; Wed, 13 Dec 2017 11:38:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBDBclLg030852; Wed, 13 Dec 2017 11:38:47 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBDBcl9a030851; Wed, 13 Dec 2017 11:38:47 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201712131138.vBDBcl9a030851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 13 Dec 2017 11:38:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456202 - head/games/pokerth X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/games/pokerth X-SVN-Commit-Revision: 456202 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 11:38:48 -0000 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 \