<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6f92d619444134c657e55f28b06f0c6d0a98a2be">https://github.com/macports/macports-ports/commit/6f92d619444134c657e55f28b06f0c6d0a98a2be</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6f92d619444134c657e55f28b06f0c6d0a98a2be
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Nov 28 04:46:35 2019 -0600
<span style='display:block; white-space:pre;color:#404040;'> fpc: Use 0 prefix for octal numbers
</span>---
lang/fpc/Portfile | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/fpc/Portfile b/lang/fpc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 38018bc..fdad893 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/fpc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/fpc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,7 +73,7 @@ subport "chmcmd-${name}" {
</span> build.post_args-append \
V=1 VERBOSE=1
destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 ${build.dir}/chmcmd ${destroot}${prefix}/bin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0755 ${build.dir}/chmcmd ${destroot}${prefix}/bin
</span> }
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -97,12 +97,12 @@ subport "${name}-cross" {
</span> file delete {*}[glob ${worksrcpath}/ppc*.*]
# create dirs
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 -d ${destroot}${prefix}/bin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 -d ${destroot}${prefix}/lib/fpc/${version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0755 -d ${destroot}${prefix}/bin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0755 -d ${destroot}${prefix}/lib/fpc/${version}
</span>
# loop over installing all cross-compilers
foreach PPCCROSS [glob -tails -directory ${worksrcpath} ppc*] {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 ${worksrcpath}/$PPCCROSS ${destroot}${prefix}/lib/fpc/${version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0755 ${worksrcpath}/$PPCCROSS ${destroot}${prefix}/lib/fpc/${version}
</span> ln -sf ../lib/fpc/${version}/$PPCCROSS ${destroot}${prefix}/bin/$PPCCROSS
}
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -189,8 +189,8 @@ if {${subport} eq "${name}"} {
</span> }
# install the compiler utilities msgdif and msg2inc
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 ${worksrcpath}/compiler/utils/msgdif ${destroot}${prefix}/bin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 ${worksrcpath}/compiler/utils/msg2inc ${destroot}${prefix}/bin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0755 ${worksrcpath}/compiler/utils/msgdif ${destroot}${prefix}/bin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0755 ${worksrcpath}/compiler/utils/msg2inc ${destroot}${prefix}/bin
</span> }
notes "
</pre><pre style='margin:0'>
</pre>