<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3b5620ff5357b861ab7365f97541aba4a32f3601">https://github.com/macports/macports-ports/commit/3b5620ff5357b861ab7365f97541aba4a32f3601</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 3b5620f libressl builds fine with gcc 4.2 from xcode 3.2.6
</span>3b5620f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3b5620ff5357b861ab7365f97541aba4a32f3601
</span>Author: Jan StarĂ½ <hans@stare.cz>
AuthorDate: Mon Apr 23 15:01:04 2018 +0200
<span style='display:block; white-space:pre;color:#404040;'> libressl builds fine with gcc 4.2 from xcode 3.2.6
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Currently, libressl bans gcc-4.2 from Xcode 3.2.6
</span><span style='display:block; white-space:pre;color:#404040;'> because it "fails to handle some of the asm".
</span><span style='display:block; white-space:pre;color:#404040;'> In fact, it builds just fine with it.
</span>---
security/libressl/Portfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/libressl/Portfile b/security/libressl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8197a8b..3885a54 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/libressl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/libressl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,8 +36,7 @@ post-patch {
</span> reinplace "s|@OPENSSLDIR@|${prefix}/etc/ssl|" ${worksrcpath}/include/openssl/opensslconf.h
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# gcc-4.2 from Xcode 3.2.6 fails to handle some of the asm
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist *gcc-4.2* {clang < 100}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist {clang < 100}
</span>
# HOST_ASM_MACOSX_X86_64 gets set when building i386 on x86_64
set merger_configure_args(i386) --disable-asm
</pre><pre style='margin:0'>
</pre>