<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4bf3f8480f932ee26e8828e01620dff15f6ba615">https://github.com/macports/macports-ports/commit/4bf3f8480f932ee26e8828e01620dff15f6ba615</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 4bf3f8480f9 libcjson: disable Werror
</span>4bf3f8480f9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4bf3f8480f932ee26e8828e01620dff15f6ba615
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sun Jul 9 14:41:29 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libcjson: disable Werror
</span>---
 devel/libcjson/Portfile                  |  2 ++
 devel/libcjson/files/disable-werror.diff | 10 ++++++++++
 2 files changed, 12 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libcjson/Portfile b/devel/libcjson/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7b172175142..8b3128bccd2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libcjson/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libcjson/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,6 +20,8 @@ description             Ultralightweight JSON parser in ANSI C
</span> 
 long_description        {*}${description}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles              disable-werror.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant tests description "Enable testing" {
     test.run            yes
     configure.pre_args-replace  -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libcjson/files/disable-werror.diff b/devel/libcjson/files/disable-werror.diff
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..8896b3d0735
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libcjson/files/disable-werror.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,10 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- CMakeLists.txt.orig    2023-07-09 14:37:46
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ CMakeLists.txt 2023-07-09 14:37:49
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -23,7 +23,6 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             -pedantic
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             -Wall
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             -Wextra
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-            -Werror
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             -Wstrict-prototypes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             -Wwrite-strings
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             -Wshadow
</span></pre><pre style='margin:0'>

</pre>