Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.7 30 Jan 2012 08:38:40 |
ehaupt |
Add an option to statically build ccache.
PR: 164606
Submitted by: zi |
3.1.7 08 Jan 2012 21:16:53 |
ehaupt |
Update to 3.1.7 |
3.1.6 27 Dec 2011 08:25:19 |
ehaupt |
Improve english grammar.
Submitted by: swills (via mail)
Feature safe: yes |
3.1.6 26 Dec 2011 19:20:45 |
ehaupt |
Improve grammar and use @dirrmtry
PR: 163615
Submitted by: swills
Feature safe: yes |
3.1.6 24 Nov 2011 13:34:49 |
ehaupt |
Update to 3.1.6
Feature safe: yes |
3.1.5_2 01 Oct 2011 21:49:28 |
ehaupt |
Add options to create compiler links for clang and llvm. Also add a warning
that clang is not yet fully supported by ccache.
PR: 161029 (based on)
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> |
3.1.5_1 03 Aug 2011 18:17:53 |
ehaupt |
Restore the possibility to define EXTRA_COMPILERS which must reside in $PATH.
PR: 158888
Submitted by: Pan Tsu <inyaoo@gmail.com> |
3.1.5 11 Jun 2011 21:10:12 |
ehaupt |
Update to 3.1.5 |
3.1.4_3 30 Mar 2011 15:43:16 |
ehaupt |
Provide 'ccache.tar' tarball for easy use with ports-mgmt/tinderbox. |
3.1.4_2 29 Mar 2011 14:15:37 |
ehaupt |
Add pkg-plist |
3.1.4_2 29 Mar 2011 14:15:03 |
ehaupt |
Only create symlinks for existing compiler. This functionality is outsourced
into a script which can be run manually after installing or deinstalling
additional compiler.
PR: 155568 (based on) |
3.1.4_1 28 Feb 2011 13:39:53 |
ehaupt |
Allow the use of non-default compilers such as clang.
PR: 155008
Submitted by: avilla |
3.1.4 10 Jan 2011 16:44:24 |
ehaupt |
Update to 3.1.4 |
3.1.3 30 Nov 2010 22:37:33 |
ehaupt |
Update to 3.1.3 |
3.1.1_2 17 Nov 2010 18:41:35 |
ehaupt |
Provide make.conf/src.conf instructions that still allow ccache to be used for
the lib32 bits in a buildworld. The recent committed fix would just revert to
regular gcc.
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (via cvs-all@) |
3.1.1_1 17 Nov 2010 00:10:24 |
ehaupt |
Update instructions on how to workaround a buildworld failure.
[1] http://kerneltrap.org/mailarchive/freebsd-hackers/2010/11/8/6886684
PR: 151287 (related)
Submitted by: Dimitry Andric, avilla
Discussed on: hackers [1] |
3.1.1 08 Nov 2010 12:32:53 |
ehaupt |
Update to 3.1.1
Excerpt from the ChangeLog:
* ccache now falls back to preprocessor mode when a non-regular include file
(device, socket, etc) has been detected so that potential hanging due to
blocking reads is avoided.
* CRC errors are now detected when decompressing compressed files in the
cache.
* Fixed potential object file corruption race on NFS.
* Minor documentation corrections.
* Fixed configure detection of ar. |
3.1 27 Sep 2010 15:42:59 |
ehaupt |
Fix installation of a document file.
Submitted by: ohauer
Pointyhat to: ehaupt (self) |
3.1 27 Sep 2010 11:11:13 |
ehaupt |
Update to 3.1 |
3.0.1_3 16 Sep 2010 15:56:19 |
ehaupt |
Provide symlinks for clang and llvm-gcc compilers in addition to gcc
PR: 150613
Submitted by: amdmi3 |
3.0.1_2 16 Sep 2010 01:43:42 |
amdmi3 |
- Oops, revert previous commit - I meant to do a send-pr |
3.0.1_1 16 Sep 2010 01:41:41 |
amdmi3 |
- Provide symlinks for clang and llvm-gcc compilers as well |
3.0.1 31 Jul 2010 10:48:26 |
ehaupt |
Update to 3.0.1
PR: 148228, 146527
Submitted by: ale, Christer Edwards <christer.edwards@gmail.com>
Reviewed by: ports |
2.4_9 26 Jul 2010 15:30:22 |
ehaupt |
Take maintainership |
2.4_9 26 Jul 2010 00:03:14 |
linimon |
Reset ahze@ due to maintainer-timeouts and no response to email.
Hat: portmgr |
2.4_9 05 Aug 2009 02:40:48 |
ahze |
- Fix bug with mmap() on 8.x [1]
- Remove gcc 295, 32, 33, 40, and 40 support [2]
- Bump PORTREVISION
PR: ports/136971 [1]
ports/136679 [2]
Submitted by: Aragon Gouveia <aragon@phat.za.net> [1]
Ulrich Spoerlein <uqs@spoerlein.net> [2]
gerald [2] |
2.4_8 24 Nov 2008 03:32:46 |
ahze |
Fix a bug in x_realloc() which tries to read out too many bytes from the old
storage after allocating new storage.
PR: ports/127639
Submitted by: Thorsten Glaser <tg@mirbsd.de> (MirBSD project)
Reported by: Mel <mel.xyzzy@rachie.is-a-geek.net> |
2.4_7 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
2.4_7 08 Apr 2008 01:45:41 |
ahze |
Add links to gcc44 and gcc-ooo, only add links to gcc295 on i386 and alpha |
2.4_6 19 Nov 2006 07:26:54 |
ahze |
Add links to gcc43 |
2.4_5 05 Oct 2006 23:37:12 |
ahze |
- Remove gcc35 link |
2.4_4 21 Mar 2006 15:06:15 |
ale |
- Add CCACHE_CACHE_COMPILER patch
- Improve examples
- Add two new scripts to enhance buildworld/buildkernel
ccache may now be used safely and effectively to build the FreeBSD source tree.
Follow the pkg-message tips to exploit it.
Approved by: maintainer |
2.4_3 07 Mar 2006 19:53:43 |
ahze |
- Update MASTER_SITES to fix fetch
PR: 94179
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: portmgr (erwin, marcus) |
2.4_3 11 Jan 2006 23:21:55 |
ahze |
- Fix example so it works better with make buildworld if you define NOCCACHE
with out installing ccache links in PREFIX/libexec/ccache/
- Add gcc42 |
2.4_2 11 Jan 2006 15:49:25 |
ru |
Attempt to attract maintainer's attention to a problem a lot of
our users reported when doing "make buildworld" with NOCCACHE
defined (hardcodes CC and CXX to "/usr/bin/{cc|c++}"). |
2.4_2 15 Nov 2005 20:03:33 |
ahze |
- Add support to turn off hasing the compiler size and mtime via a
enviroment variable, this aids in 'buildworld' and 'buildkernel'.
CCACHE_NOHASH_SIZE_MTIME
This tells ccache to not hash the real compiler's size and modi-
fication time. Normally this is the mechanism to detect compiler
upgrades. There are situations however, where even though the
compiler's size or modification time has changed you can safely
use the cached objects (e.g. if as part of your build system the
compiler is built as well and the compiler's source has not
changed; or if the compiler has only changes that do not affect
code generation). Use this feature only if you know what you are
doing.
Submitted by: schweikh |
2.4_1 09 Nov 2005 07:09:47 |
ahze |
- Add SHA256
- Add SIZE to a few ports |
2.4_1 03 Oct 2005 01:58:25 |
ahze |
- Add support for gcc41 |
2.4_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
2.4_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.4_1 21 Feb 2005 11:06:30 |
ahze |
- Add a note to icc users about adding LOCALBASE/intel_cc_80/bin to CCACHE_PATH |
2.4_1 05 Feb 2005 14:28:03 |
ahze |
Fix another typo
Submitted by: chad@cropcirclesystems.org |
2.4_1 04 Feb 2005 09:07:12 |
ahze |
- Back out of last commit, this does not work like I intended |
2.4_1 04 Feb 2005 05:29:48 |
ahze |
- Update howto example so make [build]kernel uses ccache. |
2.4_1 04 Feb 2005 00:43:18 |
ahze |
Correct stupid typo |
2.4_1 04 Feb 2005 00:41:28 |
ahze |
- Add a note in howto about changeing the default cache location since the
default
cache size is 1GB and this is larger than the the default partition size
of root (/) [1]
- Use PREFIX instead of LOCALBASE for patch to libexec/ccache/.. in howto
Requested by: mezz [1] |
2.4_1 11 Dec 2004 22:26:51 |
ahze |
s/LOCALBASE/DOCSDIR/ in pkg-message
Submitted by: info@otsune.com |
2.4_1 07 Dec 2004 08:17:39 |
ahze |
- Don't use PKGMESSAGE or install HOWTO if WITHOUT_COMPILER_LINKS is defined
Submitted by: Skip Ford |
2.4_1 04 Dec 2004 23:51:25 |
ahze |
- Add a note about reinstalling libtool15 when you change CC/CXX
- Add links to gcc/g++ |
2.4_1 03 Dec 2004 01:21:59 |
ahze |
Add more to the example so you can disable ccache with out having to change PATH |
2.4_1 02 Dec 2004 14:10:34 |
ahze |
- Add a link to gcc32 since it's still used in some ports (ie openoffice)
- Move pkg-message in to a file (ccache-howto-freebsd.txt) that is now installed
in to DOCSDIR. ccache-howto-freebsd.txt is more informative than pkg-message
was, now has better examples so ccache will not fail with some ports that
don't like a full path to the compiler.
- Add a note about using distcc
- Bump PORTREVISION |
2.4 02 Nov 2004 15:51:04 |
ahze |
add link to gcc40
Approved by: pav (co mentor) |
2.4 29 Oct 2004 22:24:47 |
ahze |
Change email to new FreeBSD.org address
Approved by:adamw (mentor) |
2.4 15 Oct 2004 15:20:19 |
pav |
- Reword pkg-message
PR: ports/72724
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer) |
2.4 13 Oct 2004 07:56:48 |
edwin |
Removed trash at the end of the Makefile.
No idea how that ended up there.
Submitted by: Michael Johnson <ahze@ahze.net> |
2.4 13 Oct 2004 03:36:42 |
edwin |
[MAINTAINER] devel/ccache: update to 2.4
- Update to 2.4
- Add workaround to use ccache when USE_GCC is used in a port
PR: ports/71717
Submitted by: Michael Johnson <ahze@ahze.net> |
2.3_1 19 Apr 2004 07:17:33 |
krion |
- Remove STRIP_CMD
PR: ports/65747
Submitted by: maintainer |
2.3_1 19 Apr 2004 00:54:53 |
trevor |
Use INSTALL_MAN and INSTALL_PROGRAM macros.
Approved by: Michael Johnson (maintainer)
PR: 65739 |
2.3_1 18 Apr 2004 07:42:30 |
krion |
- Assign maintainership to submitter
- strip(1) binary
PR: ports/65692
Submitted by: michael johnson <ahze at ahze dot net> |
2.3_1 30 Mar 2004 09:41:59 |
krion |
- Add PORTDOCS
PR: ports/64925
Submitted by: michael johnson <ahze@ahze.net> |
2.3 05 Feb 2004 20:38:07 |
trevor |
Use PLIST_FILES.
Reviewed by: marcus |
2.3 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
2.3 28 Sep 2003 12:05:46 |
naddy |
Update to 0.3.
PR: 57304
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
2.2 24 Sep 2003 08:37:39 |
edwin |
Cease FreeBSD port maintainerships
I don't have the time to give to many of the ports I maintain at
the moment. I wasn't expecting to be so busy this summer ...
Please set all my ports back to ports@freebsd.org.
PR: ports/56935
Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet
<sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com> |
2.2 24 Jun 2003 01:06:04 |
leeym |
update maintainer's email address.
PR: 53658
Submitted by: Dominic Marks <dom@cus.org.uk> |
2.2 23 Mar 2003 18:51:53 |
arved |
Upate to 2.2
PR: 49113
Submitted by: Dominic Marks <dom@cus.org.uk> |
2.1.1 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
2.1.1 10 Jan 2003 09:44:57 |
nork |
Update to 2.1.1.
Approved by: Dominic Marks <dom@cus.org.uk> (maintainer) |
2.1 08 Jan 2003 15:37:16 |
roam |
Update to ccache-2.1, which fixes a segfault when ccache(1) is invoked
without a -o outfile option.
Approved by: maintainer |
2.0 07 Jan 2003 12:30:59 |
roam |
Update to ccache-2.0.
PR: 46820
Submitted by: maintainer |
1.9 02 Nov 2002 04:33:43 |
perky |
Fix typoes on MAINTAINER address.
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk> |
1.9 08 Oct 2002 12:10:37 |
perky |
Update maintainer address
PR: 43820
Submitted by: Dominic Marks <d.marks@students.umist.ac.uk> |
1.9 14 May 2002 01:08:27 |
pat |
Update to 1.9
PR: 38028
Submitted by: maintainer |
1.8 06 May 2002 14:04:00 |
mi |
Add a patch, that makes ccache use the -lmd's implementation of
MD4 instead of its own. According to the vendor, Samba uses this
implementation too (compiled staticly) and, IMO, should be patched
similarly.
Approved by: maintainer |
1.8 29 Apr 2002 19:44:26 |
pat |
Update to 1.8
PR: 37565
Submitted by: maintainer |
1.7 10 Apr 2002 12:17:07 |
sobomax |
Update to 1.7.
PR: 36961
Submitted by: maintainer |
1.6 08 Apr 2002 20:01:35 |
lioux |
Update to 1.6
PR: 36886
Submitted by: maintainer |
1.4 05 Apr 2002 19:51:41 |
lioux |
Update to 1.4
PR: 36787
Submitted by: maintainer |
1.3 03 Apr 2002 19:17:52 |
obrien |
Change this to something that actually tells me enough about the port that
I don't have to go to the website to just figure out what the heck this
thing is. |
1.3 01 Apr 2002 17:32:24 |
pat |
Update to 1.3
PR: 36611
Submitted by: maintainer |
1.2 31 Mar 2002 17:07:10 |
pat |
Add new port devel/ccache - A tool to minimize the compile time of C programs
PR: 36572
Submitted by: Dominic Marks <dominic_marks@btinternet.com> |