Bug 281764 - math/vtk8: Disable examples
Summary: math/vtk8: Disable examples
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Engberg
URL:
Keywords:
Depends on: 281639
Blocks:
  Show dependency treegraph
 
Reported: 2024-09-29 19:09 UTC by Daniel Engberg
Modified: 2024-10-09 19:49 UTC (History)
0 users

See Also:
yuri: maintainer-feedback+


Attachments
Patch for vtk8 (1.37 KB, patch)
2024-09-29 19:09 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-09-29 19:09:37 UTC
Created attachment 253893 [details]
Patch for vtk8

VTK 8 is superseded by VTK 9 (released in 2020) and examples are quite complex to unravel so disable examples instead as they serve little to no purpose given that VTK 8 is "legacy".
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2024-09-29 19:15:51 UTC
Approved.
Please commit it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-10-09 19:44:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9c93c4945c249ecb5eec290964cd2f6580279de6

commit 9c93c4945c249ecb5eec290964cd2f6580279de6
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-10-09 19:15:56 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-10-09 19:43:25 +0000

    math/vtk8: Disable examples

    Disable examples as they fail to build with Tiff 4.7.0.
    VTK 8 is superseded by VTK 9 (released in 2020), disable
    examples as they serve little to no purpose given that
    VTK 8 is "legacy".

    PR:             281764
    Reviewed by:    yuri

 math/vtk8/Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2024-10-09 19:49:34 UTC
Committed, thanks