aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-12-12 14:27:50 +0800
committerantoine <antoine@FreeBSD.org>2018-12-12 14:27:50 +0800
commit99e2df16574e6d93f09f2d8007f3590610a42713 (patch)
treed4e882a77a87adeba96cb45a4f11b69cb94f42db /databases
parentf28157236ea69d084c3ae216de851570b5495c5a (diff)
downloadfreebsd-ports-gnome-99e2df16574e6d93f09f2d8007f3590610a42713.tar.gz
freebsd-ports-gnome-99e2df16574e6d93f09f2d8007f3590610a42713.tar.zst
freebsd-ports-gnome-99e2df16574e6d93f09f2d8007f3590610a42713.zip
Mark BROKEN with ruby 2.5
odbc.c:4088:5: error: invalid operands to binary expression ('int' and 'char *') rb_scan_args(argc, argv, (op == -1) ? "11" : "01", &val, &val2); PR: 233901
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-odbc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/ruby-odbc/Makefile b/databases/ruby-odbc/Makefile
index c671f8560598..05597f67108f 100644
--- a/databases/ruby-odbc/Makefile
+++ b/databases/ruby-odbc/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby extension library to use ODBC data sources
BROKEN_RUBY24= yes
+BROKEN_RUBY25= yes
OPTIONS_DEFINE= DOCS EXAMPLES