- Add COMPRESSION group
- Enable BROTLI and ZSTD: Add both compression support
- Enable IDN: libidn2 is already part of the dependencies of libpsl (PSL option)
- Bump PORTREVISION for dependency change
cf-xarray is a lightweight convenience wrapper for using CF attributes on xarray
objects.
For example you can use .cf.mean("latitude") instead of .mean("lat") if
appropriate attributes are set! This allows you to write code that does not
require knowledge of specific dimension or coordinate names particular to a
dataset.
WRKDIRPREFIX is setted for poudriere/out-of-tree builds
Set guards for plain build from ports withour WRKDIRPREFIX to prevent delete ${LINUXBASE} structure
Sponsored by: Future Crew, LLC
LibreOffice 24.8.3, the third minor release of the LibreOffice 24.8 family of the free open source,
volunteer-supported office suite is available for FreeBSD users!
The release includes over 80 bug and regression fixes over LibreOffice 24.8.2 [1] to improve the stability
and robustness of the software, as well as interoperability with legacy and proprietary document formats.
In addition, support for Visio template format VSTX has been added.
Changelog: https://wiki.documentfoundation.org/Releases/24.8.3/RC1 \
https://wiki.documentfoundation.org/Releases/24.8.3/RC2
Release Notes: https://blog.documentfoundation.org/blog/2024/11/14/libreoffice-24-8-3/
Co-Authored-by: Li-Wen Hsu <lwhsu@FreeBSD.org>
Sponsored by: Future Crew, LLC
- tests: Fix build with libxml 2.12
- Add support for simple solid fill styles
- Add support for TextBackground from SheetStyle (tdf136564)
- Improve Arrowheads appearance (tdf#126402)
- Fix reading FillStyleLst and TextBkgnd from shape (tdf#154379)
- Add support to DrawingUnits types (tdf#154379)
- Visio5: Provide cellType to collector in readTextField
Sponsored by: Future Crew, LLC
Changelog:
- Upgrade m4 macros.
- Fix compiler warnings.
- Update documentation and convert it to MarkDown.
- Make image dimensions more compatible with LibreOffice
- Retrieve more background colors.
- Add support for simple image cropping.
- Pages: Fixes for retrieving page styles.
- Numbers: Use workspace name to create sheet's name.
- Numbers: Read more that 256 rows.
- Fix build with MSVC.
Sponsored by: Future Crew, LLC
Ring assumes SSE and SSE2 are available on i386. This workaround assumes
the same, so the build will still fail on ancient hardware without these
instruction sets.
error[E0080]: evaluation of constant value failed
--> /wrkdirs/usr/ports/multimedia/gstreamer1-plugins-rust/work/gst-plugins-rs-0.13.3/cargo-crates/ring-0.17.8/src/cpu/intel.rs:28:9
|
28 | assert!(cfg!(target_feature = "sse") && cfg!(target_feature = "sse2"));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
the evaluated program panicked at 'assertion failed: cfg!(target_feature = "sse") && cfg!(target_feature = "sse2")',
/wrkdirs/usr/ports/multimedia/gstreamer1-plugins-rust/work/gst-plugins-rs-0.13.3/cargo-crates/ring-0.17.8/src/cpu/intel.rs:28:9
Reported by: pkg-fallout