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/world-ccache.in

Number of commits found: 3

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 
Tuesday, 23 Apr 2013
11:06 bdrewery search for other commits by this committer
- Fix ccache for CURRENT world builds by automatically defining
  CCACHE_CPP2=1 when COMPILER_TYPE=clang (this will be removed
  once upstream fixes the issue). This does not address port
  builds yet.
- Add more hints for building with clang
- Split MASTER_SITES into 2 lines
- Note that textproc/libexttextcat is an example port that currently
  fails to build with clang+ccache due to bug 8118 ('unused -I'). I
  plan to add the upstream patch to fix this after more testing.
Original commitRevision:316346 
Monday, 28 Feb 2011
13:39 ehaupt search for other commits by this committer
Allow the use of non-default compilers such as clang.

PR:             155008
Submitted by:   avilla
Original commit

Number of commits found: 3