pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz graphics/graphviz: Build fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51dbbacbc13f
branches:  trunk
changeset: 381679:51dbbacbc13f
user:      micha <micha%pkgsrc.org@localhost>
date:      Mon Jul 11 17:25:00 2022 +0000

description:
graphics/graphviz: Build fix

Take maintainership (OK from sno@).
Should now build even if user has not configured XAW_TYPE to "standard".
No revbump required.

diffstat:

 graphics/graphviz/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 2afffb13707d -r 51dbbacbc13f graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Mon Jul 11 15:02:43 2022 +0000
+++ b/graphics/graphviz/Makefile        Mon Jul 11 17:25:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.249 2022/06/28 11:34:01 wiz Exp $
+# $NetBSD: Makefile,v 1.250 2022/07/11 17:25:00 micha Exp $
 
 DISTNAME=      graphviz-2.50.0
 PKGREVISION=   6
@@ -6,7 +6,7 @@
 MASTER_SITES=  https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.gz
 
-MAINTAINER=    sno%NetBSD.org@localhost
+MAINTAINER=    micha%NetBSD.org@localhost
 HOMEPAGE=      https://www.graphviz.org/
 COMMENT=       Graph Drawing Programs from AT&T Research and Lucent Bell Labs
 LICENSE=       epl-v1.0
@@ -79,7 +79,6 @@
 PKGCONFIG_OVERRIDE+=   lib/pathplan/libpathplan.pc.in
 PKGCONFIG_OVERRIDE+=   lib/sfdpgen/libsfdp.pc.in
 PKGCONFIG_OVERRIDE+=   lib/xdot/libxdot.pc.in
-XAW_TYPE=              standard
 
 # With lua51 there's a PLIST divergence and it isn't obvious whether
 # it's serious or not, or what causes it.
@@ -97,6 +96,8 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+XAW_TYPE=              standard
+
 .include "../../mk/compiler.mk"
 .if !empty(CC_VERSION:Mgcc-2*)
 BUILDLINK_TRANSFORM+=  rm:-Wno-unused-parameter



Home | Main Index | Thread Index | Old Index