Date: Sun, 4 Nov 2018 14:19:49 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484069 - head/games/pykawari Message-ID: <201811041419.wA4EJnUu044530@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 14:19:49 2018 New Revision: 484069 URL: https://svnweb.freebsd.org/changeset/ports/484069 Log: 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: head/games/pykawari/Makefile Modified: head/games/pykawari/Makefile ============================================================================== --- head/games/pykawari/Makefile Sun Nov 4 14:17:39 2018 (r484068) +++ head/games/pykawari/Makefile Sun Nov 4 14:19:49 2018 (r484069) @@ -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?201811041419.wA4EJnUu044530>