<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/5fff2d52e5312cfc8a622a5a52e8cc772c23d344">https://github.com/macports/macports-ports/commit/5fff2d52e5312cfc8a622a5a52e8cc772c23d344</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 5fff2d52e53 proxy-audio-device: Set derivedDataPath only for Xcode >= 5
</span>5fff2d52e53 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5fff2d52e5312cfc8a622a5a52e8cc772c23d344
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Sat Sep 28 13:38:42 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    proxy-audio-device: Set derivedDataPath only for Xcode >= 5
</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/70962
</span>---
 audio/proxy-audio-device/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/proxy-audio-device/Portfile b/audio/proxy-audio-device/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b00de916131..30c027c1ccd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/proxy-audio-device/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/proxy-audio-device/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,8 +26,10 @@ xcode.destroot.type     application
</span> # Skip build phase because building is also done in destroot phase
 build {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# xcode PortGroup sets the DerivedData to /var/root/... which is not writeable. This fixes it.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-destroot.pre_args-append  -derivedDataPath ./DerivedData
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Xcode defaults to a derivedDataPath that is not writable
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[vercmp ${xcodeversion} >= 5.0]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    destroot.pre_args-append  -derivedDataPath ./DerivedData
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 # Install audio driver
 post-destroot {
</pre><pre style='margin:0'>

</pre>