svn commit: r484070 - branches/2018Q4/games/pykawari

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:20:08 UTC 2018


Author: antoine
Date: Sun Nov  4 14:20:06 2018
New Revision: 484070
URL: https://svnweb.freebsd.org/changeset/ports/484070

Log:
  MFH: r484069
  
  Mark BROKEN: fails to build
  
  shiori/kawari_shiori.cpp:147:35: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                          response.SetStartline("SHIORI/"SHIORIVER" 500 Internal Server Error");
                                                         ^
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/games/pykawari/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/games/pykawari/Makefile
==============================================================================
--- branches/2018Q4/games/pykawari/Makefile	Sun Nov  4 14:19:49 2018	(r484069)
+++ branches/2018Q4/games/pykawari/Makefile	Sun Nov  4 14:20:06 2018	(r484070)
@@ -14,6 +14,8 @@ COMMENT=	Real kawari8 module for ninix-aya
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
+BROKEN=		fails to build
+
 RUN_DEPENDS=	ninix:games/ninix-aya
 
 BUILD_WRKSRC=	${WRKSRC}/build/src


More information about the svn-ports-branches mailing list