| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
PR: 280835
|
| |
|
|
|
|
|
| |
Add LICENSE_FILE.
Submitter takes maintainership.
PR: 280835
|
| | |
|
| |
|
|
| |
PR: 281203
|
| |
|
|
|
|
|
|
|
|
| |
Changelog:
- More improvements to handling of trailers on video files (and add
ability to write videos which have an unknown trailer)
- Fixed problem geotagging from some newer Google Takeout files
https://exiftool.org/history.html
PR: 281204
|
| |
|
|
| |
Changelog: https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.14
|
| |
|
|
|
| |
PR: 279341
Submitted by: Mikhail T. (maintainer)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Configuration of u-boot for bhyve hypervisor (RISC-V architecture).
This intended to run in RISC-V supervisor ("S") mode as a guest OS.
Reviewed By: arrowd, manu
Differential Revision: https://reviews.freebsd.org/D46257
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Minor bugfixes
Doc updates
Codeowner file added
PR: 281210
Reported by: Victor <tschetter.victor@gmail.com> (Maintainer)
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.1.7
|
| |
|
|
| |
Changes: http://www.dest-unreach.org/socat/CHANGES
|
| |
|
|
|
|
|
| |
- Change build dependency
Release changes: https://github.com/ggozad/oterm/releases/tag/0.4.4
Reported by: Yiorgis Gozadinos <notifications@github.com>
|
| |
|
|
|
|
| |
PR: 281209
Reported by: zarychtam@plan-b.pwste.edu.pl
Sponsored by: PANS Jarosław
|
| |
|
|
| |
https://github.com/hyprwm/Hyprland/commit/928d1dd38a6e
|
| | |
|
| |
|
|
| |
With hat: puppet
|
| |
|
|
| |
With hat: puppet
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Changes: https://github.com/hyprwm/aquamarine/releases/tag/v0.4.0
Reported by: GitHub (watch releases)
|
| |
|
|
| |
Release changes: https://www.freeplane.org/info/history/history_en.txt
|
| |
|
|
|
|
|
|
|
| |
Release changes:
https://github.com/coderholic/pyradio/releases/tag/0.9.3.10
https://github.com/coderholic/pyradio/releases/tag/0.9.3.11
Reported by: Spiros Georgaras <notifications@github.com>
|
| | |
|
| | |
|
| |
|
|
|
| |
PR: 253254
Submitted by: Fabian Wenk <fabian@wenks.ch>
|
| |
|
|
|
|
|
|
| |
* Hook up test suite while I'm here.
Changelog:
https://github.com/Pylons/paginate/compare/0.5.6...0.5.7
|
| |
|
|
|
|
| |
Changelog:
https://github.com/mkdocstrings/python/releases/tag/1.10.9
|
| |
|
|
|
|
| |
Changelog:
https://github.com/mkdocs/mkdocs/releases/tag/1.6.1
|
| |
|
|
|
|
| |
Changelog:
https://github.com/mkdocstrings/autorefs/releases/tag/1.2.0
|
| |
|
|
| |
Release notes: https://github.com/lovasoa/SQLpage/releases/tag/v0.28.0
|
| | |
|
| |
|
|
|
| |
changeLog:
https://github.com/terraform-linters/tflint/releases/tag/v0.53.0
|
| |
|
|
|
|
| |
Changelog: https://github.com/BerriAI/litellm/releases
Reported by: portscout
|
| |
|
|
|
|
| |
Command-line client for tldr pages
PR: 281200
|
| | |
|
| | |
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
Reported by: portscout
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes devel/py-rapidfuzz to fail to compile with clang 19 and
libc++ 19, resulting in errors similar to:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
820 | static_assert(is_same<_CharT, typename traits_type::char_type>::value,
| ^
/wrkdirs/usr/ports/devel/rapidfuzz-cpp/work/rapidfuzz-cpp-3.0.5/test/distance/examples/ocr.cpp:3:28: note: in instantiation of template class 'std::basic_string<unsigned char>' requested here
3 | std::basic_string<uint8_t> ocr_example1 = {
| ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
Once the fix for devel/rapidfuzz-cpp is in, this port only needs a few
replacements of `std::basic_string` with `std::vector`.
[1] https://libcxx.llvm.org/ReleaseNotes/19.html#deprecations-and-removals
PR: 281194
Approved by: yuri (maintainer)
MFH: 2024Q3
|