Bug 93757

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:
Description Flags
bsd.port.mk.patch none

Description Dmitry Marakasov 2006-02-23 15:30:05 UTC
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
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2006-02-23 15:37:24 UTC
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. 


Comment 2 Ade Lovett freebsd_committer freebsd_triage 2006-02-23 15:37:24 UTC
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.