summaryrefslogtreecommitdiff
path: root/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misc/py-mcp: Update to 1.25.0Nicola Vitale4 hours2-4/+4
| | | | | ChangeLog: https://github.com/modelcontextprotocol/python-sdk/releases/tag/v1.25.0 Reported by: portscout!
* misc/crush: Update to 0.31.0Hiroki Tagato10 hours2-6/+6
| | | | | | Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.31.0 Reported by: GitHub (watch releases)
* misc/bedrust: fix build on powerpc64Piotr Kubaj17 hours1-0/+20
| | | | | | | | | | | | | 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.
* misc/ggml: fix build on powerpc64*Piotr Kubaj17 hours1-1/+18
| | | | c++: error: unknown argument: '-mpowerpc64'
* misc/onnxruntime: fix build on powerpc64Piotr Kubaj17 hours1-0/+2
| | | | | | 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);
* misc/freebsd-doc-*: Update to rev. f01d6d9 from FreeBSD docsetMarc Fonvieille29 hours4-5/+7
| | | | Approved by: doceng (implicit)
* misc/codex: Update to 0.79.0Hiroki Tagato36 hours3-103/+145
| | | | | | | | 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)
* misc/iso-codes: Use upstream release archive and improve portDaniel Engberg3 days2-11/+16
| | | | | | | | | | * 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
* security/libsodium: Update to 1.0.21Vsevolod Stakhov3 days16-7/+16
| | | | | | | | | 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
* misc/hwdata: Update to 0.403Gleb Popov3 days2-4/+4
| | | | Reported by: portscout!
* misc/py-huggingface-hub: Update to 1.2.4Hiroki Tagato3 days2-5/+5
| | | | | | Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v1.2.4 Reported by: portscout
* misc/py-equinox: New port: Elegant easy-to-use neural networks in JAXYuri Victorovich4 days4-0/+46
|
* misc/crush: Update to 0.30.3Hiroki Tagato4 days2-6/+6
| | | | | | Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.30.3 Reported by: GitHub (watch releases)
* misc/star-history: update 1.0.31 → 1.0.32Yuri Victorovich5 days2-399/+467
| | | | Reported by: portscout
* misc/koboldcpp: update 1.105 → 1.105.2Yuri Victorovich5 days2-4/+4
|
* misc/py-langchain-text-splitters: update 0.3.11 → 1.1.0Yuri Victorovich5 days2-5/+5
|
* misc/py-langchain-tests: update 0.3.21 → 1.1.2Yuri Victorovich5 days2-7/+7
|
* misc/py-langchain-openai: update 0.3.33 → 1.1.6Yuri Victorovich5 days2-8/+8
|
* misc/py-langchain-google-genai: update 2.1.12 → 4.1.2Yuri Victorovich5 days2-7/+8
|
* misc/py-google-genai: update 1.39.0 → 1.56.0Yuri Victorovich5 days3-6/+18
|
* misc/py-langchain-anthropic: update 0.3.20 → 1.3.0Yuri Victorovich5 days2-5/+5
|
* misc/py-langchain: update 0.3.27 → 1.2.0Yuri Victorovich5 days2-13/+8
|
* misc/py-langgraph: New port: LangGraph: Building stateful, multi-actor ↵Yuri Victorovich5 days4-0/+50
| | | | applications with LLMs
* misc/py-langgraph-sdk: update 0.2.9 → 0.3.1Yuri Victorovich5 days2-5/+5
|
* misc/onnxruntime: fix build on powerpc64lePiotr Kubaj5 days4-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /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.
* misc/fq: the port had been updated to the latest version 0.16.0Alexey Dokuchaev6 days3-29/+118
| | | | | | | | | | | | | 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
* misc/ollama: update 0.13.1-rc0 → 0.13.5Yuri Victorovich6 days3-8/+171
|
* misc/py-langgraph-prebuilt: New port: LangGraph: APIs for creating and ↵Yuri Victorovich6 days4-0/+31
| | | | executing LangGraph agents and tools
* misc/hs-hascard: Fix building after the GHC upgradeGleb Popov6 days2-109/+120
|
* misc/crush: Update to 0.30.2Hiroki Tagato6 days2-6/+6
| | | | | | | | 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)
* misc/py-langchain-core: update 1.1.0 → 1.2.6Yuri Victorovich7 days2-4/+4
|
* misc/py-langsmith: update 0.4.59 → 0.6.0Yuri Victorovich7 days2-5/+5
|
* misc/llama-cpp: update 7134 → 7617Yuri Victorovich7 days3-10/+14
|
* misc/koboldcpp: update 1.102.3 → 1.105Yuri Victorovich7 days2-4/+4
| | | | Reported by: portscout
* misc/ggml: update 0.9.4 → 0.9.5Yuri Victorovich7 days4-34/+25
|
* misc/gemini-cli: update 0.19.1 → 0.22.5Yuri Victorovich8 days4-2447/+450
|
* misc/dartsim: update 6.15.0 → 6.16.3Yuri Victorovich8 days3-34/+38
| | | | Reported by: portscout
* misc/github-copilot-cli: update 0.0.366 → 0.0.373Yuri Victorovich8 days5-63/+139
|
* */*php81*: SunsetMuhammad Moinur Rahman10 days2-8/+0
|
* misc/openhab2: Remove expired portRene Ladan10 days9-732/+0
| | | | 2025-12-31 misc/openhab2: superseeded by misc/openhab
* misc/openhab2-addons: Remove expired portRene Ladan10 days4-40/+0
| | | | 2025-12-31 misc/openhab2-addons: superseeded by misc/openhab-addons
* misc/py-llama-cpp-python: fix build on powerpc64*Piotr Kubaj11 days1-0/+18
| | | | cc: error: unknown argument: '-mpowerpc64'
* misc/pciids: Update to 20251223Po-Chuan Hsieh11 days2-5/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* misc/getopt: Remove USES=gmakePo-Chuan Hsieh11 days1-1/+1
| | | | This port builds fine with make in the base system.
* misc/crush: Update to 0.30.0Hiroki Tagato11 days2-6/+6
| | | | | | Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.30.0 Reported by: GitHub (watch releases)
* misc/p5-Business-ISBN-Data: update 20251212.001 -> 20251223.001Rodrigo Osorio2025-12-272-4/+4
| | | | Changelog: https://metacpan.org/dist/Business-ISBN-Data/changes
* misc/py-cppman: Update to 0.6.0Hiroki Tagato2025-12-243-7/+6
| | | | | | Changelog: https://github.com/aitjcize/cppman/blob/v0.6.0/ChangeLog Reported by: GitHub (watch releases)
* misc/crush: Update to 0.29.1Hiroki Tagato2025-12-242-6/+6
| | | | | | | | | 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)
* misc/codex: Update to 0.77.0Hiroki Tagato2025-12-233-14/+38
| | | | | | | | | | 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)
* x11-toolkits/py-wxPython4: Update to 4.2.3Loïc Bartoletti2025-12-211-1/+1
|