<pre style='margin:0'>
Leonardo Brondani Schenkel (lbschenkel) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1b370dcf99fb1841e95e17dc14f32f0d41969db5">https://github.com/macports/macports-ports/commit/1b370dcf99fb1841e95e17dc14f32f0d41969db5</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1b370dcf99fb1841e95e17dc14f32f0d41969db5
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Sun Nov 14 18:50:20 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    yubico-piv-tool: Fix build with cmake 1.1 PG
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This port needs to be built without CMAKE_BUILD_WITH_INSTALL_RPATH
</span><span style='display:block; white-space:pre;color:#404040;'>    enabled, and correctly said so before the last update – however,
</span><span style='display:block; white-space:pre;color:#404040;'>    switching it to the cmake 1.1 PortGroup broke the line that did so in
</span><span style='display:block; white-space:pre;color:#404040;'>    the Portfile.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/63948
</span>---
 security/yubico-piv-tool/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/yubico-piv-tool/Portfile b/security/yubico-piv-tool/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bc27fe04472..b037f14935d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/yubico-piv-tool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/yubico-piv-tool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,8 +32,8 @@ depends_build-append \
</span>                     port:help2man \
                     port:pkgconfig
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-replace \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.pre_args-replace \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF
</span> 
 post-destroot {
     # symlink PKCS#11 module in the standard pkcs11 module directory
</pre><pre style='margin:0'>

</pre>