notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
ccache Tool to minimize the compile time of C/C++ programs
3.7.12_6 devel on this many watch lists=39 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.7.12_4Version of this port present on the latest quarterly branch.
Maintainer: bdrewery@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-03-31 17:07:26
Last Update: 2024-03-05 03:51:52
Commit Hash: 4df3670
People watching this port, also watch:: gnupg, libiconv, gmake, pcre, expat
License: GPLv3+
WWW:
https://ccache.samba.org/
Description:
ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/ccache-3.7.12_6/catalog.mk
  2. /usr/local/share/licenses/ccache-3.7.12_6/LICENSE
  3. /usr/local/share/licenses/ccache-3.7.12_6/GPLv3+
  4. bin/ccache
  5. bin/ccache-update-links
  6. share/man/man1/ccache.1.gz
  7. libexec/ccache/world/ccache
  8. @comment share/ccache/ccache.tar
  9. @postexec echo "Create compiler links..."
  10. @postexec %D/bin/ccache-update-links -v
  11. @preunexec find %D/libexec/ccache -type l -exec rm -f {} \;
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • ccache>0:devel/ccache
Conflicts:
CONFLICTS_INSTALL:
  • ccache-static
  • ccache-memcached
  • ccache-memcached-static
  • ccache4
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/devel/ccache/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/ccache
  • pkg install ccache
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ccache
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1626116189 SHA256 (ccache-3.7.12.tar.gz) = d2abe88d4c283ce960e233583061127b156ffb027c6da3cf10770fc0c7244194 SIZE (ccache-3.7.12.tar.gz) = 506948

Packages (timestamps in pop-ups are UTC):
ccache
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.7.12_63.7.12_63.7.1_13.7.12_63.7.12_6-3.7.1_1-
FreeBSD:13:quarterly3.7.12_53.7.12_53.7.12_43.7.12_53.7.12_53.7.12_53.7.12_53.7.12_5
FreeBSD:14:latest3.7.12_63.7.12_63.7.12_43.7.12_53.7.12_63.7.12_4-3.7.12_4
FreeBSD:14:quarterly3.7.12_53.7.12_5-3.7.12_53.7.12_53.7.12_53.7.12_53.7.12_5
FreeBSD:15:latest3.7.12_63.7.12_6n/a3.7.12_5n/a3.7.12_53.7.12_53.7.12_5
FreeBSD:15:quarterly--n/a-n/a---
Slave ports:
  1. devel/ccache-static
This port has no dependencies.
This port is required by:
for Build
  1. emulators/libretro-pcsx2
  2. graphics/digikam
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. ports-mgmt/redports-node*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for ccache-3.7.12_6: CLANGLINK=on: Create clang compiler links if clang is installed DOCS=on: Build and/or install documentation LLVMLINK=on: Create llvm compiler links if llvm is installed STATIC=off: Build static executables and/or libraries TINDERBOX=off: Create tarball for tinderbox usage ===> Use 'make config' to modify these settings
Options name:
devel_ccache
USES:
compiler
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/bdrewery/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/bdrewery/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/bdrewery/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/bdrewery/
  5. https://github.com/ccache/ccache/releases/download/v3.7.12/
Collapse this list.

Number of commits found: 180 (showing only 80 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1.7
08 Jan 2012 21:16:53
Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 3.1.7
3.1.6
27 Dec 2011 08:25:19
Original commit files touched by this commit
ehaupt search for other commits by this committer
Improve english grammar.

Submitted by:   swills (via mail)
Feature safe:   yes
3.1.6
26 Dec 2011 19:20:45
Original commit files touched by this commit
ehaupt search for other commits by this committer
Improve grammar and use @dirrmtry

PR:             163615
Submitted by:   swills
Feature safe:   yes
3.1.6
24 Nov 2011 13:34:49
Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 3.1.6

Feature safe:   yes
3.1.5_2
01 Oct 2011 21:49:28
Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 3.1.5
3.1.4_3
30 Mar 2011 15:43:16
Original commit files touched by this commit
ehaupt search for other commits by this committer
Provide 'ccache.tar' tarball for easy use with ports-mgmt/tinderbox.
3.1.4_2
29 Mar 2011 14:15:37
Original commit files touched by this commit
ehaupt search for other commits by this committer
Add pkg-plist
3.1.4_2
29 Mar 2011 14:15:03
Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Original commit files touched by this commit
ehaupt search for other commits by this committer
Allow the use of non-default compilers such as clang.

PR:             155008
Submitted by:   avilla
3.1.4
10 Jan 2011 16:44:24
Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 3.1.4
3.1.3
30 Nov 2010 22:37:33
Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 3.1.3
3.1.1_2
17 Nov 2010 18:41:35
Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Original commit files touched by this commit
ehaupt search for other commits by this committer
Fix installation of a document file.

Submitted by:   ohauer
Pointyhat to:   ehaupt (self)
3.1
27 Sep 2010 11:11:13
Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 3.1
3.0.1_3
16 Sep 2010 15:56:19
Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Oops, revert previous commit - I meant to do a send-pr
3.0.1_1
16 Sep 2010 01:41:41
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Provide symlinks for clang and llvm-gcc compilers as well
3.0.1
31 Jul 2010 10:48:26
Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Original commit files touched by this commit
ehaupt search for other commits by this committer
Take maintainership
2.4_9
26 Jul 2010 00:03:14
Original commit files touched by this commit
linimon search for other commits by this committer
Reset ahze@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
2.4_9
05 Aug 2009 02:40:48
Original commit files touched by this commit
ahze search for other commits by this committer
- 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
Original commit files touched by this commit
ahze search for other commits by this committer
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
Original commit files touched by this commit
rafan search for other commits by this committer
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 View all of this commit message)
2.4_7
08 Apr 2008 01:45:41
Original commit files touched by this commit
ahze search for other commits by this committer
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
Original commit files touched by this commit
ahze search for other commits by this committer
Add links to gcc43
2.4_5
05 Oct 2006 23:37:12
Original commit files touched by this commit
ahze search for other commits by this committer
- Remove gcc35 link
2.4_4
21 Mar 2006 15:06:15
Original commit files touched by this commit
ale search for other commits by this committer
- 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
Original commit files touched by this commit
ahze search for other commits by this committer
- 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
Original commit files touched by this commit
ahze search for other commits by this committer
- 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
Original commit files touched by this commit
ru search for other commits by this committer
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
Original commit files touched by this commit
ahze search for other commits by this committer
- 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
Original commit files touched by this commit
ahze search for other commits by this committer
- Add SHA256
- Add SIZE to a few ports
2.4_1
03 Oct 2005 01:58:25
Original commit files touched by this commit
ahze search for other commits by this committer
- Add support for gcc41
2.4_1
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
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
Original commit files touched by this commit
obrien search for other commits by this committer
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
Original commit files touched by this commit
ahze search for other commits by this committer
- 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
Original commit files touched by this commit
ahze search for other commits by this committer
Fix another typo

Submitted by:   chad@cropcirclesystems.org
2.4_1
04 Feb 2005 09:07:12
Original commit files touched by this commit
ahze search for other commits by this committer
- Back out of last commit, this does not work like I intended
2.4_1
04 Feb 2005 05:29:48
Original commit files touched by this commit
ahze search for other commits by this committer
- Update howto example so make [build]kernel uses ccache.
2.4_1
04 Feb 2005 00:43:18
Original commit files touched by this commit
ahze search for other commits by this committer
Correct stupid typo
2.4_1
04 Feb 2005 00:41:28
Original commit files touched by this commit
ahze search for other commits by this committer
- 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
Original commit files touched by this commit
ahze search for other commits by this committer
s/LOCALBASE/DOCSDIR/ in pkg-message

Submitted by:   info@otsune.com
2.4_1
07 Dec 2004 08:17:39
Original commit files touched by this commit
ahze search for other commits by this committer
- 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
Original commit files touched by this commit
ahze search for other commits by this committer
- 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
Original commit files touched by this commit
ahze search for other commits by this committer
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
Original commit files touched by this commit
ahze search for other commits by this committer
- 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
Original commit files touched by this commit
ahze search for other commits by this committer
add link to gcc40

