aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2018-08-04 23:50:04 +0800
committergerald <gerald@FreeBSD.org>2018-08-04 23:50:04 +0800
commit995f5872e5002ab5c7c8d25d3ae819236a73d036 (patch)
tree8c38b0fdfeb46df4d2abb121e11ee40a56370792 /misc
parentb28c61d2b96211878f0bfb31da19691def2c118a (diff)
downloadfreebsd-ports-gnome-995f5872e5002ab5c7c8d25d3ae819236a73d036.tar.gz
freebsd-ports-gnome-995f5872e5002ab5c7c8d25d3ae819236a73d036.tar.zst
freebsd-ports-gnome-995f5872e5002ab5c7c8d25d3ae819236a73d036.zip
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
Diffstat (limited to 'misc')
-rw-r--r--misc/rumprun/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/rumprun/Makefile b/misc/rumprun/Makefile
index e69b08693db4..50eddacc0a04 100644
--- a/misc/rumprun/Makefile
+++ b/misc/rumprun/Makefile
@@ -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