[Bug 216330] math/vtk6 : fix libhdf5.settings related plist-issue
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 20 18:12:16 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216330
Bug ID: 216330
Summary: math/vtk6 : fix libhdf5.settings related plist-issue
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: stephen at FreeBSD.org
Reporter: tcberner at freebsd.org
Assignee: stephen at FreeBSD.org
Flags: maintainer-feedback?(stephen at FreeBSD.org)
Created attachment 179153
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179153&action=edit
fix plist issue
Previously math/vtk6 had a plist issue
```
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir share/cmake/hdf5
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
```
as it rm'ed `${STAGEDIR}${PREFIX}/share/cmake/hdf5/libhdf5.settings` but not
the directory containing it.
Rather than rm'ing that file, simply make cmake not even install it.
* poudriere -tC:
```
[00:13:06] ====>> Built ports: math/vtk6
```
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list