13,071,465 commits found in 7 milliseconds
multimedia/ffmpeg4: Mark NVDEC option broken
After b57d881bb6e9 , the NVDEC option fails to configure or build. This
is a legacy port that we'd very much like to get rid of, so low effort,
but we do need to keep it building with the default options.
multimedia/ffmpeg4: Mark NVDEC option broken
After b57d881bb6e9 , the NVDEC option fails to configure or build. This
is a legacy port that we'd very much like to get rid of, so low effort,
but we do need to keep it building with the default options.
games/alephone: Update to 20250829
- Unbreak port
- Remove defunct config options
- Remove unneeded GNU_CONFIGURE_MANPREFIX
- Update lib depends
- Pet portclippy and portfmt
ChangeLog:
https://github.com/Aleph-One-Marathon/alephone/releases/tag/release-20250829
PR: 289046
Reported by: diizzy
Approved by: maintainer timeout >4 months, portmgr (blanket, build fix)
games/alephone: Update to 20250829
- Unbreak port
- Remove defunct config options
- Remove unneeded GNU_CONFIGURE_MANPREFIX
- Update lib depends
- Pet portclippy and portfmt
ChangeLog:
https://github.com/Aleph-One-Marathon/alephone/releases/tag/release-20250829
PR: 289046
Reported by: diizzy
Approved by: maintainer timeout >4 months, portmgr (blanket, build fix)
FreeBSD /ports 6056232 — deskutils/treesheets distinfo Makefile, deskutils/treesheets/files patch-CMakeLists.txt deskutils/treesheets: Update to 2895
ChangeLog: https://github.com/aardappel/treesheets/compare/2830...2895
HardenedBSD /ports 6056232 — deskutils/treesheets distinfo Makefile, deskutils/treesheets/files patch-CMakeLists.txt deskutils/treesheets: Update to 2895
ChangeLog: https://github.com/aardappel/treesheets/compare/2830...2895
deskutils/R-cran-exams: Update to 2.4-3
Add archivers/zip to runtime dependencies because exams2blackboard()
requires it.
Add MAKE_ENV knob because of test stage.
deskutils/R-cran-exams: Update to 2.4-3
Add archivers/zip to runtime dependencies because exams2blackboard()
requires it.
Add MAKE_ENV knob because of test stage.
LLVM /project 56f5fda — clang-tools-extra/clangd AST.cpp XRefs.cpp, clang-tools-extra/clangd/index SymbolCollector.cpp [clangd] Find references to constructors called indirectly via a forwarding function (#169742)
Calls to functions that forward to a constructor, such as make_unique,
are now recorded as references to the called constructor as well, so
that searching for references to a constructor finds such call sites.
Co-authored-by: Nathan Ridge <zeratul976 at hotmail.com> [NFC][AMDGPU] Improve the alignment of some TableGen code
update to fheroes2 1.1.13
LLVM /project 5d6c40b — mlir/lib/Dialect/Tensor/IR ValueBoundsOpInterfaceImpl.cpp, mlir/test/Dialect/Tensor value-bounds-op-interface-impl.mlir Revert "[mlir][tensor] Add ValueBoundsOpInterface for ExpandShapeOp and CollapseShapeOp (#173356)"
This reverts commit 5154a05ef2c44697af0f51ef9e26e84422fd2d91 .
It broke sanitizer build bots -- see
https://lab.llvm.org/buildbot/#/builders/52/builds/13831
LLVM /project ba08fb7 — mlir/include/mlir/Dialect/OpenACC/Transforms ACCSpecializePatterns.h, mlir/lib/Dialect/OpenACC/Transforms ACCSpecializeForHost.cpp ACCSpecializeForDevice.cpp Revert "[mlir][acc] Add ACCSpecializeForDevice and ACCSpecializeForHost passes (#173407)"
This reverts commit 51253b31551796c6857e56f48531e15923aa49c5 .
It introduced a user-after-free reported by ASan -- see
https://github.com/llvm/llvm-project/pull/173407#issuecomment-3690793823
LLVM /project 0a415db — mlir/include/mlir/Dialect/OpenACC/Transforms Passes.td, mlir/lib/Dialect/OpenACC/Transforms ACCIfClauseLowering.cpp CMakeLists.txt Revert "[mlir][acc] Add ACCIfClauseLowering pass (#173447)"
This reverts commit f64bc988959f1ac028d2b64500791014537d3706 .
The revert is needed because this commit depends on a previous commit
(PR #173407) that is about to be reverted due to a use-after-free -- see
https://github.com/llvm/llvm-project/pull/173407#issuecomment-3690793823
LLVM /project 22b3073 — clang-tools-extra/clang-tidy/misc UseInternalLinkageCheck.cpp, clang-tools-extra/docs/clang-tidy/checks/misc use-internal-linkage.rst [clang-tidy] Add fine-grained options to `misc-use-internal-linkage` (#173310)
There were several requests in #172797 to add fine-grained configuration
for this check: here it is. By default, everything is enabled.
Note: I think the tests could be better expressed if they were all in
the same file and used combinations of
`-check-suffixes={VAR,FUNC,TYPE}`, but I imagine merging all the tests
would have made reviewing confusing. Maybe a future PR? [RISCV] Use TargetConstant for intrinsic IDs (#173517)
These should always use TargetConstant. databases/py-sqlmodel: Update to 0.0.29
Changelog: https://github.com/fastapi/sqlmodel/blob/0.0.29/docs/release-notes.md
Reported by: portscout
databases/py-sqlmodel: Update to 0.0.29
Changelog: https://github.com/fastapi/sqlmodel/blob/0.0.29/docs/release-notes.md
Reported by: portscout
astrix -> asterisk
FreeBSD /ports d3f02ad — multimedia/vlc Makefile, multimedia/vlc/files vlc-3.0.21-fedora_ffmpeg7-1.patch vlc-3.0.21-ffmpeg8-1.patch multimedia/vlc: Update to 3.0.22
https://code.videolan.org/videolan/vlc/-/tags/3.0.22
HardenedBSD /ports d3f02ad — multimedia/vlc distinfo, multimedia/vlc/files vlc-3.0.21-fedora_ffmpeg7-1.patch vlc-3.0.21-ffmpeg8-1.patch multimedia/vlc: Update to 3.0.22
https://code.videolan.org/videolan/vlc/-/tags/3.0.22
[BPF] Use Register instead of MCRegister for virtual reg. NFC
Build everything Bind-related conditionally on MKBIND, which is "yes"
everywhere except for, WAIT FOR IT... m68000.
LLVM /project e135447 — llvm/lib/IR Instructions.cpp, llvm/test/Transforms/DFAJumpThreading dfa-unfold-select.ll [IR] Change PHINode::removeIncomingValueIf() to loop incoming values backwards (#173444)
See discussion in
https://github.com/llvm/llvm-project/pull/172639#issuecomment-3686893143
If someone did `PN->removeIncomingValueIf([](unsigned Idx) { return Idx
== 0; })` to remove the first incoming value, current implementation
will remove all incoming values.
There are purely index based predicate use cases in:
-
https://github.com/llvm/llvm-project/blob/8c5a0f74a12d69d2fb7d6ed59f91759f18273bcd/llvm/lib/Transforms/Utils/LoopSimplify.cpp#L429
-
https://github.com/llvm/llvm-project/blob/8c5a0f74a12d69d2fb7d6ed59f91759f18273bcd/llvm/lib/Transforms/Utils/LoopUtils.cpp#L562
This patch makes `PHINode::removeIncomingValueIf()` to loop incoming
values backwards, to ensure `PHINode::removeIncomingValueIf()` working
as expected. Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
HardenedBSD /src b49ac18 — sys/compat/linuxkpi/common/src linux_page.c linux_compat.c, sys/contrib/openzfs/cmd/zpool zpool_main.c Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
x11-toolkits/libdecor: update to 0.2.5
Changes: https://gitlab.freedesktop.org/libdecor/libdecor/-/compare/0.2.4...0.2.5
Reported by: GitLab (notify releases)
(cherry picked from commit ca7be3b19b038d916e9ec623441811ec21774063 )
x11-wm/labwc: update to 0.9.3
Changes: https://github.com/labwc/labwc/releases/tag/0.9.3
Reported by: GitHub (watch releases)
(cherry picked from commit 364f262bb7dcb0cf6dab8d982fa9dcd733a3a2e1 )
graphics/mesa-devel: update to 25.3.b.2836
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/f5351afbc8c...b3c983b8ddc
graphics/mesa-devel: update to 25.3.b.2836
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/f5351afbc8c...b3c983b8ddc