x11/ashell: Fix disappearance on HDMI display reconnect/power-on
When an HDMI display is reconnected/powered-on after
disconnection/power-off, ashell status bar disappears while the
process is still running. By changing the event (Created ->
InfoUpdate) used for triggering redraw of status bar appears to solve
the problem.
www/py-qh3: fix build on big-endian architectures
Little-endian is misdetected and the little-endian code path is used:
/wrkdirs/usr/ports/www/py-qh3/work-py311/qh3-1.0.9/cargo-crates/aws-lc-sys-0.20.1/aws-lc/crypto/fipsmodule/sha/sha1-altivec.c:107:5: error: call to undeclared function 'vec_vsx_ld'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
misc/far2l: fix build on big-endian architectures
Looks like there are now 2 copies of 7z to be fixed:
far2l-2.7.0_1.log:/wrkdirs/usr/ports/misc/far2l/work/far2l-v_2.7.0/arclite/src/7z/h/C/CpuArch.h:280:4: error: Stop_Compiling_Bad_Endian
x11-fonts/dejavu: Remove stale pkg-message
- Bump PORTREVISION for package change
This pkg-message describes configuring the X11 freetype module, which has not
existed in nearly two decades. The functionality is now part of the libxft,
which does everything automatically.
PR: 291894