foundationdb: Fix boost download URL

Closes: https://trac.macports.org/ticket/72829
This commit is contained in:
Ryan Carsten Schmidt
2025-08-15 14:46:47 -05:00
parent e38e3bb180
commit 2222ded218
2 changed files with 16 additions and 0 deletions
+2
View File
@@ -34,6 +34,8 @@ set py_ver_nodot [string map {. {}} ${py_ver}]
depends_lib-append port:mono
depends_build-append port:python${py_ver_nodot}
patchfiles-append CompileBoost.cmake.patch
# make sure FoundationDB uses python from the selected python port
configure.env-append PYTHON_ROOT_DIR=${prefix}/bin/python${py_ver}
@@ -0,0 +1,14 @@
Fix boost URL
https://github.com/apple/foundationdb/commit/f80191f3b9bf02ea27ffef89a3a183bbf6a0a472
https://github.com/boostorg/boost/issues/996
--- cmake/CompileBoost.cmake.orig 2022-02-25 17:35:52.000000000 -0600
+++ cmake/CompileBoost.cmake 2025-08-15 14:48:51.000000000 -0500
@@ -6,7 +6,7 @@
else()
include(ExternalProject)
ExternalProject_add(boostProject
- URL "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2"
+ URL "https://archives.boost.io/release/1.78.0/source/boost_1_78_0.tar.bz2"
URL_HASH SHA256=8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc
CONFIGURE_COMMAND ""
BUILD_COMMAND ""