aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-05-26 20:29:50 +0000
committerRene Ladan <rene@FreeBSD.org>2026-07-01 20:34:23 +0000
commit0d4ebdd15ce4b043460b7e070a6464d8f8d518f7 (patch)
tree17639f7f0166b305c1242cb597fa17f60463d473 /net-mgmt
parent9f3680c82a1a0f4e7dc4149564488ddd333a75db (diff)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/check_mysql_health/Makefile7
-rw-r--r--net-mgmt/check_mysql_health/files/extra-patch-plugins-scripts_subst.in11
2 files changed, 0 insertions, 18 deletions
diff --git a/net-mgmt/check_mysql_health/Makefile b/net-mgmt/check_mysql_health/Makefile
index 3d7e25248969..0aa6fa758055 100644
--- a/net-mgmt/check_mysql_health/Makefile
+++ b/net-mgmt/check_mysql_health/Makefile
@@ -32,11 +32,4 @@ NAGIOSDIR?= /var/spool/nagios
PLIST_FILES= libexec/nagios/check_mysql_health
-.include <bsd.port.options.mk>
-
-# Change regexp for older awk
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-plugins-scripts_subst.in
-.endif
-
.include <bsd.port.mk>
diff --git a/net-mgmt/check_mysql_health/files/extra-patch-plugins-scripts_subst.in b/net-mgmt/check_mysql_health/files/extra-patch-plugins-scripts_subst.in
deleted file mode 100644
index 22497c07c761..000000000000
--- a/net-mgmt/check_mysql_health/files/extra-patch-plugins-scripts_subst.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins-scripts/subst.in.orig 2016-08-01 16:28:29.583644100 +0000
-+++ plugins-scripts/subst.in 2025-05-12 18:58:53.592280000 +0000
-@@ -41,7 +41,7 @@
-
- /^#! ?\/.*\/python/ {sub(/^#! ?\/.*\/python/,"#! @PYTHON@");}
- /^#! ?\/.*\/perl/ {sub(/^#! ?\/.*\/perl/,"#! @PERL@");}
--/^#! ?\/.*\/[a-z]{0,2}awk/ {sub(/^#! ?\/.*\/[a-z]{0,2}awk/,"#! @AWK@");}
-+/^#! ?\/.*\/[a-z]?[a-z]?awk/ {sub(/^#! ?\/.*\/[a-z]?[a-z]?awk/,"#! @AWK@");}
- /^#! ?\/.*\/sh/ {sub(/^#! ?\/.*\/sh/,"#! @SHELL@");}
-
- # add to libexecdir to INC for perl utils.pm