git: 9b557757b0e5 - main - sysutils/cfengine-devel: Include missing patches

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Wed, 06 Dec 2023 15:17:04 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b557757b0e56c40d3a32a6dea992ea72eabe38d

commit 9b557757b0e56c40d3a32a6dea992ea72eabe38d
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-12-06 15:15:53 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-12-06 15:17:02 +0000

    sysutils/cfengine-devel: Include missing patches
    
    Include patches missed in c3e20983b789.
    
    Fixes:          c3e20983b789
---
 sysutils/cfengine-devel/files/patch-libenv_sysinfo.h       |  8 ++++++++
 sysutils/cfengine-devel/files/patch-libpromises_cf3.defs.h | 10 ++++++++++
 2 files changed, 18 insertions(+)

diff --git a/sysutils/cfengine-devel/files/patch-libenv_sysinfo.h b/sysutils/cfengine-devel/files/patch-libenv_sysinfo.h
new file mode 100644
index 000000000000..dbb77e0d7172
--- /dev/null
+++ b/sysutils/cfengine-devel/files/patch-libenv_sysinfo.h
@@ -0,0 +1,8 @@
+--- libenv/sysinfo.h.orig	2023-12-04 08:49:45.000000000 -0800
++++ libenv/sysinfo.h	2023-12-05 21:21:51.352396000 -0800
+@@ -40,4 +40,5 @@
+ 
+ JsonElement* GetUserInfo(const void *passwd);
+ 
++#include <pcre.h>
+ #endif
diff --git a/sysutils/cfengine-devel/files/patch-libpromises_cf3.defs.h b/sysutils/cfengine-devel/files/patch-libpromises_cf3.defs.h
new file mode 100644
index 000000000000..ef4b1c69a87c
--- /dev/null
+++ b/sysutils/cfengine-devel/files/patch-libpromises_cf3.defs.h
@@ -0,0 +1,10 @@
+--- libpromises/cf3.defs.h.orig	2023-12-04 08:49:45.000000000 -0800
++++ libpromises/cf3.defs.h	2023-12-05 21:29:59.417994000 -0800
+@@ -1695,6 +1695,7 @@
+ /* common macros                                                         */
+ /*************************************************************************/
+ 
++#include <pcre.h>
+ #include <rlist.h>
+ #include <dbm_api.h>
+ #include <sequence.h>