summaryrefslogtreecommitdiff
path: root/net-mgmt/monitoring-plugins/files/patch-plugins_common.h
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-12-17 10:28:08 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-12-17 10:28:08 +0000
commit41d4d30c582510ae07fc868abf66aa708971fdd6 (patch)
treeb7c24baa118e39c2fa8f9f4aa8e44a681e8ee257 /net-mgmt/monitoring-plugins/files/patch-plugins_common.h
parentwww/nextcloud: Bump portrevision (diff)
Update to 2.3.
Diffstat (limited to 'net-mgmt/monitoring-plugins/files/patch-plugins_common.h')
-rw-r--r--net-mgmt/monitoring-plugins/files/patch-plugins_common.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-mgmt/monitoring-plugins/files/patch-plugins_common.h b/net-mgmt/monitoring-plugins/files/patch-plugins_common.h
deleted file mode 100644
index ca5e556bf3b2..000000000000
--- a/net-mgmt/monitoring-plugins/files/patch-plugins_common.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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