- New options -a and --trailing-error.
- Decompression time has been reduced by 2%.
- Removed decompression support for version 0 files.
- Some bug fixes.
- New chapter 'Trailing data' in the texinfo documentation.
Plus the following changes from version 1.17, which we missed:
- New chapter 'Quality assurance' in the texinfo documentation.
- Reorganization of the compression code.
The Linux kernel.
This port is a building block for creating custom Linux appliances in
FreeBSD as part of your regular package build without a Linux VM or
jail.
Provide your own Linux kernel configuration file via the LINUX_KCONFIG
make variable, or create your own via support of Linux' config tools.
The default configuration comes with QEMU/KVM guest support.
WWW: https://www.kernel.org/
PR: 211419
Submitted by: Tobias Kortkamp <t@tobik.me>
Reviewed by: koobs
command-line options. According to POSIX, string comparisons (and
hence sorting) are to be performed based on the locale's collating
order. Alas GNU AWK only does so in POSIX mode, whereas starting
with FreeBSD 11 we do so by default, running into a bug (or false
assumption) with that script used by GCC.
Setting MAKE_ARGS such that AWK is always invoked in the C locale
works around this bug.
PR: 210122, 211742
Submitted by: jkim
So far we had to stick to the development branch, as we depend on
various features not present in 3.8. For example, a robust version of
the LLD linker. Now that 3.9.0rc1 has been packaged, make use of that
one instead.
Add sk_setup / io loop fixes from git.
Remove agg patch - new version with different syntax is comingTimeout, server noc-myt.yandex.net not responding.
PR: 211413
Submitted by: zeising (original version)
Approved by: az (implicit)
For some reason, perl5-devel was having a wrongly special treatment, and
it was failing to take into account the fact that we've had 5.21 and
5.23 in the tree.
Also, correct the version at which the XSLoader thing was solved in 5.25.
Sponsored by: Absolight
GCC uses an AWK script to generate source code that helps process
command-line options. According to POSIX, string comparisons (and
hence sorting) are to be performed based on the locale's collating
order. Alas GNU AWK only does so in POSIX mode, whereas starting
with FreeBSD 11 we do so by default, running into a bug (or false
assumption) with that script used by GCC.
Setting MAKE_ARGS such that AWK is always invoked in the C locale
works around this bug. [1]
PR: 210122 [1], 211742 [1]
Submitted by: jkim [1]
Remove 11.0-BETA3 MANIFEST files, removed from the mirrors.
Approved by: bdrewery (maintainer, implicit, re@ blanket)
Sponsored by: The FreeBSD Foundation
Django-polymorphic simplifies using inherited models in Django projects.
When a query is made at the base model, the inherited model classes are
returned.
WWW: https://github.com/chrisglass/django_polymorphic
PR: 207023
Submitted by: Kevin Golding <ports@caomhin.org>