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:   gutteridge
Date:           Wed Sep  2 03:23:10 UTC 2020

Modified Files:
        pkgsrc/graphics/graphviz: Makefile

Log Message:
graphviz: remove PRIVILEGED_STAGES setting

This package doesn't seem to need PRIVILEGED_STAGES elevation to run
its "clean" target. (The original commit from eleven years ago doesn't
note why it was needed, and this causes spurious errors with some pbulk
setups.)


To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 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.221 pkgsrc/graphics/graphviz/Makefile:1.222
--- pkgsrc/graphics/graphviz/Makefile:1.221     Mon Aug 31 18:09:40 2020
+++ pkgsrc/graphics/graphviz/Makefile   Wed Sep  2 03:23:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.221 2020/08/31 18:09:40 wiz Exp $
+# $NetBSD: Makefile,v 1.222 2020/09/02 03:23:10 gutteridge Exp $
 
 DISTNAME=      graphviz-2.44.1
 PKGREVISION=   3
@@ -15,8 +15,6 @@ TOOL_DEPENDS+=        ghostscript-[0-9]*:../../
 CHECK_FILES_SKIP+=             ${PREFIX}/lib/graphviz/config6
 CHECK_PORTABILITY_SKIP+=       windows/*
 
-PRIVILEGED_STAGES+=    clean
-
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            automake bison flex groff pkg-config



Home | Main Index | Thread Index | Old Index