summaryrefslogtreecommitdiff
path: root/graphics/gnuplot
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-01-16 19:18:26 +0000
committeradam <adam@pkgsrc.org>2019-01-16 19:18:26 +0000
commit69d4883a407b413d5a2fdb63d39ef96eb100318d (patch)
tree0b36399cd0e72f7cc3787fed13e250a0691aecd4 /graphics/gnuplot
parentbb050ee9b4d8c7be260174a15021938679082ec8 (diff)
downloadpkgsrc-69d4883a407b413d5a2fdb63d39ef96eb100318d.tar.gz
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 (limited to 'graphics/gnuplot')
-rw-r--r--graphics/gnuplot/Makefile8
-rw-r--r--graphics/gnuplot/distinfo11
-rw-r--r--graphics/gnuplot/patches/patch-src_libcerf.c17
3 files changed, 9 insertions, 27 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index 8ac46a2239e..932d33a9ed7 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -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
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-latex
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 --git a/graphics/gnuplot/distinfo b/graphics/gnuplot/distinfo
index 400af4cdddf..b7d7c955eb8 100644
--- a/graphics/gnuplot/distinfo
+++ b/graphics/gnuplot/distinfo
@@ -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 --git a/graphics/gnuplot/patches/patch-src_libcerf.c b/graphics/gnuplot/patches/patch-src_libcerf.c
deleted file mode 100644
index 1a8449991f0..00000000000
--- a/graphics/gnuplot/patches/patch-src_libcerf.c
+++ /dev/null
@@ -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 */