[105453] trunk/dports/devel/qca
michaelld at macports.org
michaelld at macports.org
Sat Apr 20 12:54:45 PDT 2013
Revision: 105453
https://trac.macports.org/changeset/105453
Author: michaelld at macports.org
Date: 2013-04-20 12:54:45 -0700 (Sat, 20 Apr 2013)
Log Message:
-----------
qca:
* remove unnecessary Carbon #include, which broke build on 10.8;
* rev-bump to get new cmake module install location;
* fixes ticket #38831.
Modified Paths:
--------------
trunk/dports/devel/qca/Portfile
Added Paths:
-----------
trunk/dports/devel/qca/files/patch-src_qac_systemstore_mac.cpp.diff
Modified: trunk/dports/devel/qca/Portfile
===================================================================
--- 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
===================================================================
--- 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>
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130420/a118e9ed/attachment.html>
More information about the macports-changes
mailing list