Index: head/databases/pecl-rrd/Makefile =================================================================== --- head/databases/pecl-rrd/Makefile (revision 548796) +++ head/databases/pecl-rrd/Makefile (revision 548797) @@ -1,17 +1,16 @@ # $FreeBSD$ PORTNAME= rrd DISTVERSION= 2.0.1 PORTREVISION= 1 CATEGORIES= databases pear MAINTAINER= flo@FreeBSD.org COMMENT= PHP bindings to rrd tool system LICENSE= PHP301 LIB_DEPENDS= librrd.so:databases/rrdtool USES= php:pecl localbase pkgconfig -IGNORE_WITH_PHP= 74 .include Index: head/databases/pecl-rrd/files/patch-rrd.c =================================================================== --- head/databases/pecl-rrd/files/patch-rrd.c (nonexistent) +++ head/databases/pecl-rrd/files/patch-rrd.c (revision 548797) @@ -0,0 +1,25 @@ +--- rrd.c.orig 2020-08-28 12:06:18 UTC ++++ rrd.c +@@ -55,7 +55,7 @@ PHP_FUNCTION(rrd_fetch) + rrd_args *argv; + /* returned values if rrd_fetch doesn't fail */ + time_t start, end; +- ulong step, ++ u_long step, + ds_cnt; /* count of data sources */ + char **ds_namv; /* list of data source names */ + rrd_value_t *ds_data; /* all data from all sources */ +@@ -396,11 +396,11 @@ PHP_FUNCTION(rrd_xport) + /* return values from rrd_xport */ + int xxsize; + time_t start, end, time_index; +- ulong step, outvar_count; ++ u_long step, outvar_count; + char **legend_v; + rrd_value_t *data, *data_ptr; + zval zv_data; +- ulong outvar_index; ++ u_long outvar_index; + + if (zend_parse_parameters(ZEND_NUM_ARGS(), "a", &zv_arr_options) == FAILURE) { + return; Property changes on: head/databases/pecl-rrd/files/patch-rrd.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