You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
foundationdb: Fix boost download URL
Closes: https://trac.macports.org/ticket/72829
This commit is contained in:
@@ -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 ""
|
||||
Reference in New Issue
Block a user