Date: Sun, 4 Nov 2018 14:04:44 +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: r484058 - branches/2018Q4/games/kcheckers Message-ID: <201811041404.wA4E4iEt038025@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 14:04:43 2018 New Revision: 484058 URL: https://svnweb.freebsd.org/changeset/ports/484058 Log: MFH: r484057 Mark BROKEN: fails to build pdn.cc:350:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] if(!parse_moves(moves+" "END_OF_MOVELINE)) { // :) ^ Reported by: pkg-fallout Modified: branches/2018Q4/games/kcheckers/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/games/kcheckers/Makefile ============================================================================== --- branches/2018Q4/games/kcheckers/Makefile Sun Nov 4 14:04:25 2018 (r484057) +++ branches/2018Q4/games/kcheckers/Makefile Sun Nov 4 14:04:43 2018 (r484058) @@ -10,6 +10,8 @@ MASTER_SITES= SF/qcheckers/${PORTNAME}/${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Qt version of the classic boardgame checkers +BROKEN= fails to build + USES= qmake qt:4 USE_QT= corelib gui moc_build rcc_build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041404.wA4E4iEt038025>