Commit Graph

12 Commits

Author SHA1 Message Date
sthen 223dd2dcf0 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)
2025-01-28 11:22:02 +00:00
mlarkin e6156cb34a Update comms/hackrf to 2024.02.1
Tested on r5 hardware.

From Bryan Vyhmeister, thanks.
2024-11-18 02:35:49 +00:00
tb 65f9187ea1 comms/hackrf: remove maintainer per their request 2024-05-19 11:13:01 +00:00
espie e65fdedb29 ->SITES 2023-09-20 06:52:54 +00:00
bentley 4f5c4ef9de Mikhail takes maintainership. Thanks! 2023-05-16 07:44:59 +00:00
bentley 1d4693075d Update to hackrf-2023.01.1.
From "Mikhail"; thanks!
2023-05-15 09:23:36 +00:00
rsadowski 6ecf5561f1 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
2022-05-28 06:19:58 +00:00
naddy 31ec66ebca drop RCS Ids 2022-03-11 18:26:24 +00:00
sthen 9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
cwen 44c3b822ff hackrf: COMPILER should be placed before MODULES, as seen in Makefile.template
ok jca@ (on the previous diff)
2019-04-22 19:56:51 +00:00
cwen eef3ec6c56 hackrf: fix build on big-endian archs by using ports-gcc on !clang archs
OK bentley@ (maintainer)
2019-04-22 08:46:17 +00:00
bentley 1747731d40 Import hackrf-2018.01.1.
HackRF One from Great Scott Gadgets is a Software Defined Radio peripheral
capable of transmission or reception of radio signals from 1 MHz to 6 GHz.
Designed to enable test and development of modern and next generation radio
technologies, HackRF One is an open source hardware platform that can be
used as a USB peripheral or programmed for stand-alone operation.

This package contains host software for HackRF.

ok sthen@
2018-11-20 12:46:09 +00:00