Bug 119593

Summary: [patch] multimedia/mplayer: allow building with distcc and ccache
Product: Ports & Packages Reporter: Dominic Fandrey <LoN_Kamikaze>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Dominic Fandrey 2008-01-12 13:10:01 UTC
The port sets CC in a fashion that is not space safe, so if CC is defined
with distcc and or ccache the mplayer configure script will fall back to
the default.

The patch removes the faulty lines and so lets configure get CC an AR
through the environment, which supplies the correct values due to the usual
bsd.port.mk magic.

How-To-Repeat: # cd /usr/ports/mplayer
# make CC="ccache distcc cc"
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-01-12 14:45:57 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

reclassify.
Comment 2 Thomas E. Zander 2008-01-13 05:30:56 UTC
The current behaviour (explicitly passing --cc=${CC} and the like) was
introduced due to a bug in the old mplayer configure script. AFAIK this
has been fixed, therefore this patch can be committed.

Thanks,
Riggs
Comment 3 Gavin Atkinson freebsd_committer freebsd_triage 2008-03-03 18:17:02 UTC
State Changed
From-To: open->closed

Submitter says this has been resolved (via IRC)