<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/2baba564f9224123078020df33efc58026134972">https://github.com/macports/macports-ports/commit/2baba564f9224123078020df33efc58026134972</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 2baba564f92 libraw: fix patch fuzz and offset (#8169)
</span>2baba564f92 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2baba564f9224123078020df33efc58026134972
</span>Author: Eric F <iEFdev@users.noreply.github.com>
AuthorDate: Fri Aug 21 05:34:59 2020 +0200

<span style='display:block; white-space:pre;color:#404040;'>    libraw: fix patch fuzz and offset (#8169)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Makefile.dist: Hunk #1 had fuzz and a 78 lines offset
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    In case it till help this ticket:
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/61037
</span>---
 graphics/libraw/files/patch-libraw-no-libstdcxx.diff | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/libraw/files/patch-libraw-no-libstdcxx.diff b/graphics/libraw/files/patch-libraw-no-libstdcxx.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index b9577aaaa79..958bd345b0e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/libraw/files/patch-libraw-no-libstdcxx.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/libraw/files/patch-libraw-no-libstdcxx.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,13 +1,11 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-diff --git Makefile.dist Makefile.dist
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-index cb2f159..3605b94 100644
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>---- Makefile.dist
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ Makefile.dist
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -81,10 +81,10 @@ bin/mem_image: lib/libraw.a samples/mem_image.cpp
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   ${CXX} -DLIBRAW_NOTHREADS  ${CFLAGS} -o bin/mem_image samples/mem_image.cpp -L./lib -lraw  -lm  ${LDADD}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- Makefile.dist.orig     2020-08-21 04:29:19.000000000 +0200
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ Makefile.dist  2020-08-21 04:32:30.000000000 +0200
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -159,10 +159,10 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   ${CXX} -DLIBRAW_NOTHREADS  ${CFLAGS} -o bin/mem_image samples/mem_image_sample.cpp -L./lib -lraw  -lm  ${LDADD}
</span>  
  bin/dcraw_half: lib/libraw.a object/dcraw_half.o
 -      ${CC} -DLIBRAW_NOTHREADS  ${CFLAGS} -o bin/dcraw_half object/dcraw_half.o -L./lib -lraw  -lm -lstdc++  ${LDADD}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+       ${CC} -DLIBRAW_NOTHREADS  ${CFLAGS} -o bin/dcraw_half object/dcraw_half.o -L./lib -lraw  -lm ${LDADD}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++  ${CC} -DLIBRAW_NOTHREADS  ${CFLAGS} -o bin/dcraw_half object/dcraw_half.o -L./lib -lraw  -lm  ${LDADD}
</span>  
  bin/half_mt: lib/libraw_r.a object/half_mt.o
 -      ${CC}   -pthread ${CFLAGS} -o bin/half_mt object/half_mt.o -L./lib -lraw_r  -lm -lstdc++  ${LDADD}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,8 +13,6 @@ index cb2f159..3605b94 100644
</span>  
  bin/dcraw_emu: lib/libraw.a samples/dcraw_emu.cpp
        ${CXX} -DLIBRAW_NOTHREADS  ${CFLAGS} -o bin/dcraw_emu samples/dcraw_emu.cpp -L./lib -lraw  -lm  ${LDADD}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-diff --git libraw.pc.in libraw.pc.in
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-index 0e530b2..9844828 100644
</span> --- libraw.pc.in
 +++ libraw.pc.in
 @@ -7,5 +7,5 @@ Name: libraw
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,8 +22,6 @@ index 0e530b2..9844828 100644
</span> -Libs: -L${libdir} -lraw -lstdc++@PC_OPENMP@
 +Libs: -L${libdir} -lraw @PC_OPENMP@
  Cflags: -I${includedir}/libraw -I${includedir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-diff --git libraw_r.pc.in libraw_r.pc.in
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-index a7f4535..cf48381 100644
</span> --- libraw_r.pc.in.orig   2020-07-23 04:48:54.000000000 -0500
 +++ libraw_r.pc.in     2020-07-24 15:16:29.000000000 -0500
 @@ -7,5 +7,5 @@
</pre><pre style='margin:0'>

</pre>