From patchwork Mon Oct 14 16:51:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8183 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Cz0g6Nz3wyH for ; Mon, 14 Oct 2024 16:51:43 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XS3Cx1g6hz34q; Mon, 14 Oct 2024 16:51:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XS3Cx19DHz34LM; Mon, 14 Oct 2024 16:51:41 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XS3Ch2ttcz34Hf for ; Mon, 14 Oct 2024 16:51:28 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XS3Cf6k6rz4Xr; Mon, 14 Oct 2024 16:51:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1728924687; 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: in-reply-to:in-reply-to:references:references; bh=RR8s73DcQjxFyh65cQKVjHdfhBPTaYoTGE2Lu4te1l8=; b=fFzQuX270531SdNliiBjIc0NePdDMAsmdKtRgB1QRms5vRGhIXVEMjyFVbp6W2KpjiUXDX quumavQB6c9XOiAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1728924687; 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: in-reply-to:in-reply-to:references:references; bh=RR8s73DcQjxFyh65cQKVjHdfhBPTaYoTGE2Lu4te1l8=; b=lxtf4K7PrZ2SS2fu+HRRrMGtGF2YCEhM5dmaor4EeZZnvYQkx/9ufXFHNA9IMV4dxBSOF5 q0hka2SLTaZpgOIs8IbUJhPiSL1wg0ITC9zBDMSgo/d1NrHeAzXAeh5CeiEoNzu7y+Pvln zfC2xzzvEi6eLI5JWHH0o3GqcpQmNCzjXO0js26Lqb9OQf4EWQxQf5mXt1uaTcf2Cc2Jkq jxlyZV54Ij83Pw2t/hyojbYza3QevHr7iVC3H1AQwOmkyz6KAujhQGJpyVmpBtWYXAJxW4 wWiDnmVwTabHLlnj/8aP1l4i2K1DzVSpEIEVHuMwHtTT4h+Av2b2uStuoPKwgw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 15/17] make.sh: All removed packages removed from make.sh Date: Mon, 14 Oct 2024 18:51:15 +0200 Message-ID: <20241014165117.15440-15-adolf.belka@ipfire.org> In-Reply-To: <20241014165117.15440-1-adolf.belka@ipfire.org> References: <20241014165117.15440-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: K7LML2W3PBXXHCZWGNHLGTUESMP5QM53 X-Message-ID-Hash: K7LML2W3PBXXHCZWGNHLGTUESMP5QM53 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - As discussed at IPFire conf call on 7th Oct Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- make.sh | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/make.sh b/make.sh index 8e980f392..1bd80e6d0 100755 --- a/make.sh +++ b/make.sh @@ -1660,11 +1660,9 @@ build_system() { lfsmake2 libnl-3 lfsmake2 libidn lfsmake2 nasm - lfsmake2 libjpeg - lfsmake2 openjpeg lfsmake2 libexif + lfsmake2 libjpeg lfsmake2 libpng - lfsmake2 libtiff lfsmake2 gd lfsmake2 slang lfsmake2 newt @@ -1790,17 +1788,6 @@ build_system() { lfsmake2 intltool lfsmake2 libdaemon lfsmake2 avahi - lfsmake2 cups - lfsmake2 lcms2 - lfsmake2 ghostscript - lfsmake2 qpdf - lfsmake2 poppler - lfsmake2 poppler-data - lfsmake2 cups-filters - lfsmake2 epson-inkjet-printer-escpr - lfsmake2 cups-pdf - lfsmake2 foomatic - lfsmake2 hplip lfsmake2 cifs-utils lfsmake2 krb5 lfsmake2 rpcsvc-proto @@ -1899,7 +1886,6 @@ build_system() { lfsmake2 syslinux lfsmake2 tftpd lfsmake2 cpufrequtils - lfsmake2 gutenprint lfsmake2 apcupsd lfsmake2 fireperf lfsmake2 iperf