diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-09-02 04:50:35 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-09-02 04:50:35 +0800 |
commit | 47d74e30cd052d16a485ac6c52c08be89bd97e99 (patch) | |
tree | 5d7d73835d26058e497ff1570607cd3352bd4c8c /misc | |
parent | eade44cbf9d115100898c6e8869c55d516ce095a (diff) | |
download | freebsd-ports-gnome-47d74e30cd052d16a485ac6c52c08be89bd97e99.tar.gz freebsd-ports-gnome-47d74e30cd052d16a485ac6c52c08be89bd97e99.tar.zst freebsd-ports-gnome-47d74e30cd052d16a485ac6c52c08be89bd97e99.zip |
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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rumprun/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/rumprun/Makefile b/misc/rumprun/Makefile index 50eddacc0a04..c8d76d995298 100644 --- a/misc/rumprun/Makefile +++ b/misc/rumprun/Makefile @@ -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 |