aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2022-03-13 04:59:00 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2022-03-29 07:29:13 +0000
commit3094d70b040d86327d63fd004342263ad34e0303 (patch)
tree6710bfd4a3e094ab1e32b53ab4d286496fea6e59
parent0dce5d6a08fa13a82044afa135a9ce5bc14f02c1 (diff)
downloadports-3094d70b040d86327d63fd004342263ad34e0303.tar.gz
ports-3094d70b040d86327d63fd004342263ad34e0303.zip
textproc/rubygem-ferret: Mark BROKEN with Ruby 3.x
compiling compound_io.c In file included from compound_io.c:1: ./index.h:595:25: error: width of bit-field 'is_compressed' (2 bits) exceeds width of its type (1 bit) bool is_compressed : 2; /* set to 2 after all data is loaded */ ^ 1 error generated. *** Error code 1 PR: 262520 Approved by: maintainer timeout
-rw-r--r--textproc/rubygem-ferret/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/rubygem-ferret/Makefile b/textproc/rubygem-ferret/Makefile
index 0206a2471979..63bc8ab85902 100644
--- a/textproc/rubygem-ferret/Makefile
+++ b/textproc/rubygem-ferret/Makefile
@@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
BROKEN_aarch64= fails to build: cannot determine target CPU
BROKEN_riscv64= fails to build: cannot determine target CPU
+BROKEN_RUBY30= yes
+BROKEN_RUBY31= yes
USES= gem
USE_RUBY= yes