FreeBSD Bugzilla – Attachment 241064 Details for
Bug 269236
databases/foundationdb: Update to 7.2.3 unbreak after msgpack mess
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
foundationdb-7.1.29
foundationdb-71.diff (text/plain), 2.12 KB, created by
Dmitry Wagin
on 2023-03-23 12:52:01 UTC
(
hide
)
Description:
foundationdb-7.1.29
Filename:
MIME Type:
Creator:
Dmitry Wagin
Created:
2023-03-23 12:52:01 UTC
Size:
2.12 KB
patch
obsolete
>diff --git a/databases/foundationdb/Makefile b/databases/foundationdb/Makefile >index 04453c48deee..116b1c089742 100644 >--- a/databases/foundationdb/Makefile >+++ b/databases/foundationdb/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= foundationdb >-DISTVERSION= 7.1.25 >-PORTREVISION= 1 >+DISTVERSION= 7.1.29 > CATEGORIES= databases > > # PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/pull/ >@@ -12,7 +11,6 @@ WWW= https://www.foundationdb.org/ > LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BROKEN= fails to configure > BROKEN_aarch64= invalid asm rdtsc > ONLY_FOR_ARCHS= aarch64 amd64 > ONLY_FOR_ARCHS_REASON= not yet ported to anything else >@@ -24,8 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/msgpack.hpp:devel/msgpack-cxx \ > LIB_DEPENDS= libboost_system.so:devel/boost-libs \ > libeio.so:devel/libeio > >-USES= cmake compiler:c++17-lang mono:build python:build shebangfix \ >- ssl >+USES= cmake compiler:c++20-lang mono:build python:build shebangfix ssl > USE_GITHUB= yes > GH_ACCOUNT= apple > GH_PROJECT= foundationdb >diff --git a/databases/foundationdb/distinfo b/databases/foundationdb/distinfo >index 902fdaf207b6..8315c830cce1 100644 >--- a/databases/foundationdb/distinfo >+++ b/databases/foundationdb/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1668350492 >-SHA256 (apple-foundationdb-7.1.25_GH0.tar.gz) = 0c4679afb982932dfa37cbb7544eee4c8efc2409864af55743345c153407cb2c >-SIZE (apple-foundationdb-7.1.25_GH0.tar.gz) = 11657831 >+TIMESTAMP = 1679567621 >+SHA256 (apple-foundationdb-7.1.29_GH0.tar.gz) = ad608ddb781eea3ef4607ab9abb41282ca93383814d8149346bf3440cc9f46d5 >+SIZE (apple-foundationdb-7.1.29_GH0.tar.gz) = 11676677 >diff --git a/databases/foundationdb/files/patch-cmake_GetMsgpack.cmake b/databases/foundationdb/files/patch-cmake_GetMsgpack.cmake >index dee8066686d4..a0bff5b82bf3 100644 >--- a/databases/foundationdb/files/patch-cmake_GetMsgpack.cmake >+++ b/databases/foundationdb/files/patch-cmake_GetMsgpack.cmake >@@ -2,7 +2,7 @@ > +++ cmake/GetMsgpack.cmake > @@ -1,20 +1,7 @@ > -find_package(msgpack 3.3.0 EXACT QUIET CONFIG) >-+find_package(msgpack REQUIRED QUIET CONFIG) >++find_package(msgpack-cxx REQUIRED QUIET CONFIG) > > add_library(msgpack INTERFACE) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269236
:
239795
|
240139
|
241064
|
241065
|
241105