pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gnuplot gnuplot: updated to 5.2.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c69f8dfede1
branches:  trunk
changeset: 317921:2c69f8dfede1
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 16 19:18:26 2019 +0000

description:
gnuplot: updated to 5.2.6

Changes in 5.2.6
NEW keyword "keyentry" places an entry in the key without actually plotting
NEW "set style boxplot medianlinewidth <lw>"
CHANGE drop non-working support for CIE/XYZ color space
CHANGE strptime ignores content read with format a/A/w/W
FIX various corner-case bugs and overruns found by fuzzing
FIX revise waitforinput in x11 terminal
FIX revise waitforinput and terminal close events in qt terminal
FIX revise waitforinput and new window events in monothreaded wxt terminal
FIX lua.trm compatibility with lua version 5.3
FIX error line reporting inside an if/else bracketed clause
FIX error in date conversion for times within a nanosecond of a year boundary

diffstat:

 graphics/gnuplot/Makefile                    |   8 ++++----
 graphics/gnuplot/distinfo                    |  11 +++++------
 graphics/gnuplot/patches/patch-src_libcerf.c |  17 -----------------
 3 files changed, 9 insertions(+), 27 deletions(-)

diffs (75 lines):

diff -r b1d5844ef701 -r 2c69f8dfede1 graphics/gnuplot/Makefile
--- a/graphics/gnuplot/Makefile Wed Jan 16 18:34:42 2019 +0000
+++ b/graphics/gnuplot/Makefile Wed Jan 16 19:18:26 2019 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.127 2018/12/09 18:52:30 adam Exp $
+# $NetBSD: Makefile,v 1.128 2019/01/16 19:18:26 adam Exp $
 
-DISTNAME=      gnuplot-5.2.5
+DISTNAME=      gnuplot-5.2.6
 CATEGORIES+=   graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://gnuplot.sourceforge.net/
 COMMENT=       Portable interactive, function plotting utility
-PKGREVISION=   1
 #LICENSE=      gnuplot + BSD
 
 API_VERSION=   ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}
@@ -22,11 +21,12 @@
 CONFIGURE_ARGS+=       --without-tutorial
 CONFIGURE_ARGS+=       ac_cv_prog_EMACS=
 INFO_FILES=            yes
+TEST_TARGET=           check
 
 PLIST_SUBST+=          API_VERSION=${API_VERSION}
 LDFLAGS.SunOS+=                -liconv
 
-# Make this available to patch-ah so the font path can include pkgsrc fonts.
+# Make this available to patch-src_variable.c so the font path can include pkgsrc fonts.
 SUBST_CLASSES+=                fontpath
 SUBST_STAGE.fontpath=  pre-configure
 SUBST_MESSAGE.fontpath=        Fixing font path.
diff -r b1d5844ef701 -r 2c69f8dfede1 graphics/gnuplot/distinfo
--- a/graphics/gnuplot/distinfo Wed Jan 16 18:34:42 2019 +0000
+++ b/graphics/gnuplot/distinfo Wed Jan 16 19:18:26 2019 +0000
@@ -1,12 +1,11 @@
-$NetBSD: distinfo,v 1.39 2018/11/21 17:12:06 adam Exp $
+$NetBSD: distinfo,v 1.40 2019/01/16 19:18:26 adam Exp $
 
-SHA1 (gnuplot-5.2.5.tar.gz) = 6c0e43968ec19f813241b91cbcf15e44f6ad5c73
-RMD160 (gnuplot-5.2.5.tar.gz) = 7054759e91c1bd44d9b1acf9aa15816d4e386a16
-SHA512 (gnuplot-5.2.5.tar.gz) = e516f33b678963e13c2464679efec6c387e57df4f92a57d319baec8bbd29ab46e545cd5d70b2d17644d734040892769da745b8a5441467dcdb8f9c892a493ca4
-Size (gnuplot-5.2.5.tar.gz) = 5305288 bytes
+SHA1 (gnuplot-5.2.6.tar.gz) = e39a58addf5d69814cd6631a2aff24c5a5206c05
+RMD160 (gnuplot-5.2.6.tar.gz) = 557d513d25a88eea7ffb7808efaad3cd373631ed
+SHA512 (gnuplot-5.2.6.tar.gz) = 557c0d00c951055ca03ef0f2b262e96b8013da4fedeb64dc5325fabd94772144fd2fe7bfa9d159fa47ab76695109cb4d3f01fc5bfa996df4576aee0eebe36a90
+Size (gnuplot-5.2.6.tar.gz) = 5321601 bytes
 SHA1 (patch-configure) = 0881a50206c9796a2f34b93b72f6cd6eae127a15
 SHA1 (patch-src_gp__hist.h) = b1549572ba1bacad5ae76e7a5a6b632e693b74a7
-SHA1 (patch-src_libcerf.c) = 2503759216b169d0e1e8588a7c6634ef30f8bd24
 SHA1 (patch-src_plot.c) = a91ef7ff92917c54e37f3cca765e92d9857a47a5
 SHA1 (patch-src_readline.h) = ae138bb783a5a5e68f89850cdd861cc545399aaf
 SHA1 (patch-src_variable.c) = 90a9372c715791efe42bc019025aa61fb5ece80c
diff -r b1d5844ef701 -r 2c69f8dfede1 graphics/gnuplot/patches/patch-src_libcerf.c
--- a/graphics/gnuplot/patches/patch-src_libcerf.c      Wed Jan 16 18:34:42 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_libcerf.c,v 1.1 2018/11/21 17:12:06 adam Exp $
-
-Re-order includes to avoid buidling problems.
-
---- src/libcerf.c.orig 2018-11-21 16:52:31.000000000 +0000
-+++ src/libcerf.c
-@@ -12,9 +12,8 @@
- #include "syscfg.h"
- #ifdef HAVE_LIBCERF
- #include <complex.h>  /* C99 _Complex */
--#include <cerf.h>     /* libcerf library header */
--
- #include "eval.h"
-+#include <cerf.h>     /* libcerf library header */
- #include "stdfn.h"    /* for not_a_number */
- #include "util.h"     /* for int_error() */
- #include "libcerf.h"  /* our own prototypes */



Home | Main Index | Thread Index | Old Index