From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:54:55 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsoR-0013Nv-1L for lore@lore.pengutronix.de; Mon, 18 May 2026 09:54:55 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsoQ-0006lk-R2; Mon, 18 May 2026 09:54:54 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsnK-0002cB-EU; Mon, 18 May 2026 09:53:46 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsnJ-000YRX-2Y; Mon, 18 May 2026 09:53:46 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsnK-00000000DFO-1HbP; Mon, 18 May 2026 09:53:46 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:53:46 +0200 Message-ID: <20260518075346.50915-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504121331.57729-8-t.scherer@eckelmann.de> References: <20260504121331.57729-8-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] dialog: Remove after one year in staging X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Thorsten Scherer Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 5577e5658db18378107a4d5659e23117baa915f3. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:53:46 +0200, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > Message-Id: <20260504121331.57729-8-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > 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 > -# > -# 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 ") > - @$(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