Bug 216330

Summary: math/vtk6 : fix libhdf5.settings related plist-issue
Product: Ports & Packages Reporter: Tobias C. Berner <tcberner>
Component: Individual Port(s)Assignee: Stephen Montgomery-Smith <stephen>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (stephen)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fix plist issue none

Description Tobias C. Berner freebsd_committer freebsd_triage 2017-01-20 18:12:15 UTC
Created attachment 179153 [details]
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        
```
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-10 04:03:15 UTC
A commit references this bug:

Author: stephen
Date: Fri Mar 10 04:02:56 UTC 2017
New revision: 435819
URL: https://svnweb.freebsd.org/changeset/ports/435819

Log:
  - Rather than rm share/cmake/hdf5/libhdf5.settings, have cmake not install it.

  PR:		ports/216330
  Submitted by:	Tobias C. Berner <tcberner@freebsd.org>

Changes:
  head/math/vtk6/Makefile
  head/math/vtk6/files/patch-ThirdParty_hdf5_vtkhdf5_CMakeInstallation.cmake
Comment 2 Stephen Montgomery-Smith freebsd_committer freebsd_triage 2017-03-10 04:03:57 UTC
Committed, thank you.