diff --git a/common/shlibs b/common/shlibs index 098f15bbf3e..8d5f49df2ec 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3540,8 +3540,8 @@ libfstrcmp.so.0 libfstrcmp-0.7.D001_1 libUMP.so.3 libump-git-20181122_2 libdri2.so.1 libdri2-git-20140317_2 libpst.so.4 libpst-0.6.72_1 -libhamlib.so.4 hamlib-4.2_1 -libhamlib++.so.4 hamlib-4.2_1 +libhamlib.so.4 hamlib-4.4_1 +libhamlib++.so.4 hamlib-4.4_1 libnss_mdns_minimal.so.2 nss-mdns-0.14.1_1 libnss_mdns4_minimal.so.2 nss-mdns-0.14.1_1 libnss_mdns6_minimal.so.2 nss-mdns-0.14.1_1 diff --git a/srcpkgs/hamlib/patches/fix-musl.patch b/srcpkgs/hamlib/patches/fix-musl.patch index 9dfbb72e821..4d057e5d039 100644 --- a/srcpkgs/hamlib/patches/fix-musl.patch +++ b/srcpkgs/hamlib/patches/fix-musl.patch @@ -1,11 +1,12 @@ -Index: rigs/prm80/prm80.h -=================================================================== +upstreamed in Hamlib/Hamlib#1024 + --- a/rigs/prm80/prm80.h +++ b/rigs/prm80/prm80.h @@ -23,6 +23,7 @@ #define _PRM80_H 1 - + #include -+#include /* for timeval */ - ++#include + #include "misc.h" + #define BACKEND_VER "20210416" diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template index 1296fad6081..3e9e8451285 100644 --- a/srcpkgs/hamlib/template +++ b/srcpkgs/hamlib/template @@ -1,7 +1,7 @@ # Template file for 'hamlib' pkgname=hamlib -version=4.2 -revision=2 +version=4.4 +revision=1 build_style=gnu-configure configure_args="--disable-static --with-perl-binding --with-python-binding --with-tcl-binding --with-xml-support" @@ -10,11 +10,11 @@ makedepends="gettext-devel libusb-devel libxml2-devel python3-devel readline-dev tcl-devel" depends="perl" short_desc="Library to control radio transceivers and receivers" -maintainer="bra1nwave " +maintainer="classabbyamp " license="LGPL-2.1-or-later, GPL-2.0-or-later" homepage="https://sourceforge.net/projects/hamlib/" distfiles="${SOURCEFORGE_SITE}/hamlib/${version}/${pkgname}-${version}.tar.gz" -checksum=e200b22f307e9a0c826187c2b08fe81c7d0283cf07056e6db3463d1481580fd5 +checksum=8bf0107b071f52f08587f38e2dee8a7848de1343435b326f8f66d95e1f8a2487 pre_configure() { CFLAGS+=" -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"