sysutils/bareos24-server: Revert "Replace BROKEN to IGNORE_i386"
This reverts commit 6b84ea6ad1955a2bc13f17ddd3e0da66161f6506.
On platforms where ssize_t is 32 bits wide, the comparison will be made
unsigned (ssize_t converted to an unsigned value);
on platforms where ssize_t is wider than uint32_t, the comparison will
be made signed (uint32_t converted to the wider signed ssize_t).
That also has repercussions in that bytes_left a few lines down
will be negative if and only if the passed in size_t count argument is
greater than INT**_MAX, with ** being whatever size the "size_t count"
is.
If you don't see a compiler error on that line, that does not imply the
code is right or the bug is away, but that the compiler warning did not
trigger in that situation due to a warning bug. The upstream maintainer
did want the code break compile in that case.
[3 lines not shown]
textproc/gspell: update to 1.14.2
News in 1.14.2, 2025-11-28 (stable version)
-------------------------------------------
* Publish tarballs from CI.
News in 1.14.1, 2025-10-01 (stable version)
-------------------------------------------
* Documentation: update some URLs.
* Translation updates.
WE do not appear to need LIB_DEPENDS= libfribidi.so:converters/fribidi
or LIB_DEPENDS= libharfbuzz.so:print/harfbuzz. [truckman]
PR: 289967
graphics/papers: new port
Papers is a document viewer capable of displaying multiple and single
page document formats like PDF and DejaVu. For more general information
about Papers and how to get started, please visit
https://welcome.gnome.org/app/Papers
PR: 290390
textproc/meld: limit portscout to stable releases
Limit portscout to searching for stable, even-numbered minor releases.
PR: 286931
Reported by: Charlie Li <vishwin at freebsd.org>