Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 12:15:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484003 - head/games/qgo
Message-ID:  <201811041215.wA4CFuvc076162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 12:15:56 2018
New Revision: 484003
URL: https://svnweb.freebsd.org/changeset/ports/484003

Log:
  Mark BROKEN: fails to build
  
  network/cyberoroconnection.cpp:546:27: error: constant expression evaluates to 250 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
          char packet[8] = { 0x0a, 0xfa, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00 };
                                   ^~~~
  
  Reported by:	pkg-fallout

Modified:
  head/games/qgo/Makefile

Modified: head/games/qgo/Makefile
==============================================================================
--- head/games/qgo/Makefile	Sun Nov  4 12:05:46 2018	(r484002)
+++ head/games/qgo/Makefile	Sun Nov  4 12:15:56 2018	(r484003)
@@ -10,6 +10,8 @@ DISTNAME=	${PORTNAME}_2~svn764.orig
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Go board and SGF editor written with the Qt library
 
+BROKEN=		fails to build
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		desktop-file-utils qmake qt:4 tar:bzip2



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