aboutsummaryrefslogtreecommitdiff
path: root/ports/xerces-c
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-01-22 02:03:57 +0800
committernicole mazzuca <mazzucan@outlook.com>2020-01-21 10:03:57 -0800
commit8a721c2b8764ebf08c862bac0b69f060673e85c5 (patch)
tree0f36024e111978ba7984e72945640be9476f5024 /ports/xerces-c
parent11be3cd2b79d2353531a0e80300f44bcb15ef675 (diff)
downloadvcpkg-8a721c2b8764ebf08c862bac0b69f060673e85c5.tar.gz
vcpkg-8a721c2b8764ebf08c862bac0b69f060673e85c5.zip
Fix osx baseline build failures (#9726)
* [xerces-c] Update REF and SHA512 * [sfml] re-trigger ci * [pcl] re-trigger ci * [boost-signals] re-trigger ci * [tmxparser] re-trigger ci * [soil2] switch repo to github * [gtest] re-trigger ci
Diffstat (limited to 'ports/xerces-c')
-rw-r--r--ports/xerces-c/CONTROL2
-rw-r--r--ports/xerces-c/portfile.cmake13
2 files changed, 6 insertions, 9 deletions
diff --git a/ports/xerces-c/CONTROL b/ports/xerces-c/CONTROL
index 6a7b0d216..d4fc58c4c 100644
--- a/ports/xerces-c/CONTROL
+++ b/ports/xerces-c/CONTROL
@@ -1,5 +1,5 @@
Source: xerces-c
-Version: 3.2.2-11
+Version: 3.2.2-12
Homepage: https://github.com/apache/xerces-c
Description: Xerces-C++ is a XML parser, for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.
diff --git a/ports/xerces-c/portfile.cmake b/ports/xerces-c/portfile.cmake
index 214cf971b..4ab19d126 100644
--- a/ports/xerces-c/portfile.cmake
+++ b/ports/xerces-c/portfile.cmake
@@ -1,10 +1,8 @@
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apache/xerces-c
- REF Xerces-C_3_2_2
- SHA512 66f60fe9194376ac0ca99d13ea5bce23ada86e0261dde30686c21ceb5499e754dab8eb0a98adadd83522bda62709377715501f6dac49763e3a686f9171cc63ea
+ REF 71cc0e831b522933ae58253fcaf4423a166e6bec #3.2.2
+ SHA512 5ddaf84552cd1f685068352c12651780a9f4becd961d8efd0f1f6a21006df00ffb1afe9b9dd86a169f8c57c4f8b651d5477e1accfd7140a7a52aea14b23c9aed
HEAD_REF trunk
PATCHES
disable-tests.patch
@@ -34,6 +32,8 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
+vcpkg_copy_pdbs()
+
if(EXISTS ${CURRENT_PACKAGES_DIR}/cmake)
vcpkg_fixup_cmake_targets(CONFIG_PATH cmake TARGET_PATH share/xercesc)
else()
@@ -64,7 +64,4 @@ file(REMOVE_RECURSE
)
# Handle copyright
-file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/xerces-c)
-file(RENAME ${CURRENT_PACKAGES_DIR}/share/xerces-c/LICENSE ${CURRENT_PACKAGES_DIR}/share/xerces-c/copyright)
-
-vcpkg_copy_pdbs()
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)