Bug 164606 - [patch] Add option to devel/ccache to statically build ccache
Summary: [patch] Add option to devel/ccache to statically build ccache
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-29 18:50 UTC by Ryan Steinmetz
Modified: 2012-01-30 08:40 UTC (History)
0 users

See Also:


Attachments
file.diff (877 bytes, patch)
2012-01-29 18:50 UTC, Ryan Steinmetz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Steinmetz freebsd_committer freebsd_triage 2012-01-29 18:50:13 UTC
When using tinderbox, having a statically built copy of ccache is ideal as the same shared libraries do not exist under FreeBSD 7, 8, 9 and 10.

Most users of tinderbox build ccache under each jail, which is time consuming.  This will allow one copy of ccache to be usable regardless of which jail is used.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-29 18:50:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-30 08:38:53 UTC
ehaupt      2012-01-30 08:38:40 UTC

  FreeBSD ports repository

  Modified files:
    devel/ccache         Makefile 
  Log:
  Add an option to statically build ccache.
  
  PR:             164606
  Submitted by:   zi
  
  Revision  Changes    Path
  1.68      +6 -1      ports/devel/ccache/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2012-01-30 08:38:55 UTC
State Changed
From-To: open->closed

Great idea! Committed, thanks.