svn commit: r484091 - branches/2018Q4/games/stepmania-devel

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:43:32 UTC 2018


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
 


More information about the svn-ports-all mailing list