From d82da0bcb5a409c6af9dfb3b9fd5fdffc7c76428 Mon Sep 17 00:00:00 2001 From: HLXEasy Date: Thu, 8 Oct 2020 22:29:48 +0100 Subject: [PATCH 01/26] boost 1.74.0 --- Aliases/{boost@1.73 => boost@1.74} | 0 Formula/boost.rb | 13 +++---------- 2 files changed, 3 insertions(+), 10 deletions(-) rename Aliases/{boost@1.73 => boost@1.74} (100%) diff --git a/Aliases/boost@1.73 b/Aliases/boost@1.74 similarity index 100% rename from Aliases/boost@1.73 rename to Aliases/boost@1.74 diff --git a/Formula/boost.rb b/Formula/boost.rb index 15969537df67e..8efc62dc1e386 100644 --- a/Formula/boost.rb +++ b/Formula/boost.rb @@ -1,9 +1,9 @@ class Boost < Formula desc "Collection of portable C++ source libraries" homepage "https://www.boost.org/" - url "https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.bz2" - mirror "https://dl.bintray.com/homebrew/mirror/boost_1_73_0.tar.bz2" - sha256 "4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402" + url "https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2" + mirror "https://dl.bintray.com/homebrew/mirror/boost_1_74_0.tar.bz2" + sha256 "83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1" license "BSL-1.0" head "https://github.com/boostorg/boost.git" @@ -25,13 +25,6 @@ class Boost < Formula uses_from_macos "bzip2" uses_from_macos "zlib" - # Fix build on Xcode 11.4 - patch do - url "https://github.com/boostorg/build/commit/b3a59d265929a213f02a451bb63cea75d668a4d9.patch?full_index=1" - sha256 "04a4df38ed9c5a4346fbb50ae4ccc948a1440328beac03cb3586c8e2e241be08" - directory "tools/build" - end - # Fix build on 64-bit arm patch do url "https://github.com/boostorg/build/commit/456be0b7ecca065fbccf380c2f51e0985e608ba0.patch?full_index=1" From 884305cddea2e1d36fe8877f329095989228bfdb Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:07:02 +0200 Subject: [PATCH 02/26] avro-cpp: revision for boost --- Formula/avro-cpp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/avro-cpp.rb b/Formula/avro-cpp.rb index aa08204164965..815dd8455ce26 100644 --- a/Formula/avro-cpp.rb +++ b/Formula/avro-cpp.rb @@ -5,7 +5,7 @@ class AvroCpp < Formula mirror "https://archive.apache.org/dist/avro/avro-1.10.0/cpp/avro-cpp-1.10.0.tar.gz" sha256 "ab016fa07c5759dc5ab8464214fc942833537f3419659a5df53ab7e3f1e809ec" license "Apache-2.0" - revision 1 + revision 2 livecheck do url :stable From 8b0c7882a4e10ceb448b0125ac3dfaa73b38c410 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:07:08 +0200 Subject: [PATCH 03/26] bitcoin: revision for boost --- Formula/bitcoin.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/bitcoin.rb b/Formula/bitcoin.rb index fd7aff0ae8812..ea7fa519ff34f 100644 --- a/Formula/bitcoin.rb +++ b/Formula/bitcoin.rb @@ -4,6 +4,7 @@ class Bitcoin < Formula url "https://bitcoin.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1.tar.gz" sha256 "4bbd62fd6acfa5e9864ebf37a24a04bc2dcfe3e3222f056056288d854c53b978" license "MIT" + revision 1 head "https://github.com/bitcoin/bitcoin.git" bottle do From 7b8e646621b03f9fbb2de3326a7156c1598651b4 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:07:13 +0200 Subject: [PATCH 04/26] cucumber-cpp: revision for boost --- Formula/cucumber-cpp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/cucumber-cpp.rb b/Formula/cucumber-cpp.rb index bd2034b96c011..8825344d32173 100644 --- a/Formula/cucumber-cpp.rb +++ b/Formula/cucumber-cpp.rb @@ -4,7 +4,7 @@ class CucumberCpp < Formula url "https://github.com/cucumber/cucumber-cpp/archive/v0.5.tar.gz" sha256 "9e1b5546187290b265e43f47f67d4ce7bf817ae86ee2bc5fb338115b533f8438" license "MIT" - revision 6 + revision 7 bottle do cellar :any_skip_relocation From d40dc8177429579a1a97870aa0e152cf43fda12e Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:08:52 +0200 Subject: [PATCH 05/26] gnuradio: revision for boost --- Formula/gnuradio.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/gnuradio.rb b/Formula/gnuradio.rb index 64cc34f27c69d..54b995dbe1efb 100644 --- a/Formula/gnuradio.rb +++ b/Formula/gnuradio.rb @@ -6,7 +6,7 @@ class Gnuradio < Formula url "https://github.com/gnuradio/gnuradio/releases/download/v3.8.2.0/gnuradio-3.8.2.0.tar.gz" sha256 "3e293541a9ac8d78660762bae8b80c0f6195b3494e1c50c01a9fd79cc60bb624" license "GPL-3.0-or-later" - revision 1 + revision 2 head "https://github.com/gnuradio/gnuradio.git" bottle do From d25c985c3f092cc3a6f910f6c6490c5085199212 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:09:01 +0200 Subject: [PATCH 06/26] ledger: revision for boost --- Formula/ledger.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/ledger.rb b/Formula/ledger.rb index bc0201696ca26..15f39891654d1 100644 --- a/Formula/ledger.rb +++ b/Formula/ledger.rb @@ -4,7 +4,7 @@ class Ledger < Formula url "https://github.com/ledger/ledger/archive/v3.2.1.tar.gz" sha256 "92bf09bc385b171987f456fe3ee9fa998ed5e40b97b3acdd562b663aa364384a" license "BSD-3-Clause" - revision 1 + revision 2 head "https://github.com/ledger/ledger.git" livecheck do From acc29ade8db5512b53d80a2063be0b38e44b86ad Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:09:06 +0200 Subject: [PATCH 07/26] lgogdownloader: revision for boost --- Formula/lgogdownloader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/lgogdownloader.rb b/Formula/lgogdownloader.rb index 0f25f63b9a391..38af274e458d5 100644 --- a/Formula/lgogdownloader.rb +++ b/Formula/lgogdownloader.rb @@ -3,7 +3,7 @@ class Lgogdownloader < Formula homepage "https://sites.google.com/site/gogdownloader/" url "https://sites.google.com/site/gogdownloader/lgogdownloader-3.7.tar.gz" sha256 "984859eb2e0802cfe6fe76b1fe4b90e7354e95d52c001b6b434e0a9f5ed23bf0" - revision 2 + revision 3 bottle do cellar :any From fe7a8127eda4444cc1ea1266735fda45c7f4b03a Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:09:09 +0200 Subject: [PATCH 08/26] libbitcoin-client: revision for boost --- Formula/libbitcoin-client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/libbitcoin-client.rb b/Formula/libbitcoin-client.rb index 094df1ef83e6b..53aed98b1db5f 100644 --- a/Formula/libbitcoin-client.rb +++ b/Formula/libbitcoin-client.rb @@ -4,7 +4,7 @@ class LibbitcoinClient < Formula url "https://github.com/libbitcoin/libbitcoin-client/archive/v3.6.0.tar.gz" sha256 "75969ac0a358458491b101cae784de90452883b5684199d3e3df619707802420" license "AGPL-3.0" - revision 4 + revision 5 bottle do cellar :any From a58f7a2e5d35411a99ee5073b32e56bb879165df Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:09:16 +0200 Subject: [PATCH 09/26] libbitcoin-explorer: revision for boost --- Formula/libbitcoin-explorer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/libbitcoin-explorer.rb b/Formula/libbitcoin-explorer.rb index cca307aacc2c5..4d78098ba7ee7 100644 --- a/Formula/libbitcoin-explorer.rb +++ b/Formula/libbitcoin-explorer.rb @@ -4,7 +4,7 @@ class LibbitcoinExplorer < Formula url "https://github.com/libbitcoin/libbitcoin-explorer/archive/v3.6.0.tar.gz" sha256 "e1b3fa2723465f7366a6e8c55e14df53106e90b82cc977db638c78f9bc5c47db" license "AGPL-3.0" - revision 4 + revision 5 bottle do sha256 "75d106ae90e93f8b06f1db2e79bed2dac2cf2a8e1f0da5dc45844b7a531424f8" => :catalina From 3fc902197ab3cd912dcb5a19ce7f59cea6fdd5b8 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:09:22 +0200 Subject: [PATCH 10/26] libbitcoin-protocol: revision for boost --- Formula/libbitcoin-protocol.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/libbitcoin-protocol.rb b/Formula/libbitcoin-protocol.rb index ff95e50587c2b..3263eb6b7ec72 100644 --- a/Formula/libbitcoin-protocol.rb +++ b/Formula/libbitcoin-protocol.rb @@ -4,7 +4,7 @@ class LibbitcoinProtocol < Formula url "https://github.com/libbitcoin/libbitcoin-protocol/archive/v3.6.0.tar.gz" sha256 "fc41c64f6d3ee78bcccb63fd0879775c62bba5326f38c90b4c6804e2b9e8686e" license "AGPL-3.0" - revision 4 + revision 5 bottle do cellar :any From a45682c2ef83362ecd5f5a1ea6abf7635a76dba8 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:09:25 +0200 Subject: [PATCH 11/26] libbitcoin-server: revision for boost --- Formula/libbitcoin-server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/libbitcoin-server.rb b/Formula/libbitcoin-server.rb index 71c1172e2aedb..3f396af875844 100644 --- a/Formula/libbitcoin-server.rb +++ b/Formula/libbitcoin-server.rb @@ -4,7 +4,7 @@ class LibbitcoinServer < Formula url "https://github.com/libbitcoin/libbitcoin-server/archive/v3.6.0.tar.gz" sha256 "283fa7572fcde70a488c93e8298e57f7f9a8e8403e209ac232549b2c433674e1" license "AGPL-3.0" - revision 4 + revision 5 bottle do sha256 "2a5f06eaeb8ad0cb95f121186d7a9799846c1723628af1c6fce8da0478bc20ce" => :catalina From 5871d910744da3528b0e9bccd7cd2e802fcde9bb Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:10:36 +0200 Subject: [PATCH 12/26] libpulsar: revision for boost --- Formula/libpulsar.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/libpulsar.rb b/Formula/libpulsar.rb index 3687bc9d8301e..b7027f7de8724 100644 --- a/Formula/libpulsar.rb +++ b/Formula/libpulsar.rb @@ -5,6 +5,7 @@ class Libpulsar < Formula mirror "https://archive.apache.org/dist/pulsar/pulsar-2.6.1/apache-pulsar-2.6.1-src.tar.gz" sha256 "7e40f95c2eef295bacae70697d452a4db4994725e1fbbde011df1ee383ef21a4" license "Apache-2.0" + revision 1 livecheck do url :stable From 2e748fe64d1b4be0286bdf7e3c22ef8ec423188f Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:10:44 +0200 Subject: [PATCH 13/26] mkvtoolnix: revision for boost --- Formula/mkvtoolnix.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/mkvtoolnix.rb b/Formula/mkvtoolnix.rb index 89ac6c9caa33b..8abb90a8e7414 100644 --- a/Formula/mkvtoolnix.rb +++ b/Formula/mkvtoolnix.rb @@ -4,6 +4,7 @@ class Mkvtoolnix < Formula url "https://mkvtoolnix.download/sources/mkvtoolnix-51.0.0.tar.xz" sha256 "c17aa010a13c943b1347c5a20f7f6e05337a7d90317f525345813bcbcdcf4c70" license "GPL-2.0-or-later" + revision 1 livecheck do url "https://mkvtoolnix.download/sources/" From be44b21bc8db1ddc257266e3af11a50495dae01d Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:10:49 +0200 Subject: [PATCH 14/26] monero: revision for boost --- Formula/monero.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/monero.rb b/Formula/monero.rb index f8cb224fc772b..467f4c03b6af1 100644 --- a/Formula/monero.rb +++ b/Formula/monero.rb @@ -5,6 +5,7 @@ class Monero < Formula tag: "v0.17.1.1", revision: "76cc82c29234fc2805f936f0fc53d48acc9cedf7" license "BSD-3-Clause" + revision 1 bottle do cellar :any From eb4067958fb5cb90a3bd9964073cc727df490739 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:10:59 +0200 Subject: [PATCH 15/26] ncmpcpp: revision for boost --- Formula/ncmpcpp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/ncmpcpp.rb b/Formula/ncmpcpp.rb index ad1bb6017bf46..ecb85a06a3868 100644 --- a/Formula/ncmpcpp.rb +++ b/Formula/ncmpcpp.rb @@ -4,7 +4,7 @@ class Ncmpcpp < Formula url "https://rybczak.net/ncmpcpp/stable/ncmpcpp-0.8.2.tar.bz2" sha256 "650ba3e8089624b7ad9e4cc19bc1ac6028edb7523cc111fa1686ea44c0921554" license "GPL-2.0" - revision 11 + revision 12 bottle do cellar :any From e04a3faa4a9ccf356b1614e7d86b307d76e81417 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:11:03 +0200 Subject: [PATCH 16/26] openimageio: revision for boost --- Formula/openimageio.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/openimageio.rb b/Formula/openimageio.rb index 1866da8ba8412..f8dacad737976 100644 --- a/Formula/openimageio.rb +++ b/Formula/openimageio.rb @@ -5,7 +5,7 @@ class Openimageio < Formula version "2.1.18" sha256 "e2cf54f5b28e18fc88e76e1703f2e39bf144c88378334527e4a1246974659a85" license "BSD-3-Clause" - revision 1 + revision 2 head "https://github.com/OpenImageIO/oiio.git" livecheck do From 009a05911e59a6cf387727fa0e697cbb47e60183 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:11:21 +0200 Subject: [PATCH 17/26] source-highlight: revision for boost --- Formula/source-highlight.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/source-highlight.rb b/Formula/source-highlight.rb index 807ac27467a04..4f430cb38a3e9 100644 --- a/Formula/source-highlight.rb +++ b/Formula/source-highlight.rb @@ -4,7 +4,7 @@ class SourceHighlight < Formula url "https://ftp.gnu.org/gnu/src-highlite/source-highlight-3.1.9.tar.gz" mirror "https://ftpmirror.gnu.org/src-highlite/source-highlight-3.1.9.tar.gz" sha256 "3a7fd28378cb5416f8de2c9e77196ec915145d44e30ff4e0ee8beb3fe6211c91" - revision 2 + revision 3 livecheck do url :stable From e51c21ad2a4cf7fe0ce32124a97e7c1bce9670b4 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:11:35 +0200 Subject: [PATCH 18/26] wownero: revision for boost --- Formula/wownero.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/wownero.rb b/Formula/wownero.rb index 6d170d365cac7..9b6e9aabe0822 100644 --- a/Formula/wownero.rb +++ b/Formula/wownero.rb @@ -5,6 +5,7 @@ class Wownero < Formula tag: "v0.9.0.2", revision: "9a58ac48d2f1ebdc94f168e63fdc30604058a7ca" license "BSD-3-Clause" + revision 1 bottle do cellar :any @@ -25,6 +26,7 @@ class Wownero < Formula depends_on "zeromq" conflicts_with "miniupnpc", because: "wownero ships its own copy of miniupnpc" + conflicts_with "monero", because: "both install a wallet2_api.h header" def install system "cmake", ".", *std_cmake_args From 7a5efb05bab0195b2d5a561552bb5e600ff0852e Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:14:02 +0200 Subject: [PATCH 19/26] boost-bcp 1.74.0 --- Formula/boost-bcp.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/boost-bcp.rb b/Formula/boost-bcp.rb index cfad3a7a64755..e4427079aedcd 100644 --- a/Formula/boost-bcp.rb +++ b/Formula/boost-bcp.rb @@ -1,9 +1,9 @@ class BoostBcp < Formula desc "Utility for extracting subsets of the Boost library" homepage "https://www.boost.org/doc/tools/bcp/" - url "https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.bz2" - mirror "https://dl.bintray.com/homebrew/mirror/boost_1_73_0.tar.bz2" - sha256 "4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402" + url "https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2" + mirror "https://dl.bintray.com/homebrew/mirror/boost_1_74_0.tar.bz2" + sha256 "83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1" license "BSL-1.0" head "https://github.com/boostorg/boost.git" From c1ff27c1613a546023f05c0f14aea580e0489b74 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:15:00 +0200 Subject: [PATCH 20/26] boost-mpi 1.74.0 --- Formula/boost-mpi.rb | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Formula/boost-mpi.rb b/Formula/boost-mpi.rb index f4a1b2bce82c9..f3c3399f8d1d3 100644 --- a/Formula/boost-mpi.rb +++ b/Formula/boost-mpi.rb @@ -1,9 +1,9 @@ class BoostMpi < Formula desc "C++ library for C++/MPI interoperability" homepage "https://www.boost.org/" - url "https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.bz2" - mirror "https://dl.bintray.com/homebrew/mirror/boost_1_73_0.tar.bz2" - sha256 "4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402" + url "https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2" + mirror "https://dl.bintray.com/homebrew/mirror/boost_1_74_0.tar.bz2" + sha256 "83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1" license "BSL-1.0" head "https://github.com/boostorg/boost.git" @@ -16,13 +16,6 @@ class BoostMpi < Formula depends_on "boost" depends_on "open-mpi" - # Fix build on Xcode 11.4 - patch do - url "https://github.com/boostorg/build/commit/b3a59d265929a213f02a451bb63cea75d668a4d9.patch?full_index=1" - sha256 "04a4df38ed9c5a4346fbb50ae4ccc948a1440328beac03cb3586c8e2e241be08" - directory "tools/build" - end - def install # "layout" should be synchronized with boost args = %W[ From ae1da30e1b4d5f8b7ad0e9218b3df0665868d92c Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:15:38 +0200 Subject: [PATCH 21/26] boost-python 1.74.0 --- Formula/boost-python.rb | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Formula/boost-python.rb b/Formula/boost-python.rb index 53322d1e95063..6caea301d75b0 100644 --- a/Formula/boost-python.rb +++ b/Formula/boost-python.rb @@ -1,9 +1,9 @@ class BoostPython < Formula desc "C++ library for C++/Python2 interoperability" homepage "https://www.boost.org/" - url "https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.bz2" - mirror "https://dl.bintray.com/homebrew/mirror/boost_1_73_0.tar.bz2" - sha256 "4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402" + url "https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2" + mirror "https://dl.bintray.com/homebrew/mirror/boost_1_74_0.tar.bz2" + sha256 "83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1" license "BSL-1.0" head "https://github.com/boostorg/boost.git" @@ -17,13 +17,6 @@ class BoostPython < Formula depends_on "boost" depends_on :macos # Due to Python 2 - # Fix build on Xcode 11.4 - patch do - url "https://github.com/boostorg/build/commit/b3a59d265929a213f02a451bb63cea75d668a4d9.patch?full_index=1" - sha256 "04a4df38ed9c5a4346fbb50ae4ccc948a1440328beac03cb3586c8e2e241be08" - directory "tools/build" - end - def install # "layout" should be synchronized with boost args = %W[ From 6c4986bfa946244e389d68f2248ce6311883ae07 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 12:16:07 +0200 Subject: [PATCH 22/26] boost-python3 1.74.0 --- Formula/boost-python3.rb | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Formula/boost-python3.rb b/Formula/boost-python3.rb index dcc6ec27fa8b2..f9c55ac63ab4b 100644 --- a/Formula/boost-python3.rb +++ b/Formula/boost-python3.rb @@ -1,9 +1,9 @@ class BoostPython3 < Formula desc "C++ library for C++/Python3 interoperability" homepage "https://www.boost.org/" - url "https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.bz2" - mirror "https://dl.bintray.com/homebrew/mirror/boost_1_73_0.tar.bz2" - sha256 "4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402" + url "https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2" + mirror "https://dl.bintray.com/homebrew/mirror/boost_1_74_0.tar.bz2" + sha256 "83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1" license "BSL-1.0" head "https://github.com/boostorg/boost.git" @@ -18,13 +18,6 @@ class BoostPython3 < Formula depends_on "boost" depends_on "python@3.8" - # Fix build on Xcode 11.4 - patch do - url "https://github.com/boostorg/build/commit/b3a59d265929a213f02a451bb63cea75d668a4d9.patch?full_index=1" - sha256 "04a4df38ed9c5a4346fbb50ae4ccc948a1440328beac03cb3586c8e2e241be08" - directory "tools/build" - end - def install # "layout" should be synchronized with boost args = %W[ From 8fc184598503fefb741a60886d25335d0e649987 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 19:47:12 +0200 Subject: [PATCH 23/26] i2pd: revision for boost --- Formula/i2pd.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/i2pd.rb b/Formula/i2pd.rb index d68ac0555f2bf..a275ec1b123ce 100644 --- a/Formula/i2pd.rb +++ b/Formula/i2pd.rb @@ -4,6 +4,7 @@ class I2pd < Formula url "https://github.com/PurpleI2P/i2pd/archive/2.33.0.tar.gz" sha256 "6a30eb410263d2da23d238758ad156e36983bff1ed347fe57789763ae986d0f4" license "BSD-3-Clause" + revision 1 bottle do cellar :any From 12ce8ed3d3d102567cd038f4ea8a63b8f694d162 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 10 Oct 2020 19:53:07 +0200 Subject: [PATCH 24/26] monero: conflict with wownero --- Formula/monero.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/monero.rb b/Formula/monero.rb index 467f4c03b6af1..3dca8f3dbe630 100644 --- a/Formula/monero.rb +++ b/Formula/monero.rb @@ -25,6 +25,8 @@ class Monero < Formula depends_on "unbound" depends_on "zeromq" + conflicts_with "wownero", because: "both install a wallet2_api.h header" + def install system "cmake", ".", *std_cmake_args system "make", "install" From e3181c3535bfd4e83184268c78d1d88194fb026d Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sun, 11 Oct 2020 10:46:23 +0200 Subject: [PATCH 25/26] libbitcoin: revision for boost --- Formula/libbitcoin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/libbitcoin.rb b/Formula/libbitcoin.rb index c58df6dac0060..b472fe560d8e2 100644 --- a/Formula/libbitcoin.rb +++ b/Formula/libbitcoin.rb @@ -4,7 +4,7 @@ class Libbitcoin < Formula url "https://github.com/libbitcoin/libbitcoin-system/archive/v3.6.0.tar.gz" sha256 "5bcc4c31b53acbc9c0d151ace95d684909db4bf946f8d724f76c711934c6775c" license "AGPL-3.0" - revision 4 + revision 5 bottle do cellar :any From cd5750d09e5580b05a439afc347f9316a4e5f07a Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Tue, 20 Oct 2020 10:48:50 +0200 Subject: [PATCH 26/26] widelands: revision for boost --- Formula/widelands.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/widelands.rb b/Formula/widelands.rb index b325061af50fc..538f2f99fdc41 100644 --- a/Formula/widelands.rb +++ b/Formula/widelands.rb @@ -4,7 +4,7 @@ class Widelands < Formula url "https://launchpad.net/widelands/build21/build21/+download/widelands-build21-source.tar.gz" version "21" sha256 "601e0e4c6f91b3fb0ece2cd1b83ecfb02344a1b9194fbb70ef3f70e06994e357" - revision 2 + revision 3 livecheck do url :stable