[144948] trunk/dports/devel/qca
vince at macports.org
vince at macports.org
Fri Jan 22 02:32:39 PST 2016
Revision: 144948
https://trac.macports.org/changeset/144948
Author: vince at macports.org
Date: 2016-01-22 02:32:39 -0800 (Fri, 22 Jan 2016)
Log Message:
-----------
qca: commit patchfiles also (sorry)
Modified Paths:
--------------
trunk/dports/devel/qca/Portfile
Added Paths:
-----------
trunk/dports/devel/qca/files/patch-CMakeLists_txt.diff
trunk/dports/devel/qca/files/patch-qca_basic_h.diff
Modified: trunk/dports/devel/qca/Portfile
===================================================================
--- trunk/dports/devel/qca/Portfile 2016-01-22 10:26:04 UTC (rev 144947)
+++ trunk/dports/devel/qca/Portfile 2016-01-22 10:32:39 UTC (rev 144948)
@@ -32,7 +32,7 @@
# (3) allow simple replacement for universal arch arguments, if that
# variant is requested.
patchfiles patch-qca_basic_h.diff \
- patch_CMakeLists_txt.diff
+ patch-CMakeLists_txt.diff
# fix C++ inheritance for a specific class to make clang happy
#patchfiles-append patch-src_botantools_botan_botan_secmem.h.diff
Added: trunk/dports/devel/qca/files/patch-CMakeLists_txt.diff
===================================================================
--- trunk/dports/devel/qca/files/patch-CMakeLists_txt.diff (rev 0)
+++ trunk/dports/devel/qca/files/patch-CMakeLists_txt.diff 2016-01-22 10:32:39 UTC (rev 144948)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2015-11-24 15:15:17.000000000 +0100
++++ CMakeLists.txt 2015-11-24 15:16:02.000000000 +0100
+@@ -292,7 +292,7 @@
+ set( qca_CERTSTORE "${CMAKE_CURRENT_SOURCE_DIR}/certs/rootcerts.pem")
+ # note that INSTALL_FILES targets are relative to the current installation prefix...
+ if(NOT DEVELOPER_MODE)
+- install(FILES "${qca_CERTSTORE}" DESTINATION "${QCA_PREFIX_INSTALL_DIR}/certs")
++ install(FILES "${qca_CERTSTORE}" DESTINATION "${QCA_PREFIX_INSTALL_DIR}/share/certs")
+ endif()
+ endif (qca_CERTSTORE)
+ message(STATUS "certstore path: " ${qca_CERTSTORE})
Added: trunk/dports/devel/qca/files/patch-qca_basic_h.diff
===================================================================
--- trunk/dports/devel/qca/files/patch-qca_basic_h.diff (rev 0)
+++ trunk/dports/devel/qca/files/patch-qca_basic_h.diff 2016-01-22 10:32:39 UTC (rev 144948)
@@ -0,0 +1,10 @@
+--- include/QtCrypto/qca_basic.h.orig 2014-11-06 09:15:45.000000000 +0100
++++ include/QtCrypto/qca_basic.h 2015-11-24 14:28:04.000000000 +0100
+@@ -34,6 +34,7 @@
+ #define QCA_BASIC_H
+
+ #include "qca_core.h"
++#include <QIODevice>
+
+ // Qt5 comes with QStringLiteral for wrapping string literals, which Qt4 does
+ // not have. It is needed if the headers are built with QT_NO_CAST_FROM_ASCII.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160122/bd185cf8/attachment.html>
More information about the macports-changes
mailing list