sysutils/nvme-cli: Fix commit 3517dea254f951d5fbc9aa12d9b73c2581636c07
Patch file rended up in root dir instead of files which causes port
to fail due to plist errors
PR: 284971
Approved by: portmgr (blanket, build fix)
devel/massif-visualizer: Update to 24.12.2 for KDE Gear and pass maintership
massif-visualizer is shipped with KDE Gear distribution,
so pass the maintership to kde@ which would like to
maintain it.
- Pass the port to kde@ and connect to KDE Gear distribution.
- Depend on graphics/kgraphviewer.
- Clean up KDE/Qt dependencies.
PR: 284968
Reported by: mack
astro/stellarium: unbreak the port's build (after commit d7c13b0bf44f)
Requesting specific version of `math/fast_float' port, even the major
one, is not reliable because it bumps too frequently; stop asking for
any version and assume that whatever we have in the ports should work.
PR: 284879
Submitted by: Frank Reisert
Reported by: pkg-fallout
graphics/qgis: Disable usage of ccache
If ccache is used, the build breaks with
ccache: error: unknown configuration option "compiler_type"
PR: 284996
Reported by: Martin Birgmeier <d8zNeCFG at aon.at>
graphics/qgis-ltr: Disable usage of ccache
If ccache is used, the build breaks with
ccache: error: unknown configuration option "compiler_type"
PR: 284996
Reported by: Martin Birgmeier <d8zNeCFG at aon.at>
net/oha: fix build on powerpc64le
In file included from /wrkdirs/usr/ports/net/oha/work/oha-1.7.0/cargo-crates/aws-lc-sys-0.25.0/aws-lc/crypto/fipsmodule/bcm.c:86:
/wrkdirs/usr/ports/net/oha/work/oha-1.7.0/cargo-crates/aws-lc-sys-0.25.0/aws-lc/crypto/fipsmodule/cpucap/cpu_ppc64le.c:72:28: error: call to undeclared function 'getauxval'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
OPENSSL_ppc64le_hwcap2 = getauxval(AT_HWCAP2);
^
1 error generated.
security/rustls-ffi: fix build on powerpc64le
[ 97%] Building C object aws-lc/crypto/fipsmodule/CMakeFiles/fipsmodule.dir/bcm.c.o
In file included from /wrkdirs/usr/ports/security/rustls-ffi/work/rustls-ffi-0.14.1/cargo-crates/aws-lc-sys-0.21.1/aws-lc/crypto/fipsmodule/bcm.c:83:
/wrkdirs/usr/ports/security/rustls-ffi/work/rustls-ffi-0.14.1/cargo-crates/aws-lc-sys-0.21.1/aws-lc/crypto/fipsmodule/cpucap/cpu_ppc64le.c:72:28: error: call to undeclared function 'getauxval'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
72 | OPENSSL_ppc64le_hwcap2 = getauxval(AT_HWCAP2);
| ^
1 error generated.
textproc/uim: Update to 1.9.0
- Add RUN_DEPENDS on japanese/skk-jisyo
- Fix default SKK-JISYO.L dictionary file path setting for SKK input method
- Rename textproc/uim-gtk port to textproc/uim-gtk2
- Add textproc/uim-qt6 port of Qt6 input method module
- Bump PORTREVISION of the ports that depend on textproc/uim port
devel/freebsd-nvme-shim: Fix port
* Use DISTVERSION
* Set NO_ARCH
* Don't install non header files into include directory
Poudriere testport OK 14.2-RELEASE and 13.4-RELEASE
PR: 284969
Reviewed by: imp