Sunday, January 02, 2022

[update] comms/tlf tlf-1.2.1p1 -> p2

Hi,

here is a diff for comms/tlf logging program to update hamlib-4.4.
it can support older hamlib.

--
SASANO Takayoshi (JG1UAA) <uaa@mx5.nisiq.net>

Index: Makefile
===================================================================
RCS file: /cvs/ports/comms/tlf/Makefile,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 Makefile
--- Makefile 12 Jul 2019 20:43:48 -0000 1.17
+++ Makefile 2 Jan 2022 10:48:51 -0000
@@ -6,7 +6,7 @@ COMMENT= radio contest logger

DISTNAME= tlf-1.2.1
CATEGORIES= comms hamradio
-REVISION= 1
+REVISION= 2

HOMEPAGE= http://home.iae.nl/users/reinc/TLF-0.2.html

Index: patches/patch-src_sendqrg_c
===================================================================
RCS file: patches/patch-src_sendqrg_c
diff -N patches/patch-src_sendqrg_c
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_sendqrg_c 2 Jan 2022 10:48:51 -0000
@@ -0,0 +1,34 @@
+--- src/sendqrg.c.orig Thu May 15 20:59:25 2014
++++ src/sendqrg.c Sun Jan 2 19:45:45 2022
+@@ -24,6 +24,10 @@
+
+ #include "startmsg.h"
+
++#ifndef HAMLIB_FILPATHLEN
++#define HAMLIB_FILPATHLEN FILPATHLEN
++

No comments:

Post a Comment