Date: Sun, 4 Nov 2018 12:16:17 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484004 - branches/2018Q4/games/qgo Message-ID: <201811041216.wA4CGHG0076296@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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?201811041216.wA4CGHG0076296>