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: graphics/lightzone/distinfo

Number of commits found: 9

Wednesday, 3 Jul 2019
10:44 tobik search for other commits by this committer
graphics/lightzone: Fix build with GCC 9

- Apply upstream commit 376ec67ddfb1 to update bundled dcraw to 9.28

[...]
[exec] -----> Entering dcraw
[exec] gcc9 -c -g -march=pentium4 -mtune=generic -march=pentium4 -msse2
-mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp
-Wno-unused-result  -DNODEPS -DLIGHTZONE -Dfgetc=getc_unlocked   dcraw_lz.c
[exec] dcraw_lz.c: In function 'vng_interpolate':
[exec] dcraw_lz.c:4543:10: warning: assignment to 'short unsigned int (*)[4]'
from incompatible pointer type 'short unsigned int *'
[-Wincompatible-pointer-types]
[exec]  4543 |   rowtmp = (ushort*)malloc(4 * width * 4 * sizeof(ushort));
[exec]       |          ^
[exec] dcraw_lz.c: In function 'wavelet_denoise':
[exec] dcraw_lz.c:4170:32: error: 'noise' not specified in enclosing 'parallel'
[exec]  4170 |       thold = threshold * noise[lev];
[exec]       |                           ~~~~~^~~~~
[exec] dcraw_lz.c:4149:13: error: enclosing 'parallel'
[exec]  4149 |     #pragma omp parallel for    \
[exec]       |             ^~~
[exec] dcraw_lz.c: In function 'xtrans_interpolate':
[exec] dcraw_lz.c:4846:19: error: 'orth' not specified in enclosing 'parallel'
[exec]  4846 |  if (fcol(row+orth[d],col+orth[d+2]) == 1) ng=0; else ng++;
[exec]       |               ~~~~^~~
[exec] dcraw_lz.c:4757:31: note: in definition of macro 'fcol'
[exec]  4757 | #define fcol(row,col) xtrans[(row+6) % 6][(col+6) % 6]
[exec]       |                               ^~~
[exec] dcraw_lz.c:4827:9: error: enclosing 'parallel'
[exec]  4827 | #pragma omp parallel default (none)   \
[exec]       |         ^~~
[exec] dcraw_lz.c:4849:25: error: 'patt' not specified in enclosing 'parallel'
[exec]  4849 |    v = orth[d  ]*patt[g][c*2] + orth[d+1]*patt[g][c*2+1];
[exec]       |                  ~~~~~~~^~~~~
[exec] dcraw_lz.c:4827:9: error: enclosing 'parallel'
[exec]  4827 | #pragma omp parallel default (none)   \
[exec]       |         ^~~
[exec] dcraw_lz.c:5021:7: error: 'dir' not specified in enclosing 'parallel'
[exec]  5021 |  f=dir[d & 3];
[exec]       |    ~~~^~~~~~~
[exec] dcraw_lz.c:4827:9: error: enclosing 'parallel'
[exec]  4827 | #pragma omp parallel default (none)   \
[exec]       |         ^~~

http://package18.nyi.freebsd.org/data/120amd64-default-PR238330/2019-06-09_20h26m27s/logs/errors/lightzone-4.1.8.3_3.log

PR:		238664
Reported by:	antoine (via exp-run in PR 238330)
Submitted by:	jbeich
Approved by:	yuri (maintainer timeout, 2 weeks)
Original commitRevision:505744 
Saturday, 14 Apr 2018
18:45 yuri search for other commits by this committer
graphics/lightzone: Update 4.1.7 -> 4.1.8-3
Original commitRevision:467340 
Sunday, 2 Oct 2016
11:08 pawel search for other commits by this committer
Update to version 4.1.7

PR:		213069
Submitted by:	maintainer
Original commitRevision:423109 
Tuesday, 5 Jul 2016
19:34 amdmi3 search for other commits by this committer
- Update to 4.1.6
- While here, add LICENSE_FILE

PR:		210677
Submitted by:	yuri@rawbw.com (maintainer)
Original commitRevision:418110 
Tuesday, 12 Jan 2016
10:03 miwi search for other commits by this committer
- Update to 4.1.5

PR:		206142
Submitted by:	maintainer
Original commitRevision:405848 
Sunday, 13 Dec 2015
18:35 riggs search for other commits by this committer
Update to upstream version 4.1.4

PR:		205121
Submitted by:	yuri@rawbw.com (maintainer)
Original commitRevision:403684 
Tuesday, 17 Nov 2015
14:28 amdmi3 search for other commits by this committer
- Update to 4.1.3

PR:		204317
Submitted by:	yuri@rawbw.com
Original commitRevision:401814 
Friday, 18 Sep 2015
21:03 cs search for other commits by this committer
Update to 4.1.2

PR:		203034
Submitted by:	yuri@rawbw.com (maintainer)
MFH:		2015Q3
Security:	Fixes 57325ecf-facc-11e4-968f-b888e347c638
Original commitRevision:397295 
Wednesday, 24 Jun 2015
13:55 vanilla search for other commits by this committer
Add lightzone , professional-level digital darkroom and photo editor.

PR:		201070
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Original commitRevision:390480 

Number of commits found: 9