treewide: drop patches related to uClibc-ng
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 15 Jun 2025 06:16:44 +0000 (08:16 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 18 Jun 2025 05:24:34 +0000 (07:24 +0200)
These patches seems leftovers, because uClibc-ng was
removed from OpenWrt main repo in 2020 [1].
If someone is uses still uClibc-ng, then these patches
should be upstreamed.

[1] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=63fb175203bbf3b336804587c2f5b3a2d8132ec1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
net/ibrdtnd/Makefile
net/ibrdtnd/patches/020-uClibc-ng.patch [deleted file]
net/uwsgi/Makefile
net/uwsgi/patches/010-uclibc-ng.patch [deleted file]
sound/espeak/Makefile
sound/espeak/patches/010-uclibcxx.patch [deleted file]
utils/device-observatory/Makefile
utils/device-observatory/patches/010-uClibc-ng.patch [deleted file]

index f3e4bb5d0a3eff14ce25acdfae5b22e7e0ce1bf8..8e392f92ea35cf900c937a9481ecad7590b0bf8f 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ibrdtnd
 PKG_VERSION:=1.0.1
-PKG_RELEASE:=7
+PKG_RELEASE:=8
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
diff --git a/net/ibrdtnd/patches/020-uClibc-ng.patch b/net/ibrdtnd/patches/020-uClibc-ng.patch
deleted file mode 100644 (file)
index abe2209..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/src/security/SecurityCertificateManager.cpp
-+++ b/src/security/SecurityCertificateManager.cpp
-@@ -23,6 +23,7 @@
- #include "Configuration.h"
- #include <cstdlib>
-+#include <cstring>
- #include <ibrcommon/Logger.h>
- #include <ibrcommon/ssl/TLSStream.h>
---- a/src/security/SecurityManager.cpp
-+++ b/src/security/SecurityManager.cpp
-@@ -28,6 +28,7 @@
- #include <ibrdtn/security/PayloadConfidentialBlock.h>
- #include <ibrdtn/security/ExtensionSecurityBlock.h>
- #include <ibrcommon/Logger.h>
-+#include <cstring>
- #ifdef __DEVELOPMENT_ASSERTIONS__
- #include <cassert>
index 42bc3e3aa31b076403ef2cfb075691f97547bbfc..58605b4edbbd18c18e247c965905b6edb4dcc864 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uwsgi
 PKG_VERSION:=2.0.26
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PYPI_NAME:=uWSGI
 PYPI_SOURCE_NAME:=uwsgi
diff --git a/net/uwsgi/patches/010-uclibc-ng.patch b/net/uwsgi/patches/010-uclibc-ng.patch
deleted file mode 100644 (file)
index e98bab3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/core/uwsgi.c
-+++ b/core/uwsgi.c
-@@ -1794,7 +1794,7 @@ void uwsgi_plugins_atexit(void) {
- void uwsgi_backtrace(int depth) {
--#if defined(__GLIBC__) || (defined(__APPLE__) && !defined(NO_EXECINFO)) || defined(UWSGI_HAS_EXECINFO)
-+#if (!defined(__UCLIBC__) && defined(__GLIBC__)) || (defined(__APPLE__) && !defined(NO_EXECINFO)) || defined(UWSGI_HAS_EXECINFO)
- #include <execinfo.h>
index 634b040f47f661ade9a106e19e2f9ab3685cb150..0d7afedac63db144fa85717d8242ba8aa6452dd3 100644 (file)
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=espeak
 PKG_VERSION:=1.48.04
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-source.zip
 PKG_SOURCE_URL:=@SF/espeak
diff --git a/sound/espeak/patches/010-uclibcxx.patch b/sound/espeak/patches/010-uclibcxx.patch
deleted file mode 100644 (file)
index 127df39..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -83,15 +83,15 @@ libespeak_SOURCES = speak_lib.cpp compil
- SRCS1=$(speak_SOURCES)
- OBJS1=$(patsubst %.cpp,%.o,$(SRCS1))
--LIBS1=-lstdc++ $(LIB_AUDIO) -lpthread $(EXTRA_LIBS)
-+LIBS1=$(LIB_AUDIO) -lpthread $(EXTRA_LIBS)
- SRCS2=$(libespeak_SOURCES)
- OBJS2=$(patsubst %.cpp,x_%.o,$(SRCS2))
--LIBS2=-lstdc++ $(LIB_AUDIO) -lpthread
-+LIBS2=$(LIB_AUDIO) -lpthread
- SRCS3 = espeak.cpp
- OBJS3=$(patsubst %.cpp,%.o,$(SRCS3))
--LIBS3=-lstdc++ -L . -lespeak
-+LIBS3=-L . -lespeak
- CXXFLAGS=-O2
index e08457fc15c0c112f8d767bad5dc85f348547c78..4a41b9a8cacc646258cf065bc01f3ed9c357b2d6 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=device-observatory
 PKG_VERSION:=1.2.0
-PKG_RELEASE:=7
+PKG_RELEASE:=8
 
 PKG_SOURCE_URL:=https://codeload.github.com/mwarning/device-observatory/tar.gz/v$(PKG_VERSION)?
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
diff --git a/utils/device-observatory/patches/010-uClibc-ng.patch b/utils/device-observatory/patches/010-uClibc-ng.patch
deleted file mode 100644 (file)
index 077a971..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/src/parse_ether.c
-+++ b/src/parse_ether.c
-@@ -21,10 +21,18 @@
- #include "parse_ether.h"
- /* tcpdump header (ether.h) defines ETHER_HDRLEN) */
--#ifndef ETHER_HDRLEN 
-+#ifndef ETHER_HDRLEN
- #define ETHER_HDRLEN 14
- #endif
-+/* uClibc-ng compatibility */
-+#ifndef IPPROTO_BEETPH
-+#define IPPROTO_BEETPH        94
-+#endif
-+
-+#ifndef IPPROTO_MPLS
-+#define IPPROTO_MPLS  137
-+#endif
- const char *ip_protcol_str(int p)
- {