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: astro/gpstk/files/patch-ext__lib__FileDirProc__FileHunter.cpp

Number of commits found: 2

Thursday, 22 Oct 2015
07:01 koobs search for other commits by this committer
astro/gpstk: Fix patches and CMake build

After the last commit to this port [1], that updated DISTFILES, patch
errors were reported on pkg-fallout:

patch: **** can't cd to /wrkdirs/usr/ports/astro/gpstk/work/dev: No such file or
directory
=> Patch patch-ext__lib__FileDirProc__FileHunter.cpp failed to apply cleanly.
*** Error code 1

This change replaces a WRKSRC override with a CMAKE_SOURCE_PATH
variable to declare the source directory and regenerates patchfiles
against the default WRKSRC.

While I'm here: switch to USES=cmake:outsource to match the build
instructions upstream [2]

It was also noted during testing that this port builds with the base
Clang c++ compiler and does not require USE_GCC. Upstream documentation
requires only 'a modern, ANSI compliant C++ compiler' [3]

[1] https://svnweb.freebsd.org/changeset/ports/399654
[2] http://www.gpstk.org/bin/view/Documentation/BuildingGPSTkUnderUnix
[3] http://www.gpstk.org/bin/view/Documentation/SystemRequirements

PR:		201196
MFH:		2015Q4
Original commitRevision:399952 
Saturday, 11 Oct 2014
12:30 pi search for other commits by this committer
astro/gpstk: 2.0 -> 2.5

http://www.gpstk.org/bin/view/Development/ReleaseNotes21
http://www.gpstk.org/bin/view/Development/ReleaseNotes22
http://www.gpstk.org/bin/view/Development/ReleaseNotes23
http://www.gpstk.org/bin/view/Development/ReleaseNotes24
http://www.gpstk.org/bin/view/Development/ReleaseNotes25

Switchover from build tool jam to cmake, with lots of restructuring
of code.
Original commitRevision:370634 

Number of commits found: 2