From 2d9f3361c8663d1bb0c189cd745bb75e7440724d Mon Sep 17 00:00:00 2001 From: Philippe Chaintreuil Date: Mon, 26 Dec 2022 16:26:29 -0500 Subject: mail-filter/spamassassin: Patch strip2.t test failure Posted fix to upstream: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8096 Closes: https://github.com/gentoo/gentoo/pull/28844 Signed-off-by: Philippe Chaintreuil Signed-off-by: Sam James --- .../spamassassin/files/4.0.0-tests-strip2.t.patch | 20 ++++++++++++++++++++ mail-filter/spamassassin/spamassassin-4.0.0.ebuild | 1 + 2 files changed, 21 insertions(+) create mode 100644 mail-filter/spamassassin/files/4.0.0-tests-strip2.t.patch (limited to 'mail-filter') diff --git a/mail-filter/spamassassin/files/4.0.0-tests-strip2.t.patch b/mail-filter/spamassassin/files/4.0.0-tests-strip2.t.patch new file mode 100644 index 000000000000..94e1059259b5 --- /dev/null +++ b/mail-filter/spamassassin/files/4.0.0-tests-strip2.t.patch @@ -0,0 +1,20 @@ +https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8096 +--- a/t/strip2.t ++++ b/t/strip2.t +@@ -4,14 +4,15 @@ + use SATest; sa_t_init("strip2"); + + use Test::More; ++use constant HAS_TEXTDIFF => eval { require Text::Diff; }; + plan skip_all => 'Long running tests disabled' unless conf_bool('run_long_tests'); ++plan skip_all => 'Need Text::Diff' unless HAS_TEXTDIFF; + plan tests => 98; + + # --------------------------------------------------------------------------- + + use File::Copy; + use File::Compare qw(compare_text); +-use Text::Diff; + + my @files = qw( + data/nice/crlf-endings diff --git a/mail-filter/spamassassin/spamassassin-4.0.0.ebuild b/mail-filter/spamassassin/spamassassin-4.0.0.ebuild index 5670fd623a56..1799185e12fa 100644 --- a/mail-filter/spamassassin/spamassassin-4.0.0.ebuild +++ b/mail-filter/spamassassin/spamassassin-4.0.0.ebuild @@ -91,6 +91,7 @@ VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/spamassassin.apache. PATCHES=( "${FILESDIR}/mention-geoip.cf-in-init.pre.patch" "${FILESDIR}/4.0.0-tests-dnsbl_subtests.t.patch" + "${FILESDIR}/4.0.0-tests-strip2.t.patch" ) # There are a few renames and use-dependent ones in src_install as well. -- cgit v1.2.3-65-gdbad