[Bug 232298] graphics/graphviz: pkg-plist not updated after removing option LIBRSVG2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 15 19:13:46 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232298
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 at FreeBSD.org
Reporter: rhurlin at gwdg.de
Flags: maintainer-feedback?(dinoex at FreeBSD.org)
Assignee: dinoex at FreeBSD.org
Created attachment 198187
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=198187&action=edit
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 ${RUBY}
instead.
WARN: Makefile: [141]: possible direct use of command "perl" found. use ${PERL}
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=yes in /etc/make.conf
10 warnings found.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list