From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06713159C9B for ; Sun, 4 Aug 2024 07:40:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31245E2AA5; Sun, 4 Aug 2024 07:40:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18A3EE2AA5 for ; Sun, 4 Aug 2024 07:40:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BA4B340906 for ; Sun, 4 Aug 2024 07:39:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAF3A1E87 for ; Sun, 4 Aug 2024 07:39:57 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1722757162.0432daaf01e0dff16e040c187eef952a05dd8be1.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/gnuplot/files/gnuplot-6.0.1-watchpoints.patch X-VCS-Directories: sci-visualization/gnuplot/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0432daaf01e0dff16e040c187eef952a05dd8be1 X-VCS-Branch: master Date: Sun, 4 Aug 2024 07:39:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 228811c5-e2be-4970-906f-056114cd65fe X-Archives-Hash: 449cbc89be6ec0c16ddaea8ce4a4ce8a commit: 0432daaf01e0dff16e040c187eef952a05dd8be1 Author: Ulrich Müller gentoo org> AuthorDate: Sun Aug 4 07:18:10 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Aug 4 07:39:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0432daaf sci-visualization/gnuplot: update patch As accepted upstream. Bug: https://sourceforge.net/p/gnuplot/bugs/2727/ Signed-off-by: Ulrich Müller gentoo.org> .../gnuplot/files/gnuplot-6.0.1-watchpoints.patch | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sci-visualization/gnuplot/files/gnuplot-6.0.1-watchpoints.patch b/sci-visualization/gnuplot/files/gnuplot-6.0.1-watchpoints.patch index 79e1b68f90dc..699585853919 100644 --- a/sci-visualization/gnuplot/files/gnuplot-6.0.1-watchpoints.patch +++ b/sci-visualization/gnuplot/files/gnuplot-6.0.1-watchpoints.patch @@ -2,15 +2,16 @@ https://sourceforge.net/p/gnuplot/bugs/2727/ --- a/demo/watchpoints.dem +++ b/demo/watchpoints.dem -@@ -7,6 +7,11 @@ if (!strstrt(GPVAL_COMPILE_OPTIONS, "+WATCHPOINTS")) { - exit # return to caller - } +@@ -67,6 +67,12 @@ + pause -1 " to continue" + reset ++ +if (!strstrt(GPVAL_COMPILE_OPTIONS, "+LIBCERF")) { + print "This copy of gnuplot does not support FresnelC, FresnelS" + exit; +} + - # watchpoints are only active on plots "with lines" or "with linespoints" - # - set style data lines + unset key + set title "Find y intercepts of a parametric function" offset 0,-1 + set xrange [-0.1 : 0.9]