IABSD.fr/ports/comms/hackrf

Branch :


Log

Author Commit Date CI Message
5ac5d0fa 2026-06-03 21:04:18 update 2024.02.1 -> 2026.01.3 most notably adding support for HackRF Pro, that I tested with with a number of consumers, as well as got reports for HackRF One. Maintainer timeout
e8035d47 2026-02-13 12:02:13 Update CMake to 4.1.2 Major update from 3.31.8 to 4.1.2. CMake 4.0 introduces a breaking change: compatibility with versions older than 3.5 has been removed. Projects calling cmake_minimum_required() or cmake_policy() with versions < 3.5 now error out. To maintain compatibility with existing ports during the transition, the cmake module now provides MODCMAKE_POLICY_VERSION_OVERRIDE (idea from sthen@) support: - MODCMAKE_POLICY_VERSION_OVERRIDE ?= No - MODCMAKE_POLICY_VERSION_OVERRIDE_VER ?= 3.5 When MODCMAKE_POLICY_VERSION_OVERRIDE is set to "yes", CMake is instructed to accept policy versions down to the specified minimum (default 3.5) via -DCMAKE_POLICY_VERSION_MINIMUM. This allows older ports to build while acknowledging they may use deprecated features. https://cmake.org/cmake/help/latest/release/4.0.html https://cmake.org/cmake/help/latest/release/4.1.html OK sthen@
223dd2dc 2025-01-28 11:22:02 set COMPILER_LANGS=c for various C-only ports add annotations near COMPILER for some other ports that don't have COMPILER_LIBCXX in WANTLIB not changing the actual compiler version of anything here (some could possibly remove the COMPILER line completely where they only used COMPILER due to an old WANTLIB entry which has since stopped using C++, but changing that is too likely to break things)
e6156cb3 2024-11-18 02:35:49 Update comms/hackrf to 2024.02.1 Tested on r5 hardware. From Bryan Vyhmeister, thanks.
65f9187e 2024-05-19 11:13:01 comms/hackrf: remove maintainer per their request
e65fdedb 2023-09-20 06:52:54 ->SITES
4f5c4ef9 2023-05-16 07:44:59 Mikhail takes maintainership. Thanks!
1d469307 2023-05-15 09:23:36 Update to hackrf-2023.01.1. From "Mikhail"; thanks!
6ecf5561 2022-05-28 06:19:58 Fix build with CMake 3.23 - Use CFLAGS and CXXFLAGS instead of CMAKE_CXX_FLAGS and CMAKE_C_FLAGS. - Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS - Fix broken builds with CMake 3.23
31ec66eb 2022-03-11 18:26:24 drop RCS Ids