]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pth: Drop package
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 12 Mar 2023 09:07:41 +0000 (10:07 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Mar 2023 14:36:40 +0000 (14:36 +0000)
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 <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
pth/patches/pth-2.0.5-parallelfix.patch0 [deleted file]
pth/pth.nm [deleted file]

diff --git a/pth/patches/pth-2.0.5-parallelfix.patch0 b/pth/patches/pth-2.0.5-parallelfix.patch0
deleted file mode 100644 (file)
index a305f59..0000000
+++ /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 (file)
index 0131378..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-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