Date: Sun, 4 Nov 2018 14:43:30 +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: r484091 - branches/2018Q4/games/stepmania-devel Message-ID: <201811041443.wA4EhU5b062450@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 14:43:30 2018 New Revision: 484091 URL: https://svnweb.freebsd.org/changeset/ports/484091 Log: MFH: r484090 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: branches/2018Q4/games/stepmania-devel/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/games/stepmania-devel/Makefile ============================================================================== --- branches/2018Q4/games/stepmania-devel/Makefile Sun Nov 4 14:43:08 2018 (r484090) +++ branches/2018Q4/games/stepmania-devel/Makefile Sun Nov 4 14:43:30 2018 (r484091) @@ -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.wA4EhU5b062450>