Date: Sat, 4 Aug 2018 15:50:04 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476365 - head/misc/rumprun Message-ID: <201808041550.w74Fo4NJ062015@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808041550.w74Fo4NJ062015>