FreeBSD/ports 1117b58science/fasthenry/files patch-config

science/fasthenry: Add missing patch from previous commit
DeltaFile
+11-0science/fasthenry/files/patch-config
+11-01 files

FreeBSD/ports 9d5ad87misc/p5-Business-UPS distinfo Makefile

misc/p5-Business-UPS: update 2.02 -> 2.04

Changelog: https://metacpan.org/dist/Business-UPS/changes
DeltaFile
+3-3misc/p5-Business-UPS/distinfo
+1-1misc/p5-Business-UPS/Makefile
+0-1misc/p5-Business-UPS/pkg-plist
+4-53 files

FreeBSD/ports ec4c1cemisc/p5-Business-ISBN-Data distinfo Makefile

misc/p5-Business-ISBN-Data: update 20260317.001 -> 20260403.001

Changelog: https://metacpan.org/dist/Business-ISBN-Data/changes
DeltaFile
+3-3misc/p5-Business-ISBN-Data/distinfo
+1-1misc/p5-Business-ISBN-Data/Makefile
+4-42 files

FreeBSD/ports fdde63fdevel/p5-Module-Metadata distinfo Makefile

devel/p5-Module-Metadata: update 1.000038 -> 1.000039

Changelog:
    https://metacpan.org/dist/Module-Metadata/changes
DeltaFile
+3-3devel/p5-Module-Metadata/distinfo
+1-1devel/p5-Module-Metadata/Makefile
+4-42 files

FreeBSD/ports d859086devel/p5-App-cpanminus distinfo Makefile

devel/p5-App-cpanminus: update 1.7048 -> 1.7049

Changelog: https://metacpan.org/dist/App-cpanminus/changes
DeltaFile
+3-3devel/p5-App-cpanminus/distinfo
+1-1devel/p5-App-cpanminus/Makefile
+4-42 files

FreeBSD/ports dde7558science/fasthenry Makefile, science/fasthenry/files patch-src__mk_syscfg__mk_freebsd.inc

science/fasthenry: Update build to use clang instead of gcc

Also fix CFLAG usage in Makefiles and config script.
Bump PORTREVISION.

Reported by:    gerald
DeltaFile
+37-0science/fasthenry/files/patch-src__mk_syscfg__mk_freebsd.inc
+9-4science/fasthenry/Makefile
+46-42 files

FreeBSD/ports 5be6a19devel/p5-IPC-Run distinfo Makefile

devel/p5-IPC-Run: update 20231003.0 -> 20260402.0

Changelog: https://metacpan.org/release/TODDR/IPC-Run-20260402.0/source/Changelog
DeltaFile
+3-3devel/p5-IPC-Run/distinfo
+1-1devel/p5-IPC-Run/Makefile
+4-42 files

NetBSD/pkgsrc-wip b8b76b1wsjtx Makefile

wsjtx: point to PKG_BUILD_OPTIONS instead of PKG_OPTIONS in error message.
DeltaFile
+1-1wsjtx/Makefile
+1-11 files

NetBSD/pkgsrc-wip 1e30675rust194 distinfo, rust194/patches patch-src_bootstrap_src_core_sanity.rs

rust194: for now don't make "known target in 'unknown' list" fatal.

The "m68k-unknown-netbsd" entry may be in that list for a while,
until upstream LLVM is fixed to not only emit 16-bit PC-relative
relocations, which are ... inadequate for rust.

This should get rid of this as a fatal error if you need to rebuild
newer rust compilers using older pkgsrc rust compilers, which have
since 1.93 made m68k-unknown-netbsd a "known" target.
DeltaFile
+14-1rust194/patches/patch-src_bootstrap_src_core_sanity.rs
+1-1rust194/distinfo
+15-22 files

LLVM/project 4cce6f8llvm/test/tools/llvm-ir2vec/bindings ir2vec-initEmbedding.py ir2vec-getInstEmbMap.py, llvm/tools/llvm-ir2vec/Bindings PyIR2Vec.cpp

