Thanks, applied as 4592d03165e0191781000b2eafe619776e8a6a33.

Michael

[sent from post-receive hook]

On Mon, 18 May 2026 09:54:14 +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/xterm.in b/rules/xterm.in
> deleted file mode 100644
> index 34cfb911ee2f..000000000000
> --- a/rules/xterm.in
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -## SECTION=staging
> -## old section:
> -### SECTION=multimedia_xorg_app
> -
> -config XTERM
> -     tristate
> -     select XORG_LIB_XAW
> -     select XORG_LIB_XMU
> -     select XORG_LIB_XEXT
> -     select XORG_LIB_XT
> -     select XORG_LIB_SM
> -     select XORG_LIB_ICE
> -     select XORG_LIB_X11
> -     select NCURSES
> -     prompt "xterm"
> -     help
> -       The xterm program is the standard terminal emulator for the X
> -       Window System.
> -
> -       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/xterm.make b/rules/xterm.make
> deleted file mode 100644
> index 832391070312..000000000000
> --- a/rules/xterm.make
> +++ /dev/null
> @@ -1,69 +0,0 @@
> -# -*-makefile-*-
> -#
> -# Copyright (C) 2006 by Sascha Hauer
> -#
> -# For further information about the PTXdist project and license conditions
> -# see the README file.
> -#
> -
> -#
> -# We provide this package
> -#
> -PACKAGES-$(PTXCONF_XTERM) += xterm
> -
> -#
> -# Paths and names
> -#
> -XTERM_VERSION        := 284
> -XTERM_MD5    := fa6bd90b91365f41c6bb895bee054c12
> -XTERM                := xterm-$(XTERM_VERSION)
> -XTERM_SUFFIX := tgz
> -XTERM_URL    := 
> https://invisible-mirror.net/archives/xterm/$(XTERM).$(XTERM_SUFFIX)
> -XTERM_SOURCE := $(SRCDIR)/$(XTERM).$(XTERM_SUFFIX)
> -XTERM_DIR    := $(BUILDDIR)/$(XTERM)
> -XTERM_LICENSE        := MIT
> -XTERM_LICENSE_FILES := \
> -     
> file://xterm.h;startline=4;endline=30;md5=1abc86c2506fe2c8138eb8d3bdb785e3
> -
> -# 
> ----------------------------------------------------------------------------
> -# Prepare
> -# 
> ----------------------------------------------------------------------------
> -
> -#
> -# autoconf
> -#
> -XTERM_CONF_TOOL      := autoconf
> -XTERM_CONF_OPT       := \
> -     $(CROSS_AUTOCONF_USR) \
> -     --disable-freetype \
> -     --disable-rpath-hack \
> -     --without-x
> -
> -#
> -# "--without-x" is no typo, it means don't look for X using pre
> -# defined --paths like /usr or /usr/X11, xterm will find X via
> -# pkg-config then.
> -#
> -
> -XTERM_MAKE_OPT := EXTRA_LOADFLAGS=-lICE
> -
> -# 
> ----------------------------------------------------------------------------
> -# Target-Install
> -# 
> ----------------------------------------------------------------------------
> -
> -$(STATEDIR)/xterm.targetinstall:
> -     @$(call targetinfo)
> -
> -     @$(call install_init, xterm)
> -     @$(call install_fixup, xterm,PRIORITY,optional)
> -     @$(call install_fixup, xterm,SECTION,base)
> -     @$(call install_fixup, xterm,AUTHOR,"Robert Schwebel 
> <[email protected]>")
> -     @$(call install_fixup, xterm,DESCRIPTION,missing)
> -
> -     @$(call install_copy, xterm, 0, 0, 0755, -, $(XORG_BINDIR)/xterm)
> -
> -     @$(call install_finish, xterm)
> -
> -     @$(call touch)
> -
> -# vim: syntax=make

Reply via email to