notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/cairo/files/patch-perf_cairo-perf-micro.c
SVNWeb

Number of commits found: 2

Fri, 27 May 2022
[ 09:11 Tijl Coosemans (tijl) search for other commits by this committer ]    commit hash:6fd90bd6606b1a8f648cf807b2f959e037505c66  commit hash:6fd90bd6606b1a8f648cf807b2f959e037505c66  commit hash:6fd90bd6606b1a8f648cf807b2f959e037505c66  6fd90bd 
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
Tue, 23 Nov 2021
[ 10:42 Tobias C. Berner (tcberner) search for other commits by this committer Author: Trond Endrestøl ]    commit hash:ad03eb1e0a2f1a5af74070aa47ca837f2ab6ddb9  commit hash:ad03eb1e0a2f1a5af74070aa47ca837f2ab6ddb9  commit hash:ad03eb1e0a2f1a5af74070aa47ca837f2ab6ddb9  ad03eb1 
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

Number of commits found: 2