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: graphics/cairo/files/patch-perf_cairo-perf-micro.c

Number of commits found: 2

Friday, 27 May 2022
09:11 Tijl Coosemans (tijl) search for other commits by this committer
graphics/cairo: prepare for autoconf 2.71

- configure.ac contains GTK_DOC_CHECK and the new autoreconf runs
  gtkdocize in that case so add a build dependency.
- fix post-patch commands that patch files which are regenerated by
  autoreconf.
- remove old patches while here.

PR:		263454
commit hash: 6fd90bd6606b1a8f648cf807b2f959e037505c66 commit hash: 6fd90bd6606b1a8f648cf807b2f959e037505c66 commit hash: 6fd90bd6606b1a8f648cf807b2f959e037505c66 commit hash: 6fd90bd6606b1a8f648cf807b2f959e037505c66 6fd90bd
Tuesday, 23 Nov 2021
10:42 Tobias C. Berner (tcberner) search for other commits by this committer Author: Trond Endrestøl
graphics/cairo: define _WITH_CPU_SET_T to fix build on -CURRENT

Changes in 90fa9705d5cd hide functionality behind _WITH_CPU_SET_T,
and require consumers to opt-in.

Error:
	--- cairo-perf-micro.o ---
	cairo-perf-micro.c:418:5: error: unknown type name 'cpu_set_t'; did you mean
'cpusetid_t'?
	    cpu_set_t affinity;
	    ^~~~~~~~~
	    cpusetid_t
	/usr/include/sys/types.h:86:22: note: 'cpusetid_t' declared here
	typedef __cpusetid_t    cpusetid_t;
                        ^

PR:		259787
commit hash: ad03eb1e0a2f1a5af74070aa47ca837f2ab6ddb9 commit hash: ad03eb1e0a2f1a5af74070aa47ca837f2ab6ddb9 commit hash: ad03eb1e0a2f1a5af74070aa47ca837f2ab6ddb9 commit hash: ad03eb1e0a2f1a5af74070aa47ca837f2ab6ddb9 ad03eb1

Number of commits found: 2