JPM is the Janet Project Manager tool. It is for automating builds
and downloading dependencies of Janet projects.
WWW: https://github.com/janet-lang/jpm
Add files/patch-gcc-analyzer-bootstrap to fix bootstrap with clang.
Add files/patch-libgfortran-bootstrap to fix bootstrap on i386 and
FreeBSD's idiosyncratic floating point settings.
Temporarily mark BROKEN on amd64 due to an internal error, but
at least give aarch64, i386, and powerpc* the chance to test drive
after we already had to skip another snapshot.
This brings a back port for documentation related to the C++ front end,
an additional one for C++, two for Fortran, three for the tree optimizers/
middle end, and one for the x86 back end.
Saturday, 11 September 2021
KDE today announces the release of KDE Frameworks 5.86.0.
KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Full announcement:
https://kde.org/announcements/frameworks/5/5.86.0/
PR: 258426
Exp-run by: antoine
This brings a back port for documentation related to the C++ front end,
five for the tree optimizers/middle end, and four for the powerpc (nee
rs6000) back end.
This brings one back port for the x86 back end and five for powerpc
(nee rs6000), two for the tree optimizers, one for C++ and four for
Fortran.
It also adds the missing runtime license exception to value-unwind.h
for aarch64 and i386.
* Switch to GCC because building with Clang leads to a broken
"mpy-cross" binary, which segfaults if issued with several parameters
during build.
* REINPLACE_CMD should not be used to replace static content, hence
convert those occurrences into patches.
* Also update pkg-descr and sort variables a bit according to the PHB.
Reviewed by: decke (earlier revision)
Approved by: kai (python, maintainer)
Differential Revision: https://reviews.freebsd.org/D31855
Python 3.6 will reach its End-of-Life at 23rd December 2021.
Set the deprecation note and expiration date accordingly.
Approved by: koobs (python, maintainer)
MFH: No (not neccessary, 3+ months from now should be OK)
Differential Revision: https://reviews.freebsd.org/D31783
This brings one back port for OMP support (GOMP) and x86 each, five
for Fortran, and one to add the missing runtime license exception to
value-unwind.h for aarch64 and i386.
rustc stashes intermediary files in TMPDIR (default /tmp) which
might cause issues for users that for some reason space limit their
/tmp. WRKDIR should have plenty of space.
Other ports that use rustc might be affected too, but set it only
in USES=cargo and lang/rust* ports for now.
PR: 258126
With hat: rust