pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gnuplot gnuplot: Remove the qt4 build option ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fd4ae40e649
branches:  trunk
changeset: 403484:3fd4ae40e649
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Mon Oct 28 08:33:24 2019 +0000

description:
gnuplot: Remove the qt4 build option (it was disabled by default)

diffstat:

 graphics/gnuplot/Makefile   |   4 ++--
 graphics/gnuplot/options.mk |  12 +++---------
 2 files changed, 5 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r c21efe80c4a6 -r 3fd4ae40e649 graphics/gnuplot/Makefile
--- a/graphics/gnuplot/Makefile Mon Oct 28 00:42:21 2019 +0000
+++ b/graphics/gnuplot/Makefile Mon Oct 28 08:33:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.132 2019/09/18 14:17:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.133 2019/10/28 08:33:24 kamil Exp $
 
 DISTNAME=      gnuplot-5.2.7
 CATEGORIES+=   graphics
@@ -7,7 +7,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://gnuplot.sourceforge.net/
 COMMENT=       Portable interactive, function plotting utility
-PKGREVISION=   1
+PKGREVISION=   2
 #LICENSE=      gnuplot + BSD
 
 API_VERSION=   ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}
diff -r c21efe80c4a6 -r 3fd4ae40e649 graphics/gnuplot/options.mk
--- a/graphics/gnuplot/options.mk       Mon Oct 28 00:42:21 2019 +0000
+++ b/graphics/gnuplot/options.mk       Mon Oct 28 08:33:24 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.14 2018/11/21 17:12:06 adam Exp $
+# $NetBSD: options.mk,v 1.15 2019/10/28 08:33:24 kamil Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnuplot
-PKG_SUPPORTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc lua pdf qt4 qt5 wxwidgets x11
+PKG_SUPPORTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc lua pdf qt5 wxwidgets x11
 PKG_SUGGESTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc x11
 
 .include "../../mk/bsd.options.mk"
@@ -54,13 +54,7 @@
 CONFIGURE_ARGS+=       --without-x
 .endif
 
-.if !empty(PKG_OPTIONS:Mqt4)
-USE_LANGUAGES+=                c++
-CONFIGURE_ARGS+=       --with-qt=qt4
-PLIST.qt=              yes
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.elif !empty(PKG_OPTIONS:Mqt5)
+.if !empty(PKG_OPTIONS:Mqt5)
 USE_LANGUAGES+=                c++11
 CONFIGURE_ARGS+=       --with-qt=qt5
 PLIST.qt=              yes



Home | Main Index | Thread Index | Old Index