package/logsurfer: remove package

The logsurfer package has not received updates since 2011 according to
its website [1].

It also fails on the autobuilder when building with GCC14.

Package author did a single contribution to buildroot by adding this
package.

[1] https://crypt.gen.nz/logsurfer/

Fixes: https://autobuild.buildroot.org/results/ed9/ed906670ab7b901d95289b388262d9eded8b2c18
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Thomas Perale
2025-08-29 09:33:44 +02:00
committed by Julien Olivain
parent 8e9e4feae1
commit d7a2937550
6 changed files with 7 additions and 30 deletions

View File

@@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2025.11"
config BR2_PACKAGE_LOGSURFER
bool "logsurfer has been removed"
select BR2_LEGACY
help
Logsurfer last updates was on 2011 and fails to build with
GCC14.
config BR2_LINUX_KERNEL_EXT_FBTFT
bool "FB TFT drivers are deprecated"
select BR2_LEGACY

View File

@@ -881,9 +881,6 @@ F: board/qemu/sparc-ss10/
F: configs/qemu_sparc_ss10_defconfig
F: package/uclibc-ng-test/
N: Dominik Faessler <faessler@was.ch>
F: package/logsurfer/
N: Dominik Michael Rauh <dmrauh@posteo.de>
F: package/gdal/

View File

@@ -2789,7 +2789,6 @@ comment "Utilities"
source "package/inotify-tools/Config.in"
source "package/lockfile-progs/Config.in"
source "package/logrotate/Config.in"
source "package/logsurfer/Config.in"
source "package/lowdown/Config.in"
source "package/minisign/Config.in"
source "package/neofetch/Config.in"

View File

@@ -1,8 +0,0 @@
config BR2_PACKAGE_LOGSURFER
bool "logsurfer"
depends on BR2_USE_MMU # fork()
help
Logsurfer is a program for monitoring system logs in
real-time, and reporting on the occurrence of events.
http://www.crypt.gen.nz/logsurfer/

View File

@@ -1,3 +0,0 @@
# From https://www.crypt.gen.nz/logsurfer/
md5 4c26a74d813ccf766117c95c644aa601 logsurfer-1.8.tar.gz
sha256 74a36e8530a884031b4ae2344a46b9aaa07a1ee36d143802f6b64f817c5bd1af logsurfer-1.8.tar.gz

View File

@@ -1,15 +0,0 @@
################################################################################
#
# logsurfer
#
################################################################################
LOGSURFER_VERSION = 1.8
LOGSURFER_SITE = http://downloads.sourceforge.net/project/logsurfer/logsurfer/logsurfer-$(LOGSURFER_VERSION)
define LOGSURFER_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/src/logsurfer \
$(TARGET_DIR)/usr/bin/logsurfer
endef
$(eval $(autotools-package))