Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz graphviz: remove PRIVILEGED_STAGES s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c63c92919af
branches:  trunk
changeset: 437859:3c63c92919af
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Sep 02 03:23:10 2020 +0000

description:
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.)

diffstat:

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

diffs (18 lines):

diff -r 15ffd30eada8 -r 3c63c92919af graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Wed Sep 02 00:33:28 2020 +0000
+++ b/graphics/graphviz/Makefile        Wed Sep 02 03:23:10 2020 +0000
@@ -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 @@
 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