Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gnuplot gnuplot: remove pdf option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b74db003c48e
branches:  trunk
changeset: 437277:b74db003c48e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 19 22:09:15 2020 +0000

description:
gnuplot: remove pdf option

Map it to 'cairo' option which provides PDF output.

No change to defaults, so no PKGREVISION bump.

Addresses PR 55590 by Joern Clausen.

diffstat:

 graphics/gnuplot/options.mk |  12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 7036b8ef7677 -r b74db003c48e graphics/gnuplot/options.mk
--- a/graphics/gnuplot/options.mk       Wed Aug 19 20:05:44 2020 +0000
+++ b/graphics/gnuplot/options.mk       Wed Aug 19 22:09:15 2020 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: options.mk,v 1.16 2019/12/09 12:57:22 rin Exp $
+# $NetBSD: options.mk,v 1.17 2020/08/19 22:09:15 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnuplot
-PKG_SUPPORTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc lua pdf qt5 wxwidgets x11
+PKG_SUPPORTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc lua qt5 wxwidgets x11
 PKG_SUGGESTED_OPTIONS= cairo cerf gd x11
 
+# remove after pkgsrc-2020Q3
+PKG_OPTIONS_LEGACY_OPTS+=      pdf:cairo
 .include "../../mk/bsd.options.mk"
 
 PLIST_VARS+=   gnuplot-pdf-doc qt x11
@@ -29,12 +31,6 @@
 CONFIGURE_ARGS+=       --without-lua
 .endif
 
-# PDF output is also provided by cairo
-.if !empty(PKG_OPTIONS:Mpdf)
-CONFIGURE_ARGS+=       --with-pdf
-.include "../../print/pdflib-lite/buildlink3.mk"
-.endif
-
 # to build doc/gnuplot.pdf
 .if !empty(PKG_OPTIONS:Mgnuplot-pdf-doc)
 PLIST.gnuplot-pdf-doc= yes



Home | Main Index | Thread Index | Old Index