Bug 200051 - multimedia/ffmpeg2theora: pass environment through scons
Summary: multimedia/ffmpeg2theora: pass environment through scons
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-08 11:35 UTC by Dmitry Marakasov
Modified: 2015-05-22 10:19 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (wg)


Attachments
Patch (531 bytes, patch)
2015-05-08 11:35 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2015-05-08 11:35:33 UTC
Created attachment 156508 [details]
Patch

SCons doesn't pass environment to utilities it calls by default, so, for instance, ccache builds are broken, as ccache needs to be passed CCACHE_DIR and other env variables. Pass environment through scons to fix this.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-05-22 10:19:58 UTC
A commit references this bug:

Author: amdmi3
Date: Fri May 22 10:18:59 UTC 2015
New revision: 387007
URL: https://svnweb.freebsd.org/changeset/ports/387007

Log:
  - Pass environment through scons to allow build with ccache

  PR:		200051
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (wg, 2 weeks)

Changes:
  head/multimedia/ffmpeg2theora/files/patch-SConstruct