| Summary: | 27182:_Teach_portlint_to_recognize_RUN_DEPENDS=3D${BUILD_DEPENDS}_and_the_like?= | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Maxim Sobolev <sobomax> |
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | mharo |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Actually followup to 27182, noted there. Responsible Changed From-To: gnats-admin->freebsd-ports Misfiled PR. |
On Mon, 7 May 2001 17:25:33 +0200 (CEST), you wrote: > > RUN_DEPENDS=${BUILD_DEPENDS} > > This is very useful, and is better than the alternative of specifying > the same dependencies twice. > > Unfortunately, portlint does not like this construct. > > I think that portlint should be modified to specifically allow > such things. In fact portlint should use "make -V FOO" to get value of the variable FOO instead of direct Makefile parsing. Your patch is merely a hack - a right solution should be used instead. -Maxim