summaryrefslogtreecommitdiff
path: root/devel/ccache/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-10-14Update devel/ccache to 2.4.xtraeme1-3/+2
Changes: * Added CCACHE_READONLY option. * Added CCACHE_TEMPDIR option. * Fixed handling of hard-linked compiler on AIX. * Added O_BINARY support, to try and support win32 compiles. * Show cache directory in stats output. * Fixed handling of HOME environment variable. NOTE: This release changes the hash input slighly, so you will probably find that you will not get any hits against your existing cache when you upgrade.
2004-03-10Enable pkgviews installation to allow to build other pkgviews packagesminskim1-1/+3
using ccache. Noted by Ossi Herrala in PR pkg/24728.
2004-02-12Update devel/ccache to 2.3nb1. Changes from version 2.3 include addingjlam1-1/+2
a new environment variable CCACHE_HASHCC whose value may be used to override the compiler-specific addition to the hash value used to distinguish between two compiles. This is useful where the compiler is a shell script generated on-the-fly that executes the real compiler. This allows ccache to function correctly within the pkgsrc infrastructure.
2004-01-31Update devel/ccache to 2.3. Changes from version 2.2 include:jlam1-3/+6
Added CCACHE_UMASK option Added support for compilation of .i files Fixed bug with DEPENDENCIES_OUTPUT flag Added support for more -Mx options Added separate stderr channel for distcc Improved test suite
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-05Update ccache to version 2.2. No clear list of changes since 1.8 is available.chris1-2/+2
However changes since 2.1.1 include: # added a test suite # better integration with distcc # added CCACHE_PREFIX option # disabled hard links by default # recognise some more gcc options (eg. profiling) # added --ccache-skip option
2002-05-07Update "ccache" package to version 1.8. Changes since version 1.5:tron1-3/+3
- fixed warning output line numbers - added some more C++ extensions - fixed a minor md4 hashing bug - added support for some of the -M compiler options
2002-04-08pkglint, and remove a line from the DESCR.wiz1-4/+5
2002-04-08A compiler cache.kent1-0/+12
http://ccache.samba.org/