<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/57a6c44228265f7a2e1330f29fa1d4452925795a">https://github.com/macports/macports-ports/commit/57a6c44228265f7a2e1330f29fa1d4452925795a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 57a6c44228265f7a2e1330f29fa1d4452925795a
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Sun Feb 9 01:13:04 2025 -0600
<span style='display:block; white-space:pre;color:#404040;'> MacPass: Use frameworks_dir
</span>---
security/MacPass/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/MacPass/Portfile b/security/MacPass/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 57d6d6301ab..dca89b68c5d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/MacPass/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/MacPass/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -74,7 +74,7 @@ xcode.configuration Release
</span> xcode.destroot.settings CODE_SIGN_IDENTITY=- \
CODE_SIGN_STYLE=Manual \
ENABLE_HARDENED_RUNTIME=NO \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- FRAMEWORK_SEARCH_PATHS=${prefix}/Library/Frameworks
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ FRAMEWORK_SEARCH_PATHS=${frameworks_dir}
</span>
# xcode PortGroup sets the DerivedData to /var/root/... which is not writeable. This fixes it.
destroot.pre_args-append -derivedDataPath ./DerivedData
</pre><pre style='margin:0'>
</pre>