2021-07-10 18:48:00 by David A. Holland | Files touched by this commit (2) |
Log message: ham/rtl-sdr: apply patch from mef@ to fix PR pkg/55348. Install the man pages. PKGREVISION -> 1. (with minor adjustments to the proposed patch) |
2019-11-03 20:32:08 by Roland Illig | Files touched by this commit (17) |
Log message: ham: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. |
2019-02-03 11:48:17 by Tobias Nygren | Files touched by this commit (4) |
Log message: rtl-sdr: revert previous & delete wrong SUBST fragment from Makefile |
2019-02-03 11:42:20 by Tobias Nygren | Files touched by this commit (3) |
Log message: rtl-sdr: build fix too much static is ironic in a radio package ... |
2019-02-02 15:35:15 by Tobias Nygren | Files touched by this commit (2) | |
Log message: rtl-sdr: update to 0.6.0 Changes: - build fixes - tuner_r82xx: turn off loop-through, remove dead code - lib: use USB zero-copy transfers if possible |
2018-09-01 21:09:57 by Greg Troxel | Files touched by this commit (4) | |
Log message: rtl-sdr: update to 0.5.4 upstream changes: bugfixes minor improvments add new HanfTek dongle |
2018-06-28 21:00:15 by Greg Troxel | Files touched by this commit (4) |
Log message: rtl-sdr: fix build by not adding "inline" twice This package has long had patches to change "inline" to "static inline", and somewhat recently added a SUBST_ stanza to do the same thing, resulting in "static static inline". This commit drops the patches, and has been build tested on netbsd-8/vbearmv7hf-el and MacOS (and hence clang). PKGREVISION++, even though in theory any previous build shouldn't change. |
2018-01-22 05:42:44 by Darrin B. Jewell | Files touched by this commit (1) |
Log message: fix inline calls in src/rtl_adsb.c and src/rtl_power.c |
2016-09-18 00:13:27 by Sebastian Wiedenroth | Files touched by this commit (1) |
Log message: link network libs on SunOS |
2016-04-07 14:10:55 by Sebastian Wiedenroth | Files touched by this commit (4) |
Log message: Use "static inline" to fix build on osx |