FreeBSD/ports 839a6f5textproc/en-hunspell distinfo

textproc/en-hunspell: Fix distinfo

PR:             294267
Reported by:    diizzy
DeltaFile
+15-5textproc/en-hunspell/distinfo
+15-51 files

OpenBSD/ports 2ir2V07cad/openscad Makefile distinfo, cad/openscad/patches patch-CMakeLists_txt patch-src_openscad_cc

   Update openscade to nightly commit from 2026.02.24

   I've been running this since then, for over a month.

   They switched to using QT6 by default, so we no longer need to opt-in
VersionDeltaFile
1.2+20-16cad/openscad/patches/patch-CMakeLists_txt
1.60+2-5cad/openscad/Makefile
1.4+2-2cad/openscad/patches/patch-src_openscad_cc
1.9+2-2cad/openscad/distinfo
+26-254 files

FreeBSD/ports 8bb7229devel/golangci-lint distinfo Makefile

devel/golangci-lint: Update to 2.11.4

ChangeLog:
https://github.com/golangci/golangci-lint/releases/tag/v2.11.4
DeltaFile
+5-5devel/golangci-lint/distinfo
+2-2devel/golangci-lint/Makefile
+7-72 files

FreeBSD/ports cc746eelang/python310 distinfo Makefile

lang/python310: pull in upstream commits addressing webbrowser.open() issue

Security: 9fdad262-2e0f-11f1-88c7-00a098b42aeb
PR: 294246
DeltaFile
+5-1lang/python310/distinfo
+3-1lang/python310/Makefile
+8-22 files

FreeBSD/ports eae8515lang/python311 distinfo Makefile

lang/python311: pull in upstream commits addressing webbrowser.open() issue

Security: 9fdad262-2e0f-11f1-88c7-00a098b42aeb
PR: 294246
DeltaFile
+5-1lang/python311/distinfo
+3-1lang/python311/Makefile
+8-22 files

FreeBSD/ports 569e99blang/python313 Makefile distinfo

lang/python313: pull in upstream commits addressing webbrowser.open() issue

Security: 9fdad262-2e0f-11f1-88c7-00a098b42aeb
PR: 294246
DeltaFile
+5-1lang/python313/Makefile
+5-1lang/python313/distinfo
+10-22 files

FreeBSD/ports d4f2b67lang/python313 Makefile pkg-plist, lang/python313/files patch-Makefile.pre.in

lang/python313: fix pkg-config link logic for suffixed
DeltaFile
+11-11lang/python313/files/patch-Makefile.pre.in
+4-2lang/python313/Makefile
+2-2lang/python313/pkg-plist
+17-153 files

FreeBSD/ports d1ce8f0lang/python312 distinfo Makefile

lang/python312: pull in upstream commits addressing webbrowser.open() issue

Security: 9fdad262-2e0f-11f1-88c7-00a098b42aeb
DeltaFile
+5-1lang/python312/distinfo
+3-1lang/python312/Makefile
+8-22 files

OpenBSD/ports omVNcIEnet/hurl Makefile

   Another rust port wanting to use libllvm on base-gcc arch

   Use MODCLANG_COMPILER_LINKS=No per suggestion of tb to fix
   the build on sparc64
VersionDeltaFile
1.7+2-0net/hurl/Makefile
+2-01 files

LLVM/project 26697f4polly/lib/CodeGen IslExprBuilder.cpp, polly/test/CodeGen issue190459_1.ll

