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/files/patch-ccache.c

Number of commits found: 10

Tuesday, 26 Jun 2018
21:15 bdrewery search for other commits by this committer
- Update to 3.4.2
- MEMCACHED: Switch to github development branch for memcached
- Fix memcached (non-static) linking in libsasl, libopie, libcrypto when
  unneeded (files/extra-patch-memcached-configure.ac).
- Fix CONFLICTS_INSTALL causing slave ports to conflict on themselves.
- DOCS: Add NEWS files
Original commitRevision:473410 
Tuesday, 7 Feb 2017
18:28 bdrewery search for other commits by this committer
- Update to 3.3.3

Changes:	https://ccache.samba.org/releasenotes.html#_ccache_3_3_3
Original commitRevision:433577 
Thursday, 11 Feb 2016
01:33 bdrewery search for other commits by this committer
- Don't cache -fcolor-diagnostics.
  Unlike gmake, which ccache is primarily targetted at, our make does not
  give a TTY to stderr.  Thus make -j does not use -fcolor-diagnostics by
  default.  If you run with make -j, then run make again ccache will
  add in -fcolor-diagnostics and find only cache misses.  Skip processing of
  -fcolor-diagnostics (and gcc equivalents) to avoid this problem and fix
  cache hits when flip-flopping between TTY/colors.  Fixing our make is
  possible but this change also allows the user to decide to add
  -fcolor-diagnostics and still use their existing uncolored cache.
Original commitRevision:408673 
01:29 bdrewery search for other commits by this committer
Regenerate patches
Original commitRevision:408672 
Thursday, 15 Oct 2015
22:09 bdrewery search for other commits by this committer
Update to 3.2.4.

Changes: https://ccache.samba.org/releasenotes.html#_ccache_3_2_4
Original commitRevision:399416 
Wednesday, 7 Jan 2015
00:57 bdrewery search for other commits by this committer
- Update to 3.2.1
  This fixes some of the clang bugs. CCACHE_CPP2 should no longer be needed.
- Remove COLORS option as it is now upstreamed and enabled by default. Requires
  DISABLE_MAKE_JOBS to see them (or no -j to make(1)) as bmake has a feature
  which disables colors with -j.

Changes: https://ccache.samba.org/releasenotes.html#_ccache_3_2_1
Changes: https://ccache.samba.org/releasenotes.html#_ccache_3_2
Original commitRevision:376448 
Wednesday, 8 May 2013
20:06 bdrewery search for other commits by this committer
- Always enable CCACHE_CPP2 on CURRENT after clang became the default.
  This fixes building ports with ccache+clang without needing CCACHE_CPP2
  set in make.conf. This fix will be removed once upstream ccache has a
  working fix for this.
  Note that this does not fix the issue if building on non-CURRENT with
  CC=clang
Original commitRevision:317706 
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
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, 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

Number of commits found: 10