Index: branches/2018Q1/databases/rubygem-mysql/Makefile =================================================================== --- branches/2018Q1/databases/rubygem-mysql/Makefile (revision 458080) +++ branches/2018Q1/databases/rubygem-mysql/Makefile (revision 458081) @@ -1,20 +1,18 @@ # Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= mysql PORTVERSION= 2.9.1 CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= MySQL API module for Ruby LICENSE= GPLv2 RUBY LICENSE_COMB= dual -BROKEN_RUBY24= yes - USE_RUBY= yes USES= gem mysql .include Index: branches/2018Q1/databases/rubygem-mysql/files/patch-ext-mysql_api-mysql.c =================================================================== --- branches/2018Q1/databases/rubygem-mysql/files/patch-ext-mysql_api-mysql.c (nonexistent) +++ branches/2018Q1/databases/rubygem-mysql/files/patch-ext-mysql_api-mysql.c (revision 458081) @@ -0,0 +1,11 @@ +--- ext/mysql_api/mysql.c.orig 2018-01-03 15:47:52 UTC ++++ ext/mysql_api/mysql.c +@@ -1317,7 +1317,7 @@ static VALUE stmt_bind_result(int argc, + } + else if (argv[i] == rb_cString) + s->result.bind[i].buffer_type = MYSQL_TYPE_STRING; +- else if (argv[i] == rb_cNumeric || argv[i] == rb_cInteger || argv[i] == rb_cFixnum) ++ else if (argv[i] == rb_cNumeric || argv[i] == rb_cInteger || argv[i] == rb_cInteger) + s->result.bind[i].buffer_type = MYSQL_TYPE_LONGLONG; + else if (argv[i] == rb_cFloat) + s->result.bind[i].buffer_type = MYSQL_TYPE_DOUBLE; Property changes on: branches/2018Q1/databases/rubygem-mysql/files/patch-ext-mysql_api-mysql.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2018Q1 =================================================================== --- branches/2018Q1 (revision 458080) +++ branches/2018Q1 (revision 458081) Property changes on: branches/2018Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r458079