pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/graphviz graphviz: Drop the qt (qt4) option (...
details: https://anonhg.NetBSD.org/pkgsrc/rev/15f787d29964
branches: trunk
changeset: 342951:15f787d29964
user: kamil <kamil%pkgsrc.org@localhost>
date: Mon Oct 28 08:43:33 2019 +0000
description:
graphviz: Drop the qt (qt4) option (it was disabled by default)
diffstat:
graphics/graphviz/Makefile | 5 +++--
graphics/graphviz/PLIST | 6 +-----
graphics/graphviz/options.mk | 14 +++-----------
3 files changed, 7 insertions(+), 18 deletions(-)
diffs (99 lines):
diff -r 40bdf60e87f5 -r 15f787d29964 graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile Mon Oct 28 08:33:34 2019 +0000
+++ b/graphics/graphviz/Makefile Mon Oct 28 08:43:33 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.205 2019/10/19 12:46:05 nia Exp $
+# $NetBSD: Makefile,v 1.206 2019/10/28 08:43:33 kamil Exp $
DISTNAME= graphviz-2.40.1
-PKGREVISION= 40
+PKGREVISION= 41
CATEGORIES= graphics
MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/
@@ -24,6 +24,7 @@
CONFIGURE_ARGS+= --disable-ruby
CONFIGURE_ARGS+= --disable-sharp
CONFIGURE_ARGS+= --disable-r
+CONFIGURE_ARGS+= --without-qt
# build fails when PHP and/or Ruby are also installed
CONFIGURE_ENV+= ac_cv_prog_PHP=
CONFIGURE_ENV+= ac_cv_prog_RUBY=
diff -r 40bdf60e87f5 -r 15f787d29964 graphics/graphviz/PLIST
--- a/graphics/graphviz/PLIST Mon Oct 28 08:33:34 2019 +0000
+++ b/graphics/graphviz/PLIST Mon Oct 28 08:43:33 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.49 2017/05/22 11:19:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.50 2019/10/28 08:43:33 kamil Exp $
bin/acyclic
bin/bcomps
bin/ccomps
@@ -18,7 +18,6 @@
bin/gv2gml
bin/gv2gxl
bin/gvcolor
-${PLIST.qt}bin/gvedit
bin/gvgen
bin/gvmap
bin/gvmap.sh
@@ -139,7 +138,6 @@
man/man1/gv2gml.1
man/man1/gv2gxl.1
man/man1/gvcolor.1
-${PLIST.qt}man/man1/gvedit.1
man/man1/gvgen.1
man/man1/gvmap.1
man/man1/gvmap.sh.1
@@ -413,7 +411,6 @@
share/graphviz/doc/pdf/expr.3.pdf
share/graphviz/doc/pdf/fdp.1.pdf
share/graphviz/doc/pdf/gc.1.pdf
-${PLIST.qt}share/graphviz/doc/pdf/gvedit.1.pdf
${PLIST.tcl}${PLIST.gd}share/graphviz/doc/pdf/gdtclft.3tcl.pdf
share/graphviz/doc/pdf/gml2gv.1.pdf
share/graphviz/doc/pdf/graphml2gv.1.pdf
@@ -518,7 +515,6 @@
share/graphviz/graphs/undirected/Petersen.gv
share/graphviz/graphs/undirected/ngk10_4.gv
share/graphviz/graphs/undirected/process.gv
-${PLIST.qt}share/graphviz/gvedit/attrs.txt
share/graphviz/gvpr/addedges
share/graphviz/gvpr/addranks
share/graphviz/gvpr/addrings
diff -r 40bdf60e87f5 -r 15f787d29964 graphics/graphviz/options.mk
--- a/graphics/graphviz/options.mk Mon Oct 28 08:33:34 2019 +0000
+++ b/graphics/graphviz/options.mk Mon Oct 28 08:43:33 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.25 2018/03/24 17:15:39 schmonz Exp $
+# $NetBSD: options.mk,v 1.26 2019/10/28 08:43:33 kamil Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz
-PKG_SUPPORTED_OPTIONS= gd ghostscript gtk gts lua ocaml poppler qt svg tcl x11 perl # guile does not build with guile20
+PKG_SUPPORTED_OPTIONS= gd ghostscript gtk gts lua ocaml poppler svg tcl x11 perl # guile does not build with guile20
.if exists(/System/Library/Frameworks/Quartz.framework)
PKG_SUPPORTED_OPTIONS+= quartz
.endif
@@ -19,7 +19,7 @@
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= gd ghostscript gtk guile lua ocaml perl poppler qt quartz svg tcl x11
+PLIST_VARS+= gd ghostscript gtk guile lua ocaml perl poppler quartz svg tcl x11
.if !empty(PKG_OPTIONS:Mgd)
. include "../../graphics/gd/buildlink3.mk"
@@ -52,14 +52,6 @@
CONFIGURE_ARGS+= --without-poppler
.endif
-.if !empty(PKG_OPTIONS:Mqt)
-. include "../../x11/qt4-libs/buildlink3.mk"
-. include "../../x11/qt4-tools/buildlink3.mk"
-PLIST.qt= yes
-.else
-CONFIGURE_ARGS+= --without-qt
-.endif
-
.if !empty(PKG_OPTIONS:Mquartz)
PLIST.quartz= yes
CONFIGURE_ARGS+= --with-quartz
Home |
Main Index |
Thread Index |
Old Index