diff --git a/testing/checkpolicy/0001-remove-apple-ifdef.patch b/testing/checkpolicy/0001-remove-apple-ifdef.patch
deleted file mode 100644
index 7f50510be2e4beb869b2f886f08a7a231a8d5252..0000000000000000000000000000000000000000
--- a/testing/checkpolicy/0001-remove-apple-ifdef.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/checkpolicy.c
-+++ b/checkpolicy.c
-@@ -71,13 +71,11 @@
- #include <fcntl.h>
- #include <stdio.h>
- #include <errno.h>
- #include <sys/mman.h>
- 
--#ifdef __APPLE__
- #include <ctype.h>
--#endif
- 
- #include <sepol/module_to_cil.h>
- #include <sepol/policydb/policydb.h>
- #include <sepol/policydb/services.h>
- #include <sepol/policydb/conditional.h>
diff --git a/testing/cni-plugins/ethtool-x86-go.patch b/testing/cni-plugins/ethtool-x86-go.patch
deleted file mode 100644
index 00f2798b9d67694a902adf64380c4c8672066b7a..0000000000000000000000000000000000000000
--- a/testing/cni-plugins/ethtool-x86-go.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/vendor/github.com/safchain/ethtool/ethtool.go b/vendor/github.com/safchain/ethtool/ethtool.go
-index 1f8828f..98387e6 100644
---- a/vendor/github.com/safchain/ethtool/ethtool.go
-+++ b/vendor/github.com/safchain/ethtool/ethtool.go
-@@ -202,9 +202,9 @@ func (e *Ethtool) Close() {
- }
- 
- func NewEthtool() (*Ethtool, error) {
--	fd, _, err := syscall.RawSyscall(syscall.SYS_SOCKET, syscall.AF_INET, syscall.SOCK_DGRAM, syscall.IPPROTO_IP)
--	if err != 0 {
--		return nil, syscall.Errno(err)
-+	fd, err := syscall.Socket(syscall.AF_INET, syscall.SOCK_DGRAM, syscall.IPPROTO_IP)
-+	if err != nil {
-+		return nil, err
- 	}
- 
- 	return &Ethtool{
diff --git a/testing/dolphin-emu/add-missing-x11-includes.patch b/testing/dolphin-emu/add-missing-x11-includes.patch
deleted file mode 100644
index 2b9db2ca71bf0fab0ee74e82a53ac114c1eab201..0000000000000000000000000000000000000000
--- a/testing/dolphin-emu/add-missing-x11-includes.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From ac17ff1e4400b80ce0be64911bf1c4f1ac548c34 Mon Sep 17 00:00:00 2001
-From: Shiz <hi@shiz.me>
-Date: Sat, 29 Jun 2019 02:21:47 +0200
-Subject: [PATCH] Core: add missing X11 includes
-
----
- Source/Core/DolphinNoGUI/PlatformX11.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Source/Core/DolphinNoGUI/PlatformX11.cpp b/Source/Core/DolphinNoGUI/PlatformX11.cpp
-index af8993a4a58..dfa1c0729d3 100644
---- a/Source/Core/DolphinNoGUI/PlatformX11.cpp
-+++ b/Source/Core/DolphinNoGUI/PlatformX11.cpp
-@@ -18,6 +18,7 @@
- 
- #include <X11/Xatom.h>
- #include <X11/Xlib.h>
-+#include <X11/Xutil.h>
- #include <X11/keysym.h>
- #include "UICommon/X11Utils.h"
- #include "VideoCommon/RenderBase.h"
diff --git a/testing/dolphin-emu/fix-compilation-without-xrandr-support.patch b/testing/dolphin-emu/fix-compilation-without-xrandr-support.patch
deleted file mode 100644
index 9d1c9ff3338f4434398950515fe289f25e27a0a9..0000000000000000000000000000000000000000
--- a/testing/dolphin-emu/fix-compilation-without-xrandr-support.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 7bb9f502cf4505d7f30b8f0a3303e05464fafe44 Mon Sep 17 00:00:00 2001
-From: Shiz <hi@shiz.me>
-Date: Sat, 29 Jun 2019 02:31:24 +0200
-Subject: [PATCH] Core/UICommon: fix compilation without X RandR support
-
----
- Source/Core/UICommon/UICommon.cpp | 9 ++++-----
- 1 file changed, 4 insertions(+), 5 deletions(-)
-
-diff --git a/Source/Core/UICommon/UICommon.cpp b/Source/Core/UICommon/UICommon.cpp
-index 935d07b043f..27fe62307d1 100644
---- a/Source/Core/UICommon/UICommon.cpp
-+++ b/Source/Core/UICommon/UICommon.cpp
-@@ -367,16 +367,15 @@ bool TriggerSTMPowerEvent()
-   return true;
- }
- 
--#if defined(HAVE_XRANDR) && HAVE_X11
--void EnableScreenSaver(Window win, bool enable)
--#else
-+#if !defined(HAVE_XRANDR) || !HAVE_XRANDR
- void EnableScreenSaver(bool enable)
--#endif
-+{
-+#else
-+void EnableScreenSaver(Window win, bool enable)
- {
-   // Inhibit the screensaver. Depending on the operating system this may also
-   // disable low-power states and/or screen dimming.
- 
--#if defined(HAVE_X11) && HAVE_X11
-   if (Config::Get(Config::MAIN_DISABLE_SCREENSAVER))
-   {
-     X11Utils::InhibitScreensaver(win, !enable);
diff --git a/testing/fatresize/fatresize-1.0.2-libparted_ver_check.patch b/testing/fatresize/fatresize-1.0.2-libparted_ver_check.patch
deleted file mode 100644
index 333d774831297ec7e7c5264481ae75663cf34c9c..0000000000000000000000000000000000000000
--- a/testing/fatresize/fatresize-1.0.2-libparted_ver_check.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -up fatresize-1.0.2/configure.ac.orig fatresize-1.0.2/configure.ac
---- fatresize-1.0.2/configure.ac.orig	2005-09-20 10:30:35.000000000 +0200
-+++ fatresize-1.0.2/configure.ac	2012-12-17 23:33:06.238862845 +0100
-@@ -29,8 +29,8 @@ CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=${ac
- dnl libparted
- # hack
- LIBS="$LIBS -ldl"
--PARTED_CHECK_LIBPARTED(1.6.0, ,
--	[AC_MSG_ERROR([*** libparted >= 1.6.0 not installed - please install first ***])])
-+AC_CHECK_LIB(parted, ped_malloc,  [], AC_MSG_ERROR([*** libparted >= 3.1.0 not installed - please install first ***]))
-+AC_CHECK_LIB(parted-fs-resize, ped_file_system_open,  [], AC_MSG_ERROR([*** libparted-fs-resize >= 3.1.0 not installed - please install first ***]))
- 
- AC_SUBST(PARTED_LIBS)
- 
diff --git a/testing/fatresize/fatresize-1.0.2-ped_assert.patch b/testing/fatresize/fatresize-1.0.2-ped_assert.patch
deleted file mode 100644
index 34877fc84437cda7adb72ca66ae659ae8ee53b5a..0000000000000000000000000000000000000000
--- a/testing/fatresize/fatresize-1.0.2-ped_assert.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -up fatresize-1.0.2/fatresize.c.orig fatresize-1.0.2/fatresize.c
---- fatresize-1.0.2/fatresize.c.orig	2005-09-20 10:29:08.000000000 +0200
-+++ fatresize-1.0.2/fatresize.c	2012-12-18 00:07:00.000000000 +0100
-@@ -217,7 +217,7 @@ fatresize_handler(PedException *ex)
- static int
- snap(PedSector* sector, PedSector new_sector, PedGeometry* range)
- {
--    PED_ASSERT(ped_geometry_test_sector_inside (range, *sector), return 0);
-+    PED_ASSERT(ped_geometry_test_sector_inside (range, *sector));
-     if (!ped_geometry_test_sector_inside(range, new_sector))
- 	return 0;
- 
-@@ -281,7 +281,7 @@ snap_to_boundaries (PedGeometry* new_geo
- 			  end_part->geom.end, end_part->geom.start - 1, -1);
- 	}
- 
--	PED_ASSERT (start <= end, return);
-+	PED_ASSERT (start <= end);
- 	ped_geometry_set (new_geom, start, end - start + 1);
- }
-
diff --git a/testing/fatresize/fatresize-1.0.2-ped_free.patch b/testing/fatresize/fatresize-1.0.2-ped_free.patch
deleted file mode 100644
index 77f4be4a82d0d0b0c687c2fb52f5f80e6234a24f..0000000000000000000000000000000000000000
--- a/testing/fatresize/fatresize-1.0.2-ped_free.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -up fatresize-1.0.2/fatresize.c.orig fatresize-1.0.2/fatresize.c
---- fatresize-1.0.2/fatresize.c.orig	2005-09-20 10:29:08.000000000 +0200
-+++ fatresize-1.0.2/fatresize.c	2012-12-18 00:19:45.061745003 +0100
- 
-@@ -320,11 +320,11 @@ partition_warn_busy(PedPartition* part)
- 			("Partition %s is being used.  You must unmount it "
- 			 "before you modify it with Parted."),
- 			path);
--	ped_free(path);
-+	free(path);
- 	return 0;
-     }
- 
--    ped_free(path);
-+    free(path);
-     return 1;
- }
- 
-@@ -507,8 +507,8 @@ main(int argc, char **argv)
-     }
-     else if (!ped_unit_parse(def_str, dev, &end, &range_end))
- 	return 1;
--    ped_free(old_str);
--    ped_free(def_str);
-+    free(old_str);
-+    free(def_str);
- 
-     printd(3, "ped_geometry_duplicate()\n");
-     old_geom = ped_geometry_duplicate(&part->geom);
diff --git a/testing/flightgear/fix-link_with_x11.patch b/testing/flightgear/fix-link_with_x11.patch
deleted file mode 100644
index f45bc3e565ba35c164ae634133f70d3389ac2f78..0000000000000000000000000000000000000000
--- a/testing/flightgear/fix-link_with_x11.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 04ca64edc46cfb54ecff5bddf12370b2c7a0f192 Mon Sep 17 00:00:00 2001
-From: Fabrice Bellet <fabrice@bellet.info>
-Date: Tue, 17 Feb 2015 22:49:50 +0100
-Subject: [PATCH] explicitely link with libX11
-
----
- src/Main/CMakeLists.txt       | 1 +
- utils/fgviewer/CMakeLists.txt | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/src/Main/CMakeLists.txt b/src/Main/CMakeLists.txt
-index 12c0961..78c4163 100644
---- a/src/Main/CMakeLists.txt
-+++ b/src/Main/CMakeLists.txt
-@@ -142,6 +142,7 @@ target_link_libraries(fgfs
- 	${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
- 	${SIMGEAR_SCENE_LIBRARY_DEPENDENCIES}
- 	${PLATFORM_LIBS}
-+        ${X11_X11_LIB}
- )
- 
- if(ENABLE_FLITE)
diff --git a/testing/hplip/musl-fixes.patch b/testing/hplip/musl-fixes.patch
deleted file mode 100644
index 58d833bbcd0dd86517f9c2f1fc1ef680c64ca8d4..0000000000000000000000000000000000000000
--- a/testing/hplip/musl-fixes.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- protocol/discovery/mdns.c.orig	2015-11-17 09:58:44.171711728 +0100
-+++ protocol/discovery/mdns.c	2015-11-17 09:59:11.347535726 +0100
-@@ -28,6 +28,7 @@
- #include <string.h>
- #include <syslog.h>
- #include <sys/socket.h>
-+#include <sys/select.h>
- #include <netinet/in.h>
- #include <netdb.h>
- #include <arpa/inet.h>
diff --git a/testing/java-asmtools/source-target.patch b/testing/java-asmtools/source-target.patch
deleted file mode 100644
index 351408b7c7c44c31baa414a842f9eef96acd3c13..0000000000000000000000000000000000000000
--- a/testing/java-asmtools/source-target.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/build/build.xml
-+++ b/build/build.xml
-@@ -290,6 +290,7 @@
-         <delete dir="${build.classes}" quiet="true"/>
-         <mkdir dir="${build.classes}"/>
-         <javac encoding="iso-8859-1" debug="true" target="1.7"
-+               source="1.7"
-                srcdir="${src.dir}"
-                sourcepath=""
-                destdir="${build.classes}"
-@@ -307,6 +308,7 @@
-     <target name="compile.test.copyright.classes">
-         <mkdir dir="${build.classes}"/>
-         <javac encoding="iso-8859-1" debug="true" target="1.7"
-+               source="1.7"
-                srcdir="${test.dir}"
-                destdir="${build.classes}"
-                classpath="${jdk14.classpath}">
-@@ -320,6 +322,7 @@
- 
-         <mkdir dir="${build.junit.classes}"/>
-         <javac encoding="iso-8859-1" debug="true" target="1.7"
-+               source="1.7"
-                srcdir="${src.dir}"
-                destdir="${build.junit.classes}"
-                classpath="${jdk14.classpath}:${build.classes}:${bytecodelib}:${junitlib}">
diff --git a/testing/kubernetes/remove-apiserver-add-kube-prefix-for-hyperkube.patch b/testing/kubernetes/remove-apiserver-add-kube-prefix-for-hyperkube.patch
deleted file mode 100644
index c336864b07db6d043735b6fd08d0e078f5b9351f..0000000000000000000000000000000000000000
--- a/testing/kubernetes/remove-apiserver-add-kube-prefix-for-hyperkube.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- build/cmd/hyperkube/main.go.orig
-+++ build/cmd/hyperkube/main.go
-@@ -36,7 +36,6 @@
- 	cliflag "k8s.io/component-base/cli/flag"
- 	"k8s.io/component-base/logs"
- 	cloudcontrollermanager "k8s.io/kubernetes/cmd/cloud-controller-manager/app"
--	kubeapiserver "k8s.io/kubernetes/cmd/kube-apiserver/app"
- 	kubecontrollermanager "k8s.io/kubernetes/cmd/kube-controller-manager/app"
- 	kubeproxy "k8s.io/kubernetes/cmd/kube-proxy/app"
- 	kubescheduler "k8s.io/kubernetes/cmd/kube-scheduler/app"
-@@ -87,12 +86,6 @@
- func NewHyperKubeCommand(stopCh <-chan struct{}) (*cobra.Command, []func() *cobra.Command) {
- 	// these have to be functions since the command is polymorphic. Cobra wants you to be top level
- 	// command to get executed
--	apiserver := func() *cobra.Command {
--		ret := kubeapiserver.NewAPIServerCommand(stopCh)
--		// add back some unfortunate aliases that should be removed
--		ret.Aliases = []string{"apiserver"}
--		return ret
--	}
- 	controller := func() *cobra.Command {
- 		ret := kubecontrollermanager.NewControllerManagerCommand()
- 		// add back some unfortunate aliases that should be removed
-@@ -116,7 +109,6 @@
- 	cloudController := func() *cobra.Command { return cloudcontrollermanager.NewCloudControllerManagerCommand() }
- 
- 	commandFns := []func() *cobra.Command{
--		apiserver,
- 		controller,
- 		proxy,
- 		scheduler,
diff --git a/testing/libsigsegv/0001-Avoid-use-of-glibc-internal-macros.patch b/testing/libsigsegv/0001-Avoid-use-of-glibc-internal-macros.patch
deleted file mode 100644
index 9de94c7f728027930bdf5ede1e566cb91111c1fa..0000000000000000000000000000000000000000
--- a/testing/libsigsegv/0001-Avoid-use-of-glibc-internal-macros.patch
+++ /dev/null
@@ -1,109 +0,0 @@
-From 7d365628d84b1698a68d968b00544f8b6630e3ce Mon Sep 17 00:00:00 2001
-From: Bruno Haible <bruno@clisp.org>
-Date: Sat, 4 Mar 2017 16:36:30 +0100
-Subject: [PATCH] Avoid use of glibc-internal macros.
-
----
- ChangeLog                   | 10 ++++++++++
- src/fault-linux-arm.h       |  4 ++--
- src/fault-linux-powerpc.h   |  8 ++++----
- src/fault-linux-sparc-old.h |  6 +++---
- src/fault-linux-sparc.h     |  4 ++--
- 5 files changed, 21 insertions(+), 11 deletions(-)
-
-diff --git a/src/fault-linux-arm.h b/src/fault-linux-arm.h
-index a3da5f8..efd9d5b 100644
---- a/src/fault-linux-arm.h
-+++ b/src/fault-linux-arm.h
-@@ -17,7 +17,7 @@
- 
- #include "fault-posix-ucontext.h"
- 
--#if __WORDSIZE == 64
-+#if defined(__aarch64__) || defined(__ARM_64BIT_STATE) || defined(__ARM_PCS_AAPCS64) /* 64-bit */
- 
- /* See glibc/sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h.
-    Note that the 'mcontext_t' defined in
-@@ -27,7 +27,7 @@
- 
- #define SIGSEGV_FAULT_STACKPOINTER  ((ucontext_t *) ucp)->uc_mcontext.sp
- 
--#else
-+#else /* 32-bit */
- 
- /* See glibc/sysdeps/unix/sysv/linux/arm/sys/ucontext.h
-    and the definition of GET_STACK in
-diff --git a/src/fault-linux-powerpc.h b/src/fault-linux-powerpc.h
-index 97fd0ab..36a3468 100644
---- a/src/fault-linux-powerpc.h
-+++ b/src/fault-linux-powerpc.h
-@@ -1,5 +1,5 @@
- /* Fault handler information.  Linux/PowerPC version when it supports POSIX.
--   Copyright (C) 2002, 2009  Bruno Haible <bruno@clisp.org>
-+   Copyright (C) 2002, 2009, 2017  Bruno Haible <bruno@clisp.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
-@@ -26,13 +26,13 @@
-    and the 'struct pt_regs' defined in <asm/ptrace.h>
-    are quite different types.  */
- 
--#if __WORDSIZE == 32
-+#if defined(__powerpc64__) || defined(_ARCH_PPC64) /* 64-bit */
-+# define SIGSEGV_FAULT_STACKPOINTER  ((ucontext_t *) ucp)->uc_mcontext.gp_regs[1]
-+#else /* 32-bit */
- /* both should be equivalent */
- # if 0
- #  define SIGSEGV_FAULT_STACKPOINTER  ((ucontext_t *) ucp)->uc_mcontext.regs->gpr[1]
- # else
- #  define SIGSEGV_FAULT_STACKPOINTER  ((ucontext_t *) ucp)->uc_mcontext.uc_regs->gregs[1]
- # endif
--#else
--# define SIGSEGV_FAULT_STACKPOINTER  ((ucontext_t *) ucp)->uc_mcontext.gp_regs[1]
- #endif
-diff --git a/src/fault-linux-sparc-old.h b/src/fault-linux-sparc-old.h
-index 2acaeb3..3212fbd 100644
---- a/src/fault-linux-sparc-old.h
-+++ b/src/fault-linux-sparc-old.h
-@@ -1,5 +1,5 @@
- /* Fault handler information.  Linux/SPARC version.
--   Copyright (C) 2002, 2009  Bruno Haible <bruno@clisp.org>
-+   Copyright (C) 2002, 2009, 2017  Bruno Haible <bruno@clisp.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
-@@ -23,9 +23,9 @@
- #if 1 /* Old? FIXME */
- # define SIGSEGV_FAULT_STACKPOINTER  scp->sigc_sp
- #else
--# if __WORDSIZE == 64
-+# if defined(__sparcv9) || defined(__arch64__) /* 64-bit */
- #  define SIGSEGV_FAULT_STACKPOINTER  scp->sigc_regs.u_regs[14]
--# else
-+# else /* 32-bit */
- #  define SIGSEGV_FAULT_STACKPOINTER  scp->si_regs.u_regs[14]
- # endif
- #endif
-diff --git a/src/fault-linux-sparc.h b/src/fault-linux-sparc.h
-index 8b37874..9c1c285 100644
---- a/src/fault-linux-sparc.h
-+++ b/src/fault-linux-sparc.h
-@@ -27,13 +27,13 @@
-    (see also <asm/sigcontext.h>)
-    are quite different types.  */
- 
--#if __WORDSIZE == 64
-+#if defined(__sparcv9) || defined(__arch64__) /* 64-bit */
- /* From linux-4.8.1/arch/sparc/kernel/signal_64.c, function setup_rt_frame, we
-    see that ucp is not an 'ucontext_t *' but rather a 'struct sigcontext *'
-    that happens to have the same value as sip (which is possible because a
-    'struct sigcontext' starts with 128 bytes room for the siginfo_t).  */
- #define SIGSEGV_FAULT_STACKPOINTER  (((struct sigcontext *) ucp)->sigc_regs.u_regs[14] + 2047)
--#else
-+#else /* 32-bit */
- /* From linux-4.8.1/arch/sparc/kernel/signal_32.c, function setup_rt_frame,
-    and linux-4.8.1/arch/sparc/kernel/signal32.c, function setup_rt_frame32, we
-    see that ucp is a 'struct pt_regs *' or 'struct pt_regs32 *', respectively.
--- 
-2.14.2
-
diff --git a/testing/libtbb/glibc-struct-mallinfo.patch b/testing/libtbb/glibc-struct-mallinfo.patch
deleted file mode 100644
index 64056ecb14624eb76cfbdece1b598404b9819e06..0000000000000000000000000000000000000000
--- a/testing/libtbb/glibc-struct-mallinfo.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From b577153a10c98f4e13405dc93ea2ab1a7b990e07 Mon Sep 17 00:00:00 2001
-From: David Huffman <storedbox+alpine@outlook.com>
-Date: Wed, 6 Jan 2016 07:09:30 -0500
-Subject: [PATCH] hard-code glibc's definition of struct mallinfo
-
----
- src/tbbmalloc/proxy.h | 20 ++++++++++++++++++++
- 1 file changed, 20 insertions(+)
-
-diff --git a/src/tbbmalloc/proxy.h b/src/tbbmalloc/proxy.h
-index 781cadc..e1ea1ae 100644
---- a/src/tbbmalloc/proxy.h
-+++ b/src/tbbmalloc/proxy.h
-@@ -32,6 +32,26 @@
- 
- #include <stddef.h>
- 
-+// The following definition was taken from /usr/include/malloc.h as provided by
-+// the glibc-devel-2.19-17.4.x86_64 package on openSUSE Leap 42.1; it is
-+// made available under the GNU Lesser General Public License v2.1 or later.
-+// See <https://www.gnu.org/licenses>.
-+//
-+// Copyright (C) 1996-2014 Free Software Foundation, Inc.
-+struct mallinfo
-+{
-+  int arena;    /* non-mmapped space allocated from system */
-+  int ordblks;  /* number of free chunks */
-+  int smblks;   /* number of fastbin blocks */
-+  int hblks;    /* number of mmapped regions */
-+  int hblkhd;   /* space in mmapped regions */
-+  int usmblks;  /* maximum total allocated space */
-+  int fsmblks;  /* space available in freed fastbin blocks */
-+  int uordblks; /* total allocated space */
-+  int fordblks; /* total free space */
-+  int keepcost; /* top-most, releasable (via malloc_trim) space */
-+};
-+
- extern "C" {
-     void * scalable_malloc(size_t size);
-     void * scalable_calloc(size_t nobj, size_t size);
--- 
-2.6.2
-
diff --git a/testing/libtorrent-rasterbar/no-sse.patch b/testing/libtorrent-rasterbar/no-sse.patch
deleted file mode 100644
index d0f1c02914dd5278ed821d5bdcbbc7bac8218400..0000000000000000000000000000000000000000
--- a/testing/libtorrent-rasterbar/no-sse.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-workaround. fixed upstream:
-https://github.com/arvidn/libtorrent/commit/680eddf3d421f97ba01e8c162b263f31693ba352
-
---- ./configure.orig
-+++ ./configure
-@@ -20267,7 +20267,6 @@
- 
- COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "
- 
--COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -msse4.2 "
- 
- 
- $as_echo "#define BOOST_EXCEPTION_DISABLE 1" >>confdefs.h
diff --git a/testing/linux-amlogic/0015-drm-meson-Call-drm_crtc_vblank_on-drm_crtc_vblank_of.patch b/testing/linux-amlogic/0015-drm-meson-Call-drm_crtc_vblank_on-drm_crtc_vblank_of.patch
deleted file mode 100644
index 7dc23b5b4750be17ebbc7899f2db67a2b3f15a36..0000000000000000000000000000000000000000
--- a/testing/linux-amlogic/0015-drm-meson-Call-drm_crtc_vblank_on-drm_crtc_vblank_of.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From 40bfd476f6bb44f9bf88bbbc0bd4cfd9591bedc9 Mon Sep 17 00:00:00 2001
-From: Neil Armstrong <narmstrong@baylibre.com>
-Date: Wed, 28 Feb 2018 16:07:18 +0100
-Subject: [PATCH] drm/meson: Call drm_crtc_vblank_on / drm_crtc_vblank_off
-
-Make sure that the CRTC code will call the enable/disable_vblank hooks.
-
-Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
-
----
- drivers/gpu/drm/meson/meson_crtc.c | 4 ++++
- drivers/gpu/drm/meson/meson_venc.c | 3 +++
- 2 files changed, 7 insertions(+)
-
-diff --git a/drivers/gpu/drm/meson/meson_crtc.c b/drivers/gpu/drm/meson/meson_crtc.c
-index 0552020..7c0bdc8 100644
---- a/drivers/gpu/drm/meson/meson_crtc.c
-+++ b/drivers/gpu/drm/meson/meson_crtc.c
-@@ -102,6 +102,8 @@ static void meson_crtc_atomic_enable(struct drm_crtc *crtc,
- 			    priv->io_base + _REG(VPP_MISC));
- 
- 	priv->viu.osd1_enabled = true;
-+
-+	drm_crtc_vblank_on(crtc);
- }
- 
- static void meson_crtc_atomic_disable(struct drm_crtc *crtc,
-@@ -110,6 +112,8 @@ static void meson_crtc_atomic_disable(struct drm_crtc *crtc,
- 	struct meson_crtc *meson_crtc = to_meson_crtc(crtc);
- 	struct meson_drm *priv = meson_crtc->priv;
- 
-+	drm_crtc_vblank_off(crtc);
-+
- 	priv->viu.osd1_enabled = false;
- 	priv->viu.osd1_commit = false;
- 
-diff --git a/drivers/gpu/drm/meson/meson_venc.c b/drivers/gpu/drm/meson/meson_venc.c
-index 514245e..14aac66 100644
---- a/drivers/gpu/drm/meson/meson_venc.c
-+++ b/drivers/gpu/drm/meson/meson_venc.c
-@@ -71,6 +71,7 @@
-  */
- 
- /* HHI Registers */
-+#define HHI_GCLK_MPEG2		0x148 /* 0x52 offset in data sheet */
- #define HHI_VDAC_CNTL0		0x2F4 /* 0xbd offset in data sheet */
- #define HHI_VDAC_CNTL1		0x2F8 /* 0xbe offset in data sheet */
- #define HHI_HDMI_PHY_CNTL0	0x3a0 /* 0xe8 offset in data sheet */
-@@ -1529,10 +1530,12 @@ unsigned int meson_venci_get_field(struct meson_drm *priv)
- void meson_venc_enable_vsync(struct meson_drm *priv)
- {
- 	writel_relaxed(2, priv->io_base + _REG(VENC_INTCTRL));
-+	regmap_update_bits(priv->hhi, HHI_GCLK_MPEG2, BIT(25), BIT(25));
- }
- 
- void meson_venc_disable_vsync(struct meson_drm *priv)
- {
-+	regmap_update_bits(priv->hhi, HHI_GCLK_MPEG2, BIT(25), 0);
- 	writel_relaxed(0, priv->io_base + _REG(VENC_INTCTRL));
- }
- 
diff --git a/testing/linux-amlogic/0022-drm-meson-Fixes-for-drm_crtc_vblank_on-off-support.patch b/testing/linux-amlogic/0022-drm-meson-Fixes-for-drm_crtc_vblank_on-off-support.patch
deleted file mode 100644
index a17be6bc38f0cd69d531eb1161e0382491e40fc7..0000000000000000000000000000000000000000
--- a/testing/linux-amlogic/0022-drm-meson-Fixes-for-drm_crtc_vblank_on-off-support.patch
+++ /dev/null
@@ -1,130 +0,0 @@
-From 5a258bd31dab2dad8afcced8a7a85fa92e04edab Mon Sep 17 00:00:00 2001
-From: Neil Armstrong <narmstrong@baylibre.com>
-Date: Wed, 28 Feb 2018 16:07:18 +0100
-Subject: [PATCH] drm/meson: Fixes for drm_crtc_vblank_on/off support
-
-Since Linux 4.17, calls to drm_crtc_vblank_on/off are mandatory, and we get
-a warning when ctrc is disabled :
- driver forgot to call drm_crtc_vblank_off()
-
-But, the vsync IRQ was not totally disabled due the transient hardware
-state, thus adding proper IRQ masking from the HHI system control registers.
-
-The last change fixes a race condition introduced by calling the added
-drm_crtc_vblank_on/off when an HPD event occurs from the HDMI connector,
-triggering a WARN_ON() in the _atomic_bebin() callback when the CRTC
-is disabled, thus also triggering a WARN_ON() in drm_vblank_put() :
-
-WARNING: CPU: 0 PID: 1185 at drivers/gpu/drm/meson/meson_crtc.c:157 meson_crtc_atomic_begin+0x78/0x80
-[...]
-Call trace:
-  meson_crtc_atomic_begin+0x78/0x80
-  drm_atomic_helper_commit_planes+0x140/0x218
-  drm_atomic_helper_commit_tail+0x38/0x80
-  commit_tail+0x7c/0x80
-  drm_atomic_helper_commit+0xdc/0x150
-  drm_atomic_commit+0x54/0x60
-  restore_fbdev_mode_atomic+0x198/0x238
-  restore_fbdev_mode+0x6c/0x1c0
-  drm_fb_helper_restore_fbdev_mode_unlocked+0x7c/0xf0
-  drm_fb_helper_set_par+0x34/0x60
-  drm_fb_helper_hotplug_event.part.28+0xb8/0xc8
-  drm_fbdev_client_hotplug+0xa4/0xe0
-  drm_client_dev_hotplug+0x90/0xe0
-  drm_kms_helper_hotplug_event+0x3c/0x48
-  drm_helper_hpd_irq_event+0x134/0x168
-  dw_hdmi_top_thread_irq+0x3c/0x50
-[...]
-WARNING: CPU: 0 PID: 1185 at drivers/gpu/drm/drm_vblank.c:1026 drm_vblank_put+0xb4/0xc8
-[...]
- Call trace:
-  drm_vblank_put+0xb4/0xc8
-  drm_crtc_vblank_put+0x24/0x30
-  drm_atomic_helper_wait_for_vblanks.part.9+0x130/0x2b8
-  drm_atomic_helper_commit_tail+0x68/0x80
-[...]
-
-The issue is the vblank need to be enabled in any occurence of :
-- atomic_enable()
-- atomic_begin() and state->enable == true, which was not the case
-
-Moving the CRTC enable code to a common function and calling in one
-of these occurence solves this race condition and makes sure vblank
-is enabled in each call to _atomic_begin() from the HPD event leading
-to drm_atomic_helper_commit_planes().
-
-To Summarize :
-- Make sure that the CRTC code will calls the drm_crtc_vblank_on/off
-- *Really* mask the Vsync IRQ
-- Initialize and enable vblank at the first _atomic_begin()/_atomic_enable()
-
-Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
-
----
- drivers/gpu/drm/meson/meson_crtc.c | 25 +++++++++++++++++++++++--
- 1 file changed, 23 insertions(+), 2 deletions(-)
-
-diff --git a/drivers/gpu/drm/meson/meson_crtc.c b/drivers/gpu/drm/meson/meson_crtc.c
-index 6099997..f8e260b 100644
---- a/drivers/gpu/drm/meson/meson_crtc.c
-+++ b/drivers/gpu/drm/meson/meson_crtc.c
-@@ -46,6 +46,7 @@ struct meson_crtc {
- 	struct drm_crtc base;
- 	struct drm_pending_vblank_event *event;
- 	struct meson_drm *priv;
-+	bool enabled;
- };
- #define to_meson_crtc(x) container_of(x, struct meson_crtc, base)
- 
-@@ -81,8 +82,7 @@ static const struct drm_crtc_funcs meson_crtc_funcs = {
- 
- };
- 
--static void meson_crtc_atomic_enable(struct drm_crtc *crtc,
--				     struct drm_crtc_state *old_state)
-+static void meson_crtc_enable(struct drm_crtc *crtc)
- {
- 	struct meson_crtc *meson_crtc = to_meson_crtc(crtc);
- 	struct drm_crtc_state *crtc_state = crtc->state;
-@@ -106,6 +106,22 @@ static void meson_crtc_atomic_enable(struct drm_crtc *crtc,
- 	writel_bits_relaxed(VPP_POSTBLEND_ENABLE, VPP_POSTBLEND_ENABLE,
- 			    priv->io_base + _REG(VPP_MISC));
- 
-+	drm_crtc_vblank_on(crtc);
-+
-+	meson_crtc->enabled = true;
-+}
-+
-+static void meson_crtc_atomic_enable(struct drm_crtc *crtc,
-+				     struct drm_crtc_state *old_state)
-+{
-+	struct meson_crtc *meson_crtc = to_meson_crtc(crtc);
-+	struct meson_drm *priv = meson_crtc->priv;
-+
-+	DRM_DEBUG_DRIVER("\n");
-+
-+	if (!meson_crtc->enabled)
-+		meson_crtc_enable(crtc);
-+
- 	priv->viu.osd1_enabled = true;
- 
- 	drm_crtc_vblank_on(crtc);
-@@ -139,6 +155,8 @@ static void meson_crtc_atomic_disable(struct drm_crtc *crtc,
- 
- 		crtc->state->event = NULL;
- 	}
-+
-+	meson_crtc->enabled = false;
- }
- 
- static void meson_crtc_atomic_begin(struct drm_crtc *crtc,
-@@ -147,6 +165,9 @@ static void meson_crtc_atomic_begin(struct drm_crtc *crtc,
- 	struct meson_crtc *meson_crtc = to_meson_crtc(crtc);
- 	unsigned long flags;
- 
-+	if (crtc->state->enable && !meson_crtc->enabled)
-+		meson_crtc_enable(crtc);
-+
- 	if (crtc->state->event) {
- 		WARN_ON(drm_crtc_vblank_get(crtc) != 0);
- 
diff --git a/testing/lldb/cmake-include-ClangConfig.patch b/testing/lldb/cmake-include-ClangConfig.patch
deleted file mode 100644
index 7b93d8e657c68f1f94b6d57c6056ef4e2f0f4b6b..0000000000000000000000000000000000000000
--- a/testing/lldb/cmake-include-ClangConfig.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-This fixes the following build error:
-
-    [869/876] Linking CXX shared library lib/liblldb.so.5.0.0
-    FAILED: lib/liblldb.so.5.0.0
-    ...
-    /usr/bin/../lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../libclangSema.a(SemaExprObjC.cpp.o): In function `applyCocoaAPICheck(clang::Sema&, clang::ObjCMessageExpr const*, unsigned int, bool (*)(clang::ObjCMessageExpr const*, clang::NSAPI const&, clang::edit::Commit&)) [clone .constprop.696]':
-    SemaExprObjC.cpp:(.text._ZL18applyCocoaAPICheckRN5clang4SemaEPKNS_15ObjCMessageExprEjPFbS4_RKNS_5NSAPIERNS_4edit6CommitEE.constprop.696+0x13c): undefined reference to `clang::edit::rewriteObjCRedundantCallWithLiteral(clang::ObjCMessageExpr const*, clang::NSAPI const&, clang::edit::Commit&)'
-    /usr/bin/../lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../libclangSema.a(SemaExprObjC.cpp.o): In function `(anonymous namespace)::ARCCastChecker::VisitCallExpr(clang::CallExpr*)':
-    SemaExprObjC.cpp:(.text._ZN12_GLOBAL__N_114ARCCastChecker13VisitCallExprEPN5clang8CallExprE+0x12e): undefined reference to `clang::ento::coreFoundation::followsCreateRule(clang::FunctionDecl const*)'
-    clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)
-
-See https://github.com/alpinelinux/aports/pull/2342 for more information.
---- a/cmake/modules/LLDBStandalone.cmake.orig
-+++ b/cmake/modules/LLDBStandalone.cmake
-@@ -101,6 +101,7 @@
- 
-   # Import CMake library targets from LLVM and Clang.
-   include("${LLVM_OBJ_ROOT}/lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm/LLVMConfig.cmake")
-+  include("/usr/lib/cmake/clang/ClangConfig.cmake")
-   if (EXISTS "${LLVM_OBJ_ROOT}/lib${LLVM_LIBDIR_SUFFIX}/cmake/clang/ClangConfig.cmake")
-     include("${LLVM_OBJ_ROOT}/lib${LLVM_LIBDIR_SUFFIX}/cmake/clang/ClangConfig.cmake")
-   endif()
-
diff --git a/testing/lttng-tools/9193db67743d08f418235fee43747bb9d42d62ce.patch b/testing/lttng-tools/9193db67743d08f418235fee43747bb9d42d62ce.patch
deleted file mode 100644
index bc3c5382e376d0c55caccd148306be4a04b17206..0000000000000000000000000000000000000000
--- a/testing/lttng-tools/9193db67743d08f418235fee43747bb9d42d62ce.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 9193db67743d08f418235fee43747bb9d42d62ce Mon Sep 17 00:00:00 2001
-From: Michael Jeanson <mjeanson@efficios.com>
-Date: Fri, 15 Mar 2019 11:19:27 -0400
-Subject: [PATCH] fix: tests: link libpause_consumer on liblttng-ctl
-
-This preload test library uses symbols from liblttng-ctl which are
-resolved when preloaded by GLIBC but not by MUSL.
-
-Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
----
- tests/regression/tools/notification/Makefile.am | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/tests/regression/tools/notification/Makefile.am b/tests/regression/tools/notification/Makefile.am
-index 33e95886d..b869bdb1d 100644
---- a/tests/regression/tools/notification/Makefile.am
-+++ b/tests/regression/tools/notification/Makefile.am
-@@ -20,7 +20,10 @@ FORCE_SHARED_LIB_OPTIONS = -module -shared -avoid-version \
- 			   -rpath $(abs_builddir)
- 
- libpause_consumer_la_SOURCES = consumer_testpoints.c
--libpause_consumer_la_LIBADD = $(top_builddir)/src/common/libcommon.la $(DL_LIBS)
-+libpause_consumer_la_LIBADD = \
-+	$(top_builddir)/src/common/libcommon.la \
-+	$(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
-+	$(DL_LIBS)
- libpause_consumer_la_LDFLAGS = $(FORCE_SHARED_LIB_OPTIONS)
- noinst_LTLIBRARIES = libpause_consumer.la
- 
diff --git a/testing/nemo-qml-plugin-dbus/fix-makefile.patch b/testing/nemo-qml-plugin-dbus/fix-makefile.patch
deleted file mode 100644
index 9e52bedd89c7d981bcb7363eae1d5d3ce9016801..0000000000000000000000000000000000000000
--- a/testing/nemo-qml-plugin-dbus/fix-makefile.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 92522fb..fb2d3f5 100644
---- a/Makefile
-+++ b/Makefile
-@@ -3,11 +3,11 @@
- NAME       = pure-maps
- VERSION    = 1.21.1
- RELEASE    = $(NAME)-$(VERSION)
--DESTDIR    =
- PREFIX     = /usr
- EXEDIR     = $(DESTDIR)$(PREFIX)/bin
- EXE        = $(EXEDIR)/$(NAME)
- DATADIR    = $(DESTDIR)$(PREFIX)/share/$(NAME)
-+LANGDIR    = $(DESTDIR)$(PREFIX)/share/locale
- DESKTOPDIR = $(DESTDIR)$(PREFIX)/share/applications
- ICONDIR    = $(DESTDIR)$(PREFIX)/share/icons/hicolor
- METADIR    = $(DESTDIR)$(PREFIX)/share/metainfo
-@@ -19,8 +19,8 @@ LCONVERT   = $(or $(wildcard /usr/lib/qt5/bin/lconvert),\
- 
- define install-translation =
-     # GNU gettext translations for Python use.
--    mkdir -p $(DATADIR)/locale/$(1)/LC_MESSAGES
--    msgfmt po/$(1).po -o $(DATADIR)/locale/$(1)/LC_MESSAGES/pure-maps.mo
-+    mkdir -p $(LANGDIR)/$(1)/LC_MESSAGES
-+    msgfmt po/$(1).po -o $(LANGDIR)/$(1)/LC_MESSAGES/pure-maps.mo
-     # Qt linguist translations for QML use.
-     mkdir -p $(DATADIR)/translations
-     $(LCONVERT) -o $(DATADIR)/translations/$(NAME)-$(1).qm po/$(1).po
diff --git a/testing/nim/nim-config-fix-coro.patch b/testing/nim/nim-config-fix-coro.patch
deleted file mode 100644
index c96ebf76fb7e9beec114270b1abef8bab72ef4bd..0000000000000000000000000000000000000000
--- a/testing/nim/nim-config-fix-coro.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ruN a/config/nim.cfg b/config/nim.cfg
---- a/config/nim.cfg	2018-01-06 22:48:43.920598426 +0100
-+++ b/config/nim.cfg	2018-01-06 22:49:43.620979479 +0100
-@@ -9,6 +9,7 @@
- #  gcc.path %= "$CC_PATH"
- 
- cc = gcc
-+define:nimCoroutinesSetjmp
- 
- # additional options always passed to the compiler:
- --parallel_build: "0" # 0 to auto-detect number of processors
diff --git a/testing/obs-studio/fdk-aac-2-api-compat.patch b/testing/obs-studio/fdk-aac-2-api-compat.patch
deleted file mode 100644
index a1e6f8bb6e2a72259ae779f95f98c493f89d2b1a..0000000000000000000000000000000000000000
--- a/testing/obs-studio/fdk-aac-2-api-compat.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From 5cf2b5fbf925412620e2a40552d6348203851cb3 Mon Sep 17 00:00:00 2001
-From: pkviet <pkv.stream@gmail.com>
-Date: Thu, 29 Nov 2018 21:10:45 +0100
-Subject: [PATCH] obs-libfdk: Compatibility fix for new API
-
-fdk-aac v2.0.0 (aacenc 4.0.0) changes the AACENC_InfoStruct:
-the encoderDelay parameter is replaced by two, nDelay and
-nDelayCore. This patch checks the lib version and adjust the parameter
-accordingly.
----
- plugins/obs-libfdk/obs-libfdk.c | 14 ++++++++------
- 1 file changed, 8 insertions(+), 6 deletions(-)
-
-diff --git a/plugins/obs-libfdk/obs-libfdk.c b/plugins/obs-libfdk/obs-libfdk.c
-index d6eb496184..94b139de57 100644
---- a/plugins/obs-libfdk/obs-libfdk.c
-+++ b/plugins/obs-libfdk/obs-libfdk.c
-@@ -9,7 +9,6 @@
-
- #include <fdk-aac/aacenc_lib.h>
-
--
- static const char *libfdk_get_error(AACENC_ERROR err)
- {
-	switch(err) {
-@@ -224,7 +223,7 @@ static bool libfdk_encode(void *data, struct encoder_frame *frame,
-	void *in_ptr;
-	void *out_ptr;
-	AACENC_ERROR err;
--
-+	int64_t encoderDelay;
-
-	in_ptr = frame->data[0];
-	in_size = enc->frame_size_bytes;
-@@ -261,10 +260,13 @@ static bool libfdk_encode(void *data, struct encoder_frame *frame,
-	}
-
-	*received_packet = true;
--
--	packet->pts  = enc->total_samples -
--	               enc->info.encoderDelay; // TODO: Just a guess, find out if that's actualy right
--	packet->dts  = enc->total_samples - enc->info.encoderDelay;
-+#if (AACENCODER_LIB_VL0 >= 4)
-+	encoderDelay= enc->info.nDelay;
-+#else
-+	encoderDelay= enc->info.encoderDelay;
-+#endif
-+	packet->pts  = enc->total_samples - encoderDelay;
-+	packet->dts  = enc->total_samples - encoderDelay;
-	packet->data = enc->packet_buffer;
-	packet->size = out_args.numOutBytes;
-	packet->type = OBS_ENCODER_AUDIO;
-
diff --git a/testing/openconnect/openconnect-7.08-libressl251.patch b/testing/openconnect/openconnect-7.08-libressl251.patch
deleted file mode 100644
index ba0b8940928a83a9b406e1ba80e39a98d810b46f..0000000000000000000000000000000000000000
--- a/testing/openconnect/openconnect-7.08-libressl251.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur openconnect-7.08.orig/openssl-dtls.c openconnect-7.08/openssl-dtls.c
---- openconnect-7.08.orig/openssl-dtls.c	2016-12-06 05:03:51.000000000 -0800
-+++ openconnect-7.08/openssl-dtls.c	2017-02-01 13:35:52.315398332 -0800
-@@ -100,8 +100,8 @@
- 	}
- #else
- 	/* OpenSSL <= 1.0.2 only supports CBC ciphers with PSK */
--	ivlen = EVP_CIPHER_iv_length(EVP_CIPHER_CTX_cipher(vpninfo->dtls_ssl->enc_write_ctx));
--	maclen = EVP_MD_CTX_size(vpninfo->dtls_ssl->write_hash);
-+	ivlen = EVP_CIPHER_iv_length(EVP_CIPHER_CTX_cipher(vpninfo->dtls_ssl->enc_read_ctx));
-+	maclen = EVP_MD_CTX_size(vpninfo->dtls_ssl->read_hash);
- 	blocksize = ivlen;
- 	pad = 1;
- #endif
diff --git a/testing/ossec-hids/alpine-install-server.patch b/testing/ossec-hids/alpine-install-server.patch
deleted file mode 100644
index 3399c2b0e2a3ea40819a3bbc77d9320f293ca916..0000000000000000000000000000000000000000
--- a/testing/ossec-hids/alpine-install-server.patch
+++ /dev/null
@@ -1,163 +0,0 @@
-diff --git a/src/InstallServer.sh b/src/InstallServer.sh
-index e619d99..307ada7 100755
---- a/src/InstallServer.sh
-+++ b/src/InstallServer.sh
-@@ -1,37 +1,14 @@
- #!/bin/sh
- 
--
--# Checking if it is executed from the right place
--LOCATION=./LOCATION
--ls ${LOCATION} > /dev/null 2>&1
--if [ $? != 0 ]; then
--    echo "Cannot execute. Wrong directory"
--    exit 1;
--fi
--
--# Getting any argument
--if [ "X$1" = "Xlocal" ]; then
--    # Setting local install
--    LOCAL="local"
--fi
--    
- UNAME=`uname`;
--
--# Getting default variables
--DIR=`grep DIR ${LOCATION} | cut -f2 -d\"`
--GROUP="ossec"
--USER="ossec"
--USER_MAIL="ossecm"
--USER_REM="ossecr"
-+DIR=$5/var/ossec
-+# Need this to have $pkgusers and $pkggroups being passed from APKBUILD
-+GROUP="$4"
-+USER="$1"
-+USER_MAIL="$2"
-+USER_REM="$3"
- subdirs="logs logs/archives logs/alerts logs/firewall bin stats rules queue queue/alerts queue/ossec queue/fts queue/syscheck queue/rootcheck queue/diff queue/agent-info queue/agentless queue/rids tmp var var/run etc etc/shared active-response active-response/bin agentless .ssh"
- 
--# ${DIR} must be set 
--if [ "X${DIR}" = "X" ]; then
--    echo "Error building OSSEC HIDS."
--    exit 1;
--fi    
--
--    
- # Creating root directory
- ls ${DIR} > /dev/null 2>&1    
- if [ $? != 0 ]; then mkdir -m 700 -p ${DIR}; fi
-@@ -42,78 +19,6 @@ if [ $? != 0 ]; then
- fi
- 
- 
--# Creating groups/users
--if [ "$UNAME" = "FreeBSD" -o "$UNAME" = "DragonFly" ]; then
--    grep "^${USER_REM}" /etc/passwd > /dev/null 2>&1
--    if [ ! $? = 0 ]; then
--    /usr/sbin/pw groupadd ${GROUP}
--	/usr/sbin/pw useradd ${USER} -d ${DIR} -s /sbin/nologin -g ${GROUP}
--	/usr/sbin/pw useradd ${USER_MAIL} -d ${DIR} -s /sbin/nologin -g ${GROUP}
--	/usr/sbin/pw useradd ${USER_REM} -d ${DIR} -s /sbin/nologin -g ${GROUP}
--    fi
--
--elif [ "$UNAME" = "SunOS" ]; then
--    grep "^${USER_REM}" /etc/passwd > /dev/null 2>&1
--    if [ ! $? = 0 ]; then
--    /usr/sbin/groupadd ${GROUP}
--    /usr/sbin/useradd -d ${DIR} -s /bin/false -g ${GROUP} ${USER}
--    /usr/sbin/useradd -d ${DIR} -s /bin/false -g ${GROUP} ${USER_MAIL}
--    /usr/sbin/useradd -d ${DIR} -s /bin/false -g ${GROUP} ${USER_REM}
--    fi
--
--elif [ "$UNAME" = "AIX" ]; then
--    AIXSH=""
--    ls -la /bin/false > /dev/null 2>&1
--    if [ $? = 0 ]; then
--        AIXSH="-s /bin/false"
--    fi
--
--    grep "^${USER_REM}" /etc/passwd > /dev/null 2>&1
--    if [ ! $? = 0 ]; then
--    /usr/bin/mkgroup ${GROUP}
--    /usr/sbin/useradd -d ${DIR} ${AIXSH} -g ${GROUP} ${USER}
--    /usr/sbin/useradd -d ${DIR} ${AIXSH} -g ${GROUP} ${USER_MAIL}
--    /usr/sbin/useradd -d ${DIR} ${AIXSH} -g ${GROUP} ${USER_REM}
--    fi
--
--# Thanks Chuck L. for the mac addusers    
--elif [ "$UNAME" = "Darwin" ]; then
--    id -u ${USER} > /dev/null 2>&1
--    if [ ! $? = 0 ]; then
--
--        # Creating for <= 10.4
--        /usr/bin/sw_vers 2>/dev/null| grep "ProductVersion" | grep -E "10.2.|10.3|10.4" > /dev/null 2>&1
--        if [ $? = 0 ]; then
--            chmod +x ./init/darwin-addusers.pl
--            ./init/darwin-addusers.pl    
--        else
--            chmod +x ./init/osx105-addusers.sh
--            ./init/osx105-addusers.sh
--        fi        
--    fi    
--else
--    grep "^${USER_REM}" /etc/passwd > /dev/null 2>&1
--    if [ ! $? = 0 ]; then
--	/usr/sbin/groupadd ${GROUP}
--
--    # We first check if /sbin/nologin is present. If it is not,
--    # we look for bin/false. If none of them is present, we
--    # just stick with nologin (no need to fail the install for that).
--    OSMYSHELL="/sbin/nologin"
--    ls -la ${OSMYSHELL} > /dev/null 2>&1
--    if [ ! $? = 0 ]; then
--        ls -la /bin/false > /dev/null 2>&1
--        if [ $? = 0 ]; then
--            OSMYSHELL="/bin/false"
--        fi    
--    fi    
--	/usr/sbin/useradd -d ${DIR} -s ${OSMYSHELL} -g ${GROUP} ${USER}
--	/usr/sbin/useradd -d ${DIR} -s ${OSMYSHELL} -g ${GROUP} ${USER_MAIL}
--	/usr/sbin/useradd -d ${DIR} -s ${OSMYSHELL} -g ${GROUP} ${USER_REM}
--    fi
--fi
--
--
- # Creating sub directories
- for i in ${subdirs}; do
-     ls ${DIR}/${i} > /dev/null 2>&1
-@@ -221,13 +126,6 @@ if [ $? = 0 ]; then
-     chown root:${GROUP} ${DIR}/etc/localtime 
- fi
- 
--# Solaris Needs some extra files
--if [ "$UNAME" = "SunOS" ]; then
--    mkdir -p ${DIR}/usr/share/lib/zoneinfo/
--    chmod -R 550 ${DIR}/usr/
--    cp -pr /usr/share/lib/zoneinfo/* ${DIR}/usr/share/lib/zoneinfo/
--fi
--
- ls /etc/TIMEZONE > /dev/null 2>&1
- if [ $? = 0 ]; then
-     cp -p /etc/TIMEZONE ${DIR}/etc/;
-@@ -263,13 +161,6 @@ cp -pr ../contrib/util.sh ${DIR}/bin/
- chown root:${GROUP} ${DIR}/bin/util.sh
- chmod +x ${DIR}/bin/util.sh
- 
--# Local install chosen
--if [ "X$LOCAL" = "Xlocal" ]; then
--    cp -pr ./init/ossec-local.sh ${DIR}/bin/ossec-control
--else    
--    cp -pr ./init/ossec-server.sh ${DIR}/bin/ossec-control
--fi
--
- # Moving the decoders/internal_conf file.
- cp -pr ../etc/decoder.xml ${DIR}/etc/
- 
-@@ -281,7 +172,6 @@ cp -pr ../etc/client.keys ${DIR}/etc/ > /dev/null 2>&1
- # Copying agentless files.
- cp -pr agentlessd/scripts/* ${DIR}/agentless/
- 
--
- # Backup currently internal_options file.
- ls ${DIR}/etc/internal_options.conf > /dev/null 2>&1
- if [ $? = 0 ]; then
diff --git a/testing/peek/fix-parallel-build.patch b/testing/peek/fix-parallel-build.patch
deleted file mode 100644
index 727eb4cf1e02e22168bc8b383551a8e295c09cd4..0000000000000000000000000000000000000000
--- a/testing/peek/fix-parallel-build.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From: Boyuan Yang <073plan@gmail.com>
-Date: Wed, 13 Jun 2018 18:07:42 +0800
-Subject: tests: Force build tests after main executable target
-
----
- tests/CMakeLists.txt | 16 ++++++++++++++++
- 1 file changed, 16 insertions(+)
-
-diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
-index 23a4db3..087d0ca 100644
---- a/tests/CMakeLists.txt
-+++ b/tests/CMakeLists.txt
-@@ -17,6 +17,10 @@ add_test(
-   test-desktop-integration
-   ${PROJECT_NAME}-test-desktop-integration)
- 
-+add_dependencies(
-+  ${PROJECT_NAME}-test-desktop-integration
-+  ${PROJECT_NAME})
-+
- # /utils/
- vala_precompile(VALA_TEST_UTILS_C
-     test-utils.vala
-@@ -34,6 +38,10 @@ add_test(
-   test-utils
-   ${PROJECT_NAME}-test-utils)
- 
-+add_dependencies(
-+  ${PROJECT_NAME}-test-utils
-+  ${PROJECT_NAME})
-+
- # /screen-recorder/recording-area/
- vala_precompile(VALA_TEST_RECORDING_AREA_C
-     screen-recorder/test-recording-area.vala
-@@ -50,6 +58,10 @@ add_test(
-   screen-recorder-test-recording-area
-   ${PROJECT_NAME}-screen-recorder-test-recording-area)
- 
-+add_dependencies(
-+  ${PROJECT_NAME}-screen-recorder-test-recording-area
-+  ${PROJECT_NAME})
-+
- # /screen-recorder/cli-screen-recorder/
- vala_precompile(VALA_TEST_COMMAND_LINE_SCREEN_RECORDER_C
-     screen-recorder/test-cli-screen-recorder.vala
-@@ -79,3 +91,7 @@ add_executable(
- add_test(
-   test-screen-recorder-cli-screen-recorder
-   ${PROJECT_NAME}-test-screen-recorder-cli-screen-recorder)
-+
-+add_dependencies(
-+  ${PROJECT_NAME}-test-screen-recorder-cli-screen-recorder
-+  ${PROJECT_NAME})
diff --git a/testing/perl-sys-virt/perl-5.26.patch b/testing/perl-sys-virt/perl-5.26.patch
deleted file mode 100644
index cf3021088a4ed3d139e4817ed87781cdb71256f2..0000000000000000000000000000000000000000
--- a/testing/perl-sys-virt/perl-5.26.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 4ee3aad605f16ba836a11e6807dd2ef3693faf6d Mon Sep 17 00:00:00 2001
-From: Daniel P. Berrange <berrange@redhat.com>
-Date: Thu, 15 Jun 2017 18:26:08 +0100
-Subject: [PATCH] Use ./ when loading Virt.pm since "." is no longer in @INC
-
-Latest Perl reports:
-
-do "lib/Sys/Virt.pm" failed, '.' is no longer in @INC; did you mean do "./lib/Sys/Virt.pm"? at perl-Sys-Virt.spec.PL line 9.
-lib/Sys/Virt.pm: No such file or directory at perl-Sys-Virt.spec.PL line 12.
-
-Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
----
- perl-Sys-Virt.spec.PL |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/perl-Sys-Virt.spec.PL b/perl-Sys-Virt.spec.PL
-index aa3f6fc..dbb749d 100644
---- a/perl-Sys-Virt.spec.PL
-+++ b/perl-Sys-Virt.spec.PL
-@@ -6,7 +6,7 @@ use strict;
- 
- die unless (scalar @ARGV == 1);
- 
--unless (do 'lib/Sys/Virt.pm')
-+unless (do './lib/Sys/Virt.pm')
-   {
-     if ($@) { die $@ };
-     die "lib/Sys/Virt.pm: $!";
--- 
-1.7.1
-
diff --git a/testing/py3-glob2/disable-failing-test.patch b/testing/py3-glob2/disable-failing-test.patch
deleted file mode 100644
index eeb41f20e013110fb3fa3e0efa93c170a6b8aa3c..0000000000000000000000000000000000000000
--- a/testing/py3-glob2/disable-failing-test.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/pkginfo/tests/test_installed.py.orig
-+++ b/pkginfo/tests/test_installed.py
-@@ -44,6 +44,7 @@
-             else:
-                 self.assertEqual(installed.metadata_version, '1.0')
- 
-+    @unittest.skip("FIXME: This test fails for unknown reason")
-     def test_ctor_w_package_no_PKG_INFO(self):
-         import sys
-         import types
diff --git a/testing/py3-glob2/dont-package-tests.patch b/testing/py3-glob2/dont-package-tests.patch
deleted file mode 100644
index 045e0121a8793fd417db049a1035c55eeeccc411..0000000000000000000000000000000000000000
--- a/testing/py3-glob2/dont-package-tests.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -48,6 +48,6 @@
-             'pkginfo = pkginfo.commandline:main',
-         ]
-     },
--    packages=['pkginfo', 'pkginfo.tests'],
-+    packages=['pkginfo'],
-     **extras
- )
diff --git a/testing/py3-junit-xml/disable_failing_test.patch b/testing/py3-junit-xml/disable_failing_test.patch
deleted file mode 100644
index d52a32e6e2973b9a442055cd11ffaea811360a08..0000000000000000000000000000000000000000
--- a/testing/py3-junit-xml/disable_failing_test.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- a/test_junit_xml.py
-+++ b/test_junit_xml.py
-@@ -470,24 +470,6 @@
-             self, tcs[0], {'name': 'Failure-Message'}, failure_message=u(
-                 "failure message with illegal unicode char: []"))
- 
--    def test_init_utf8(self):
--        tc = TestCase(name='Test äöü', classname='some.class.name.äöü',
--                      elapsed_sec=123.345, stdout='I am stdöüt!',
--                      stderr='I am stdärr!')
--        tc.add_skipped_info(message='Skipped äöü', output="I skippäd!")
--        tc.add_error_info(message='Skipped error äöü',
--                          output="I skippäd with an error!")
--        test_suite = TestSuite('Test UTF-8', [tc])
--        (ts, tcs) = serialize_and_read(test_suite, encoding='utf-8')[0]
--        verify_test_case(self, tcs[0], {'name': decode('Test äöü', 'utf-8'),
--                                        'classname': decode('some.class.name.äöü', 'utf-8'),
--                                        'time': ("%f" % 123.345)},
--                        stdout=decode('I am stdöüt!', 'utf-8'), stderr=decode('I am stdärr!', 'utf-8'),
--                        skipped_message=decode('Skipped äöü', 'utf-8'),
--                        skipped_output=decode('I skippäd!', 'utf-8'),
--                        error_message=decode('Skipped error äöü', 'utf-8'),
--                        error_output=decode('I skippäd with an error!', 'utf-8'))
--
-     def test_init_unicode(self):
-         tc = TestCase(name=decode('Test äöü', 'utf-8'),
-                       classname=decode('some.class.name.äöü', 'utf-8'),
diff --git a/testing/py3-m2crypto/m2crypto-0.30.1-gcc_macros.patch b/testing/py3-m2crypto/m2crypto-0.30.1-gcc_macros.patch
deleted file mode 100644
index a31e86e3021f61ebd95c10667ec06a8308dc0ea5..0000000000000000000000000000000000000000
--- a/testing/py3-m2crypto/m2crypto-0.30.1-gcc_macros.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -up M2Crypto-0.30.1/SWIG/_m2crypto.i.gcc_macros M2Crypto-0.30.1/SWIG/_m2crypto.i
---- M2Crypto-0.30.1/SWIG/_m2crypto.i.gcc_macros	2018-02-24 14:54:59.000000000 +0100
-+++ M2Crypto-0.30.1/SWIG/_m2crypto.i	2018-05-19 06:07:31.032986837 +0200
-@@ -7,6 +7,7 @@
-  * Copyright (c) 2009-2010 Heikki Toivonen. All rights reserved.
-  *
-  */
-+%import "gcc_macros.h"
- 
- %module(threads=1) m2crypto
- /* We really don't need threadblock (PyGILState_Ensure() etc.) anywhere.
-@@ -15,11 +16,6 @@
- %nothreadblock;
- %nothreadallow;
- 
--#if SWIG_VERSION >= 0x030000
--#define __WCHAR_MAX__ __WCHAR_MAX
--#define __WCHAR_MIN__ __WCHAR_MIN
--#endif
--
- %{
- #ifdef _WIN32
- #define _WINSOCKAPI_
diff --git a/testing/seamonkey/fix-platform-gettid.patch b/testing/seamonkey/fix-platform-gettid.patch
deleted file mode 100644
index 385a926ce9161b48647999ef96f7a404b6ad29c7..0000000000000000000000000000000000000000
--- a/testing/seamonkey/fix-platform-gettid.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- seamonkey-2.39/mozilla/tools/profiler/core/platform.h.orig
-+++ seamonkey-2.39/mozilla/tools/profiler/core/platform.h
-@@ -60,14 +60,14 @@
- 
- // We need a definition of gettid(), but glibc doesn't provide a
- // wrapper for it.
--#if defined(__GLIBC__)
-+//#if defined(__GLIBC__)
- #include <unistd.h>
- #include <sys/syscall.h>
- static inline pid_t gettid()
- {
-   return (pid_t) syscall(SYS_gettid);
- }
--#endif
-+//#endif
- 
- #ifdef XP_WIN
- #include <windows.h>
diff --git a/testing/sems/sems-0010-Move-CMake-defines.patch b/testing/sems/sems-0010-Move-CMake-defines.patch
deleted file mode 100644
index be1b8be7a82aff6e2256c2f89b1cbf1d3048c8fb..0000000000000000000000000000000000000000
--- a/testing/sems/sems-0010-Move-CMake-defines.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-From c6fe28de4a05e33c317019261711f2babe98b95d Mon Sep 17 00:00:00 2001
-From: Peter Lemenkov <lemenkov@gmail.com>
-Date: Mon, 3 Jan 2011 22:16:24 +0300
-Subject: [PATCH 10/11] Move CMake defines
-
-Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
----
- CMakeLists.txt      |    3 +++
- core/CMakeLists.txt |    6 ------
- 2 files changed, 3 insertions(+), 6 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 78a6dfb..fdc88f4 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -80,6 +80,7 @@ SET(CMAKE_VERBOSE_MAKEFILE ON)
- #   (which means that current debian and gentoo packages don't work)
- IF(SEMS_USE_SPANDSP)
- 	FIND_PACKAGE(Spandsp REQUIRED)
-+	ADD_DEFINITIONS(-DUSE_SPANDSP -D__STDC_LIMIT_MACROS)
- 	MESSAGE(STATUS "Using spandsp: YES")
- ELSE(SEMS_USE_SPANDSP)
- 	MESSAGE(STATUS "Using spandsp: NO (default)")
-@@ -89,6 +90,7 @@ ENDIF(SEMS_USE_SPANDSP)
- # (see http://www.mega-nerd.com/SRC/)
- IF(SEMS_USE_LIBSAMPLERATE)
- 	FIND_PACKAGE(Libsamplerate REQUIRED)
-+	ADD_DEFINITIONS(-DUSE_LIBSAMPLERATE)
- 	MESSAGE(STATUS "Using libsamplerate: YES")
- ELSE(SEMS_USE_LIBSAMPLERATE)
- 	MESSAGE(STATUS "Using libsamplerate: NO (default)")
-@@ -128,6 +130,7 @@ ELSE(SEMS_USE_MONITORING)
- ENDIF(SEMS_USE_MONITORING)
- 
- IF(SEMS_USE_IPV6)
-+	ADD_DEFINITIONS(-DSUPPORT_IPV6)
- 	MESSAGE(STATUS "Enable IPv6 support: YES")
- ELSE(SEMS_USE_IPV6)
- 	MESSAGE(STATUS "Enable IPv6 support: NO (default)")
-diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
-index 7bd1341..5f0fb3f 100644
---- a/core/CMakeLists.txt
-+++ b/core/CMakeLists.txt
-@@ -18,19 +18,13 @@ ENDIF(NOT MAX_RTP_SESSIONS)
- ADD_DEFINITIONS(-DMAX_RTP_SESSIONS=${MAX_RTP_SESSIONS})
- 
- IF(SPANDSP_FOUND)
--	ADD_DEFINITIONS(-DUSE_SPANDSP -D__STDC_LIMIT_MACROS)
- 	TARGET_LINK_LIBRARIES(sems ${CMAKE_DL_LIBS} spandsp)
- ENDIF(SPANDSP_FOUND)
- 
- IF(LIBSAMPLERATE_FOUND)
--	ADD_DEFINITIONS(-DUSE_LIBSAMPLERATE)
- 	TARGET_LINK_LIBRARIES(sems ${CMAKE_DL_LIBS} samplerate)
- ENDIF(LIBSAMPLERATE_FOUND)
- 
--IF(SEMS_USE_IPV6)
--	ADD_DEFINITIONS(-DSUPPORT_IPV6)
--ENDIF(SEMS_USE_IPV6)
--
- ADD_SUBDIRECTORY(plug-in)
- 
- # Create config-file from template
--- 
-1.7.3.4
-
diff --git a/testing/subtitleeditor/01-fix-build.patch b/testing/subtitleeditor/01-fix-build.patch
deleted file mode 100644
index 706fe65e5474432db90ca442382da847df5548c8..0000000000000000000000000000000000000000
--- a/testing/subtitleeditor/01-fix-build.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Author: Philip Rinn <rinni@inventati.org>
-Description: Fix build
-Last-update: 2016-10-15
---- a/src/vp/gstplayer.cc
-+++ b/src/vp/gstplayer.cc
-@@ -417,8 +417,13 @@
- 	}
- 	catch(std::runtime_error &ex)
- 	{
--		se_debug_message(SE_DEBUG_VIDEO_PLAYER, "failed to gen_audio_element '%s'", ex.what());
--		GST_ELEMENT_WARNING(m_pipeline->gobj(), RESOURCE, NOT_FOUND, (ex.what()), (NULL));
-+#pragma GCC diagnostic push
-+#pragma GCC diagnostic ignored "-Wformat-security"
-+
-+       se_debug_message(SE_DEBUG_VIDEO_PLAYER, "failed to gen_audio_element '%s'", ex.what());
-+       GST_ELEMENT_WARNING(m_pipeline->gobj(), RESOURCE, NOT_FOUND, (ex.what()), (NULL));
-+
-+#pragma GCC diagnostic pop
- 	}
- 	// Return an NULL ptr
- 	return Glib::RefPtr<Gst::Element>();
-@@ -507,8 +512,13 @@
- 	}
- 	catch(std::runtime_error &ex)
- 	{
--		se_debug_message(SE_DEBUG_VIDEO_PLAYER, "failed to gen_video_element '%s'", ex.what());
--		GST_ELEMENT_ERROR(m_pipeline->gobj(), RESOURCE, NOT_FOUND, (ex.what()), (NULL));
-+#pragma GCC diagnostic push
-+#pragma GCC diagnostic ignored "-Wformat-security"
-+
-+       se_debug_message(SE_DEBUG_VIDEO_PLAYER, "failed to gen_audio_element '%s'", ex.what());
-+       GST_ELEMENT_WARNING(m_pipeline->gobj(), RESOURCE, NOT_FOUND, (ex.what()), (NULL));
-+
-+#pragma GCC diagnostic pop
- 	}
- 	// Return an NULL ptr
- 	return Glib::RefPtr<Gst::Element>();
diff --git a/testing/subtitleeditor/02-add-missing-potfiles.patch b/testing/subtitleeditor/02-add-missing-potfiles.patch
deleted file mode 100644
index 5162f60876624a26ef0918efbfd6e0d07e02cbf3..0000000000000000000000000000000000000000
--- a/testing/subtitleeditor/02-add-missing-potfiles.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Author: Philip Rinn <rinni@inventati.org>
-Description: Add missing source files to po/POTFILES.in
-Last-update: 2016-08-09
---- a/po/POTFILES.in
-+++ b/po/POTFILES.in
-@@ -71,6 +71,8 @@
- plugins/actions/styleeditor/styleeditor.cc
- plugins/actions/styleeditor/styleeditor.h
- plugins/actions/stylize/stylize.cc
-+plugins/actions/template/dialog-template-save-as.ui
-+plugins/actions/template/template.cc
- plugins/actions/textcorrection/assistant-text-correction.ui
- plugins/actions/textcorrection/capitalizationpage.h
- plugins/actions/textcorrection/commonerrorpage.h
diff --git a/testing/subtitleeditor/03-fix-build-gstreamermm-1.8.0.patch b/testing/subtitleeditor/03-fix-build-gstreamermm-1.8.0.patch
deleted file mode 100644
index ae47fd4723c85547c9a10ddf07df01e8593eb528..0000000000000000000000000000000000000000
--- a/testing/subtitleeditor/03-fix-build-gstreamermm-1.8.0.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-Author: Philip Rinn <rinni@inventati.org>
-Description: Fx build with gstreamermm-1.0 1.8.0
-Last-update: 2016-10-15
---- a/plugins/actions/keyframesmanagement/mediadecoder.h
-+++ b/plugins/actions/keyframesmanagement/mediadecoder.h
-@@ -200,7 +200,7 @@
- 	{
- 		check_missing_plugins();
- 		
--		Glib::ustring error = (msg) ? msg->parse().what() : Glib::ustring();
-+		Glib::ustring error = (msg) ? Glib::ustring(msg->parse_debug()) : Glib::ustring();
- 		
- 		dialog_error(_("Media file could not be played.\n"), error);
- 		// Critical error, cancel the work.
-@@ -214,7 +214,7 @@
- 	{
- 		check_missing_plugins();
- 		
--		Glib::ustring error = (msg) ? msg->parse().what() : Glib::ustring();
-+		Glib::ustring error = (msg) ? Glib::ustring(msg->parse_debug()) : Glib::ustring();
- 		dialog_error(_("Media file could not be played.\n"), error);
- 
- 		return true;
---- a/plugins/actions/waveformmanagement/mediadecoder.h
-+++ b/plugins/actions/waveformmanagement/mediadecoder.h
-@@ -200,7 +200,7 @@
- 	{
- 		check_missing_plugins();
- 		
--		Glib::ustring error = (msg) ? msg->parse().what() : Glib::ustring();
-+		Glib::ustring error = (msg) ? Glib::ustring(msg->parse_debug()) : Glib::ustring();
- 		
- 		dialog_error(_("Media file could not be played.\n"), error);
- 		// Critical error, cancel the work.
-@@ -214,7 +214,7 @@
- 	{
- 		check_missing_plugins();
- 		
--		Glib::ustring error = (msg) ? msg->parse().what() : Glib::ustring();
-+		Glib::ustring error = (msg) ? Glib::ustring(msg->parse_debug()) : Glib::ustring();
- 		dialog_error(_("Media file could not be played.\n"), error);
- 
- 		return true;
diff --git a/testing/subtitleeditor/04-remove-deprecated-variable.patch b/testing/subtitleeditor/04-remove-deprecated-variable.patch
deleted file mode 100644
index 6ede1f8a7b1226299b31b1665a1844baec008dd1..0000000000000000000000000000000000000000
--- a/testing/subtitleeditor/04-remove-deprecated-variable.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Author: kitone <kitone@gna.org>
-Description: Remove deprecated gnome-common variable GNOME2_DIR
-Last-update: 2016-11-09
---- trunk/autogen.sh
-+++ trunk/autogen.sh
-@@ -5,14 +5,6 @@
- 
- DIE=0
- 
--if [ -n "$GNOME2_DIR" ]; then
--	ACLOCAL_FLAGS="-I $GNOME2_DIR/share/aclocal $ACLOCAL_FLAGS"
--	LD_LIBRARY_PATH="$GNOME2_DIR/lib:$LD_LIBRARY_PATH"
--	PATH="$GNOME2_DIR/bin:$PATH"
--	export PATH
--	export LD_LIBRARY_PATH
--fi
--
- (test -f $srcdir/configure.ac) || {
-     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
-     echo " top-level package directory"
diff --git a/testing/subtitleeditor/APKBUILD b/testing/subtitleeditor/APKBUILD
index 55fed1e7003b31dca90b48ebf8ba2cbdfdae66a3..6327e72505ad5494ef3ddcf07a2f40900af1e09c 100644
--- a/testing/subtitleeditor/APKBUILD
+++ b/testing/subtitleeditor/APKBUILD
@@ -12,10 +12,6 @@ makedepends="libxml++-2.6-dev enchant-dev libsigc++-dev xdg-utils gtkmm3-dev gtk
 	desktop-file-utils gst-plugins-ugly automake autoconf libtool"
 subpackages="$pkgname-dev $pkgname-doc"
 source="$pkgname-$pkgver.tar.gz::https://github.com/kitone/$pkgname/archive/$pkgver.tar.gz"
-#	01-fix-build.patch
-#	02-add-missing-potfiles.patch
-#	03-fix-build-gstreamermm-1.8.0.patch
-#	04-remove-deprecated-variable.patch"
 builddir="$srcdir/$pkgname-$pkgver"
 
 prepare() {