[Bug 267536] science/paraview: Add Makefile.version to allow users not list paraview version explicitly

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 03 Nov 2022 05:56:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267536

            Bug ID: 267536
           Summary: science/paraview: Add Makefile.version to allow users
                    not list paraview version explicitly
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: thierry@FreeBSD.org
          Reporter: yuri@freebsd.org
             Flags: maintainer-feedback?(thierry@FreeBSD.org)
          Assignee: thierry@FreeBSD.org

Created attachment 237833
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237833&action=edit
patch

Hello Thierry,

Currently Paraview users have to list Paraview version like this:
> LIB_DEPENDS=libvtkRenderingCore-pv5.10.so:science/paraview

I would like to suggest that Paraview should take the same approach as
math/vtk9: it would supply the file Makefile.version that all users of Paraiew
would include and then the dependency line would become:
> LIB_DEPENDS=libvtkRenderingCore-pv${PARAVIEW_VER}.so:science/paraview

This would make updating the Paraview port easier, because the version would be
in just one file.


Thanks,
Yuri

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