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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4127a912ad8cc2c71b11f666c268da035f750380">https://github.com/macports/macports-ports/commit/4127a912ad8cc2c71b11f666c268da035f750380</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 4127a912ad8 hugin-app: build against boost 1.71
</span>4127a912ad8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4127a912ad8cc2c71b11f666c268da035f750380
</span>Author: Michael Lass <michael.lass@uni-paderborn.de>
AuthorDate: Tue Jun 15 11:37:10 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    hugin-app: build against boost 1.71
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Building against boost 1.76, which is currently the default used by the boost
</span><span style='display:block; white-space:pre;color:#404040;'>    portgroup, fails with the following error:
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build Undefined symbols for architecture x86_64:
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build   "boost::filesystem::detail::recur_dir_itr_imp::increment(boost::system::error_code*)", referenced from:
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build       boost::filesystem::recursive_directory_iterator::increment() in pto_move.cpp.o
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build   "boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&, boost::filesystem::path const&, boost::system:>
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build       boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&) in pto_move.cpp.o
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build   "boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::detail::copy_option, b>
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build       PTOCopyMove(bool, boost::filesystem::path, boost::filesystem::path, bool) in pto_move.cpp.o
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build   "boost::filesystem::absolute(boost::filesystem::path const&, boost::filesystem::path const&)", referenced from:
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build       RebaseFilename(boost::filesystem::path, boost::filesystem::path&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::alloc>
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build       checkDestinationDirectory(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, boost::filesystem::path&) >
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build       PTOCopyMove(bool, boost::filesystem::path, boost::filesystem::path, bool) in pto_move.cpp.o
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build       _main in pto_move.cpp.o
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build ld: symbol(s) not found for architecture x86_64
</span><span style='display:block; white-space:pre;color:#404040;'>    :info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Boost 1.71 matches the version that was used before b25b206.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/63095
</span>---
 graphics/hugin-app/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/hugin-app/Portfile b/graphics/hugin-app/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 22b2ee7b33f..e754054d5ac 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/hugin-app/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/hugin-app/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +33,7 @@ compiler.cxx_standard   2011
</span> 
 perl5.branches          5.28
 wxWidgets.use           wxWidgets-3.0-cxx11
<span style='display:block; white-space:pre;background:#e0ffe0;'>+boost.version           1.71
</span> 
 checksums               rmd160  d16c364779a48451b3b222a0dd0efa46535e6ddc \
                         sha256  8ba6bdfea246313f142f17f42e066c6888f51b72e4f8814b5e1c84ff56a95a3e \
</pre><pre style='margin:0'>

</pre>