FreeBSD/ports c39be4dmisc/ola Makefile

misc/ola: Fix build on 15-CURRENT

Reported by:    fallout
DeltaFile
+2-2misc/ola/Makefile
+2-21 files

FreeBSD/src 9718d4asys/dev/sound/pci hdspe.c hdspe.h

snd_hdspe(4): Recognize newer firmware's PCI vendor id.

At least for HDSPe RayDAT cards, newer firmware comes with RME's own PCI
vendor id instead of the Xilinx one. Other HDSPe cards are probably also
affected. Update snd_hdspe(4) to recognize both the old Xilinx and the
new RME vendor ids.

Differential Revision:  https://reviews.freebsd.org/D44978
MFC after: 1 day
DeltaFile
+2-1sys/dev/sound/pci/hdspe.c
+1-0sys/dev/sound/pci/hdspe.h
+3-12 files

FreeBSD/ports 0661620devel/gitolite distinfo Makefile

devel/gitolite: update to 3.6.13
DeltaFile
+3-3devel/gitolite/distinfo
+1-1devel/gitolite/Makefile
+4-42 files

FreeBSD/ports 0661619www/ikiwiki distinfo Makefile

www/ikiwiki: update to 3.20200202.4                                                                                                                                                                               
DeltaFile
+3-3www/ikiwiki/distinfo
+1-4www/ikiwiki/Makefile
+4-72 files

LLVM/project c229f76llvm/lib/Transforms/Scalar DFAJumpThreading.cpp

