From 42df26ba17cc4decdac4221489557ab9c1c010da Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 7 Jan 2021 15:59:24 -0800 Subject: awk: Update to 20210106 --- .../0001-Include-strings.h-for-strcasecmp.patch | 29 ---------------------- pkg/awk/src | 2 +- pkg/awk/ver | 2 +- 3 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 pkg/awk/patch/0001-Include-strings.h-for-strcasecmp.patch (limited to 'pkg/awk') diff --git a/pkg/awk/patch/0001-Include-strings.h-for-strcasecmp.patch b/pkg/awk/patch/0001-Include-strings.h-for-strcasecmp.patch deleted file mode 100644 index 8b202dae..00000000 --- a/pkg/awk/patch/0001-Include-strings.h-for-strcasecmp.patch +++ /dev/null @@ -1,29 +0,0 @@ -From ed600d8ac056b1e522231ffc4a819fc8c05f8eb6 Mon Sep 17 00:00:00 2001 -From: Michael Forney -Date: Mon, 14 Dec 2020 02:10:41 -0800 -Subject: [PATCH] Include for strcasecmp - -Though some implementations include this header indirectly through -string.h by default, the POSIX header that declares strcasecmp is -strings.h[0]. - -[0] https://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html ---- - lib.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lib.c b/lib.c -index 5404818..c200114 100644 ---- a/lib.c -+++ b/lib.c -@@ -25,6 +25,7 @@ THIS SOFTWARE. - #define DEBUG - #include - #include -+#include - #include - #include - #include --- -2.29.2 - diff --git a/pkg/awk/src b/pkg/awk/src index 6535bd6c..1fd5fa38 160000 --- a/pkg/awk/src +++ b/pkg/awk/src @@ -1 +1 @@ -Subproject commit 6535bd6c3592f24a05d752939b89f6d6eeb458c3 +Subproject commit 1fd5fa38cc801a9fb77494c2c3fce8f2403c5402 diff --git a/pkg/awk/ver b/pkg/awk/ver index 55413618..849217d2 100644 --- a/pkg/awk/ver +++ b/pkg/awk/ver @@ -1 +1 @@ -20201208 r0 +20210106 r0 -- cgit v1.2.3