Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2024 20:40:10 GMT
From:      Ronald Klop <ronald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: addb8dafff46 - main - databases/mongodb80: patch is not necessary anymore
Message-ID:  <202411252040.4APKeAKe059010@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ronald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=addb8dafff46f4c827af6ce0092a8603ed4d0b44

commit addb8dafff46f4c827af6ce0092a8603ed4d0b44
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2024-11-22 09:39:45 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2024-11-25 20:39:38 +0000

    databases/mongodb80: patch is not necessary anymore
    
    The same flag was set upstream in
    
    branch v7.0: (a few days after I committed the patch)
    https://github.com/mongodb/mongo/commit/7a0dcfa565aba4aaef159bf09cfaf2269678eb6c
    
    master (which became 8.0):
    https://github.com/mongodb/mongo/commit/ad8a74f5782fb8b3f24f74305c44da725732616a
---
 ...hird__party_asio-master_asio_include_asio_detail_config.hpp | 10 ----------
 ...hird__party_asio-master_asio_include_asio_detail_config.hpp | 10 ----------
 2 files changed, 20 deletions(-)

diff --git a/databases/mongodb70/files/patch-src_third__party_asio-master_asio_include_asio_detail_config.hpp b/databases/mongodb70/files/patch-src_third__party_asio-master_asio_include_asio_detail_config.hpp
deleted file mode 100644
index 09713cbc0028..000000000000
--- a/databases/mongodb70/files/patch-src_third__party_asio-master_asio_include_asio_detail_config.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/third_party/asio-master/asio/include/asio/detail/config.hpp.orig	2023-04-29 10:17:24 UTC
-+++ src/third_party/asio-master/asio/include/asio/detail/config.hpp
-@@ -19,6 +19,7 @@
- // individual scons objects.
- # define ASIO_STANDALONE // MongoDB
- # define ASIO_SEPARATE_COMPILATION // MongoDB
-+# define ASIO_HAS_STD_INVOKE_RESULT // FreeBSD
- 
- #if defined(ASIO_STANDALONE)
- # define ASIO_DISABLE_BOOST_ARRAY 1
diff --git a/databases/mongodb80/files/patch-src_third__party_asio-master_asio_include_asio_detail_config.hpp b/databases/mongodb80/files/patch-src_third__party_asio-master_asio_include_asio_detail_config.hpp
deleted file mode 100644
index 09713cbc0028..000000000000
--- a/databases/mongodb80/files/patch-src_third__party_asio-master_asio_include_asio_detail_config.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/third_party/asio-master/asio/include/asio/detail/config.hpp.orig	2023-04-29 10:17:24 UTC
-+++ src/third_party/asio-master/asio/include/asio/detail/config.hpp
-@@ -19,6 +19,7 @@
- // individual scons objects.
- # define ASIO_STANDALONE // MongoDB
- # define ASIO_SEPARATE_COMPILATION // MongoDB
-+# define ASIO_HAS_STD_INVOKE_RESULT // FreeBSD
- 
- #if defined(ASIO_STANDALONE)
- # define ASIO_DISABLE_BOOST_ARRAY 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411252040.4APKeAKe059010>