summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-05-16 14:17:04 +0000
committeradam <adam@pkgsrc.org>2013-05-16 14:17:04 +0000
commit3df0588098cee658dac6b5699245bec9c8071882 (patch)
tree16b309961f67312fe2d9d8c53eebf5bf1cdf7b48 /graphics
parent30d7fae7ac5b45173d0e94725c9c6bd8f9b74c10 (diff)
downloadpkgsrc-3df0588098cee658dac6b5699245bec9c8071882.tar.gz
Changes 4.6.3:
* NEW space raises console for console mode gnuplot on Windows * CHANGE -persist mode does not open text window of wgnuplot * FIX -persist mode broken on Windows * FIX -persist mode results in zombie process if using wxt terminal on Windows * FIX suppression of color in linetypes after "set term ... mono" * FIX synchronization of graphics and text color in latex terminals
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gnuplot/Makefile9
-rw-r--r--graphics/gnuplot/distinfo8
-rw-r--r--graphics/gnuplot/options.mk14
3 files changed, 15 insertions, 16 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index 6d3ab1a7421..fd9675f6305 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2013/02/16 11:22:01 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2013/05/16 14:17:04 adam Exp $
-DISTNAME= gnuplot-4.6.1
-PKGREVISION= 4
+DISTNAME= gnuplot-4.6.3
CATEGORIES+= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
@@ -16,6 +15,7 @@ DISTINFO_FILE= ${.CURDIR}/../../graphics/gnuplot/distinfo
PKG_INSTALLATION_TYPES= overwrite pkgviews
+USE_LANGUAGES= c
USE_TOOLS+= makeinfo pkg-config gmake
GNU_CONFIGURE= yes
#CONFIGURE_ARGS+= --enable-history-file
@@ -25,14 +25,13 @@ CONFIGURE_ARGS+= --without-lisp-files
CONFIGURE_ARGS+= --without-tutorial
CONFIGURE_ARGS+= ac_cv_prog_EMACS=
INFO_FILES= yes
-USE_LANGUAGES= c
# Use BSD editline wherever possible:
.include "../../mk/bsd.prefs.mk"
.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin"
. if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[01234].*)
-CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
+CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
.include "../../devel/readline/buildlink3.mk"
. else
CONFIGURE_ARGS+= --with-readline=bsd
diff --git a/graphics/gnuplot/distinfo b/graphics/gnuplot/distinfo
index ba7c49ab821..e55959aad0f 100644
--- a/graphics/gnuplot/distinfo
+++ b/graphics/gnuplot/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2012/11/07 19:22:04 he Exp $
+$NetBSD: distinfo,v 1.22 2013/05/16 14:17:04 adam Exp $
-SHA1 (gnuplot-4.6.1.tar.gz) = 1ea21a628223159b0297ae65fe8293afd5aab3c0
-RMD160 (gnuplot-4.6.1.tar.gz) = 2b6fb6c1f1ce60f0bac2cb9b496c45b073ce6bb2
-Size (gnuplot-4.6.1.tar.gz) = 4959670 bytes
+SHA1 (gnuplot-4.6.3.tar.gz) = f01e417dc9504a05fd5cc2595b05ccb58bcea5b2
+RMD160 (gnuplot-4.6.3.tar.gz) = 42ff3a2066e5089b19c52a88cd2c17d9db87681d
+Size (gnuplot-4.6.3.tar.gz) = 4973116 bytes
SHA1 (patch-aa) = fa5981422c83d1467b0df8a7c36ce7b2439855f2
SHA1 (patch-ac) = 271c107d7793d8817221474eca4b5da78abad9c9
SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413
diff --git a/graphics/gnuplot/options.mk b/graphics/gnuplot/options.mk
index ee178aac4e5..ed8a2cff79b 100644
--- a/graphics/gnuplot/options.mk
+++ b/graphics/gnuplot/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2012/11/12 22:02:43 bad Exp $
+# $NetBSD: options.mk,v 1.7 2013/05/16 14:17:04 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnuplot
PKG_SUPPORTED_OPTIONS= gd lua pdf x11 qt4
@@ -36,18 +36,18 @@ CONFIGURE_ARGS+= --without-x
.endif
.if !empty(PKG_OPTIONS:Mqt4)
-USE_LANGUAGES+= c++
+USE_LANGUAGES+= c++
CONFIGURE_ARGS+= --enable-qt
-PLIST.qt4= yes
+PLIST.qt4= yes
.include "../../x11/qt4-libs/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --disable-qt
+CONFIGURE_ARGS+= --disable-qt
.endif
.if !empty(PKG_OPTIONS:Mwxwidgets)
-USE_LANGUAGES+= c++
-CONFIGURE_ARGS+= --enable-wxwidgets
+USE_LANGUAGES+= c++
+CONFIGURE_ARGS+= --enable-wxwidgets
.include "../../x11/wxGTK28/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --disable-wxwidgets
+CONFIGURE_ARGS+= --disable-wxwidgets
.endif