ucspi-tools: update a few commits to fix SmartOS. Bump PKGREVISION.
(Still packages on NetBSD and macOS.)
Changes:
- Change MAX_PATH to pathconf("/", _PC_PATH_MAX)
for systems without MAX_PATH in their libc.
- remove useless environment code
- implementation of dprintf(3) for libc's that missing it
- move dprintf into an own file for httpc and httppc
- Makefile: Compile tcps and tcpc
- test.sh: Rewrite to be more clear on what it found
- test: Remove env.txt between tests
- test: Add test to make sure certs for tests are set up
- Fix number of expected tests.
- remove unused variable
- print program path on execvp error
openexr: update to 3.3.4.
## Version 3.3.4 (June 9, 2025)
Patch release with several bug/build/performance fixes:
* :bug: Fix a crash with deep scanline input
* :bug: Fix a bug when reading a file with missing tiles
* :bug: Fix a crash in exrmetrics
* :hammer_and_wrench: Fix a problem with /EHsc and /MP flags that broke CUDA compilation
* :hammer_and_wrench: Fix a build failure on MinGW
* :rocket: Enable vectorisation for ZIP reconstruct stage on Windows
konqueror: set USE_SYSTEM_DICTIONARIES=YES
Stops creation of bdic files to match any hunspell disctionaries that
happen to be on the build system. Fixes PR pkg/59463
textproc/tabiew: import tabiew-0.10.0
Tabiew is a lightweight TUI application that allows users to view
and query tabular data files, such as CSV, Parquet, Arrow, and ...
Features
- Vim-style keybindings
- SQL support
- Support for CSV, Parquet, JSON, JSONL, Arrow, FWF, Sqlite, and Excel
- Fuzzy search
- Scripting support
- Multi-table functionality
premake5: Update to 5.0.0-beta7
upstream changes:
-----------------
Since 5.0-beta6:
* PR #2455 Added premake manager extension to extensions.md (@lolrobbe2)
* PR #2458 Fix optimize('Debug') for xcode project generator (@artamonovoleg)
* PR #2459 Remove legacy page for third party usages implementation (@nickclark2016)
* PR #2460 Add basic support for tvOS (@sbeca)
* PR #2461 Fix vs200x_vcproj to properly handle NoManifest (@NishiOwO)
* PR #2464 Fix targetdir and objdir for Linux and Android (@redorav)
* PR #2471 Support powerpc (@barracuda156)
* PR #2474 Update zlib dependency to 1.3.1 (@nickclark2016)
* PR #2475 Separates the functionality for bundle and binary extensions (@nickclark2016)
* PR #2476 Handle `structmemberalign` for non-visual studio actions (@Jarod42)
* PR #2480 Added ARM build for MacOSX, added more artifacts (@nickclark2016)
* PR #2482 Bump vmactions/solaris-vm from 1.1.3 to 1.1.4 in the github-actions group (@dependabot)
* PR #2483 Fix git tagged builds (@nickclark2016)
hugo: Update to 0.147.9
upstream changes:
-----------------
v0.147.9
Improvements and fixes
* Remove WARN with false negatives 6a4a3ab @bep #13806
* resources/page: Make sure a map is always initialized 36f6f98 @bep #13810
* tpl/tplimpl: Copy embedded HTML table render hook to each output format
18a9ca7 @jmooring #13351
* tpl/tplimpl: Change resources.GetRemote errors to suppressible warnings
b6c8dfa @jmooring #13803
* common/terminal: Enable color output on windows 4217fee @jmooring #8209
* hugolib: Remove test for deprecated future 4ef5720 @bep
Dependency Updates
[7 lines not shown]