pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz graphviz: prefer quartz to x11 where...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/481563562e20
branches:  trunk
changeset: 385894:481563562e20
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 28 19:58:26 2022 +0000

description:
graphviz: prefer quartz to x11 where available

Bump PKGREVISION.

diffstat:

 graphics/graphviz/Makefile   |  4 ++--
 graphics/graphviz/options.mk |  7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 150d7abf68aa -r 481563562e20 graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Wed Sep 28 19:56:54 2022 +0000
+++ b/graphics/graphviz/Makefile        Wed Sep 28 19:58:26 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.254 2022/07/27 12:29:08 micha Exp $
+# $NetBSD: Makefile,v 1.255 2022/09/28 19:58:26 wiz Exp $
 
 DISTNAME=      graphviz-5.0.0
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITLAB:=api/v4/projects/4207231/packages/generic/graphviz-releases/${PKGVERSION_NOREV}/}
 
diff -r 150d7abf68aa -r 481563562e20 graphics/graphviz/options.mk
--- a/graphics/graphviz/options.mk      Wed Sep 28 19:56:54 2022 +0000
+++ b/graphics/graphviz/options.mk      Wed Sep 28 19:58:26 2022 +0000
@@ -1,11 +1,14 @@
-# $NetBSD: options.mk,v 1.34 2022/07/22 12:04:46 micha Exp $
+# $NetBSD: options.mk,v 1.35 2022/09/28 19:58:26 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.graphviz
 PKG_SUPPORTED_OPTIONS= gd ghostscript gtk lua perl poppler svg tcl x11
 .if exists(/System/Library/Frameworks/Quartz.framework)
 PKG_SUPPORTED_OPTIONS+=        quartz
+PKG_SUGGESTED_OPTIONS+=        quartz
+.else
+PKG_SUGGESTED_OPTIONS+=        x11
 .endif
-PKG_SUGGESTED_OPTIONS= gd x11
+PKG_SUGGESTED_OPTIONS= gd
 # Explanation of consequence of options, to help those trying to slim down:
 #   lua tcl perl: extension language support
 #   x11: Omits all linking with x11, which means x11 graphics supports as



Home | Main Index | Thread Index | Old Index