svn commit: r476365 - head/misc/rumprun

Gerald Pfeifer gerald at FreeBSD.org
Sat Aug 4 15:50:05 UTC 2018


Author: gerald
Date: Sat Aug  4 15:50:04 2018
New Revision: 476365
URL: https://svnweb.freebsd.org/changeset/ports/476365

Log:
  Mark BROKEN due to problems building with modern compilers (even GCC,
  which was originally used as the workaround to keep this building).
  
  PR:		222542, 230125
  Suggested by: 	antoine

Modified:
  head/misc/rumprun/Makefile

Modified: head/misc/rumprun/Makefile
==============================================================================
--- head/misc/rumprun/Makefile	Sat Aug  4 15:44:33 2018	(r476364)
+++ head/misc/rumprun/Makefile	Sat Aug  4 15:50:04 2018	(r476365)
@@ -13,6 +13,8 @@ LICENSE=	BSD2CLAUSE
 ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	not yet ported to FreeBSD on other architectures
 
+BROKEN=		fails with current versions of GCC	# PR 230125
+
 USES=		gmake
 USE_GCC=	any
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list