diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-11-16 21:11:41 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-16 21:14:14 +0100 |
commit | 1726a8b9f72b13054cd212e731c7d8282bfee130 (patch) | |
tree | 1cf57971c8c8c0918675d4b5f0cfdfbf98f67f41 /sci-visualization/gnuplot/files | |
parent | sci-visualization/gnuplot: add 5.4.10 (diff) | |
download | gentoo-1726a8b9f72b13054cd212e731c7d8282bfee130.tar.gz gentoo-1726a8b9f72b13054cd212e731c7d8282bfee130.tar.bz2 gentoo-1726a8b9f72b13054cd212e731c7d8282bfee130.zip |
sci-visualization/gnuplot: drop 5.4.9
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sci-visualization/gnuplot/files')
-rw-r--r-- | sci-visualization/gnuplot/files/gnuplot-5.4.9-unbal-braces.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-visualization/gnuplot/files/gnuplot-5.4.9-unbal-braces.patch b/sci-visualization/gnuplot/files/gnuplot-5.4.9-unbal-braces.patch deleted file mode 100644 index 3261f60e61c1..000000000000 --- a/sci-visualization/gnuplot/files/gnuplot-5.4.9-unbal-braces.patch +++ /dev/null @@ -1,31 +0,0 @@ -https://bugs.gentoo.org/915492 -Patch from upstream branch-5-4-stable branch - -commit b5b668ca442e0d7399e2b432fe5fe5fb4c48a1a2 -Author: Peter Korsgaard <peter@korsgaard.com> -Date: Sun Oct 1 10:20:31 2023 +0200 - - term/post.trm: unbreak !HAVE_DEFLATE_ENCODER builds - ---- a/term/post.trm -+++ b/term/post.trm -@@ -4000,17 +4000,16 @@ PS_image (unsigned int M, unsigned int N, coordval *image, gpiPoint *corner, t_i - cscale = 1.0; - - #ifdef HAVE_DEFLATE_ENCODER -- if (ps_params->level3) { -+ if (ps_params->level3) - encoded_image = (void *)PS_encode_png_image(M, N, image, color_mode, - bits_per_component, max_colors, cscale, - &num_encoded_bytes); -- } else { -+ else - #endif - encoded_image = PS_encode_image(M, N, image, color_mode, - bits_per_component, max_colors, cscale, - (ps_params->level1 ? PS_ASCII_HEX : PS_ASCII85), - &num_encoded_bytes); -- } - - - fputs("%%%%BeginImage\n", gppsfile); |