[NFC] Rename variables to FPOp (#173792)
In my earlier PR (https://github.com/llvm/llvm-project/pull/167574),
I've named a variable in fpext function wrong. I've changed the name in
both functions to generic FPOp
net-im/dino: Unbreak build
- Incorrect use of meson in the previous patch (apologies), this
patch fixes the previous misconception.
- Reformatted Makefile so plugin options are grouped together.
- Ensure plugin-dependent files within plist are properly labeled
with the right plugin.
PR: 291721
Reported by: Ivan Rozhuk <rozhuk dot im at gmail dot com>
x11-fonts/ttf-ancient-fonts: New port: Set of fonts designed for ancient languages and scripts
Initial patch by Piotr Smyrak <ps.ports at smyrak.com> (maintainer)
PR: 291275
deskutils/showdown: Remove port
Unmaintained in tree for 8+ months
Unmaintained upstream since 2022
Fails to build, pkg-fallout reports since at least 2025-10
Reported by: pkg-fallout
devel/upp: Mark BROKEN and set expiration date to 2025-01-31
Fails to build with freetype 2.14+
Current version is several years old and upstream is still active
Project is located at https://github.com/ultimatepp/ultimatepp if
someone wants to pick it up
Reported by: pkg-fallout
net-im/fractal: Mark BROKEN
Fails to build with following error:
error: failed to select a version for the requirement `syn = "^2"`
candidate versions found which didn't match: 1.0.107
location searched: directory source `/wrkdirs/usr/ports/net-im/fractal/work/fractal-4.4.2/cargo-crates` (which is replacing registry `crates-io`)
required by package `openssl-macros v0.1.1`
... which satisfies dependency `openssl-macros = "^0.1.1"` of package `openssl v0.10.74`
... which satisfies dependency `openssl = "^0.10.29"` of package `native-tls v0.2.11`
... which satisfies dependency `native-tls-crate = "^0.2"` of package `reqwest v0.10.10`
... which satisfies dependency `reqwest = "^0.10.3"` of package `fractal-matrix-api v4.4.2 (/wrkdirs/usr/ports/net-im/fractal/work/fractal-4.4.2/fractal-matrix-api)`
... which satisfies path dependency `fractal_api` of package `fractal-gtk v4.4.2 (/wrkdirs/usr/ports/net-im/fractal/work/fractal-4.4.2/fractal-gtk)`
perhaps a crate was updated and forgotten to be re-vendored?
*** Error code 101
Reported by: pkg-fallout
[CIR] Add CIR x86 codegen builtins tests (#173726)
Some of the tests I added in previous PRs seems to have unintentionally
been removed by #171694. I am adding them back here.
Add flavor cdda to allow playing and ripping CDs.
The Aqualung port was compiled with cdda until version 2.0. The constant
scanning for a new CD might interfear with other uses of the CD drive.
This new flavor gives the option to users to continue playing CDs with
Aqualung.
OK jeremy@
[SLP]FIx order of bool logical ops, if the right op is used in the first reduction operarion
If the LHS of the first reduction op is not a first operand, but RHS is,
and RHS is the second operand of the first reductoin op, still need to
emit RHS as a second reduction operand, though without freeze of the
LHS operand
https://alive2.llvm.org/ce/z/2_JLBu
Fixes #173784