Thanks, applied as 86a3b32dc346f6abec6726da1727e61b518b2049. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:53:50 +0200, Thorsten Scherer <[email protected]> wrote: > Signed-off-by: Thorsten Scherer <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/libcli.in b/rules/libcli.in > deleted file mode 100644 > index 95f825e276e8..000000000000 > --- a/rules/libcli.in > +++ /dev/null > @@ -1,14 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=system_libraries > - > -config LIBCLI > - tristate > - select LIBC_CRYPT > - prompt "libcli" > - help > - emulates a cisco style telnet command-line interface > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist, upstream dead and fails to build with > - current toolchains. > diff --git a/rules/libcli.make b/rules/libcli.make > deleted file mode 100644 > index 04fefb2b955e..000000000000 > --- a/rules/libcli.make > +++ /dev/null > @@ -1,69 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2021 by Michael Olbrich <[email protected]> > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_LIBCLI) += libcli > - > -# > -# Paths and names > -# > -LIBCLI_VERSION := 1.10.5 > -LIBCLI_MD5 := bc821296855d28917b294b83b27e82ee > -LIBCLI := libcli-$(LIBCLI_VERSION) > -LIBCLI_SUFFIX := tar.gz > -LIBCLI_URL := > https://github.com/dparrish/libcli/archive/V$(LIBCLI_VERSION).$(LIBCLI_SUFFIX) > -LIBCLI_SOURCE := $(SRCDIR)/$(LIBCLI).$(LIBCLI_SUFFIX) > -LIBCLI_DIR := $(BUILDDIR)/$(LIBCLI) > -LIBCLI_LICENSE := LGPL-2.1-only > -LIBCLI_LICENSE_FILES := file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7 > - > -# > ---------------------------------------------------------------------------- > -# Prepare > -# > ---------------------------------------------------------------------------- > - > -LIBCLI_CONF_TOOL := NO > - > -# > ---------------------------------------------------------------------------- > -# Compile > -# > ---------------------------------------------------------------------------- > - > -LIBCLI_MAKE_OPT := \ > - $(CROSS_ENV_PROGS) \ > - PREFIX=/usr \ > - STATIC_LIB=0 > - > -# > ---------------------------------------------------------------------------- > -# Install > -# > ---------------------------------------------------------------------------- > - > -LIBCLI_INSTALL_OPT := \ > - $(LIBCLI_MAKE_OPT) \ > - install > - > -# > ---------------------------------------------------------------------------- > -# Target-Install > -# > ---------------------------------------------------------------------------- > - > -$(STATEDIR)/libcli.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, libcli) > - @$(call install_fixup, libcli,PRIORITY,optional) > - @$(call install_fixup, libcli,SECTION,base) > - @$(call install_fixup, libcli,AUTHOR,"Michael Olbrich > <[email protected]>") > - @$(call install_fixup, libcli,DESCRIPTION,missing) > - > - @$(call install_lib, libcli, 0, 0, 0644, libcli) > - > - @$(call install_finish, libcli) > - > - @$(call touch) > - > -# vim: syntax=make
