pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gnuplot



Module Name:    pkgsrc
Committed By:   rin
Date:           Mon Dec  9 12:57:22 UTC 2019

Modified Files:
        pkgsrc/graphics/gnuplot: Makefile options.mk

Log Message:
PR pkg/54623 (Joern Clausen)

Disable gnuplot-pdf-doc by default. This option requires TeX packages,
that are too much for users who merely wants to plot graphs.

Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/gnuplot/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gnuplot/Makefile
diff -u pkgsrc/graphics/gnuplot/Makefile:1.134 pkgsrc/graphics/gnuplot/Makefile:1.135
--- pkgsrc/graphics/gnuplot/Makefile:1.134      Thu Dec  5 18:42:05 2019
+++ pkgsrc/graphics/gnuplot/Makefile    Mon Dec  9 12:57:22 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.134 2019/12/05 18:42:05 adam Exp $
+# $NetBSD: Makefile,v 1.135 2019/12/09 12:57:22 rin Exp $
 
 DISTNAME=      gnuplot-5.2.8
+PKGREVISION=   1
 CATEGORIES+=   graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
 

Index: pkgsrc/graphics/gnuplot/options.mk
diff -u pkgsrc/graphics/gnuplot/options.mk:1.15 pkgsrc/graphics/gnuplot/options.mk:1.16
--- pkgsrc/graphics/gnuplot/options.mk:1.15     Mon Oct 28 08:33:24 2019
+++ pkgsrc/graphics/gnuplot/options.mk  Mon Dec  9 12:57:22 2019
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.15 2019/10/28 08:33:24 kamil Exp $
+# $NetBSD: options.mk,v 1.16 2019/12/09 12:57:22 rin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnuplot
 PKG_SUPPORTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc lua pdf qt5 wxwidgets x11
-PKG_SUGGESTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc x11
+PKG_SUGGESTED_OPTIONS= cairo cerf gd x11
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index