Modified: trunk/dports/devel/qca/Portfile (105452 => 105453)
--- trunk/dports/devel/qca/Portfile 2013-04-20 19:52:26 UTC (rev 105452)
+++ trunk/dports/devel/qca/Portfile 2013-04-20 19:54:45 UTC (rev 105453)
@@ -6,6 +6,7 @@
name qca
version 2.0.3
+revision 1
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel crypto security
maintainers michaelld openmaintainer
@@ -37,6 +38,9 @@
# fix C++ inheritance for a specific class to make clang happy
patchfiles-append patch-src_botantools_botan_botan_secmem.h.diff
+# remove unnecessary Carbon #include, which fails on 10.8
+patchfiles-append patch-src_qac_systemstore_mac.cpp.diff
+
post-patch {
# set arch type(s)
reinplace "s|@ARCHES@|${qt_arch_types}|g" \
Added: trunk/dports/devel/qca/files/patch-src_qac_systemstore_mac.cpp.diff (0 => 105453)
--- trunk/dports/devel/qca/files/patch-src_qac_systemstore_mac.cpp.diff (rev 0)
+++ trunk/dports/devel/qca/files/patch-src_qac_systemstore_mac.cpp.diff 2013-04-20 19:54:45 UTC (rev 105453)
@@ -0,0 +1,10 @@
+--- src/qca_systemstore_mac.cpp.orig 2013-04-20 15:40:07.000000000 -0400
++++ src/qca_systemstore_mac.cpp 2013-04-20 15:40:12.000000000 -0400
+@@ -20,7 +20,6 @@
+
+ #include "qca_systemstore.h"
+
+-#include <Carbon/Carbon.h>
+ #include <Security/SecTrust.h>
+ #include <Security/SecCertificate.h>
+