Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:20:07 +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: r484070 - branches/2018Q4/games/pykawari
Message-ID:  <201811041420.wA4EK7Vc044692@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041420.wA4EK7Vc044692>