[llvm-ir2vec] Added Enum for ir2vec embedding mode (#190466)

Currently, the initEmbedding() takes mode as an input. This input is a
string input. This PR introduces a patch to take the input as an enum
value.
DeltaFile
+19-7llvm/test/tools/llvm-ir2vec/bindings/ir2vec-initEmbedding.py
+12-12llvm/tools/llvm-ir2vec/Bindings/PyIR2Vec.cpp
+3-1llvm/test/tools/llvm-ir2vec/bindings/ir2vec-getInstEmbMap.py
+3-1llvm/test/tools/llvm-ir2vec/bindings/ir2vec-getFuncNames.py
+3-1llvm/test/tools/llvm-ir2vec/bindings/ir2vec-getFuncEmbMap.py
+3-1llvm/test/tools/llvm-ir2vec/bindings/ir2vec-getFuncEmb.py
+43-231 files not shown
+46-247 files

OpenBSD/src tXnPoxnlib/libcrypto/x509 x509v3.h

   x509v3.h: remove pointless #ifdef HEADER_CONF_H

   x509v3.h has included conf.h since June 20, 1999, OpenSSL commit ba404b5e,
   so HEADER_CONF_H has been defined since then. Also since then, CONF_VALUE
   (only available via conf.h) has been used outside of HEADER_CONF_H, making
   that #ifdef doubly pointless.

   ok bcook jsing kenjiro
VersionDeltaFile
1.41+1-3lib/libcrypto/x509/x509v3.h
+1-31 files

OpenBSD/src DGv7pdllib/libcrypto/cms cms_local.h

   cms_local.h: remove #ifdef X509V3_HEADER_H

   All thirteen files including cms_local.h do that after including cms.h,
   which already includes x509v3.h, so this is always defined. While here
   make the cms_local.h a bit more selfstanding by including asn1.h and
   x509v3.h

   ok bcook jsing (who had the same diff) kenjiro
VersionDeltaFile
1.7+3-4lib/libcrypto/cms/cms_local.h
+3-41 files

OpenBSD/src lhAvuT3sys/arch/riscv64/riscv64 cpu.c

   Tweak vendor #define list to follow numerical ordering

   No functional change
VersionDeltaFile
1.26+2-2sys/arch/riscv64/riscv64/cpu.c
+2-21 files

NetBSD/pkgsrc-wip a3f4942gtk-layer-shell distinfo Makefile

gtk-layer-shell: update to 0.10.1
DeltaFile
+3-3gtk-layer-shell/distinfo
+1-1gtk-layer-shell/Makefile
+4-42 files

OpenBSD/src WkDQTFqsys/arch/riscv64/include cpu.h

   Follow the sparc64 lead and simply define curcpu in the kernel as the
   special register containing its value, this is a general register (x4)
   and therefore can be used directly

   Diff stolen from miod@ who is on strike but agreed to let me commit
   this.  ok kettenis@
VersionDeltaFile
1.25+4-8sys/arch/riscv64/include/cpu.h
+4-81 files

LLVM/project f7cdebbllvm/lib/Transforms/Vectorize VPlanRecipes.cpp, llvm/unittests/Transforms/Vectorize VPlanTest.cpp

[VPlan] Mark unary ops as not having side-effects (NFC). (#190554)

Mark unary ops (only FNeg current) to neither read nor write memory,
similar to binary and cast ops.

Should currently be NFC end-to-end.
DeltaFile
+10-0llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
+2-1llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+12-12 files

OpenBSD/ports WquUvDCwayland/kanshi Makefile distinfo, wayland/kanshi/patches patch-config_c patch-config_c

   Import wayland/kanshi

   kanshi allows you to define output profiles that are automatically enabled and
   disabled on hotplug. For instance, this can be used to turn a laptop's internal
   screen off when docked.

   This is a Wayland equivalent for tools like autorandr.
   kanshi can be used on Wayland compositors supporting the wlr-output-management
   protocol.

   www: https://gitlab.freedesktop.org/emersion/kanshi

   ok matthieu@
VersionDeltaFile
1.1+48-0wayland/kanshi/patches/patch-config_c
1.1+27-0wayland/kanshi/Makefile
1.1+7-0wayland/kanshi/pkg/DESCR
1.1+3-0wayland/kanshi/pkg/PLIST
1.1+2-0wayland/kanshi/distinfo
1.1.1.1+0-0wayland/kanshi/patches/patch-config_c
+87-04 files not shown
+87-010 files

OpenBSD/ports q8Bpm0Tdevel/harfbuzz Makefile distinfo, devel/harfbuzz/pkg PLIST-main

   Update to harfbuzz-14.1.0.
VersionDeltaFile
1.208+9-9devel/harfbuzz/Makefile
1.172+2-2devel/harfbuzz/distinfo
1.49+0-1devel/harfbuzz/pkg/PLIST-main
+11-123 files

OpenBSD/ports 07X7zh9devel/libscfg Makefile distinfo, devel/libscfg/pkg PLIST DESCR

   Import devel/libscfg

   A C library for a simple configuration file format
   www: https://codeberg.org/emersion/libscfg

   ok matthieu@
VersionDeltaFile
1.1+19-0devel/libscfg/Makefile
1.1+3-0devel/libscfg/pkg/PLIST
1.1+2-0devel/libscfg/distinfo
1.1+1-0devel/libscfg/pkg/DESCR
1.1.1.1+0-0devel/libscfg/distinfo
1.1.1.1+0-0devel/libscfg/pkg/DESCR
+25-02 files not shown
+25-08 files

FreeBSD/ports 054259dwww/miniflux distinfo Makefile

www/miniflux: Update to 2.2.19
DeltaFile
+5-5www/miniflux/distinfo
+1-1www/miniflux/Makefile
+6-62 files

NetBSD/src v5n6An1usr.bin/xlint/lint1 tree.c

   lint: don't rely on the floating point rounding mode

   When checking whether a floating point constant can be converted to an
   integer constant with the same value, ULLONG_MAX is not representable
   exactly in a 64-bit long double, so the comparison value could have been
   rounded down, leading to wrong warnings about lossy conversions.

   Perform exact calculations instead.
VersionDeltaFile
1.710+6-5usr.bin/xlint/lint1/tree.c
+6-51 files

OPNSense/core 956967a. SECURITY.md

Revise security update schedule formatting (#10092)

Updated the security update schedule format for clarity.
DeltaFile
+4-4SECURITY.md
+4-41 files

FreeBSD/src 77e5da3lib/libc/gen posix_spawn.3

posix_spawn_file_action_addopen.3: ignoring close failure is now approved

(cherry picked from commit b7b485efac8c1b601b9c0ada39921bad0e342970)
DeltaFile
+4-2lib/libc/gen/posix_spawn.3
+4-21 files

FreeBSD/ports e8b502earchivers/appscript pkg-descr distinfo

archivers/appscript: Update to 0.3.1

* Rewrite stub in C.
* Change pkg-descr.
* Change COMMENT.

ChangeLogs:

* https://github.com/DtxdF/appscript/releases/tag/v0.3.0
* https://github.com/DtxdF/appscript/releases/tag/v0.3.1
DeltaFile
+2-5archivers/appscript/pkg-descr
+3-3archivers/appscript/distinfo
+3-2archivers/appscript/Makefile
+8-103 files

FreeBSD/ports e70fbc6www/gitlab Makefile

www/gitlab: fix dependency for rubygem-retriable
DeltaFile
+1-1www/gitlab/Makefile
+1-11 files

LLVM/project 63231ebmlir/include/mlir/Dialect/LLVMIR NVVMOps.td, mlir/lib/Dialect/LLVMIR/IR NVVMDialect.cpp

[MLIR][NVVM] Add new narrow FP convert Ops (#184291)

This change adds the following NVVM Ops for new narrow FP conversions
introduced in PTX 9.1:
- `convert.{f32x2/bf16x2}.to.s2f6x2`
- `convert.s2f6x2.to.bf16x2`
- `convert.bf16x2.to.f8x2` (extended for `f8E4M3FN` and `f8E5M2` types)
- `convert.{f16x2/bf16x2}.to.f6x2`
- `convert.{f16x2/bf16x2}.to.f4x2`

PTX ISA Reference:
https://docs.nvidia.com/cuda/parallel-thread-execution/#data-movement-and-conversion-instructions-cvt
DeltaFile
+209-23mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
+206-14mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+189-0mlir/test/Target/LLVMIR/nvvm/convert_s2f6x2.mlir
+74-3mlir/test/Target/LLVMIR/nvvm/convert_fp6x2.mlir
+41-0mlir/test/Target/LLVMIR/nvvm/convert_fp8x2_invalid.mlir
+28-0mlir/test/Target/LLVMIR/nvvm/convert_fp4x2.mlir
+747-405 files not shown
+807-5711 files

FreeBSD/ports 09b67casysutils/rubygem-bundler distinfo Makefile

sysutils/rubygem-bundler: Update to 4.0.9

Changes:        https://github.com/ruby/rubygems/releases
                https://github.com/ruby/rubygems/blob/master/bundler/CHANGELOG.md
DeltaFile
+3-3sysutils/rubygem-bundler/distinfo
+1-1sysutils/rubygem-bundler/Makefile
+4-42 files

FreeBSD/ports affe76ddevel/ruby-gems distinfo Makefile

devel/ruby-gems: Update to 4.0.9

Changes:        https://github.com/ruby/rubygems/releases
                https://github.com/ruby/rubygems/blob/master/CHANGELOG.md
DeltaFile
+3-3devel/ruby-gems/distinfo
+1-1devel/ruby-gems/Makefile
+4-42 files

FreeBSD/ports 10885e6devel/ruby-build distinfo Makefile

devel/ruby-build: Update to 20260327

Changes:        https://github.com/rbenv/ruby-build/releases
DeltaFile
+3-3devel/ruby-build/distinfo
+1-1devel/ruby-build/Makefile
+4-42 files

FreeBSD/ports 2581cb6science/py-scipy Makefile

science/py-scipy: Strip shared library

- Bump PORTREVISION for package change
DeltaFile
+4-0science/py-scipy/Makefile
+4-01 files