FreeBSD/ports ad4b025. MOVED, lang Makefile

lang/go120: Remove expired port

2026-01-01 lang/go120: Old version, unsupported upstream
DeltaFile
+0-28lang/go120/Makefile
+0-15lang/go120/distinfo
+0-11lang/go120/files/patch-src_cmd_go_internal_modload_vendor.go
+0-1lang/Makefile
+1-0MOVED
+1-555 files

NetBSD/pkgsrc 23X2YuWdevel/roundup/patches patch-setup-py

   roundup: remove unnecessary patch
VersionDeltaFile
1.2+1-1devel/roundup/patches/patch-setup-py
+1-11 files

NetBSD/pkgsrc qtgyme3databases/postgresql13 PLIST, databases/postgresql14 PLIST

   databases/postgresql: remove redundant PLIST from meta packages
VersionDeltaFile
1.2+1-1databases/postgresql15/PLIST
1.2+1-1databases/postgresql13/PLIST
1.2+1-1databases/postgresql14/PLIST
1.2+1-1databases/postgresql16/PLIST
1.2+1-1databases/postgresql17/PLIST
1.2+1-1databases/postgresql18/PLIST
+6-66 files

NetBSD/src SnuVB7sdoc CHANGES

   doc: last changes of 2025
VersionDeltaFile
1.3210+15-3doc/CHANGES
+15-31 files

NetBSD/pkgsrc-wip c9182c7polyclipping Makefile

polyclipping: build cmake > 3.5
DeltaFile
+3-1polyclipping/Makefile
+3-11 files

NetBSD/pkgsrc-wip c6dc8c4py-Uranium Makefile

py-Uranium: convert to cmake/build.mk
DeltaFile
+2-2py-Uranium/Makefile
+2-21 files

NetBSD/pkgsrc-wip d73b382libnest2d-ultimaker Makefile

libnest2d-ultimaker: build cmake > 3.5
DeltaFile
+3-1libnest2d-ultimaker/Makefile
+3-11 files

NetBSD/pkgsrc-wip f1b66fcpy-backports.tarfile PLIST

py-backports.tarfile: WHEEL_INFODIR in PLIST
DeltaFile
+5-5py-backports.tarfile/PLIST
+5-51 files

NetBSD/pkgsrc-wip 73cd119py-Cura Makefile

py-Cura: convert to cmake/build.mk
DeltaFile
+2-2py-Cura/Makefile
+2-21 files

NetBSD/pkgsrc-wip 665951bfdm_materials Makefile

fdm_materials: build cmake > 3.5
DeltaFile
+3-1fdm_materials/Makefile
+3-11 files

OpenBSD/ports 2nFrnmfmath/calc distinfo Makefile, math/calc/patches patch-custom_u_pfe_c patch-Makefile

   update to calc-2.16.1.0
VersionDeltaFile
1.1+12-0math/calc/patches/patch-custom_u_pfe_c
1.61+2-2math/calc/distinfo
1.5+1-1math/calc/patches/patch-Makefile
1.82+1-1math/calc/Makefile
1.3+1-1math/calc/patches/patch-help_c
1.26+2-0math/calc/pkg/PLIST
+19-56 files

OpenBSD/ports 7ES8PBZwww/newsraft distinfo Makefile

   update to newsraft-0.35
VersionDeltaFile
1.24+2-2www/newsraft/distinfo
1.26+1-1www/newsraft/Makefile
+3-32 files

NetBSD/pkgsrc srC7wd3doc TODO CHANGES-2026

   doc: Updated devel/roundup to 2.5.0
VersionDeltaFile
1.26601+4-1doc/TODO
1.7+2-1doc/CHANGES-2026
+6-22 files

NetBSD/pkgsrc idWLmrydevel/roundup PLIST Makefile

   roundup: update to 2.5.0.

   15 years of development which I'm not going to summarize.
VersionDeltaFile
1.22+303-103devel/roundup/PLIST
1.66+17-29devel/roundup/Makefile
1.29+4-5devel/roundup/distinfo
1.4+1-1devel/roundup/MESSAGE
+325-1384 files

FreeBSD/ports 305b1dbMk bsd.default-versions.mk, Mk/Uses go.mk

Mk: unregister expired lang/go12[0-3]
DeltaFile
+1-1Mk/Uses/go.mk
+1-1Mk/bsd.default-versions.mk
+2-22 files

OpenBSD/ports RuZoivbsecurity/libsodium Makefile distinfo

   update to libsodium-1.0.20-stable
   https://00f.net/2025/12/30/libsodium-vulnerability/
VersionDeltaFile
1.38.6.1+3-1security/libsodium/Makefile
1.25.6.1+2-2security/libsodium/distinfo
+5-32 files

OpenBSD/ports 8z0TvPLsecurity/libsodium Makefile distinfo

   update to libsodium-1.0.20-stable
   https://00f.net/2025/12/30/libsodium-vulnerability/
VersionDeltaFile
1.39+3-1security/libsodium/Makefile
1.26+2-2security/libsodium/distinfo
+5-32 files

LLVM/project 904dbbfmlir/include/mlir/Transforms Passes.td Passes.h, mlir/lib/Transforms RemoveDeadValues.cpp

tmp commit

simple test working

