From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] miniupnpc: revert the addition of this package due to transmission reversion
Date: Thu, 02 Jan 2025 17:29:26 +0100 [thread overview]
Message-ID: <20250102162926.3561377-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250102162926.3561377-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 5428 bytes --]
- As transmission has been reverted back to version 4.0.5 then miniupnpc is no longer
needed for building or runtime.
- This removes the minupnpc lfs and rootfile files. It also removes miniupnpc from
the make.sh file.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/packages/miniupnpc | 19 -------
lfs/miniupnpc | 87 -----------------------------
make.sh | 1 -
3 files changed, 107 deletions(-)
delete mode 100644 config/rootfiles/packages/miniupnpc
delete mode 100644 lfs/miniupnpc
diff --git a/config/rootfiles/packages/miniupnpc b/config/rootfiles/packages/miniupnpc
deleted file mode 100644
index deee07ed4..000000000
--- a/config/rootfiles/packages/miniupnpc
+++ /dev/null
@@ -1,19 +0,0 @@
-usr/bin/external-ip
-usr/bin/upnp-listdevices
-usr/bin/upnpc
-#usr/include/miniupnpc
-#usr/include/miniupnpc/igd_desc_parse.h
-#usr/include/miniupnpc/miniupnpc.h
-#usr/include/miniupnpc/miniupnpc_declspec.h
-#usr/include/miniupnpc/miniupnpctypes.h
-#usr/include/miniupnpc/miniwget.h
-#usr/include/miniupnpc/portlistingparse.h
-#usr/include/miniupnpc/upnpcommands.h
-#usr/include/miniupnpc/upnpdev.h
-#usr/include/miniupnpc/upnperrors.h
-#usr/include/miniupnpc/upnpreplyparse.h
-#usr/lib/libminiupnpc.a
-#usr/lib/libminiupnpc.so
-usr/lib/libminiupnpc.so.18
-#usr/lib/pkgconfig/miniupnpc.pc
-#usr/share/man/man3/miniupnpc.3.gz
diff --git a/lfs/miniupnpc b/lfs/miniupnpc
deleted file mode 100644
index ae6f0947e..000000000
--- a/lfs/miniupnpc
+++ /dev/null
@@ -1,87 +0,0 @@
-###############################################################################
-# #
-# IPFire.org - A linux based firewall #
-# Copyright (C) 2024 IPFire Team <info(a)ipfire.org> #
-# #
-# 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 <http://www.gnu.org/licenses/>. #
-# #
-###############################################################################
-
-###############################################################################
-# Definitions
-###############################################################################
-
-include Config
-
-SUMMARY = mini uPNP client (needed for transmission)
-
-VER = 2.2.8
-
-THISAPP = miniupnpc-$(VER)
-DL_FILE = $(THISAPP).tar.gz
-DL_FROM = $(URL_IPFIRE)
-DIR_APP = $(DIR_SRC)/$(THISAPP)
-TARGET = $(DIR_INFO)/$(THISAPP)
-PROG = miniupnpc
-PAK_VER = 1
-
-DEPS =
-
-###############################################################################
-# Top-level Rules
-###############################################################################
-
-objects = $(DL_FILE)
-
-$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-
-$(DL_FILE)_BLAKE2 = eae4d97bdf8c494ea6744edfeb870f9d92df8468d23f974e0e44e735fc7c8925189ea58f60a71c37315aebff1269ae69e9413cdf80dc292c4b90df5f12bf58a4
-
-install : $(TARGET)
-
-check : $(patsubst %,$(DIR_CHK)/%,$(objects))
-
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
-
-b2 : $(subst %,%_BLAKE2,$(objects))
-
-dist:
- @$(PAK)
-
-###############################################################################
-# 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 axf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && make
- cd $(DIR_APP) && python3 setup.py build
- cd $(DIR_APP) && make install
- @rm -rf $(DIR_APP)
- @$(POSTBUILD)
-
diff --git a/make.sh b/make.sh
index 41bb1ea93..904ff2ede 100755
--- a/make.sh
+++ b/make.sh
@@ -1987,7 +1987,6 @@ build_system() {
lfsmake2 aws-cli
lfsmake2 oci-python-sdk
lfsmake2 oci-cli
- lfsmake2 miniupnpc
lfsmake2 transmission
lfsmake2 mtr
lfsmake2 minidlna
--
2.47.1
next prev parent reply other threads:[~2025-01-02 16:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-02 16:29 [PATCH 1/2] transmission: revert version back to 4.0.5 Adolf Belka
2025-01-02 16:29 ` Adolf Belka [this message]
2025-01-02 16:43 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250102162926.3561377-2-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox