| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
ChangeLog: https://github.com/modelcontextprotocol/python-sdk/releases/tag/v1.25.0
Reported by: portscout!
|
| |
|
|
|
|
| |
Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.31.0
Reported by: GitHub (watch releases)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Little-endian is misdetected:
/wrkdirs/usr/ports/misc/bedrust/work/bedrust-0.8.8/cargo-crates/aws-lc-sys-0.27.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]
107 | vec_vsx_ld(0, (const unsigned char*) data);
| ^
/wrkdirs/usr/ports/misc/bedrust/work/bedrust-0.8.8/cargo-crates/aws-lc-sys-0.27.1/aws-lc/crypto/fipsmodule/sha/sha1-altivec.c:106:30: error: initializing '__vector unsigned char const' (vector of 16 'unsigned char' values) with an expression of incompatible type 'int'
106 | const vector unsigned char unaligned_data =
| ^
107 | vec_vsx_ld(0, (const unsigned char*) data);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
|
| |
|
|
| |
c++: error: unknown argument: '-mpowerpc64'
|
| |
|
|
|
|
| |
VSX is required:
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/power/FgemmKernelpower.h:155:27: error: use of undeclared identifier 'vec_splat'
ABroadcast[Row] = vec_splat(AElements[Row], Lane);
|
| |
|
|
| |
Approved by: doceng (implicit)
|
| |
|
|
|
|
|
|
| |
Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.78.0
- https://github.com/openai/codex/releases/tag/rust-v0.79.0
Reported by: GitHub (watch releases)
|
| |
|
|
|
|
|
|
|
|
| |
* Use release release archive as recommended by Porters Handbook
* Add USES= shebangfix
* Replace calls to python3 with PYTHON_CMD variable
* Style Makefile to follow Porters Handbook more closely
PR: 291749
Approved by: maintainer timeout, 3+ weeks
|
| |
|
|
|
|
|
|
|
| |
The API remains compatible but bumping all dependent ports as SHLIB
has changed.
Changelog: https://github.com/jedisct1/libsodium/releases/tag/1.0.21-RELEASE
Security: https://00f.net/2025/12/30/libsodium-vulnerability/
PR: 279347
|
| |
|
|
| |
Reported by: portscout!
|
| |
|
|
|
|
| |
Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v1.2.4
Reported by: portscout
|
| | |
|
| |
|
|
|
|
| |
Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.30.3
Reported by: GitHub (watch releases)
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
applications with LLMs
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/platform.cpp:636:18: error: use of undeclared identifier 'AT_HWCAP2'
636 | elf_aux_info(AT_HWCAP2, &hwcap2, sizeof(hwcap2));
| ^
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/platform.cpp:638:39: error: use of undeclared identifier 'PPC_FEATURE2_ARCH_3_00'
638 | bool HasP9Instructions = hwcap2 & PPC_FEATURE2_ARCH_3_00;
| ^
2 errors generated.
/wrkdirs/usr/ports/misc/onnxruntime/work/.build/_deps/eigen3-src/unsupported/Eigen/CXX11/../../../Eigen/src/Core/arch/AltiVec/PacketMath.h:119:35: error: 'vec_lvsl' is deprecated: use assignment for unaligned little endian loads/s
tores [-Werror,-Wdeprecated-declarations]
119 | static Packet16uc p16uc_FORWARD = vec_lvsl(0, (float*)0);
| ^
/usr/lib/clang/19/include/altivec.h:4610:20: note: 'vec_lvsl' has been explicitly marked deprecated here
4610 | __attribute__((__deprecated__("use assignment for unaligned little endian \
| ^
1 error generated.
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/power/qgemm_kernel_power10.cpp:880:70: error: expected a type
880 | __vector signed int columnsum = *reinterpret_cast<const __vector int32_t *>(&ColumnSumBuffer[pos]);
| ^
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/power/qgemm_kernel_power10.cpp:880:69: error: expected '>'
880 | __vector signed int columnsum = *reinterpret_cast<const __vector int32_t *>(&ColumnSumBuffer[pos]);
| ^
| >
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/power/qgemm_kernel_power10.cpp:880:54: note: to match this '<'
880 | __vector signed int columnsum = *reinterpret_cast<const __vector int32_t *>(&ColumnSumBuffer[pos]);
| ^
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/power/qgemm_kernel_power10.cpp:887:74: error: expected a type
887 | __vector signed int zeropoint = *reinterpret_cast<const __vector int32_t *>(&ZeroPointB[pos]);
| ^
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/power/qgemm_kernel_power10.cpp:887:73: error: expected '>'
887 | __vector signed int zeropoint = *reinterpret_cast<const __vector int32_t *>(&ZeroPointB[pos]);
| ^
| >
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/power/qgemm_kernel_power10.cpp:887:58: note: to match this '<'
887 | __vector signed int zeropoint = *reinterpret_cast<const __vector int32_t *>(&ZeroPointB[pos]);
| ^
4 errors generated.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This release includes jq language fixes, a new safetensors decoder,
and minor improvements and fixes to MP4, AVC, and FLAC decoders.
Go 1.23 and later require dependency packages to be explicitly listed
in `vendor/modules.txt' to be imported; populating GH_TUPLE alone is
not enough. Unfortunately, I could not find a robust way to generate
this file during the build in offline mode and must resort to keeping
its static copy for now.
Notified by: upstream (the author), portscout
|
| | |
|
| |
|
|
| |
executing LangGraph agents and tools
|
| | |
|
| |
|
|
|
|
|
|
| |
Changelog:
- https://github.com/charmbracelet/crush/releases/tag/v0.30.1
- https://github.com/charmbracelet/crush/releases/tag/v0.30.2
Reported by: GitHub (watch releases)
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| | |
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| | |
|
| |
|
|
| |
2025-12-31 misc/openhab2: superseeded by misc/openhab
|
| |
|
|
| |
2025-12-31 misc/openhab2-addons: superseeded by misc/openhab-addons
|
| |
|
|
| |
cc: error: unknown argument: '-mpowerpc64'
|
| |
|
|
| |
Changes: https://github.com/pciutils/pciids/commits/master
|
| |
|
|
| |
This port builds fine with make in the base system.
|
| |
|
|
|
|
| |
Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.30.0
Reported by: GitHub (watch releases)
|
| |
|
|
| |
Changelog: https://metacpan.org/dist/Business-ISBN-Data/changes
|
| |
|
|
|
|
| |
Changelog: https://github.com/aitjcize/cppman/blob/v0.6.0/ChangeLog
Reported by: GitHub (watch releases)
|
| |
|
|
|
|
|
|
|
| |
Changelog:
- https://github.com/charmbracelet/crush/releases/tag/v0.28.0
- https://github.com/charmbracelet/crush/releases/tag/v0.29.0
- https://github.com/charmbracelet/crush/releases/tag/v0.29.1
Reported by: GitHub (watch releases)
|
| |
|
|
|
|
|
|
|
|
| |
Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.74.0
- https://github.com/openai/codex/releases/tag/rust-v0.75.0
- https://github.com/openai/codex/releases/tag/rust-v0.76.0
- https://github.com/openai/codex/releases/tag/rust-v0.77.0
Reported by: GitHub (watch releases)
|
| | |
|