Thanks, applied as 5577e5658db18378107a4d5659e23117baa915f3. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:53:46 +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/dialog.in b/rules/dialog.in > deleted file mode 100644 > index c129aad3e331..000000000000 > --- a/rules/dialog.in > +++ /dev/null > @@ -1,19 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=shell_and_console > - > -config DIALOG > - tristate > - select LIBC_M > - select NCURSES > - prompt "dialog" > - help > - Dialog is a program that will let you to present a variety of > - questions or display messages using dialog boxes from a shell script. > - It is built from the dialog library, which consists of several widgets > - as well as utility functions that are used by the widgets or the main > - program. > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist and fails to build with current toolchains. > - Needs updating to the latest version. > diff --git a/rules/dialog.make b/rules/dialog.make > deleted file mode 100644 > index 6ab97bde0073..000000000000 > --- a/rules/dialog.make > +++ /dev/null > @@ -1,76 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2010 by Bart vdr. Meulen <[email protected]> > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_DIALOG) += dialog > - > -# > -# Paths and names > -# > -DIALOG_VERSION := 1.3-20171209 > -DIALOG_MD5 := f66f28beca900b54f5fc90fdcce93508 > -DIALOG := dialog-$(DIALOG_VERSION) > -DIALOG_SUFFIX := tgz > -DIALOG_URL := > https://invisible-mirror.net/archives/dialog/$(DIALOG).$(DIALOG_SUFFIX) > -DIALOG_SOURCE := $(SRCDIR)/$(DIALOG).$(DIALOG_SUFFIX) > -DIALOG_DIR := $(BUILDDIR)/$(DIALOG) > -DIALOG_LICENSE := LGPL-2.1-only > - > -# > ---------------------------------------------------------------------------- > -# Prepare > -# > ---------------------------------------------------------------------------- > - > -DIALOG_CONF_TOOL := autoconf > -DIALOG_CONF_OPT := \ > - $(CROSS_AUTOCONF_USR) \ > - --enable-echo \ > - $(GLOBAL_LARGE_FILE_OPTION) \ > - --disable-nls \ > - --disable-trace \ > - --disable-rpath \ > - --with-ncurses \ > - --without-Xaw3d \ > - --without-Xaw3dxft \ > - --without-neXtaw \ > - --without-XawPlus \ > - --without-x \ > - --enable-extras \ > - --enable-rc-file \ > - --enable-Xdialog \ > - --enable-Xdialog2 \ > - --enable-whiptail \ > - --enable-form \ > - --enable-gauge \ > - --enable-tailbox \ > - --enable-mixedform \ > - --enable-mixedgauge \ > - --enable-widec \ > - --disable-rpath-hack > - > -# > ---------------------------------------------------------------------------- > -# Target-Install > -# > ---------------------------------------------------------------------------- > - > -$(STATEDIR)/dialog.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, dialog) > - @$(call install_fixup, dialog,PRIORITY,optional) > - @$(call install_fixup, dialog,SECTION,base) > - @$(call install_fixup, dialog,AUTHOR,"Bart vdr. Meulen > <[email protected]>") > - @$(call install_fixup, dialog,DESCRIPTION,missing) > - > - @$(call install_copy, dialog, 0, 0, 0755, -, /usr/bin/dialog) > - > - @$(call install_finish, dialog) > - > - @$(call touch) > - > -# vim: syntax=make
