| Summary: | bsd.port.mk: get rid of annoying `true' message on make configure | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed Committed, thanks. Was in my local list of changes, but somehow didn't make it through in the megacommit. Responsible Changed From-To: freebsd-ports-bugs->ade Committed, thanks. Was in my local list of changes, but somehow didn't make it through in the megacommit. |
There's meaningless `true' message appearing during configure phase on many ports, just like this: --- cut --- # cd /usr/ports/games/bzflag && make configure ===> Configuring for bzflag-2.0.4_1 true --- cut --- It's caused by quiet modifier (@) missing on a line with ${DO_NADA} (which is apparently `true'). The patch fixes this behavior. How-To-Repeat: do `make configure' on, for example, games/bzflag port