From patchwork Thu Apr 28 11:52:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5561 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KpvBD5LRPz3x1v for ; Thu, 28 Apr 2022 11:52:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KpvBB2ZYkz2jP; Thu, 28 Apr 2022 11:52:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KpvBB0ws7z2yPh; Thu, 28 Apr 2022 11:52:34 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KpvB93ZqLz2xNf for ; Thu, 28 Apr 2022 11:52:33 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KpvB872QmzfF; Thu, 28 Apr 2022 11:52:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1651146753; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=XI6hT8gZpoqOhJbbM6mINK+1KU6OyFSiijn1BlRbCHQ=; b=FB1FRO6tVvyOQexY+SJAYXnG9nJxbuH3JHcINpugCaARY49NilJLy7kTDsmF2Zd5ZaxFsZ PwjSwPED0zdcGDDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1651146753; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=XI6hT8gZpoqOhJbbM6mINK+1KU6OyFSiijn1BlRbCHQ=; b=Rk/QSfcDRG91KndQ6x8yuqo3yYHJ35Ell5fV08Ut6Gw3gL56O0H5Ump8Xe7I8V3SrzOqk6 9/4zpvLGO2EJKUmSKqvVYCF0rACfRq0MzBpRhWxeccAOKWjb5src57nk2n/WZquVrzp8y3 w8nOZot8sOIzQImPWCvKD/GGixpdviOsvTvSmvW6xEILBoxYTLt03lFSFl9bxBW3Kb3jV1 DVNAqadW31L7YnzuRo6w2zTBrpz0fYGHnsJyYsnHOF0at9+M9BfUvQ9W7XCWF3dxq+K3UK R1W3YGnCU5Tw9GSc9yTjTQMCsPPKIwVW07IwWnZUM6G4ox8XdzJC4lAXhxNfCA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ncurses-compat: remove orphaned lfs file Date: Thu, 28 Apr 2022 13:52:30 +0200 Message-Id: <20220428115230.3579288-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - ncurses-compat was removed from make.sh in Core Update 119 together with the rootfile --ncurses-compat lfs file was left behind at that time Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/ncurses-compat | 130 --------------------------------------------- 1 file changed, 130 deletions(-) delete mode 100644 lfs/ncurses-compat diff --git a/lfs/ncurses-compat b/lfs/ncurses-compat deleted file mode 100644 index fc63ab1b1..000000000 --- a/lfs/ncurses-compat +++ /dev/null @@ -1,130 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 5.9 - -THISAPP = ncurses-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) - -# Normal build or $(TOOLS_DIR) build. -# -ifeq "$(ROOT)" "" - TARGET = $(DIR_INFO)/$(THISAPP) - PREFIX = /usr -else - TARGET = $(DIR_INFO)/$(THISAPP)-tools - PREFIX = $(TOOLS_DIR) -endif - -EXTRA_CONFIG += \ - --prefix=$(PREFIX) \ - --with-shared \ - --without-debug \ - --without-ada \ - --with-ospeed=unsigned \ - --with-chtype=long \ - --enable-hard-tabs \ - --enable-xmc-glitch \ - --enable-colorfgbg \ - --enable-overwrite \ - --with-termlib=tinfo \ - --disable-nls - -export CPPFLAGS = -P - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = 91101b049a5eb6a2674fb86b5eba56515207f490dc7a6348f3194bbc50649717a26aff7a0df64f67ca318b5f244455cd57e760c65b9e551f6ec65b8c035a6ae1 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && mkdir -pv narrowc widec - - # Build narrowc version. - cd $(DIR_APP)/narrowc && ln -svf ../configure . - cd $(DIR_APP)/narrowc && ./configure $(EXTRA_CONFIG) --with-ticlib - cd $(DIR_APP)/narrowc && make libs - cd $(DIR_APP)/narrowc && make -C progs - - # Build widec version. - cd $(DIR_APP)/widec && ln -svf ../configure . - cd $(DIR_APP)/widec && ./configure $(EXTRA_CONFIG) \ - --enable-widec --without-progs - cd $(DIR_APP)/widec && make libs - - # Install everything. - cd $(DIR_APP) && make -C narrowc install.{libs,progs,data} - rm -vf $(PREFIX)/lib/libtinfo.* - cd $(DIR_APP) && make -C widec install.{libs,includes,man} - - # don't require -ltinfo when linking with --no-add-needed - for l in $(PREFIX)/lib/libncurses{,w}.so; do \ - soname=$$(basename $$(readlink $$l)); \ - rm -f $$l; \ - echo "INPUT($$soname -ltinfo)" > $$l; \ - done - - rm -vf $(PREFIX)/lib/libcurses{,w}.so - echo "INPUT(-lncurses)" > $(PREFIX)/lib/libcurses.so - echo "INPUT(-lncursesw)" > $(PREFIX)/lib/libcursesw.so - echo "INPUT(-ltinfo)" > $(PREFIX)/lib/libtermcap.so - @rm -rf $(DIR_APP) - @$(POSTBUILD)