Date: Sun, 4 Nov 2018 14:43:09 +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: r484090 - head/games/stepmania-devel Message-ID: <201811041443.wA4Eh97w062320@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 14:43:08 2018 New Revision: 484090 URL: https://svnweb.freebsd.org/changeset/ports/484090 Log: Mark BROKEN: fails to build In file included from /wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/ScreenDebugOverlay.cpp:12: In file included from /wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/ScreenGameplay.h:10: In file included from /wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/BeginnerHelper.h:9: /wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/NoteData.h:378:25: error: 'swap<NoteData>' is missing exception specification 'noexcept(is_nothrow_move_constructible<NoteData>::value && is_nothrow_move_assignable<NoteData>::value)' template<> inline void swap<NoteData>( NoteData &nd1, NoteData &nd2 ) { nd1.swap( nd2 ); } ^ Reported by: pkg-fallout Modified: head/games/stepmania-devel/Makefile Modified: head/games/stepmania-devel/Makefile ============================================================================== --- head/games/stepmania-devel/Makefile Sun Nov 4 14:40:31 2018 (r484089) +++ head/games/stepmania-devel/Makefile Sun Nov 4 14:43:08 2018 (r484090) @@ -15,6 +15,8 @@ COMMENT= Rhythm game simulator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/Docs/Licenses.txt +BROKEN= fails to build + LIB_DEPENDS= libpcre.so:devel/pcre \ libpng.so:graphics/png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041443.wA4Eh97w062320>