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: x11-toolkits/fltk/files/patch-src_Fl__Tree__Item.cxx

Number of commits found: 2

Friday, 4 Aug 2017
20:48 danfe search for other commits by this committer
- Update `x11-toolkits/fltk' to version 1.3.4 (version 1.3.4-1 is available,
  but the only difference is fixes for Windows IDE solutions Visual C 2008
  and Visual C 2010, so prefer 1.3.4 to avoid dealing with the DISTVERSION)
- Move out .so.1-suffixed symlink creation to `post-install' target rather
  than patching `src/Makefile' since the patch tends to get modified with
  each update; and drop no longer needed patches that were merged upstream
- Define LICENSE_FILE as it is not just a standard boilerplate

PR:		220649 (modified)
Submitted by:	sunpoet
Original commitRevision:447379 
Tuesday, 17 Jan 2017
16:48 jbeich search for other commits by this committer
x11-toolkits/fltk: unbreak with clang 4.0

Fl_Tree_Item.cxx:552:38: error: ordered comparison between pointer and zero
('Fl_Tree_Item *' and 'int')
    if ( from_parent->deparent(from) < 0 )      // deparent self from current
parent
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

PR:		216046
Obtained from:	upstream (branch-1.3)
Approved by:	portmgr blanket
MFH:		2017Q1 (changes behavior)
Original commitRevision:431752 

Number of commits found: 2