pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/graphviz



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Jul 11 17:25:00 UTC 2022

Modified Files:
        pkgsrc/graphics/graphviz: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 pkgsrc/graphics/graphviz/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/graphviz/Makefile
diff -u pkgsrc/graphics/graphviz/Makefile:1.249 pkgsrc/graphics/graphviz/Makefile:1.250
--- pkgsrc/graphics/graphviz/Makefile:1.249     Tue Jun 28 11:34:01 2022
+++ pkgsrc/graphics/graphviz/Makefile   Mon Jul 11 17:25:00 2022
@@ -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 @@ CATEGORIES=     graphics
 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/pack/libpack.pc
 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 @@ REPLACE_PERL+=                tclpkg/gv/demo/modgraph.
 
 .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