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.

non port: devel/ccache/Makefile

Number of commits found: 158 (showing only 58 on this page)

«  1 | 2 

Monday, 10 Jan 2011
16:44 ehaupt search for other commits by this committer
Update to 3.1.4
Original commit
Tuesday, 30 Nov 2010
22:37 ehaupt search for other commits by this committer
Update to 3.1.3
Original commit
Wednesday, 17 Nov 2010
18:41 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@)
Original commit
00:10 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]
Original commit
Monday, 8 Nov 2010
12:32 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.
Original commit
Monday, 27 Sep 2010
15:42 ehaupt search for other commits by this committer
Fix installation of a document file.

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

Hat:            portmgr
Original commit
Wednesday, 5 Aug 2009
02:40 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]
Original commit
Monday, 24 Nov 2008
03:32 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>
Original commit
Thursday, 21 Aug 2008
06:18 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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Tuesday, 8 Apr 2008
01:45 ahze search for other commits by this committer
Add links to gcc44 and gcc-ooo, only add links to gcc295 on i386 and alpha
Original commit
Sunday, 19 Nov 2006
07:26 ahze search for other commits by this committer
Add links to gcc43
Original commit
Thursday, 5 Oct 2006
23:37 ahze search for other commits by this committer
- Remove gcc35 link
Original commit
Tuesday, 21 Mar 2006
15:06 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
Original commit
Tuesday, 7 Mar 2006
19:53 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)
Original commit
Wednesday, 11 Jan 2006
23:21 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
Original commit
15:49 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++}").
Original commit
Tuesday, 15 Nov 2005
20:03 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
Original commit
Monday, 3 Oct 2005
01:58 ahze search for other commits by this committer
- Add support for gcc41
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 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'.
Original commit
Monday, 21 Feb 2005
11:06 ahze search for other commits by this committer
- Add a note to icc users about adding LOCALBASE/intel_cc_80/bin to CCACHE_PATH
Original commit
Saturday, 11 Dec 2004
22:26 ahze search for other commits by this committer
s/LOCALBASE/DOCSDIR/ in pkg-message

Submitted by:   info@otsune.com
Original commit
Tuesday, 7 Dec 2004
08:17 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
Original commit
Saturday, 4 Dec 2004
23:51 ahze search for other commits by this committer
- Add a note about reinstalling libtool15 when you change CC/CXX
- Add links to gcc/g++
Original commit
Thursday, 2 Dec 2004
14:10 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
Original commit
Tuesday, 2 Nov 2004
15:51 ahze search for other commits by this committer
add link to gcc40

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

Approved by:adamw (mentor)
Original commit
Wednesday, 13 Oct 2004
07:56 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>
Original commit
03:36 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>
Original commit
Monday, 19 Apr 2004
07:17 krion search for other commits by this committer
- Remove STRIP_CMD

PR:             ports/65747
Submitted by:   maintainer
Original commit
00:54 trevor search for other commits by this committer
Use INSTALL_MAN and INSTALL_PROGRAM macros.

Approved by:    Michael Johnson (maintainer)
PR:             65739
Original commit
Sunday, 18 Apr 2004
07:42 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>
Original commit
Tuesday, 30 Mar 2004
09:41 krion search for other commits by this committer
- Add PORTDOCS

PR:             ports/64925
Submitted by:   michael johnson <ahze@ahze.net>
Original commit
Thursday, 5 Feb 2004
20:38 trevor search for other commits by this committer
Use PLIST_FILES.

Reviewed by:    marcus
Original commit
Sunday, 28 Sep 2003
12:05 naddy search for other commits by this committer
Update to 0.3.

PR:             57304
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Original commit
Wednesday, 24 Sep 2003
08:37 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>
Original commit
Tuesday, 24 Jun 2003
01:06 leeym search for other commits by this committer
update maintainer's email address.

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

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

Approved by:    Dominic Marks <dom@cus.org.uk> (maintainer)
Original commit
Wednesday, 8 Jan 2003
15:37 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
Original commit
Tuesday, 7 Jan 2003
12:30 roam search for other commits by this committer
Update to ccache-2.0.

PR:             46820
Submitted by:   maintainer
Original commit
Saturday, 2 Nov 2002
04:33 perky search for other commits by this committer
Fix typoes on MAINTAINER address.

Submitted by:   Dominic Marks <D.Marks@student.umist.ac.uk>
Original commit
Tuesday, 8 Oct 2002
12:10 perky search for other commits by this committer
Update maintainer address

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

PR:             38028
Submitted by:   maintainer
Original commit
Monday, 29 Apr 2002
19:44 pat search for other commits by this committer
Update to 1.8

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

PR:             36961
Submitted by:   maintainer
Original commit
Monday, 8 Apr 2002
20:01 lioux search for other commits by this committer
Update to 1.6

PR:             36886
Submitted by:   maintainer
Original commit
Friday, 5 Apr 2002
19:51 lioux search for other commits by this committer
Update to 1.4

PR:             36787
Submitted by:   maintainer
Original commit
Monday, 1 Apr 2002
17:32 pat search for other commits by this committer
Update to 1.3

PR:             36611
Submitted by:   maintainer
Original commit
Sunday, 31 Mar 2002
17:07 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>
Original commit

Number of commits found: 158 (showing only 58 on this page)

«  1 | 2