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: devel/ccache/files/extra-patch-memcached-Makefile.in

Number of commits found: 3

Monday, 12 Jul 2021
16:38 Bryan Drewery (bdrewery) search for other commits by this committer
devel/ccache*: Split memcached fork into its own port.
commit hash: 53c0dd571599a3b01dd1db379dc810f534e7360a commit hash: 53c0dd571599a3b01dd1db379dc810f534e7360a commit hash: 53c0dd571599a3b01dd1db379dc810f534e7360a commit hash: 53c0dd571599a3b01dd1db379dc810f534e7360a 53c0dd5
Wednesday, 3 Oct 2018
19:26 bdrewery search for other commits by this committer
Note why CXX is used here
Original commitRevision:481181 
Thursday, 9 Mar 2017
21:05 bdrewery search for other commits by this committer
ccache-memcached: Fix STATIC build.

Libmemcached is a C++ library, thus we need to use a C++ linker to link to it.
This is only really a problem when building a static binary since we need to
bring in various libc++ and libcxxrt symbols.  The upstream ccache+memcached
patch had support for this with --enable-static but only via a hack for
GCC to force addding -lstdc++.  The method in these patches works
for either compiler by using CXX to check for -lmemcached, and later using
CXX to link ccache.
Original commitRevision:435800 

Number of commits found: 3