devel/py-mpremote: update v1.28.0 -> v1.29.0
Changelog: https://github.com/micropython/micropython/releases/tag/v1.29.0
Major changes:
- fix length calculation in RemoteCommand for arrays
- add tests for array readinto and write
- add an alias for codeberg repos
- add PTY device detection for QEMU
- fix fs_stat exception with namedtuples
- fix instructions for running single test
- properly escape quotes for commands
- fix command expansion to handle =
- fix UnicodeEncodeError on Windows consoles
- convert string input to bytes in wr_bytes method
- tests: add -t device and skip functionality
- tests: use a shared ramdisk script across tests
- tests: add test for unicode fixes
- implement incremental preparation for romfs deploy
sysutils/mkjail: Update to 0.2.1
This is the first pkgbase compatible release.
It also works on legacy jails.
See new entries in mkjail.conf.sample
You might want to add PKGBASE="yes" to your config
net/telemt: unbreak i386 build introduced by upstream changes
Create extra patch for i386 architecture, using 4Gb
constant that fits into i386 usize variable.
PR: 298112
Reported by: Vladimir Grebenshchikov <vova at zote.me> (maintainer)
Approved by: osa, vvd (Mentors, implicit)
net/rustconn: Update to 0.20.4
- Mark BROKEN on i386[1]. It does not compile:
error[E0308]: mismatched types
--> rustconn-core/src/rdp_client/rdpdr.rs:1179:37
|
1179 | let omit = TimeSpec::new(0, i64::from(nix::libc::UTIME_OMIT));
| ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i64`
| |
| arguments to this function are incorrect
ChangeLog:
1. https://github.com/totoshko88/RustConn/releases/tag/v0.21.3
2. https://github.com/totoshko88/RustConn/releases/tag/v0.21.4
Reported by: "github-actions[bot]" <notifications at github.com>
Reported by: pkg-fallout [1]
math/gretl: fix build without OpenMP
Remove calls to OpenMP functions when OpenMP is disabled.
Disable OpenMP where not available.
Remove bogus -lomp link flag. Port now builds fine on armv7.
Approved by: portmgr (build fix blanket)
MFH: 2026Q3
(cherry picked from commit 907de55ddfdbd896c1d1444fd0a65973259b2412)
graphics/poselib: update to 2.0.5-37-g1758bd6
The extra commits are needed to build graphics/colmap in version 4.2.0.
Unfortunately upstream has failed to cut a release containing them.
Changelog: 2.0.5-37-g1758bd6
emulators/visualboyadvance-m: Switch to legacy SFML-2, unbreak LINK, break FFMPEG
Remove an unnecessary min/max macro pair interferring with std::min
and std::max to unbreak LINK. The FFMPEG dependency probably needs
some porting so it works with FFMPEG 9, so disable it for now.
devel/asfml: Update to 3.0.0
Update to 3.0.0:
* Assign ada at FreeBSD.org to ${MAINTAINER}
* Clean-up do-build-EXAMPLES-on and do-install-EXAMPLES-on targets
* Drop gmake and rely on GPR tools where possible/convenient
* Explicitly declare all csfml dependencies in ${LIB_DEPENDS}
* Remove ${BROKEN_i386} now that it is correctly reflected in
devel/gprbuild
* Remove hard-coded GNAT-12 version in ${USES}
Changelog: https://github.com/mgrojo/ASFML/releases/tag/v3.0.0
PR: 277643
multimedia/sfml2: SFML-2 for legacy Ports
SFML-2 for legacy Ports:
* SFML-2 is a legacy Port with SFML-3 now 2 years old, and upstream
focusing on that. Create a new Port for legacy Ports requiring SFML-2
* Use the correct category, multimedia/ instead of devel/
PR: 297894
devel/csfml: Update to 3.0.0
Update to 3.0.0
* Update ${LIB_DEPENDS} to point to SFML's new place in multimedia/sfml3
Changelog: https://www.sfml-dev.org/download/csfml/#300
PR: 297880
Approved by: ...
devel/sfml: Update to 3.0.0; migrate to multimedia
Update to 3.0.0:
* Add examples
* Expand ${CATEGORIES}, and move to correct category, multimedia/
* Update compiler to C++ 2017 in ${USES}
* Mark DOXYGEN broken because the build does not produce a required tag
file
* port(clippy|fmt|lint) maintenance
* submitter becomes maintainer
Changelog: https://github.com/SFML/SFML/releases/tag/3.0.0
PR: 297879
lang/smallbasic: Interpreter for the BASIC programming language
SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for
everyday calculations, scripts and prototypes. SmallBASIC includes
trigonometric, matrices and algebra functions, a built in IDE, a powerful
string library, system, sound, and graphic commands along with structured
programming syntax.
WWW: https://smallbasic.github.io/
PR: 294311
math/gretl: fix build without OpenMP
Remove calls to OpenMP functions when OpenMP is disabled.
Disable OpenMP where not available.
Remove bogus -lomp link flag. Port now builds fine on armv7.
Approved by: portmgr (build fix blanket)
MFH: 2026Q3