diff options
| -rw-r--r-- | ports/boost-hana-msvc/CONTROL | 3 | ||||
| -rw-r--r-- | ports/boost-hana-msvc/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/boost-hana/CONTROL | 4 | ||||
| -rw-r--r-- | ports/boost-hana/portfile.cmake | 10 |
4 files changed, 8 insertions, 11 deletions
diff --git a/ports/boost-hana-msvc/CONTROL b/ports/boost-hana-msvc/CONTROL index da9d6a3a6..0d2f178f8 100644 --- a/ports/boost-hana-msvc/CONTROL +++ b/ports/boost-hana-msvc/CONTROL @@ -1,5 +1,4 @@ -# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-hana-msvc
-Version: 1.67.0
+Version: 1.67.0-1
Build-Depends: boost-config, boost-core, boost-fusion, boost-mpl, boost-tuple, boost-vcpkg-helpers
Description: Boost hana module
diff --git a/ports/boost-hana-msvc/portfile.cmake b/ports/boost-hana-msvc/portfile.cmake index c0e61600a..c56926499 100644 --- a/ports/boost-hana-msvc/portfile.cmake +++ b/ports/boost-hana-msvc/portfile.cmake @@ -1,5 +1,3 @@ -# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
-
include(vcpkg_common_functions)
vcpkg_from_github(
diff --git a/ports/boost-hana/CONTROL b/ports/boost-hana/CONTROL index 277954948..a64771061 100644 --- a/ports/boost-hana/CONTROL +++ b/ports/boost-hana/CONTROL @@ -1,5 +1,5 @@ -# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1 but has edits
Source: boost-hana
-Version: 1.67.0
+Version: 1.67.0-1
Build-Depends: boost-config, boost-core, boost-fusion, boost-mpl, boost-tuple, boost-vcpkg-helpers, boost-hana-msvc (windows), boost-hana-msvc (uwp)
Description: Boost hana module
diff --git a/ports/boost-hana/portfile.cmake b/ports/boost-hana/portfile.cmake index 1ce675cf0..ef2bc9bb3 100644 --- a/ports/boost-hana/portfile.cmake +++ b/ports/boost-hana/portfile.cmake @@ -1,11 +1,11 @@ -# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1 but has edits
include(vcpkg_common_functions)
-if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore" OR NOT VCPKG_CMAKE_SYSTEM_NAME) - message("The current MSVC releases can't compile boost hana yet.") - message("Use a fork from boost 1.67 which has source workarounds instead.") - set(VCPKG_POLICY_EMPTY_PACKAGE enabled) +if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore" OR NOT VCPKG_CMAKE_SYSTEM_NAME)
+ message("The current MSVC releases can't compile boost hana yet.")
+ message("Use a fork from boost 1.67 which has source workarounds instead.")
+ set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
|
