From ffaa94deb97e2fe6576a4bf5f48b0f565d866beb Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 12 Mar 2023 10:07:41 +0100 Subject: [PATCH] pth: Drop package This package is very outdated and not longer used by any of our software. So it is safe to drop it. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- pth/patches/pth-2.0.5-parallelfix.patch0 | 15 ------- pth/pth.nm | 52 ------------------------ 2 files changed, 67 deletions(-) delete mode 100644 pth/patches/pth-2.0.5-parallelfix.patch0 delete mode 100644 pth/pth.nm diff --git a/pth/patches/pth-2.0.5-parallelfix.patch0 b/pth/patches/pth-2.0.5-parallelfix.patch0 deleted file mode 100644 index a305f5933..000000000 --- a/pth/patches/pth-2.0.5-parallelfix.patch0 +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.in.orig 2005-11-08 05:58:55.000000000 +1100 -+++ Makefile.in 2005-11-08 06:29:02.000000000 +1100 -@@ -148,10 +148,9 @@ - - # be aware of libtool when building the objects - .SUFFIXES: --.SUFFIXES: .c .o .lo --.c.o: -+%.o: %.c $(TARGET_PREQ) - $(CC) -c $(CPPFLAGS) $(CFLAGS) $< --.c.lo: -+%.lo: %.c $(TARGET_PREQ) - $(LIBTOOL) --mode=compile --quiet $(CC) -c $(CPPFLAGS) $(CFLAGS) $< - - # the default target diff --git a/pth/pth.nm b/pth/pth.nm deleted file mode 100644 index 013137870..000000000 --- a/pth/pth.nm +++ /dev/null @@ -1,52 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = pth -version = 2.0.7 -release = 3.1 - -groups = System/Libraries -url = http://www.gnu.org/software/pth -license = GPLv3+ -summary = GNU Pth - The GNU Portable Threads. - -description - The Pth package contains a very portable POSIX/ANSI-C based library for \ - Unix platforms which provides non-preemptive priority-based scheduling for \ - multiple threads of execution (multithreading) inside event-driven \ - applications. -end - -source_dl = ftp://ftp.gnu.org/gnu/pth/ - -build - requires - libtool - end - - configure_options += \ - --disable-static \ - --mandir=/usr/share/man - - prepare_cmds - %{MACRO_FIX_AUTOTOOLS} - end - - test - make check - end -end - -packages - package %{name} - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end -- 2.47.3