1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

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
This commit is contained in:
Antoine Brodin 2018-11-04 14:43:08 +00:00
parent 43b2783ca5
commit 982c0b4f84
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484090

View File

@ -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