pkg.8: Use % shell prompt for normal user
FreeBSD Documentation Project Primer preface requires
% rather than $ as shell prompt for a normal user.
Submitted by: bigsneaky at duck.com
Early exit llvm-bolt when coming across empty data files (#176859)
perf2bolt generates empty fdata files for small binaries and right now
BOLT does this check while parsing by calling `((!hasBranchData() &&
!hasMemData()))`. Instead, early exit as soon as the buffer finishes
reading the data file and exit with error message.
Update openscade to nightly commit from 2026.02.24
I've been running this since then, for over a month.
They switched to using QT6 by default, so we no longer need to opt-in
[Polly] Correct integer comparison bit width (#190493)
For making an integer compareable to bool, don't compare it to bool.
Bug occured during the reduction of #190459
Fix linkflags on libavcodec and add rpath-link for /usr/local/lib
to allow audio/moc to build on sparc64.
ld.bfd is more strict than ld.lld
From Brad Smith
Add patch to stop -Werror and allow decker to build on sparc64
Otherwise, it fails with
./c/lil.h:112:60: error: ISO C forbids conversion of function pointer to
object pointer type [-Werror=pedantic]
ok op@
*/*: Update my maintainer email to @FreeBSD.org
Update email address from mew14930xvi at inbox.lv to mce at FreeBSD.org.
Reviewed by: osa, fluffy (mentors)
Approved by: osa (mentor)
Differential Revision: https://reviews.freebsd.org/D55874
*/*: Update my maintainer email to @FreeBSD.org
Update email address from mew14930xvi at inbox.lv to mce at FreeBSD.org.
Reviewed by: osa, fluffy (mentors)
Approved by: osa (mentor)
Differential Revision: https://reviews.freebsd.org/D55874
vendor/GCC80: Bring in two fixes from upstream.
These fix -Wmissing-template-keyword and -Wregister warnings we were
getting when building gcc-8.3 with gcc-12.5.
commit 642dc602f89b2c11d5d833a52f37b04427a27cab
Author: Marek Polacek <polacek at redhat.com>
Date: Fri May 15 17:54:05 2020 -0400
c++: Regenerate cp/cfns.h.
Current cfns.h includes register-qualified variables and that wouldn't
play well when bootstrapping with GCC that uses the C++17 dialect,
because 'register' was removed in C++17. Regenerating it using the
command specified in cfns.h luckily cleaned this up.
* cfns.h: Regenerated.
commit fccd5b48adf568f0aabe5d5f51206a9d42da095a
[12 lines not shown]