svn commit: r484004 - branches/2018Q4/games/qgo

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:16:18 UTC 2018


Author: antoine
Date: Sun Nov  4 12:16:16 2018
New Revision: 484004
URL: https://svnweb.freebsd.org/changeset/ports/484004

Log:
  MFH: r484003
  
  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:
  branches/2018Q4/games/qgo/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/games/qgo/Makefile
==============================================================================
--- branches/2018Q4/games/qgo/Makefile	Sun Nov  4 12:15:56 2018	(r484003)
+++ branches/2018Q4/games/qgo/Makefile	Sun Nov  4 12:16:16 2018	(r484004)
@@ -10,6 +10,8 @@ DISTNAME=	${PORTNAME}_2~svn764.orig
 MAINTAINER=	ports at 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


More information about the svn-ports-branches mailing list