summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-04-07 16:48:26 +0200
committerAaron Bauman <bman@gentoo.org>2019-04-19 21:28:35 -0400
commitcb0e40e1cbee88737d78e59df4a62cf1a23963c9 (patch)
tree95f65476f2df3be7dd02f8d5a361e167356ba3e3 /dev-libs
parentapp-backup/bacula: use HTTPS (diff)
downloadgentoo-cb0e40e1cbee88737d78e59df4a62cf1a23963c9.tar.gz
gentoo-cb0e40e1cbee88737d78e59df4a62cf1a23963c9.tar.bz2
gentoo-cb0e40e1cbee88737d78e59df4a62cf1a23963c9.zip
dev-libs/libmspack: remove unused patches
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11627 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libmspack/files/libmspack-0.6_alpha-fix-tests.patch14
-rw-r--r--dev-libs/libmspack/files/libmspack-0.7.1_alpha-fix-parallel-build.patch20
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-libs/libmspack/files/libmspack-0.6_alpha-fix-tests.patch b/dev-libs/libmspack/files/libmspack-0.6_alpha-fix-tests.patch
deleted file mode 100644
index 22b0461ae7e4..000000000000
--- a/dev-libs/libmspack/files/libmspack-0.6_alpha-fix-tests.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/libmspack/test/cabd_test.c b/libmspack/test/cabd_test.c
-index 5e8851c..abed65c 100644
---- a/test/cabd_test.c
-+++ b/test/cabd_test.c
-@@ -186,7 +186,8 @@ void cabd_open_test_05() {
- for (i = 0; i < (sizeof(str_files)/sizeof(char *)); i++) {
- cab = cabd->open(cabd, str_files[i]);
- TEST(cab == NULL);
-- TEST(cabd->last_error(cabd) == MSPACK_ERR_DATAFORMAT);
-+ TEST(cabd->last_error(cabd) == MSPACK_ERR_DATAFORMAT ||
-+ cabd->last_error(cabd) == MSPACK_ERR_READ);
- }
-
- /* lack of data blocks should NOT be a problem for merely reading */
diff --git a/dev-libs/libmspack/files/libmspack-0.7.1_alpha-fix-parallel-build.patch b/dev-libs/libmspack/files/libmspack-0.7.1_alpha-fix-parallel-build.patch
deleted file mode 100644
index 38935a8d26f4..000000000000
--- a/dev-libs/libmspack/files/libmspack-0.7.1_alpha-fix-parallel-build.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From 43099fb1bba26792fe98b4157c950db9c333134d Mon Sep 17 00:00:00 2001
-From: Stuart Caie <kyzer@cabextract.org.uk>
-Date: Tue, 16 Oct 2018 11:25:24 +0100
-Subject: [PATCH] Fix parallel builds by adding adding libmschmd.la explicitly
- to test_chmd_test_DEPENDENCIES
-
----
-diff --git a/libmspack/Makefile.am b/libmspack/Makefile.am
-index ba19535..6130bc2 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -89,7 +89,7 @@ test_chmd_order_SOURCES = test/chmd_order.c test/md5.c test/md5.h \
- test_chmd_order_LDADD = libmschmd.la
- test_chmd_test_SOURCES = test/chmd_test.c libmschmd.la
- test_chmd_test_LDADD = libmschmd.la
--test_chmd_test_DEPENDENCIES = test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm
-+test_chmd_test_DEPENDENCIES = libmschmd.la test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm
- test_chminfo_SOURCES = test/chminfo.c libmschmd.la
- test_chminfo_LDADD = libmschmd.la
- test_kwajd_test_SOURCES = test/kwajd_test.c libmspack.la