svn commit: r484057 - head/games/kcheckers

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:04:26 UTC 2018


Author: antoine
Date: Sun Nov  4 14:04:25 2018
New Revision: 484057
URL: https://svnweb.freebsd.org/changeset/ports/484057

Log:
  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:
  head/games/kcheckers/Makefile

Modified: head/games/kcheckers/Makefile
==============================================================================
--- head/games/kcheckers/Makefile	Sun Nov  4 14:02:18 2018	(r484056)
+++ head/games/kcheckers/Makefile	Sun Nov  4 14:04:25 2018	(r484057)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF/qcheckers/${PORTNAME}/${PORTVERSION}
 MAINTAINER=	johans at 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
 


More information about the svn-ports-all mailing list