aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-01-09 08:33:48 +0800
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2020-01-08 16:33:48 -0800
commitf2c10569022387becf694f16e20068a67fd6c3e0 (patch)
tree656901cd7ea932383ee6de460f048deb68e67107
parent8101b5adaf0cf68ef6af8214bc1e1876b1bc5237 (diff)
downloadvcpkg-f2c10569022387becf694f16e20068a67fd6c3e0.tar.gz
vcpkg-f2c10569022387becf694f16e20068a67fd6c3e0.zip
Update baseline (#9579)
-rw-r--r--ports/forge/CONTROL2
-rw-r--r--ports/forge/portfile.cmake11
-rw-r--r--ports/libaaplus/CONTROL2
-rw-r--r--ports/libaaplus/portfile.cmake2
-rw-r--r--ports/otl/CONTROL2
-rw-r--r--ports/otl/portfile.cmake2
6 files changed, 12 insertions, 9 deletions
diff --git a/ports/forge/CONTROL b/ports/forge/CONTROL
index 595f6d2a2..d791f8ad6 100644
--- a/ports/forge/CONTROL
+++ b/ports/forge/CONTROL
@@ -1,4 +1,4 @@
Source: forge
-Version: 1.0.4-1
+Version: 1.0.4-2
Description: Helps with high performance visualizations involving OpenGL-CUDA/OpenCL interop.
Build-Depends: glfw3, glm, glbinding, freetype, boost-functional, freeimage, fontconfig (!windows)
diff --git a/ports/forge/portfile.cmake b/ports/forge/portfile.cmake
index 24df90dce..05c099c5a 100644
--- a/ports/forge/portfile.cmake
+++ b/ports/forge/portfile.cmake
@@ -1,5 +1,3 @@
-include(vcpkg_common_functions)
-
if(NOT VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
message(FATAL_ERROR "This port currently only supports x64 architecture")
endif()
@@ -25,15 +23,20 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
-vcpkg_fixup_cmake_targets(CONFIG_PATH cmake)
+if (VCPKG_TARGET_IS_WINDOWS)
+ vcpkg_fixup_cmake_targets(CONFIG_PATH cmake)
+else()
+ vcpkg_fixup_cmake_targets(CONFIG_PATH share/Forge/cmake)
+endif()
file(GLOB DLLS ${CURRENT_PACKAGES_DIR}/bin/* ${CURRENT_PACKAGES_DIR}/debug/bin/*)
list(FILTER DLLS EXCLUDE REGEX "forge\\.dll\$")
file(REMOVE_RECURSE
${CURRENT_PACKAGES_DIR}/debug/include
+ ${CURRENT_PACKAGES_DIR}/debug/share
${CURRENT_PACKAGES_DIR}/debug/examples
${CURRENT_PACKAGES_DIR}/examples
${DLLS}
)
-file(INSTALL ${SOURCE_PATH}/.github/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/forge RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/.github/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
diff --git a/ports/libaaplus/CONTROL b/ports/libaaplus/CONTROL
index 3fb7f9fb3..4fcc711a2 100644
--- a/ports/libaaplus/CONTROL
+++ b/ports/libaaplus/CONTROL
@@ -1,5 +1,5 @@
Source: libaaplus
-Version: 2.1.0
+Version: 2.1.0-1
Description: libaaplus is an astronomical computations library by naughter software
Homepage: http://www.naughter.com/aa.html
diff --git a/ports/libaaplus/portfile.cmake b/ports/libaaplus/portfile.cmake
index b1418fb18..48a0b0a75 100644
--- a/ports/libaaplus/portfile.cmake
+++ b/ports/libaaplus/portfile.cmake
@@ -4,7 +4,7 @@ vcpkg_download_distfile(
ARCHIVE_FILE
URLS "http://www.naughter.com/download/aaplus.zip"
FILENAME "aaplus.zip"
- SHA512 ef814a36fa567e806be5e5345abd89e1a8d32da1c392c251e5b74aea86b866ebc74bc17885a0eff303b170cfe226670cd6f69095702396cc9d6fcbc1a769de4f
+ SHA512 ec3a3d1346637fbed3ec5093ded821c6d80950a6432378d9826ed842571d8670cd5d2a1c9ff58a18f308e18669d786f72d24961e26bd8e070ee35674688a39e7
)
vcpkg_extract_source_archive_ex(
diff --git a/ports/otl/CONTROL b/ports/otl/CONTROL
index 0f3a4dc20..01acf20aa 100644
--- a/ports/otl/CONTROL
+++ b/ports/otl/CONTROL
@@ -1,4 +1,4 @@
Source: otl
-Version: 4.0.448-1
+Version: 4.0.448-2
Description: Oracle, Odbc and DB2-CLI Template Library
Homepage: http://otl.sourceforge.net/
diff --git a/ports/otl/portfile.cmake b/ports/otl/portfile.cmake
index b7f5b6386..afcf21ab5 100644
--- a/ports/otl/portfile.cmake
+++ b/ports/otl/portfile.cmake
@@ -3,7 +3,7 @@ set(OTL_VERSION 40448)
vcpkg_download_distfile(ARCHIVE
URLS "http://otl.sourceforge.net/otlv4_${OTL_VERSION}.zip"
FILENAME "otl-v${OTL_VERSION}.zip"
- SHA512 285bf8bb0fa38ab3030af09a2939fd8e2eaadd14e65d05c6e18f4bc12070ba4e112c41e2d38c546338d51bdf09748b158b1799599f5ed9a7959a7799869b1305
+ SHA512 3ddc7efb79e0f8349783b18fd8c95a778721a7589f4a69168365c072e8fa09f7ec9679c89dcceb844b16e816c6e561f995f1fdd50e8df983e7ff0186083c246c
)
vcpkg_extract_source_archive_ex(