Package: hamlib / 4.6.5-2

Metadata

Package Version Patches format
hamlib 4.6.5-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Remove datetime from footer.patch | (download)

doc/footer.html | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove $datetime to make build reproducible.
footer no external logo | (download)

doc/footer.html | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
perl dirs.patch | (download)

bindings/Makefile.am | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 use vendor directories in perl build system
perltest no version | (download)

bindings/perltest.pl | 8 5 + 3 - 0 !
1 file changed, 5 insertions(+), 3 deletions(-)

---
perl buildflags | (download)

bindings/Makefile.PL | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
filepathlen | (download)

include/hamlib/rig.h | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
x32 testrigcaps | (download)

tests/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
lua no configh | (download)

bindings/hamlib.swg | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

---
0001 lib precise_time.c Remove dead code.patch | (download)

lib/precise_time.c | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

 [patch] lib/precise_time.c: remove dead code

The last branch of `#if _POSIX_TIMERS` was missing a declaration of
"showme". Since that variable is not used anywhere, just drop it.