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: math/fityk/files/patch-src__wxgui__ceria.h

Number of commits found: 2

Sunday, 6 Mar 2016
10:53 wen search for other commits by this committer
- Update to 1.3.0

PR:		205894
Submitted by:	tkato432@yahoo.com
Original commitRevision:410453 
Tuesday, 5 May 2015
01:49 jbeich search for other commits by this committer
math/fityk: unbreak build on 8.x

r385070 exposed another issue:

In file included from ceria.cpp:4:0:
ceria.h:52:23: error: 'FILE' was not declared in this scope
 CelFile read_cel_file(FILE* f);
                       ^
ceria.h:52:29: error: 'f' was not declared in this scope
 CelFile read_cel_file(FILE* f);
                             ^
ceria.h:53:41: error: 'FILE' has not been declared
 void write_cel_file(CelFile const& cel, FILE* f);
                                         ^
ceria.cpp: In function 'CelFile read_cel_file(FILE*)':
ceria.cpp:719:30: error: 'CelFile read_cel_file(FILE*)' redeclared as different
kind of symbol
 CelFile read_cel_file(FILE *f)
                              ^
In file included from ceria.cpp:4:0:
ceria.h:52:9: error: previous declaration of 'CelFile read_cel_file'
 CelFile read_cel_file(FILE* f);
         ^

Reported by:	pkg-fallout
Approved by:	portmgr blanket
Original commitRevision:385438 

Number of commits found: 2