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: net-im/licq/files/patch-3rdparty_gmock_src_gmock-spec-builders.cc

Number of commits found: 2

Tuesday, 21 Jun 2022
10:55 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-06-20 net-im/licq: Abandonware, project is dead

Remove these ports too which were part of net-im/licq:
- net-im/licq-icq
- net-im/licq-jabber
- net-im/licq-osd
- net-im/licq-qt-gui
commit hash: 1bc65972efc1145645e6f77f8778b2a38ef7cafb commit hash: 1bc65972efc1145645e6f77f8778b2a38ef7cafb commit hash: 1bc65972efc1145645e6f77f8778b2a38ef7cafb commit hash: 1bc65972efc1145645e6f77f8778b2a38ef7cafb 1bc6597
Sunday, 6 Jun 2021
18:13 Dimitry Andric (dim) search for other commits by this committer
net-im/licq: apply googletest patches which fix null pointer accesses

During an exp-run for llvm 12 (see bug 255570), it turned out that
net-im/licq does not build with clang 12.0.0:

[ 92%] Running unit test
cd /wrkdirs/usr/ports/net-im/licq/work/.build/src && /usr/local/bin/ctest
Test project /wrkdirs/usr/ports/net-im/licq/work/.build/src
    Start 1: licq
1/1 Test #1: licq .............................***Exception: SegFault  0.03 sec

This is due to licq using a relatively ancient version of googletest,
which has a few issues with more modern compilers. In particular, it
does not handle mocking methods with move-only return types, and in the
case of this port, this leads to a null pointer access and consequently
a segfault.

To fix the null pointer accesses, apply a few upstream googletest
commits.

Approved by:	maintainer timeout (2 weeks)
PR:		255915
MFH:		2021Q2
commit hash: 4572c48fc4d2a3326e85380b3f658dc8e1721817 commit hash: 4572c48fc4d2a3326e85380b3f658dc8e1721817 commit hash: 4572c48fc4d2a3326e85380b3f658dc8e1721817 commit hash: 4572c48fc4d2a3326e85380b3f658dc8e1721817 4572c48

Number of commits found: 2