Index: head/net-mgmt/monitoring-plugins/files/patch-plugins_common.h =================================================================== --- head/net-mgmt/monitoring-plugins/files/patch-plugins_common.h (nonexistent) +++ head/net-mgmt/monitoring-plugins/files/patch-plugins_common.h (revision 453666) @@ -0,0 +1,14 @@ +--- plugins/common.h.orig 2016-11-29 08:45:08 UTC ++++ plugins/common.h +@@ -174,6 +174,11 @@ + * + */ + ++/* MariaDB 10.2 client does not set MYSQL_PORT */ ++#ifndef MYSQL_PORT ++# define MYSQL_PORT 3306 ++#endif ++ + enum { + OK = 0, + ERROR = -1 Property changes on: head/net-mgmt/monitoring-plugins/files/patch-plugins_common.h ___________________________________________________________________ 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