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: audio/hydrogen/files/patch-src_gui_src_SplashScreen.cpp

Number of commits found: 2

Sunday, 16 Aug 2020
09:48 tcberner search for other commits by this committer
audio/hydrogen: Update to 1.0.0

PR:             248682
Submitted by:   Shane <FreeBSD@ShaneWare.Biz>  (maintainer)
Original commitRevision:545093 
Wednesday, 3 Jun 2020
23:44 adridg search for other commits by this committer
Prep-work for Qt 5.15

An ambiguous constructor for QSplashScreen has appeared in Qt 5.14,
so previous uses of NULL / nullptr now cause a compile error like

src/gui/src/SplashScreen.cpp:35:4: error: call to constructor of 'QSplashScreen'
is ambiguous
 : QSplashScreen( NULL )
   ^              ~~~~
/usr/local/include/qt5/QtWidgets/qsplashscreen.h:58:5: note: candidate
constructor
    QSplashScreen(QScreen *screen, const QPixmap &pixmap = QPixmap(),
Qt::WindowFlags f = Qt::WindowFlags());
/usr/local/include/qt5/QtWidgets/qsplashscreen.h:61:5: note: candidate
constructor
    QSplashScreen(QWidget *parent, const QPixmap &pixmap = QPixmap(),
Qt::WindowFlags f = Qt::WindowFlags());

This patch just explicitly casts to the right type of nullptr.
Mentioned in an issue upstream as well.

Not bumping PORTREVISION since this doesn't affect the built code at all
and it will get rebuilt when Qt 5.15 lands anyway.
Original commitRevision:537857 

Number of commits found: 2