games/vcmi: the port had been updated to version 1.7.1
This is the new major version since 1.6.8 released last
April, with plethora of new features and bug fixes.
We must now #include <sys/param.h> explicitly which was
previously sucked in via, roughly, `boost/thread/*' ->
`boost/atomic/*' -> `boost/atomic/detail/platform.hpp'.
Reported by: portscout
textproc/bookokrat: Update to 0.3.3
- Update COMMENT line and pkg-descr with the new feature of the program
(PDF support)
- Update LICENSE (bookokrat is now licensed under AGPL-3.0)
- Mark BROKEN on aarch64 (rust error E0609) [1]
- Update list of lib/build dependencies
- Fix shebang of Python interpreter
- Add some patches to fix build that otherwise fails with the following
errors:
1. (fixed with files/patch-cargo-crates_mupdf-sys-0.6.0_build.rs)
error[E0425]: cannot find type `___wchar_t` in this scope
--> /usr/local/poudriere/ports/default/textproc/bookokrat/work/target/release/build/mupdf-sys-286fe68620daf035/out/bindings.rs:488:20
|
488 | pub type wchar_t = ___wchar_t;
| ^^^^^^^^^^ not found in this scope
[28 lines not shown]
devel/nextpnr-devel: Update to latest commit
Also:
- Re-enable building of GUI
- Support GateMate FPGAs via devel/prjpeppercorn
- Disable portscout as we're tracking upstream's master branch
devel/prjpeppercorn111: Add new port
This port is used by devel/nextpnr* to produce configuration bitstreams for CologneChip GateMate FPGAs.
Notes:
- This port is versioned because of version compatibility requirements with devel/nextpnr*
- The timings tarball is mirrored because upstream currently does not provide a versioned archive/URL
Reviewed by: diizzy
Differential Revision: https://reviews.freebsd.org/D55235
sysutils/android-file-transfer: Improve port Makefile
- fixes to qt6 components in Makefile
MFH: 2026Q1
(cherry picked from commit ffafa186f95899d0b3727b63aafd59b23e40d726)