Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2023 12:34:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275075] port-tools/portlint: Spurious warnings
Message-ID:  <bug-275075-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275075

            Bug ID: 275075
           Summary: port-tools/portlint: Spurious warnings
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jwb@freebsd.org

The following spurious warnings are generated for cad/freecad:

1) WARN: Makefile: [39]: possible direct use of command "python" found. use
${PYTHON_CMD} instead.

USES=3D           dos2unix compiler:c++17-lang cmake cpe gl eigen:3 fortran=
 jpeg
\
                localbase:ldflags mpi:openmpi pkgconfig python localbase qt=
:5
xo

Probably a failure to handle the line continuation.  You might just run the
Makefile through a filter to join all continued lines before processing?

2) WARN: Makefile: no port directory /usr/ports/math/vtk found, even though=
 it
is listed in LIB_DEPENDS.

libvtksys-${VTK_VER}.so:math/vtk${VTK_VER:R}

Doesn't seem to be expanding ${VTK_VER:R}.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275075-7788>