<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/60b94bc02b4c8ac9350c0ad6f7bf3494dac4b895">https://github.com/macports/macports-ports/commit/60b94bc02b4c8ac9350c0ad6f7bf3494dac4b895</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 60b94bc xca: Fix compile error on 10.14.6
</span>60b94bc is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 60b94bc02b4c8ac9350c0ad6f7bf3494dac4b895
</span>Author: Lothar Haeger <lothar.haeger@is4it.de>
AuthorDate: Sun Jul 28 13:40:59 2019 +0200
<span style='display:block; white-space:pre;color:#404040;'> xca: Fix compile error on 10.14.6
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> - fix build error on 10.14.6
</span><span style='display:block; white-space:pre;color:#404040;'> - remove unnecessary install warning
</span>---
security/xca/PortFile | 3 ++-
security/xca/files/patch-disable-codesigning.diff | 6 ++++--
2 files changed, 6 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/xca/PortFile b/security/xca/PortFile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9f5038b..35c0fd0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/xca/PortFile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/xca/PortFile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
PortGroup qt5 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> github.setup chris2511 xca 2.1.2 RELEASE.
github.tarball_from releases
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +42,6 @@ configure.cppflags-append -L${prefix}/lib
</span>
build.target xca.app
<span style='display:block; white-space:pre;background:#ffe0e0;'>-destroot.violate_mtree yes
</span> destroot {
copy ${worksrcpath}/${name}-${version}/${name}.app ${destroot}${applications_dir}
}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/xca/files/patch-disable-codesigning.diff b/security/xca/files/patch-disable-codesigning.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 669bb15..87338e7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/xca/files/patch-disable-codesigning.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/xca/files/patch-disable-codesigning.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,11 +2,13 @@
</span> +++ Makefile 2019-07-22 12:18:00.000000000 +0200
@@ -181,9 +181,10 @@
ln -s xca.html $(DMGSTAGE)/manual/index.html
<span style='display:block; white-space:pre;background:#ffe0e0;'>- otool -l $(DMGSTAGE)/xca.app/Contents/MacOS/xca | grep -e "chris\|Users" >&2
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- $(MACDEPLOYQT) $(DMGSTAGE)/xca.app
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+- otool -l $(DMGSTAGE)/xca.app/Contents/MacOS/xca | grep -e "chris\|Users" >&2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+- $(MACDEPLOYQT) $(DMGSTAGE)/xca.app
</span> - rpath="`otool -l $(DMGSTAGE)/xca.app/Contents/MacOS/xca | grep -e "chris\|Users"`" && \
- if test -n "$$rpath"; then echo " ERROR $$rpath"; false; fi
- -codesign --force --deep --signature-size=96000 -s "Christian Hohnstaedt" $(DMGSTAGE)/xca.app --timestamp
<span style='display:block; white-space:pre;background:#e0ffe0;'>++ #otool -l $(DMGSTAGE)/xca.app/Contents/MacOS/xca | grep -e "chris\|Users" >&2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++ $(MACDEPLOYQT) $(DMGSTAGE)/xca.app
</span> +############# disable code signing by original author ###########################################################
+# rpath="`otool -l $(DMGSTAGE)/xca.app/Contents/MacOS/xca | grep -e "chris\|Users"`" && \
+# if test -n "$$rpath"; then echo " ERROR $$rpath"; false; fi
</pre><pre style='margin:0'>
</pre>