Hi,
comms/hamlib is too old to try building jtdx FT8 decoder.
here is the diff to bump up hamlib-4.4 but this has some problems.
- python binding is still for python2
- comms/tlf and comms/xlog needs update due to compile error
(no problems for fldigi and gpsk31)
if there is good idea to solve them, please tell me.
Regards,
--
SASANO Takayoshi (JG1UAA) <uaa@mx5.nisiq.net>
Index: Makefile
===================================================================
RCS file: /cvs/ports/comms/hamlib/Makefile,v
retrieving revision 1.43
diff -u -p -r1.43 Makefile
--- Makefile 22 Nov 2021 13:55:54 -0000 1.43
+++ Makefile 2 Jan 2022 07:16:21 -0000
@@ -4,23 +4,19 @@ COMMENT-main= radio/rotator control libr
COMMENT-python= python bindings for hamlib
COMMENT-tcl= tcl bindings for hamlib
-VERSION= 1.2.15.3
+VERSION= 4.4
DISTNAME= hamlib-${VERSION}
CATEGORIES= comms hamradio
-REVISION-main= 6
-REVISION-python=1
-REVISION-tcl= 2
MULTI_PACKAGES= -main -python -tcl
-SHARED_LIBS += hamlib 3.0 # 2.16
-SHARED_LIBS += hamlib++ 3.0 # 2.16
+SHARED_LIBS += hamlib 3.0 # 4.4
+SHARED_LIBS += hamlib++ 3.0 # 4.4
HOMEPAGE= http://hamlib.sourceforge.net/
MODULES= lang/python \
lang/tcl
-MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
# GPLv2/LGPLv2.1
PERMIT_PACKAGE= Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/comms/hamlib/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 20 Apr 2013 14:58:01 -0000 1.3
+++ distinfo 2 Jan 2022 07:16:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (hamlib-1.2.15.3.tar.gz) = ospFSeT9mdblYA41Try1dQJhGqY8aSHBuKglKJgz914=
-SIZE (hamlib-1.2.15.3.tar.gz) = 1675879
+SHA256 (hamlib-4.4.tar.gz) = i/AQewcfUvCFh/OOLe6KeEjeE0NDWzJvj2bZXh+KJIc=
+SIZE (hamlib-4.4.tar.gz) = 2401399
Index: patches/patch-rpcrig_rpcrigd_c
===================================================================
RCS file: patches/patch-rpcrig_rpcrigd_c
diff -N patches/patch-rpcrig_rpcrigd_c
--- patches/patch-rpcrig_rpcrigd_c 20 Apr 2013 14:58:01 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-rpcrig_rpcrigd_c,v 1.2 2013/04/20 14:58:01 sthen Exp $
---- rpcrig/rpcrigd.c.orig Thu Nov 1 21:27:27 2012
-+++ rpcrig/rpcrigd.c Sun Apr 14 22:00:44 2013
-@@ -43,7 +43,9 @@
-
- #include <hamlib/rig.h>
-
--
-+#ifdef __OpenBSD__
-+int _rpcsvcdirty;
-+
No comments:
Post a Comment