From patchwork Mon May 13 14:26:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Fischer X-Patchwork-Id: 1934748 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=140.211.166.136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=patchwork.ozlabs.org) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VdMTG67rKz20d6 for ; Tue, 14 May 2024 00:34:58 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id DADB1608B6; Mon, 13 May 2024 14:34:55 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id 73gTxqB9tfdD; Mon, 13 May 2024 14:34:54 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.34; helo=ash.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org A7A9760904 Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id A7A9760904; Mon, 13 May 2024 14:34:54 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A05F51BF239 for ; Mon, 13 May 2024 14:34:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 8AB3280DA6 for ; Mon, 13 May 2024 14:34:52 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id t8DX2MAL2Kvz for ; Mon, 13 May 2024 14:34:51 +0000 (UTC) X-Greylist: delayed 496 seconds by postgrey-1.37 at util1.osuosl.org; Mon, 13 May 2024 14:34:51 UTC DMARC-Filter: OpenDMARC Filter v1.4.2 smtp1.osuosl.org 320A980EAC DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 320A980EAC Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=134.119.228.102; helo=smtprelay07.ispgateway.de; envelope-from=mf@go-sys.de; receiver= Received: from smtprelay07.ispgateway.de (smtprelay07.ispgateway.de [134.119.228.102]) by smtp1.osuosl.org (Postfix) with ESMTPS id 320A980EAC for ; Mon, 13 May 2024 14:34:51 +0000 (UTC) Received: from [91.21.113.99] (helo=mail.go-sys.de) by smtprelay07.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.97.1) (envelope-from ) id 1s6WdK-000000002lx-2mgk for buildroot@busybox.net; Mon, 13 May 2024 16:26:31 +0200 Received: from mail.go-sys.de (192.168.1.9) by mail.go-sys.de (192.168.1.9) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.39; Mon, 13 May 2024 16:26:29 +0200 Received: from go-sys.de (192.168.1.175) by mail.go-sys.de (192.168.1.9) with Microsoft SMTP Server id 15.1.2507.39 via Frontend Transport; Mon, 13 May 2024 16:26:29 +0200 From: Michael Fischer To: Date: Mon, 13 May 2024 16:26:12 +0200 Message-ID: <20240513142612.21594-1-mf@go-sys.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-C2ProcessedOrg: 5fa85167-cd6f-46be-bafe-19070fe3dac3 X-CrossPremisesHeadersFilteredBySendConnector: mail.go-sys.de X-OrganizationHeadersPreserved: mail.go-sys.de X-Df-Sender: c21hcnRob3N0QGdvLXN5cy5kZQ== X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dmarc=none (p=none dis=none) header.from=go-sys.de Subject: [Buildroot] [PATCH] package/gnuplot: bump version to 6.0.0 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Fischer Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" 0001-configure-add-without-demo-option: adapt patch to 6.0.0 version Signed-off-by: Michael Fischer --- ...01-configure-add-without-demo-option.patch | 42 +++++++------------ package/gnuplot/gnuplot.hash | 8 ++-- package/gnuplot/gnuplot.mk | 2 +- 3 files changed, 21 insertions(+), 31 deletions(-) diff --git a/package/gnuplot/0001-configure-add-without-demo-option.patch b/package/gnuplot/0001-configure-add-without-demo-option.patch index a557e279bc..4eb9833fe7 100644 --- a/package/gnuplot/0001-configure-add-without-demo-option.patch +++ b/package/gnuplot/0001-configure-add-without-demo-option.patch @@ -8,32 +8,19 @@ Signed-off-by: Thomas Petazzoni Signed-off-by: Vicente Olivert Riera [Michael: adapt patch to 5.4.0 version] Signed-off-by: Michael Fischer +[Michael: adapt patch to 6.0.0 version] +Signed-off-by: Michael Fischer -diff -Naur a/configure.ac b/configure.ac ---- a/configure.ac 2020-07-12 02:29:47.000000000 +0200 -+++ b/configure.ac 2020-08-06 14:21:17.918756893 +0200 -@@ -713,6 +713,17 @@ - [ Define if you want to read .gnuplot from current directory (SECURITY RISK!).]) - fi +--- a/configure.ac 2023-12-19 00:28:58.000000000 +0100 ++++ b/configure.ac 2024-05-13 15:41:18.313920528 +0200 +@@ -715,6 +715,32 @@ + + dnl Process rest of with and enable options +dnl Whether we want to build the doc files +dnl Does nothing here, is passed on to the doc subdir +AC_ARG_ENABLE(doc,dnl +[ --disable-doc do not build doc files]) -+ -+dnl Whether we want to build the demo files -+dnl Does nothing here, is passed on to the demo subdir -+AC_ARG_ENABLE(demo,dnl -+[ --disable-demo do not build demo files]) -+ -+ - dnl Sort help/subtopic tables by row or column - AC_ARG_WITH(row-help,dnl - [ --with-row-help format help and subtopic tables by row (default) -@@ -1095,6 +1106,24 @@ - AC_DEFINE_UNQUOTED([DIST_CONTACT],["$DIST_CONTACT"],[Contact address for modified and binary distributed gnuplot versions]) - fi - +dnl build doc files +if test "$enable_doc" != no; then + AC_CONFIG_SUBDIRS(docs) @@ -43,6 +30,10 @@ diff -Naur a/configure.ac b/configure.ac +fi +AC_SUBST(DOCSUBDIR) + ++dnl Whether we want to build the demo files ++dnl Does nothing here, is passed on to the demo subdir ++AC_ARG_ENABLE(demo,dnl ++[ --disable-demo do not build demo files]) +dnl build demo files +if test "$enable_demo" != no; then + AC_CONFIG_SUBDIRS(demo) @@ -52,12 +43,11 @@ diff -Naur a/configure.ac b/configure.ac +fi +AC_SUBST(DEMOSUBDIR) + - dnl Substitute variables - AC_SUBST(PACKAGE) - AC_SUBST(VERSION_MAJOR) -diff -Naur a/Makefile.am b/Makefile.am ---- a/Makefile.am 2020-03-31 19:28:16.000000000 +0200 -+++ b/Makefile.am 2020-08-06 14:34:12.995097799 +0200 + dnl without-extra-coordinate may leave a hole in "struct coordinate" + AC_ARG_WITH(extra-coordinate,dnl + [ --without-extra-coordinate leave possible hole in struct coordinate],,) +--- a/Makefile.am 2023-12-19 00:28:58.000000000 +0100 ++++ b/Makefile.am 2024-05-13 15:54:21.189906680 +0200 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- AUTOMAKE_OPTIONS = foreign diff --git a/package/gnuplot/gnuplot.hash b/package/gnuplot/gnuplot.hash index 39dacd50a4..dd587a8220 100644 --- a/package/gnuplot/gnuplot.hash +++ b/package/gnuplot/gnuplot.hash @@ -1,6 +1,6 @@ -# From https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.10/ -md5 334851e63450362bdb95e67fa8a23665 gnuplot-5.4.10.tar.gz -sha1 9981e5b0111c07d376deef571ccc75ce4b4ebbd2 gnuplot-5.4.10.tar.gz +# From https://sourceforge.net/projects/gnuplot/files/gnuplot/6.0.0/ +md5 10246eb96bbf3a151d6eb9bbcc223e4e gnuplot-6.0.0.tar.gz +sha1 3abea0cccad89b0c8fb6619ad51b83a971ee24b9 gnuplot-6.0.0.tar.gz # Locally computed -sha256 975d8c1cc2c41c7cedc4e323aff035d977feb9a97f0296dd2a8a66d197a5b27c gnuplot-5.4.10.tar.gz +sha256 635a28f0993f6ab0d1179e072ad39b8139d07f51237f841d93c6c2ff4b1758ec gnuplot-6.0.0.tar.gz sha256 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d Copyright diff --git a/package/gnuplot/gnuplot.mk b/package/gnuplot/gnuplot.mk index 91e9bfb9bf..26b2daaf24 100644 --- a/package/gnuplot/gnuplot.mk +++ b/package/gnuplot/gnuplot.mk @@ -4,7 +4,7 @@ # ################################################################################ -GNUPLOT_VERSION = 5.4.10 +GNUPLOT_VERSION = 6.0.0 GNUPLOT_SITE = http://downloads.sourceforge.net/project/gnuplot/gnuplot/$(GNUPLOT_VERSION) GNUPLOT_LICENSE = gnuplot license (open source) GNUPLOT_LICENSE_FILES = Copyright