svn commit: r487280 - head/databases/ruby-odbc

Antoine Brodin antoine at FreeBSD.org
Wed Dec 12 06:27:51 UTC 2018


Author: antoine
Date: Wed Dec 12 06:27:50 2018
New Revision: 487280
URL: https://svnweb.freebsd.org/changeset/ports/487280

Log:
  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

Modified:
  head/databases/ruby-odbc/Makefile

Modified: head/databases/ruby-odbc/Makefile
==============================================================================
--- head/databases/ruby-odbc/Makefile	Wed Dec 12 06:17:31 2018	(r487279)
+++ head/databases/ruby-odbc/Makefile	Wed Dec 12 06:27:50 2018	(r487280)
@@ -14,6 +14,7 @@ MAINTAINER=	knu at FreeBSD.org
 COMMENT=	Ruby extension library to use ODBC data sources
 
 BROKEN_RUBY24=	yes
+BROKEN_RUBY25=	yes
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 


More information about the svn-ports-all mailing list