https://ccache.samba.org/releasenotes.html#_ccache_3_6
Thanks
"ccache now includes the environment variables LANG, LC_ALL, LC_CTYPE and LC_MESSAGES in the hash since they may affect localization of compiler warning messages. Set sloppiness to locale to opt out of this". Ew that's going to hurt a lot.
(In reply to Bryan Drewery from comment #2) What are the prospects of this port getting updated based on what you wrote above?
(In reply to kunda from comment #3) > (In reply to Bryan Drewery from comment #2) > What are the prospects of this port getting updated based on what you wrote > above? The only real blocker to this PR is time for me to test. It's overall a trivial update. I just need to prioritize it. Thanks for the ping.
soft bump :)
ccache 3.7 has been released https://ccache.dev/releasenotes.html#_ccache_3_7 (Updated ticket summary)
3.7.1 was released https://ccache.dev/releasenotes.html#_ccache_3_7_1
Ugh sorry. Thanks for the reminders. Iām at bsdcan so FreeBSD is on my mind. Will Write a patch tomorrow.
A commit references this bug: Author: bdrewery Date: Sat May 18 21:53:05 UTC 2019 New revision: 501985 URL: https://svnweb.freebsd.org/changeset/ports/501985 Log: Update ccache to 3.7.1 Changes: https://ccache.dev/releasenotes.html#_ccache_3_7_1 ccache-memcached is not updated in this commit. PR: 234971 Changes: head/devel/ccache/Makefile head/devel/ccache/distinfo head/devel/ccache/files/extra-patch-configure.ac
ccache 3.7.3 is available https://ccache.dev/releasenotes.html#_ccache_3_7_3
soft bump
Created attachment 211253 [details] svn diff for ccache 3.7.1->3.7.7 update trivial update to 3.7.7 (works for me during src and ports builds)
Thanks will look this week.
Created attachment 215193 [details] svn diff for ccache 3.7.1->3.7.9 update cache 3.7.9 is here
4.1 has been released. Supposedly fixes some precompiled header quirks, among other things.
Also, the 4.0 branch is implemented in C++ and uses CMake as the build system. Not sure what this will bode for our memcached stuff.
Created attachment 220025 [details] 3.7.12 In the interim, here is an update to 3.7.12, the last in the pure C 3.7 series. All existing patches still work.
Thank you for the 3.7 patch. A review was posted to https://reviews.freebsd.org/D27393 for 4.1. I haven't had a chance to review it yet.