summaryrefslogtreecommitdiff
path: root/dev-perl/Cairo/files/Cairo-1.107-fatal-exit.patch
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-05-14 03:01:33 +1200
committerKent Fredric <kentnl@gentoo.org>2020-05-14 03:10:01 +1200
commit2c58128ee88e4869b802230e341c0645cf1e07c0 (patch)
tree03687790c58061de288e34b4ce604ac9293f1d97 /dev-perl/Cairo/files/Cairo-1.107-fatal-exit.patch
parent23625f6dbfe46ce05196726e9bccef9178541c56 (diff)
downloadgentoo-2c58128ee88e4869b802230e341c0645cf1e07c0.tar.gz
gentoo-2c58128ee88e4869b802230e341c0645cf1e07c0.tar.bz2
gentoo-2c58128ee88e4869b802230e341c0645cf1e07c0.zip
dev-perl/Cairo: Bump to version 1.107.0
- EAPI7 - Add USE="examples" - Replace sed invocation with a patch - Enable parallel tests - I see no evidence of bug #663478 or bug #641494, which may be the same bug in differing presentations. Affected users are encouraged to reproduce and give information about their installed cairo and libpng's and applicable USE flags. Upstream: - Add bindings for cairo_tag_begin and cairo_tag_end - Add binding for cairo_pdf_surface_set_metadata Bug: https://bugs.gentoo.org/641494 Bug: https://bugs.gentoo.org/663478 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Cairo/files/Cairo-1.107-fatal-exit.patch')
-rw-r--r--dev-perl/Cairo/files/Cairo-1.107-fatal-exit.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Cairo/files/Cairo-1.107-fatal-exit.patch b/dev-perl/Cairo/files/Cairo-1.107-fatal-exit.patch
new file mode 100644
index 000000000000..cc1274af4eb7
--- /dev/null
+++ b/dev-perl/Cairo/files/Cairo-1.107-fatal-exit.patch
@@ -0,0 +1,25 @@
+From 96dd5b512e7761626b6924df471bfec50983eeb7 Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Thu, 14 May 2020 02:39:16 +1200
+Subject: Abort with a non-zero exit code
+
+---
+ Makefile.PL | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index d7a6d49..8960261 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -99,7 +99,7 @@ my %cairo_cfg;
+ eval { %cairo_cfg = ExtUtils::PkgConfig->find ("cairo >= $extreqs{cairo}"); };
+ if ($@ ne '') {
+ warn $@;
+- exit 0;
++ exit 1;
+ }
+
+ my %objects = (
+--
+2.26.2
+