[Buildroot] [PATCH 1/1] package/ficl: update SITE
Arnout Vandecappelle
arnout at rnout.be
Thu Dec 11 19:30:56 UTC 2025
In reply of:
> Upstream moved the tarball to another folder:
> https://sourceforge.net/p/ficl/news/2025/07/ficl4-is-retiring/
> and also retired the package.
>
> This patch just fixes the download problem.
> CC'ing Francois to ask whether the package should be removed until a new
> version 3.x is released.
>
> Fixes:
> https://autobuild.buildroot.net/results/125/125fa1c0a3b37b4d09389a49640b90121838c665/
>
> Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Applied to 2025.02.x and 2025.08.x. Thanks
> ---
> package/ficl/ficl.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/ficl/ficl.mk b/package/ficl/ficl.mk
> index af900fa2cf..c0698a3433 100644
> --- a/package/ficl/ficl.mk
> +++ b/package/ficl/ficl.mk
> @@ -6,7 +6,7 @@
>
> FICL_VERSION_MAJOR = 4.1
> FICL_VERSION = $(FICL_VERSION_MAJOR).0
> -FICL_SITE = http://downloads.sourceforge.net/project/ficl/ficl-all/ficl$(FICL_VERSION_MAJOR)
> +FICL_SITE = https://sourceforge.net/projects/ficl/files/OldFiles/Ficl4%20%28retired%29
> FICL_LICENSE = BSD-2-Clause
> FICL_LICENSE_FILES = ReadMe.txt
> FICL_INSTALL_STAGING = YES
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
More information about the buildroot
mailing list