games/bluemoon: Switch to ncurses:base
Port fails to build when ncurses port is present on system.
Let's use ncurses:base from the time being.
PR: 293043
devel/tijmp: fix typo
Forgot a line continuation character ('\').
This resulted in:
===> Patching for tijmp-0.8
sed: -I or -i may not be used with stdin
*** Error code 1
PR: 272855
Fixes: 7a8f1bb9a37e54e870f83802f381d67e9c485de1 "allow compiling with any jdk"
devel/kBuild: fix build on powerpc*
Add architecture-specific code to kHlpAssertBreakpoint() so that
the build progresses on powerpc-derived platforms.
This whole thing can probably be replaced with just
#define kHlpAssertBreakpoint __builtin_trap
but I have decided for the minimal invasive change for now.
Approved by: portmgr (build fix blanket)
Sponsored by: Raptor Computing Systems, LLC
MFH: 2026Q1
Please enter the commit message for your changes. Lines starting
(cherry picked from commit 982b130cfc058aa9bdc19933d2993393970e5833)
devel/efivar: exorcise -march=native
This fixes the build on powerpc64le.
Should also avoid the usual problems caused by -march=native.
Approved by: portmgr (build fix blanket)
MFH: 2026Q1
Sponsored by: Raptor Computing Systems, LLC
(cherry picked from commit 31cb697698ac528a3836564ffbaf68604866f622)
textproc/comparator: Find common sections in source trees
comparator is a program for rapidly finding common segments in large
source-code trees. See the manual page for instructions. It comes with
a filtering postprecessor, filterator.
devel/efivar: exorcise -march=native
This fixes the build on powerpc64le.
Should also avoid the usual problems caused by -march=native.
Approved by: portmgr (build fix blanket)
MFH: 2026Q1
Sponsored by: Raptor Computing Systems, LLC
devel/kBuild: fix build on powerpc*
Add architecture-specific code to kHlpAssertBreakpoint() so that
the build progresses on powerpc-derived platforms.
This whole thing can probably be replaced with just
#define kHlpAssertBreakpoint __builtin_trap
but I have decided for the minimal invasive change for now.
Approved by: portmgr (build fix blanket)
Sponsored by: Raptor Computing Systems, LLC
MFH: 2026Q1
Please enter the commit message for your changes. Lines starting
net/tcpkali: remove port
Upstream was originally hosted on a github organisation named
satori-com, which was at some point renamed to machinezone, leaving
the port working with a redirect. Later, somebody grabbed the
satori-com github handle and created a repository with the tcpkali name,
breaking the redirect. This new repository is empty except for a file
named the same as tcpkali's main documentation file, holding a
suspicious shell command.
While the tarball we attempt to fetch is long gone, it is still in our
cache and thus building the port succeeds for now. Our local port does
not seem like it was compromised in any way.
Neverthless, remove this port to avoid this confusing situation
entirely. Upstream is gone and some fishy things are happening.
Reported by: danilo, des
benchmarks/py-reframe-hpc: HPC system validation & performance regression framework
ReFrame is a framework for writing and running portable regression and
performance tests for HPC systems. Tests are plain Python and can target
different systems, programming environments, and job schedulers (e.g., Slurm).
Typical use-cases include CI-style cluster validation, smoke tests after
maintenance, and comparative benchmarking across nodes/partitions.
WWW: https://pypi.org/project/ReFrame-HPC/
PR: 289292
Signed-off by: GenericRikka <rikka.goering at outlook.de>