Approved by:    pav (co mentor)
2.4
29 Oct 2004 22:24:47
Original commit files touched by this commit
ahze search for other commits by this committer
Change email to new FreeBSD.org address

Approved by:adamw (mentor)
2.4
15 Oct 2004 15:20:19
Original commit files touched by this commit
pav search for other commits by this committer
- Reword pkg-message

PR:             ports/72724
Submitted by:   Michael Johnson <ahze@ahze.net> (maintainer)
2.4
13 Oct 2004 07:56:48
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
edwin search for other commits by this committer
[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
Original commit files touched by this commit
krion search for other commits by this committer
- Remove STRIP_CMD

PR:             ports/65747
Submitted by:   maintainer
2.3_1
19 Apr 2004 00:54:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use INSTALL_MAN and INSTALL_PROGRAM macros.

Approved by:    Michael Johnson (maintainer)
PR:             65739
2.3_1
18 Apr 2004 07:42:30
Original commit files touched by this commit
krion search for other commits by this committer
- 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
Original commit files touched by this commit
krion search for other commits by this committer
- Add PORTDOCS

PR:             ports/64925
Submitted by:   michael johnson <ahze@ahze.net>
2.3
05 Feb 2004 20:38:07
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES.

Reviewed by:    marcus
2.3
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
2.3
28 Sep 2003 12:05:46
Original commit files touched by this commit
naddy search for other commits by this committer
Update to 0.3.

PR:             57304
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
2.2
24 Sep 2003 08:37:39
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
leeym search for other commits by this committer
update maintainer's email address.

PR:             53658
Submitted by:   Dominic Marks <dom@cus.org.uk>
2.2
23 Mar 2003 18:51:53
Original commit files touched by this commit
arved search for other commits by this committer
Upate to 2.2

PR:             49113
Submitted by:   Dominic Marks <dom@cus.org.uk>
2.1.1
21 Feb 2003 11:23:04
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
2.1.1
10 Jan 2003 09:44:57
Original commit files touched by this commit
nork search for other commits by this committer
Update to 2.1.1.

Approved by:    Dominic Marks <dom@cus.org.uk> (maintainer)
2.1
08 Jan 2003 15:37:16
Original commit files touched by this commit
roam search for other commits by this committer
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
Original commit files touched by this commit
roam search for other commits by this committer
Update to ccache-2.0.

PR:             46820
Submitted by:   maintainer
1.9
02 Nov 2002 04:33:43
Original commit files touched by this commit
perky search for other commits by this committer
Fix typoes on MAINTAINER address.

Submitted by:   Dominic Marks <D.Marks@student.umist.ac.uk>
1.9
08 Oct 2002 12:10:37
Original commit files touched by this commit
perky search for other commits by this committer
Update maintainer address

PR:             43820
Submitted by:   Dominic Marks <d.marks@students.umist.ac.uk>
1.9
14 May 2002 01:08:27
Original commit files touched by this commit
pat search for other commits by this committer
Update to 1.9

PR:             38028
Submitted by:   maintainer
1.8
06 May 2002 14:04:00
Original commit files touched by this commit
mi search for other commits by this committer
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
Original commit files touched by this commit
pat search for other commits by this committer
Update to 1.8

PR:             37565
Submitted by:   maintainer
1.7
10 Apr 2002 12:17:07
Original commit files touched by this commit
sobomax search for other commits by this committer
Update to 1.7.

PR:             36961
Submitted by:   maintainer
1.6
08 Apr 2002 20:01:35
Original commit files touched by this commit
lioux search for other commits by this committer
Update to 1.6

PR:             36886
Submitted by:   maintainer
1.4
05 Apr 2002 19:51:41
Original commit files touched by this commit
lioux search for other commits by this committer
Update to 1.4

PR:             36787
Submitted by:   maintainer
1.3
03 Apr 2002 19:17:52
Original commit files touched by this commit
obrien search for other commits by this committer
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
Original commit files touched by this commit
pat search for other commits by this committer
Update to 1.3

PR:             36611
Submitted by:   maintainer
1.2
31 Mar 2002 17:07:10
Original commit files touched by this commit
pat search for other commits by this committer
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>

Number of commits found: 180 (showing only 80 on this page)

«  1 | 2