[Polly] Correct integer comparison bit width (#190493)

For making an integer compareable to bool, don't compare it to bool.

Bug occured during the reduction of #190459
DeltaFile
+27-0polly/test/CodeGen/issue190459_1.ll
+2-1polly/lib/CodeGen/IslExprBuilder.cpp
+29-12 files

OpenBSD/ports dajLGfvgraphics/ffmpeg Makefile

   Fix linkflags on libavcodec and add rpath-link for /usr/local/lib
   to allow audio/moc to build on sparc64.

   ld.bfd is more strict than ld.lld

   From Brad Smith
VersionDeltaFile
1.256+3-3graphics/ffmpeg/Makefile
+3-31 files

OpenBSD/ports C3Y75isgraphics/decker/patches patch-Makefile

   Add patch to stop -Werror and allow decker to build on sparc64

   Otherwise, it fails with

   ./c/lil.h:112:60: error: ISO C forbids conversion of function pointer to
   object pointer type [-Werror=pedantic]

   ok op@
VersionDeltaFile
1.5+2-1graphics/decker/patches/patch-Makefile
+2-11 files

FreeBSD/ports 2d60500sysutils/rename Makefile, textproc/qstardict Makefile

*/*: Update my maintainer email to @FreeBSD.org

Update email address from mew14930xvi at inbox.lv to mce at FreeBSD.org.

Reviewed by:            osa, fluffy (mentors)
Approved by:            osa (mentor)
Differential Revision:  https://reviews.freebsd.org/D55874
DeltaFile
+1-1x11/xrestop/Makefile
+1-1x11/grabc/Makefile
+1-1x11-clocks/tclock/Makefile
+1-1www/luakit/Makefile
+1-1textproc/qstardict/Makefile
+1-1sysutils/rename/Makefile
+6-635 files not shown
+41-4141 files

DragonFlyBSD/src 1289cdacontrib/gcc-8.0/gcc symbol-summary.h, contrib/gcc-8.0/gcc/cp cfns.h

Merge branch 'vendor/GCC80'
DeltaFile
+18-18contrib/gcc-8.0/gcc/cp/cfns.h
+2-2contrib/gcc-8.0/gcc/symbol-summary.h
+20-202 files

DragonFlyBSD/src 1095058contrib/gcc-8.0/gcc symbol-summary.h, contrib/gcc-8.0/gcc/cp cfns.h

vendor/GCC80: Bring in two fixes from upstream.

These fix -Wmissing-template-keyword and -Wregister warnings we were
getting when building gcc-8.3 with gcc-12.5.

commit 642dc602f89b2c11d5d833a52f37b04427a27cab
Author: Marek Polacek <polacek at redhat.com>
Date:   Fri May 15 17:54:05 2020 -0400

    c++: Regenerate cp/cfns.h.

    Current cfns.h includes register-qualified variables and that wouldn't
    play well when bootstrapping with GCC that uses the C++17 dialect,
    because 'register' was removed in C++17.  Regenerating it using the
    command specified in cfns.h luckily cleaned this up.

            * cfns.h: Regenerated.

commit fccd5b48adf568f0aabe5d5f51206a9d42da095a

    [12 lines not shown]
DeltaFile
+18-18contrib/gcc-8.0/gcc/cp/cfns.h
+2-2contrib/gcc-8.0/gcc/symbol-summary.h
+20-202 files

HardenedBSD/src 35f585fsys/dev/mlx5/mlx5_en mlx5_en_main.c, sys/net iflib.c if.h

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+16-2sys/dev/mlx5/mlx5_en/mlx5_en_main.c
+9-0sys/net/iflib.c
+3-2sys/net/if.h
+4-1sys/net/iflib.h
+1-0sys/sys/sockio.h
+33-55 files

HardenedBSD/src 11950ecsys/dev/mlx5/mlx5_en mlx5_en_main.c, sys/net iflib.c iflib.h

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+16-2sys/dev/mlx5/mlx5_en/mlx5_en_main.c
+9-0sys/net/iflib.c
+4-1sys/net/iflib.h
+3-2sys/net/if.h
+1-0sys/sys/sockio.h
+33-55 files

LLVM/project 1839b75llvm/cmake/modules HandleLLVMOptions.cmake

[runtimes] Skip custom linker validation for gpu/offload targets (#189933)

This fixes `Host compiler does not support '-fuse-ld=lld'` error when
cross-build libclc for gpu target. Cmake configure command is:
-DRUNTIMES_amdgcn-amd-amdhsa-llvm_LLVM_ENABLE_RUNTIMES=libclc \
-DLLVM_RUNTIME_TARGETS="amdgcn-amd-amdhsa-llvm"
libclc targets only support offload target cross-build and can't link
host executable. The configuration error is false positive for offload.

This PR adds a baseline test to first check if the target can link
executable. If it fails (typical for gpu/offload), we skip the custom
linker validation.
DeltaFile
+12-6llvm/cmake/modules/HandleLLVMOptions.cmake
+12-61 files

OpenBSD/src BCesPpuusr.bin/less tags.c

   fix crash on invalid tags file

   If the tag entry points to the line number zero, less crashes because
   internally it uses that line number to imply that the tag is associated
   with a pattern.

   issue reported by Henry Ford (henryfordkjv at gmail), thanks!

   ok kirill@
VersionDeltaFile
1.21+4-0usr.bin/less/tags.c
+4-01 files

NetBSD/pkgsrc-wip 7935550. Makefile

wip: + vnstat, + vnstati
DeltaFile
+2-0Makefile
+2-01 files

NetBSD/pkgsrc-wip 35d7c46vnstati Makefile

vnstati: Avoid building unused components
DeltaFile
+1-0vnstati/Makefile
+1-01 files

DragonFlyBSD/src 9245b09libexec/ftpd ftpd.c

Fix the two -Wdangling-pointer warnings in world.

Move line[] to function scope.

-Wdangling-pointer was introduced in GCC 12 and is part of -Wall.

Taken-from: FreeBSD
DeltaFile
+5-4libexec/ftpd/ftpd.c
+5-41 files

Linux/linux 591cd65. Makefile

Linux 7.0-rc7
DeltaFile
+1-1Makefile
+1-11 files

OpenBSD/src OeszMGPsys/arch/riscv64/riscv64 trap.c

   Treat "Instruction access fault" (EXCP_FAULT_FETCH) traps as PROT_EXEC.
   Fixes random SIGSEGV on the SpecemiT X60 cores.

   ok mlarkin@, deraadt@
VersionDeltaFile
1.22+5-4sys/arch/riscv64/riscv64/trap.c
+5-41 files

NetBSD/src GYfSX3wsys/arch/mac68k/dev akbd.c

   Simulate keyboard leds.

   Keep led state to set/get via ioclts.

   While here clean up adb probed led state (currently unused).
VersionDeltaFile
1.29+20-5sys/arch/mac68k/dev/akbd.c
+20-51 files

OpenBSD/src kbkspEIsys/dev/pci pcidevs_data.h pcidevs.h

   regen
VersionDeltaFile
1.2120+9-1sys/dev/pci/pcidevs_data.h
1.2125+5-1sys/dev/pci/pcidevs.h
+14-22 files

OpenBSD/src 7mhDgMUsys/dev/pci pcidevs

   Add SpacemiT K1.
VersionDeltaFile
1.2132+5-1sys/dev/pci/pcidevs
+5-11 files

FreeBSD/ports e94d8bdmath/R-cran-recipes distinfo Makefile

math/R-cran-recipes: Update to 1.3.2

Reported by:    portscout
DeltaFile
+3-3math/R-cran-recipes/distinfo
+1-1math/R-cran-recipes/Makefile
+4-42 files

HardenedBSD/ports e94d8bdmath/R-cran-recipes distinfo Makefile

math/R-cran-recipes: Update to 1.3.2

Reported by:    portscout
DeltaFile
+3-3math/R-cran-recipes/distinfo
+1-1math/R-cran-recipes/Makefile
+4-42 files

FreeBSD/ports 09a49c8devel/R-cran-cpp11 distinfo Makefile

devel/R-cran-cpp11: Update to 0.5.4

ChangeLog: https://cran.r-project.org/web/packages/cpp11/news/news.html
DeltaFile
+3-3devel/R-cran-cpp11/distinfo
+1-1devel/R-cran-cpp11/Makefile
+4-42 files