[DFAJumpThreading] Avoid exploring the paths that never come back (#85505)

This patch does:
- Preserve loop info when unfolding selects.
- Reduce the search space for loop paths.
DeltaFile
+33-9llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
+33-91 files

NetBSD/pkgsrc KtABEf5doc CHANGES-2024

   doc: Updated sysutils/eza to 0.18.13
VersionDeltaFile
1.2743+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc v7rIkFqsysutils/eza distinfo Makefile

   sysutils/eza: Update to 0.18.13

   Changes since 0.18.11:

   eza v0.18.13

   Description

   So tiny :3

   Changelog
   [0.18.13] - 2024-04-25

   Features

     * Generate completion/manpage tarballs on release

   Miscellaneous Tasks

     * Release eza v0.18.13
VersionDeltaFile
1.26+4-4sysutils/eza/distinfo
1.28+2-2sysutils/eza/Makefile
+6-62 files

NetBSD/pkgsrc KX1lp3Ex11/qt5-qtwebkit Makefile

   qt5-qtwebkit: not for Ruby 3.3, so set the limit to Ruby 3.1
VersionDeltaFile
1.122+2-2x11/qt5-qtwebkit/Makefile
+2-21 files

FreeBSD/ports 6804489science/dirac Makefile

science/dirac: Broken on i386

Reported by:    fallout

(cherry picked from commit 578343456352ae57380253edf6e3b1212bc11265)
DeltaFile
+1-0science/dirac/Makefile
+1-01 files

LLVM/project 7152194llvm/lib/Target/Mips Mips32r6InstrInfo.td MipsISelLowering.cpp, llvm/test/CodeGen/Mips mipsr6-minmaxnum.ll

[MIPS] match llvm.{min,max}num with {min,max}.fmt for R6 (#89021)

- The behavior is similar to UCOMISD on x86, which is also used to
compare two fp values, specifically on handling of NaNs.
- Update related tests regarding this change.
- The further goal is to implement `llvm.minimum` and `llvm.maximum`
intrinsics for MIPS R6 and Pre-R6.

Part of https://github.com/llvm/llvm-project/issues/64207
DeltaFile
+301-186llvm/test/CodeGen/Mips/msa/f16-llvm-ir.ll
+69-0llvm/test/CodeGen/Mips/mipsr6-minmaxnum.ll
+16-0llvm/lib/Target/Mips/Mips32r6InstrInfo.td
+9-0llvm/lib/Target/Mips/MipsISelLowering.cpp
+395-1864 files

FreeBSD/ports 2be6b12devel/nsync Makefile distinfo

devel/nsync: update 1.24.0 → 1.27.0

PR:     277883
Approved by:    amzo1337 at gmail.com (maintainer's timeout; 35 days)
DeltaFile
+4-2devel/nsync/Makefile
+3-3devel/nsync/distinfo
+2-2devel/nsync/pkg-plist
+9-73 files

FreeBSD/ports 914b676databases/qdrant distinfo Makefile

databases/qdrant: update 1.8.2 → 1.9.0

PR:     278005
DeltaFile
+145-149databases/qdrant/distinfo
+73-76databases/qdrant/Makefile
+218-2252 files

FreeBSD/ports 2d7f48ascience/PETSc distinfo Makefile

science/PETSc: update 3.21.0 → 3.21.1

Reported by:    portscout
DeltaFile
+3-3science/PETSc/distinfo
+1-1science/PETSc/Makefile
+1-0science/PETSc/pkg-plist
+5-43 files

FreeBSD/ports 5783434science/dirac Makefile

science/dirac: Broken on i386

Reported by:    fallout
DeltaFile
+1-0science/dirac/Makefile
+1-01 files

FreeBSD/ports 4729af8science/thermofun Makefile pkg-plist

science/thermofun: update 0.4.4 → 0.4.5

PR:     278467
DeltaFile
+10-9science/thermofun/Makefile
+7-7science/thermofun/pkg-plist
+3-3science/thermofun/distinfo
+2-2science/thermofun/pkg-descr
+22-214 files

FreeBSD/ports 43b2d21science/py-OpenFermion Makefile distinfo

science/py-OpenFermion: update 1.6.0 → 1.6.1

Reported by:    portscout
DeltaFile
+5-5science/py-OpenFermion/Makefile
+3-3science/py-OpenFermion/distinfo
+8-82 files

FreeBSD/ports 75ea926www/py-pywikibot distinfo Makefile

www/py-pywikibot: update 9.0.0 → 9.1.0

Reported by:    portscout
DeltaFile
+3-3www/py-pywikibot/distinfo
+1-1www/py-pywikibot/Makefile
+4-42 files

LLVM/project 8400324libcxx/include/__algorithm find.h ranges_find.h, libcxx/include/__string char_traits.h

[libc++][NFC] Rename __find_impl to __find (#90163)

For most algorithms we've just added underscores to the detail function.
This changes `std::find` to match that pattern.
DeltaFile
+9-11libcxx/include/__algorithm/find.h
+2-2libcxx/include/__algorithm/ranges_find.h
+2-2libcxx/include/__string/char_traits.h
+13-153 files

OpenBSD/src YGfiqqXlib/libcrypto/man EC_GROUP_new.3

   Tweak start of DESCRIPTION of EC_GROUP_new()

   Complete precision will lead to complete confusion, however outright lies
   are also bad.
VersionDeltaFile
1.17+9-4lib/libcrypto/man/EC_GROUP_new.3
+9-41 files

LLVM/project 9bb84cellvm/include/llvm/ADT StringRef.h, llvm/unittests/ADT StringRefTest.cpp

[ADT] Add StringRef::{starts,ends}_with(char) (#90311)

This patch adds to StringRef the equivalent of
std::string_view::{starts,ends}_with(char) in C++20.
DeltaFile
+6-0llvm/include/llvm/ADT/StringRef.h
+4-0llvm/unittests/ADT/StringRefTest.cpp
+10-02 files

NetBSD/pkgsrc p79uy3Vmultimedia/ffmpeg6 PLIST

   ffmpeg6: fix PLIST when doc option is on
VersionDeltaFile
1.3+2-1multimedia/ffmpeg6/PLIST
+2-11 files

OpenBSD/ports stHcvWSwww/nginx Makefile distinfo, www/nginx/pkg PLIST-njs

   www/nginx: update to 1.26.0

   see https://nginx.org/en/CHANGES-1.26

   "including experimental HTTP/3 support, HTTP/2 on a per-server basis,
   virtual servers in the stream module, passing stream connections to
   listen sockets, and more"

   ok robert@ (MAINTAINER) bket@
VersionDeltaFile
1.176+1-6www/nginx/Makefile
1.84+2-2www/nginx/distinfo
1.2+0-1www/nginx/pkg/PLIST-njs
+3-93 files

FreeBSD/ports 559a0c1devel/rye Makefile

devel/rye: Broken on i386

Reported by:    fallout

(cherry picked from commit 01c8f5898079831af8623f183c98e87e58403556)
DeltaFile
+2-0devel/rye/Makefile
+2-01 files

FreeBSD/ports 687002baudio/schismtracker distinfo Makefile

audio/schismtracker: Update to 20240426
DeltaFile
+3-3audio/schismtracker/distinfo
+1-1audio/schismtracker/Makefile
+4-42 files

LLVM/project 7aa6896llvm/include/llvm/ProfileData MemProf.h MemProfReader.h, llvm/lib/ProfileData InstrProfReader.cpp

Revert "[memprof] Introduce FrameIdConverter and CallStackIdConverter" (#90318)

Reverts llvm/llvm-project#90307

Breaks bots https://lab.llvm.org/buildbot/#/builders/5/builds/42943
DeltaFile
+48-14llvm/unittests/ProfileData/InstrProfTest.cpp
+0-58llvm/include/llvm/ProfileData/MemProf.h
+31-13llvm/lib/ProfileData/InstrProfReader.cpp
+28-6llvm/unittests/ProfileData/MemProfTest.cpp
+9-5llvm/include/llvm/ProfileData/MemProfReader.h
+116-965 files

OpenBSD/ports hv56ptpx11/gnome/terminal distinfo Makefile, x11/gnome/terminal/patches patch-src_terminal-app_cc

   Update to gnome-terminal-3.52.1.
VersionDeltaFile
1.98+2-2x11/gnome/terminal/distinfo
1.201+1-1x11/gnome/terminal/Makefile
1.6+1-1x11/gnome/terminal/patches/patch-src_terminal-app_cc
+4-43 files

FreeBSD/src 302d0accontrib/less ch.c

MFV: less: Do not trust st_size if it equals zero

This is a smaller version of upstream
1fafd968b48e5cea6c85f126d77071a8de707a55 to address the
issue that less not being able to operate on files
residing in pseudo-filesystems that advertize a zero
size value.

PR:             bin/276133

(cherry picked from commit cae336280b0d7ad3d49788c5fc0986f91328eb50)
DeltaFile
+2-11contrib/less/ch.c
+2-111 files

FreeBSD/src 5132cb4contrib/less ch.c

MFV: less: Do not trust st_size if it equals zero

This is a smaller version of upstream
1fafd968b48e5cea6c85f126d77071a8de707a55 to address the
issue that less not being able to operate on files
residing in pseudo-filesystems that advertize a zero
size value.

PR:             bin/276133

(cherry picked from commit cae336280b0d7ad3d49788c5fc0986f91328eb50)
DeltaFile
+2-11contrib/less/ch.c
+2-111 files

OpenBSD/ports z7DOxTudevel/vte3 Makefile distinfo

   Update to vte3-0.76.1.
VersionDeltaFile
1.129+2-4devel/vte3/Makefile
1.69+2-2devel/vte3/distinfo
+4-62 files

OpenBSD/ports xun0V6ix11/gnome/aisleriot distinfo Makefile, x11/gnome/aisleriot/pkg PLIST

   Update to aisleriot-3.22.32.
VersionDeltaFile
1.33+2-2x11/gnome/aisleriot/distinfo
1.63+1-1x11/gnome/aisleriot/Makefile
1.19+1-0x11/gnome/aisleriot/pkg/PLIST
+4-33 files