dash/depends/patches/zeromq
merge-script ddaec964c0
Merge bitcoin/bitcoin#30565: depends: Fix zeromq build on OpenBSD
89b1d5c818a33440c0c497aa78721fb9b0af35a5 depends: Fix `zeromq` build on OpenBSD (Hennadii Stepanov)

Pull request description:

  On the master branch @ 66e82dc90c598c9c42ff980693ef5367a845e1d0, the `zeromq` package fails to build on OpenBSD 7.5:
  ```
  [ 19%] Building CXX object CMakeFiles/objects.dir/src/io_thread.cpp.o
  /home/hebasto/bitcoin/depends/work/build/amd64-unknown-openbsd7.5/zeromq/4.3.5-df5b1b9f936/src/io_thread.cpp:14:22: error: static_cast from 'std::nullptr_t' to 'poller_t::handle_t' (aka 'int') is not allowed
      _mailbox_handle (static_cast<poller_t::handle_t> (NULL))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1 error generated.
  ```

  This [regression](https://github.com/bitcoin/bitcoin/pull/29723#issuecomment-2261513105) was overlooked by me in https://github.com/bitcoin/bitcoin/pull/29723.

  This PR fixes the issue by backporting an upstream commit from https://github.com/zeromq/libzmq/pull/4659.

ACKs for top commit:
  theStack:
    tACK 89b1d5c818a33440c0c497aa78721fb9b0af35a5

Tree-SHA512: 48d22ea99dfd44c5adf858c74e64082390da27b8ccad8c0d5a91d4dabfa3d12267cef98e4bb8c088e4cd0ec477c242cb1d47aace5c88cd86f796715bba957ed8
2024-10-26 19:14:07 -05:00
..
builtin_sha1.patch Merge bitcoin/bitcoin#29723: depends: build zeromq with CMake 2024-09-27 12:52:15 -05:00
cmake_minimum.patch Merge bitcoin/bitcoin#29723: depends: build zeromq with CMake 2024-09-27 12:52:15 -05:00
fix_have_windows.patch Merge bitcoin/bitcoin#29723: depends: build zeromq with CMake 2024-09-27 12:52:15 -05:00
fix_mingw_link.patch Merge bitcoin/bitcoin#30508: depends: Fix CMake-generated libzmq.pc file 2024-09-27 12:52:15 -05:00
macos_mktemp_check.patch Merge bitcoin/bitcoin#29723: depends: build zeromq with CMake 2024-09-27 12:52:15 -05:00
no_librt.patch Merge bitcoin/bitcoin#29723: depends: build zeromq with CMake 2024-09-27 12:52:15 -05:00
openbsd_kqueue_headers.patch Merge bitcoin/bitcoin#30565: depends: Fix zeromq build on OpenBSD 2024-10-26 19:14:07 -05:00
remove_libstd_link.patch merge bitcoin#19761: improve sed robustness by not using sed 2024-01-10 12:11:17 -06:00