math/openblas: fix build on powerpc64 with PPC970
TEST 65/105 dscal:0_inf_inc_2 [FAIL]
ERR: test_zscal.c:226 should be true
TEST 66/105 dscal:0_inf [FAIL]
ERR: test_zscal.c:214 should be true
TEST 67/105 dscal:nan_0_inc_2 [OK]
TEST 68/105 dscal:nan_0 [OK]
TEST 69/105 dscal:0_nan_inc_2 [FAIL]
ERR: test_zscal.c:180 should be true
TEST 70/105 dscal:0_nan [FAIL]
ERR: test_zscal.c:168 should be true
TEST 71/105 sscal:inf_nan_inc_2 [OK]
TEST 72/105 sscal:inf_nan [OK]
TEST 73/105 sscal:nan_inf_inc_2 [OK]
TEST 74/105 sscal:nan_inf [OK]
TEST 75/105 sscal:inf_0_inc_2 [OK]
TEST 76/105 sscal:inf_0 [OK]
TEST 77/105 sscal:0_inf_inc_2 [FAIL]
[9 lines not shown]
security/dropbear: update to 2025.87
Changes:
Note >> for compatibility/configuration changes
- >> Disable SHA-1 algorithms by default. SHA-1 has known weakness and
most implementations support alternatives.
- Add post-quantum key exchange. These avoid the possibility of current
stored traffic being decrypted using a possible future quantum
computer.
sntrup761 added by Matt Johnston, using sntrup761 implementation from
Daniel J. Bernstein, Chitchanok Chuengsatiansup, Tanja Lange and
Christine van Vredendaal, with integration work from OpenSSH.
ML-KEM added by Loganaden Velvindron, Jaykishan Mutkawoa, Kavish Nadan,
using libcrux, also based on OpenSSH work.
[22 lines not shown]
emulators/mgba: update to 0.10.5
Changes:
Other fixes:
- ARM Debugger: Fix disassembly of ror r0 barrel shift (fixes mgba.io/i/3412)
- FFmpeg: Fix failing to record videos with CRF video (fixes mgba.io/i/3368)
- GB Core: Fix cloning savedata when backing file is outdated (fixes mgba.io/i/3388)
- GBA Cheats: Let VBA-style codes patch ROM (fixes mgba.io/i/3423)
- GBA Core: Fix booting into BIOS when skip BIOS is enabled
- GBA Hardware: Fix loading states unconditionally overwriting GPIO memory
- Updater: Fix rewriting folders and files on Windows (fixes mgba.io/i/3384)
- Wii: Fix crash on loading large ZIP files (fixes mgba.io/i/3404)
Misc:
- GB: Allow use of CGB-E and AGB-0 BIOS versions (closes mgba.io/i/3427)
net/nhostapd*, security/wpa_supplicant*: Sync drivers_bsd.c from src
src/ commits to drviers_bsd.c in src have fixed a number of problems
with wpa_supplicant/hostapd and FreeBSD. Bring those changes into the
ports.
PR: 285371
Tested by: Matthias Apitz <guru at unixarea.de>
MFH 2025Q1
devel/kdev-python: Fix dependencies
Add missing dependencies and remove unneeded dependencies as reported
by stage-qa.
Remove parallel jobs restriction. It seems to build fine.
devel/kdev-php: Fix dependencies
Add missing dependencies and remove unneeded dependencies as reported
by stage-qa.
Remove parallel jobs restriction. It seems to build fine.
www/codeberg-pages-server: New port: "Github Pages"-like pages server for Gitea/Forgejo
Gitea lacks the ability to host static pages from Git. The Codeberg
Pages Server addresses this lack by implementing a standalone service
that connects to Gitea via API. It is suitable to be deployed by other
Gitea instances, too, to offer static pages hosting to their users.
https://codeberg.org/Codeberg/pages-server
PR: 284267
lang/ghc*: Remove BUILD_DEPEND on compat12x
compat12x is only needed for ghc810 and ghc92 so remove the build depend
for lang/ghc and lang/ghc94
Reviewed by: arrowd
math/suitesparse*: upgrade to v7.10.1
Releases notes at https://github.com/DrTimothyAldenDavis/SuiteSparse/releases
This upgrades CHOLMOD ito 5.3.1, GraphBLAS to 10.0.1, LAGraph to 1.1.5 and
SPEX to 3.2.3.
No PORTREVISION bump required.
java/openjdk8: Set USE_LDCONFIG to provide libjawt.so
It feels like it is java/openjdk8-jre that should provide this library, but
it'd require changes in Uses/java.mk to let consumers pick it up. Leave this
for java team for now.
Reported by: pkg-devel exp-run
devel/qt5-buildtools: Don't run qt-post-install
The qt-post-install target is meant to adjust the qconfig-modules.h
header initially installed by devel/qt5-core, but this is not needed for
qt5-buildtools and causes POST-INSTALL script failure since this file
is not installed yet.
PR: 285427
Reported by: antoine