Date: Sat, 1 Sep 2018 20:50:36 +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: r478728 - head/misc/rumprun Message-ID: <201809012050.w81KoamS076994@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Sep 1 20:50:35 2018 New Revision: 478728 URL: https://svnweb.freebsd.org/changeset/ports/478728 Log: Make the BROKEN reason more generic, since it's not just about GCC, but really modern compilers. And after four weeks of being marked BROKEN, mark DEPRECATED with an expiration date in a bit more than two months. This gives the port overall a good three months to be improved (or purged). PR: 230125 Modified: head/misc/rumprun/Makefile Modified: head/misc/rumprun/Makefile ============================================================================== --- head/misc/rumprun/Makefile Sat Sep 1 20:43:36 2018 (r478727) +++ head/misc/rumprun/Makefile Sat Sep 1 20:50:35 2018 (r478728) @@ -12,8 +12,9 @@ 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 +BROKEN= fails with current compilers # PR 230125 +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE=2018-11-05 USES= gmake USE_GCC= any
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809012050.w81KoamS076994>