svn commit: r484058 - branches/2018Q4/games/kcheckers

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


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 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-branches mailing list