Index: head/net-mgmt/nagios-plugins/files/patch-plugins_common.h =================================================================== --- head/net-mgmt/nagios-plugins/files/patch-plugins_common.h (nonexistent) +++ head/net-mgmt/nagios-plugins/files/patch-plugins_common.h (revision 453621) @@ -0,0 +1,24 @@ +From 930ede8378245eb6bd31eaf1d9103f027df0f7a0 Mon Sep 17 00:00:00 2001 +From: Bernard Spil +Date: Sun, 5 Nov 2017 10:43:56 +0100 +Subject: [PATCH] plugins/common.h: Set default MySQL port + +As of MariaDB 10.2 the headers for client no longer set the +default MySQL port. Patch fixes this for any version of MariaDB +or MySQL into the future. + +See also: https://bugs.freebsd.org/223387 +--- plugins/common.h.orig 2017-01-19 16:01:31 UTC ++++ plugins/common.h +@@ -168,6 +168,11 @@ + # endif + #endif + ++/* MariaDB 10.2 client does not set MYSQL_PORT */ ++#ifndef MYSQL_PORT ++# define MYSQL_PORT 3306 ++#endif ++ + /* + * + * Standard Values Property changes on: head/net-mgmt/nagios-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