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/ninja/files/patch-build.ninja

Number of commits found: 2

Monday, 27 Jun 2011
13:27 jlaffaye search for other commits by this committer
Update to 20110620
Fixes build with clang

PR:             ports/158143
Submitted by:   "Grzegorz Blach" <magik@roorback.net> (maintainer)
Approved by:    tabthorpe (mentor)
Original commit
Sunday, 13 Feb 2011
11:10 miwi search for other commits by this committer
Ninja is yet another build system. It takes as input the interdependencies
of files (typically source code and output executables) and orchestrates
building them, quickly.

Ninja joins a sea of other build systems. Its distinguishing goal is to be
fast. It is born from my work on the Chromium browser project, which has
over 30,000 source files and whose other build systems (including one built
from custom non-recursive Makefiles) can take ten seconds to start building
after changing one file. Ninja is under a second.

WWW: https://github.com/martine/ninja

PR:             ports/154603
Submitted by:   Grzegorz Blach <magik at roorback.net>
Original commit

Number of commits found: 2