Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2018 19:13:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232298] graphics/graphviz: pkg-plist not updated after removing option LIBRSVG2
Message-ID:  <bug-232298-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232298

            Bug ID: 232298
           Summary: graphics/graphviz: pkg-plist not updated after
                    removing option LIBRSVG2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: dinoex@FreeBSD.org
          Reporter: rhurlin@gwdg.de
             Flags: maintainer-feedback?(dinoex@FreeBSD.org)
          Assignee: dinoex@FreeBSD.org

Created attachment 198187
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D198187&action=
=3Dedit
patch to correct pkg-plist of graphics/graphviz

graphics/graphviz fails to install after r482161, because option variable
LIBRSVG2 was not removed from pkg-plist.

The appended patch should correct this.

Builds fine for me on 12-ALPHA9 amd64.


---
'portlint -AC' complains about several issues, which I did not correct with
this patch:

WARN: Makefile: [149]: possible direct use of command "ruby" found. use ${R=
UBY}
instead.
WARN: Makefile: [141]: possible direct use of command "perl" found. use ${P=
ERL}
instead.
WARN: Makefile: [146]: possible direct use of command "python" found. use
${PYTHON_CMD} instead.
WARN: Makefile: possible use of absolute pathname "/nonexistent".
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, =
to
make SVN happy.
WARN: Makefile: new ports should not set PORTREVISION.
WARN: Makefile: extra item placed in the USES/USE_x section, for example,
"GNU_CONFIGURE".
WARN: Makefile: "BROKEN" has to appear earlier.
WARN: Makefile: no port directory /usr/ports/lang/tcl found, even though it=
 is
listed in BUILD_DEPENDS.
WARN: Consider to set DEVELOPER=3Dyes in /etc/make.conf
10 warnings found.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232298-7788>