Bug 202723 - sysutils/exfat-utils: fix build with ccache
Summary: sysutils/exfat-utils: fix build with ccache
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-28 16:56 UTC by Dmitry Marakasov
Modified: 2015-09-11 18:49 UTC (History)
1 user (show)

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


Attachments
patch (568 bytes, patch)
2015-08-28 16:56 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-08-28 16:56:11 UTC
Created attachment 160453 [details]
patch

SCons doesn't pass environment to utils it calls by default, so ccache build fails because CCACHE_DIR and other variables are removed. Fix this as usual by preserving whole environment.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-09-11 18:49:27 UTC
A commit references this bug:

Author: amdmi3
Date: Fri Sep 11 18:48:42 UTC 2015
New revision: 396704
URL: https://svnweb.freebsd.org/changeset/ports/396704

Log:
  - Fix build with ccache by making SCons preserve environment

  PR:		202723
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (samm@os2.kiev.ua, 2 weeks)

Changes:
  head/sysutils/exfat-utils/files/
  head/sysutils/exfat-utils/files/patch-SConstruct