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: www/qt5-webkit/files/pkg-install.in

Number of commits found: 2

Sunday, 31 Dec 2023
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/qt5-webkit: Remove expired port

2023-12-31 www/qt5-webkit: No longer actively maintained, increasing security
concers
commit hash: cb3615b528c288d90aff6aa0e7a9778f80c9e85d commit hash: cb3615b528c288d90aff6aa0e7a9778f80c9e85d commit hash: cb3615b528c288d90aff6aa0e7a9778f80c9e85d commit hash: cb3615b528c288d90aff6aa0e7a9778f80c9e85d cb3615b
Sunday, 27 Aug 2017
14:06 rakuco search for other commits by this committer
Ensure qconfig-modules.h does not include qconfig-webkit.h

r448361 updated Qt WebKit and dropped QT_DIST and QT_DEFINES, which led to
existing installations being upgraded to remove qconfig-webkit.h while not
removing the corresponding #include <QtCore/modules/qconfig-webkit.h> from
qconfig-modules.h.

Consequently, any build that uses existing Qt5 ports (i.e. building a port
locally, or any project using Qt5) fails with errors like:

    /usr/local/include/qt5/QtCore/qconfig-modules.h:8:10: fatal error:
    'QtCore/modules/qconfig-webkit.h' file not found

Add a pkg-install that takes care of removing any offending lines from
qconfig-modules.h.

PR:		221828
Reviewed by:	tcberner, Adriaan de Groot <groot@kde.org>
Original commitRevision:448821 

Number of commits found: 2