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/gegl3/files

Number of commits found: 4

Tuesday, 24 Apr 2018
13:56 jbeich search for other commits by this committer
graphics/gegl3: unbreak with ffmpeg 4.0

./ff-save.c:293:17: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
    c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                ^
./ff-save.c:634:18: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
     c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                 ^
./ff-save.c:702:30: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
  if (!(oc->oformat->flags & AVFMT_RAWPICTURE))
                             ^
./ff-save.c:806:28: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
  if (oc->oformat->flags & AVFMT_RAWPICTURE)
                           ^

PR:		227726
Original commitRevision:468204 
Friday, 2 Jun 2017
09:02 kwm search for other commits by this committer
Update gegl3 to 0.3.18.

* Switch to USES=localbase
* Record missing dependancy for OPENEXR option
* Drop custom WRKSRC, it was needed for alpha releases.

Obtained from:	gnome devel repo (based on)
Original commitRevision:442365 
Monday, 12 Dec 2016
08:24 jbeich search for other commits by this committer
graphics/gegl3: unbreak FFMPEG=on runtime

$ echo CFLAGS+=-Werror=implicit-function-declaration >>Makefile.local
$ make
[...]
./ff-save.c:700:9: error: implicit declaration of function
'avcodec_encode_video' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
        avcodec_encode_video (c,
        ^
./ff-save.c:700:9: note: did you mean 'avcodec_encode_video2'?
/usr/local/include/libavcodec/avcodec.h:5323:5: note: 'avcodec_encode_video2'
declared here
int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
    ^

PR:		207547
Obtained from:	upstream
Approved by:	portmgr blanket
Original commitRevision:428399 
Wednesday, 25 Mar 2015
22:54 kwm search for other commits by this committer
Add gegl3, git snapshot of what will be gegl 0.3.0 when it is released.

Disable docs for now, will be enabled when 0.3.0 is released.
Convert to option helpers, mention why the UMFPACK support doesn't work.
Make parallel installable with gegl 0.2 by renaming the installed executable
  and example dirs.
Original commitRevision:382274 

Number of commits found: 4