On Tue Feb 13, 2024 at 08:59:56PM +0100, Gonzalo L. Rodriguez wrote:
> Hello,
>
> Update for Axel to 2.17.13:
>
> https://github.com/axel-download-accelerator/axel/releases/tag/v2.17.13
>
> OK? Comments?
>
> Cheers.-
What surprises me a bit is that in the README.md of the upstream project
it says that it depends on "gettext", but our port does not address it.
Here is the configure output:
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
So i think you need devel/gettext,-tools as build dependency. It also
depends on C11 so I suggest the following lines:
COMPILER = base-clang ports-gcc
COMPILER_LANGS =c
Otherwise it looks good.
>
>
> Index: Makefile
> ===
> RCS file: /cvs/ports/net/axel/Makefile,v
> retrieving revision 1.18
> diff -u -p -r1.18 Makefile
> --- Makefile 27 Sep 2023 14:18:00 - 1.18
> +++ Makefile 13 Feb 2024 19:58:26 -
> @@ -1,6 +1,6 @@
> COMMENT= tiny download accelerator
>
> -V= 2.17.11
> +V= 2.17.13
> DISTNAME=axel-$V
>
> CATEGORIES= net
> Index: distinfo
> ===
> RCS file: /cvs/ports/net/axel/distinfo,v
> retrieving revision 1.7
> diff -u -p -r1.7 distinfo
> --- distinfo 3 Feb 2022 08:52:06 - 1.7
> +++ distinfo 13 Feb 2024 19:58:26 -
> @@ -1,2 +1,2 @@
> -SHA256 (axel-2.17.11.tar.gz) = 8SaC+YHIPzdLgrBmjyX2lKIEK2F7I27m+wV+VHPFTjE=
> -SIZE (axel-2.17.11.tar.gz) = 377920
> +SHA256 (axel-2.17.13.tar.gz) = YEzn+9s3UAxGIpXWwD+lnrTf+3gP3y/DxB/6dcj27Dg=
> +SIZE (axel-2.17.13.tar.gz) = 312226
> --
>
>%gonzalo
>