draft: do not erase IR, just replace uses
DeltaFile
+184-328mlir/lib/Transforms/RemoveDeadValues.cpp
+110-45mlir/test/Transforms/remove-dead-values.mlir
+10-0mlir/include/mlir/Transforms/Passes.td
+1-0mlir/include/mlir/Transforms/Passes.h
+305-3734 files

LLVM/project 4c4344fllvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-shufflevector.ll

InstCombine: Rudimentary support of shufflevector in SimplifyDemandedFPClass

This should look more like the computeKnownFPClass handling, with knowledge
of demanded vector elements.
DeltaFile
+269-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-shufflevector.ll
+11-0llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+280-02 files

LLVM/project b43927cllvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-insertelement.ll

InstCombine: Basic insertelement support for SimplifyDemandedFPClass

Eventually this should pull up the known elements logic from
computeKnownFPClass.
DeltaFile
+187-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-insertelement.ll
+10-0llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+197-02 files

LLVM/project 78c49c5llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass.ll

InstCombine: Fix defining undef constant vector elts in SimplifyDemandedFPClass

Fold constants of known single class to the original constant instead of
a new constant. This avoids overdefining vector elements that were originally
undefined with the splat constant.
DeltaFile
+29-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
+12-2llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+41-22 files

LLVM/project 0b24580mlir/include/mlir/Interfaces ControlFlowInterfaces.td ControlFlowInterfaces.h, mlir/lib/Analysis/DataFlow SparseAnalysis.cpp

[mlir][Interfaces][NFC] Add `RegionBranchOpInterface` helper for forwarded values (#173981)

Add a helper function to compute a mapping of successor operands to
successor inputs. This mapping is computed in various places. Also add a
helper function to gather all region branch points.

This commit is in preparation of a bug fix / partial redesign of
`-remove-dead-values`. This commit also removes some duplicate code in
various places.
DeltaFile
+21-29mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp
+22-23mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
+44-0mlir/lib/Interfaces/ControlFlowInterfaces.cpp
+6-31mlir/lib/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.cpp
+9-14mlir/lib/Dialect/XeGPU/Transforms/XeGPUPropagateLayout.cpp
+13-0mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
+115-976 files

FreeBSD/src 1839dd3share/man/man5 linprocfs.5

linprocfs.5: Synchronize style and format with 15-STABLE

This is a logical backport of 1d193b1808098328d3ad16b436a329b258935e0c
including the changes happended after that.

Reviewed by:    fernape
Differential Revision:  https://reviews.freebsd.org/D54408
DeltaFile
+81-8share/man/man5/linprocfs.5
+81-81 files

LLVM/project 5ee82dfllvm/lib/Transforms/Vectorize VPlanRecipes.cpp, llvm/test/Transforms/LoopVectorize/X86 cast-costs.ll cost-model.ll

[VPlan] Handle addrspacecast/ptrtoaddr in VPlan-based cost model.

Also handle missing PtrToAddrs and AddrSpaceCast in
getCostForRecipeWithOpcode.

This makes sure all cast opcodes are handled, fixing a crash on loops
replicating addrspacecast and ptrtoaddrs.
DeltaFile
+221-0llvm/test/Transforms/LoopVectorize/X86/cast-costs.ll
+0-99llvm/test/Transforms/LoopVectorize/X86/cost-model.ll
+6-2llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+227-1013 files

FreeBSD/ports fce6116devel/rgbds distinfo Makefile

devel/rgbds: Update to 1.0.1

ChangeLog:      https://github.com/gbdev/rgbds/releases/tag/v1.0.1
MFH:            2025Q4 (bugfix release)
(cherry picked from commit 3162c08c5e7278e5e81b968bdf1f1ab2c4bf7e3b)
DeltaFile
+3-3devel/rgbds/distinfo
+1-1devel/rgbds/Makefile
+4-42 files

NetBSD/pkgsrc-wip 2860caeinform PLIST Makefile, inform/patches patch-inweb_Materials_platforms_inweb-on-unix.mk patch-inweb_Materials_platforms_unix.mkscript

inform: remove
DeltaFile
+0-3,799inform/PLIST
+0-50inform/Makefile
+0-16inform/patches/patch-inweb_Materials_platforms_inweb-on-unix.mk
+0-16inform/patches/patch-inweb_Materials_platforms_unix.mkscript
+0-10inform/distinfo
+0-9inform/DESCR
+0-3,9001 files not shown
+0-3,9087 files

NetBSD/pkgsrc-wip 8b95b12. Makefile

inform: give up

Upstream ticket was closed.
DeltaFile
+0-1Makefile
+0-11 files

FreeBSD/ports 3162c08devel/rgbds distinfo Makefile

devel/rgbds: Update to 1.0.1

ChangeLog:      https://github.com/gbdev/rgbds/releases/tag/v1.0.1
MFH:            2025Q4 (bugfix release)
DeltaFile
+3-3devel/rgbds/distinfo
+1-1devel/rgbds/Makefile
+4-42 files

NetBSD/pkgsrc B7IyvnLwww/curl options.mk

   www/curl: remove unknown configure option
VersionDeltaFile
1.26+1-2www/curl/options.mk
+1-21 files

NetBSD/pkgsrc 4mOiQIxtextproc/libxml2 options.mk Makefile

   textproc/libxml2: remove unknown configure options, update homepage
VersionDeltaFile
1.4+2-9textproc/libxml2/options.mk
1.193+2-2textproc/libxml2/Makefile
1.30+2-2textproc/libxml2/Makefile.common
+6-133 files