FreeBSD/src d1ec736share/man/man4 Makefile

man: Link enic.4 to if_enic.4

For consistency, create a symbolic link from enic.4 to also if_enic.4

Reviewed by:            ziaee, #manpages
Differential Revision:  https://reviews.freebsd.org/D59755
MFC after:              3 days

(cherry picked from commit 3eaa8b19ba1fdbe41a46dc84c4278e9eb5d49608)
DeltaFile
+1-0share/man/man4/Makefile
+1-01 files

FreeBSD/ports d96b343devel Makefile, devel/py-pytest-rich pkg-descr distinfo

devel/py-pytest-rich: New port: Leverage rich for richer test session output

required by misc/py-transformers

PR:             298597
Approved by:    Baptiste Daroussin <bapt at FreeBSD.org> (on behalf of portmgr@)
DeltaFile
+27-0devel/py-pytest-rich/Makefile
+3-0devel/py-pytest-rich/distinfo
+2-0devel/py-pytest-rich/pkg-descr
+1-0devel/Makefile
+33-04 files

FreeBSD/ports d9379d2science/py-trx-python distinfo Makefile

science/py-trx-python: update 0.4.0 → 0.6
DeltaFile
+3-4science/py-trx-python/Makefile
+3-3science/py-trx-python/distinfo
+6-72 files

FreeBSD/ports 248e2b5audio/cardinal Makefile

audio/cardinal: remove unnecessary USE_CXXSTD
DeltaFile
+0-1audio/cardinal/Makefile
+0-11 files

FreeBSD/ports 56969cedevel/py-propcache distinfo Makefile, devel/py-propcache/files patch-cython

devel/py-propcache: update 0.4.1 → 0.5.4
DeltaFile
+11-6devel/py-propcache/Makefile
+0-11devel/py-propcache/files/patch-cython
+3-3devel/py-propcache/distinfo
+14-203 files

FreeBSD/ports a506f60textproc Makefile, textproc/py-sacrebleu pkg-descr distinfo

textproc/py-sacrebleu: New port: Compute shareable BLEU, chrF, and TER scores for machine translation

required by misc/py-transformers

PR:             298607
Approved by:    Baptiste Daroussin <bapt at FreeBSD.org> (on behalf of portmgr@)
DeltaFile
+34-0textproc/py-sacrebleu/Makefile
+3-0textproc/py-sacrebleu/pkg-descr
+3-0textproc/py-sacrebleu/distinfo
+1-0textproc/Makefile
+41-04 files

FreeBSD/ports f90704dfilesystems/amazon-efs-utils Makefile

filesystems/amazon-efs-utils: Fix build on aarch64

Sponsored by:   Netflix
DeltaFile
+11-1filesystems/amazon-efs-utils/Makefile
+11-11 files

FreeBSD/ports c562b94net/gerbera pkg-plist Makefile, net/gerbera/files patch-git-01-3e73aeb54f5f4be70bc4c74f6c7362287bdbb13f

net/gerbera: Update to 3.3.0

Changelog: https://github.com/gerbera/gerbera/releases/tag/v3.3.0
DeltaFile
+0-56net/gerbera/files/patch-git-01-3e73aeb54f5f4be70bc4c74f6c7362287bdbb13f
+3-3net/gerbera/distinfo
+1-2net/gerbera/Makefile
+1-0net/gerbera/pkg-plist
+5-614 files

FreeBSD/ports 0ce7f93graphics/blender4 Makefile

graphics/blender4: Mark BROKEN

Fails to find Python 3.11 while port depends on default version which is 3.12

Reported by:    pkg-fallout
DeltaFile
+1-0graphics/blender4/Makefile
+1-01 files

FreeBSD/ports f2fc742security/lego Makefile distinfo

security/lego: Update to 5.5.1

Changelog: https://github.com/go-acme/lego/releases/tag/v5.5.1
DeltaFile
+5-5security/lego/distinfo
+1-1security/lego/Makefile
+6-62 files

FreeBSD/ports 1396390devel/pkgconf Makefile distinfo

devel/pkgconf: Update to 3.0.6

Changelog: https://github.com/pkgconf/pkgconf/blob/pkgconf-3.0.6/NEWS

PR:             297828
Approved by:    maintainer timeout, 3+ weeks
Exp-run by:     antoine
DeltaFile
+3-3devel/pkgconf/distinfo
+1-1devel/pkgconf/Makefile
+4-42 files

FreeBSD/ports 1fdc842net/libpcap Makefile distinfo

net/libpcap: Update to 1.11.0

Changelog:
https://github.com/the-tcpdump-group/libpcap/blob/libpcap-1.11.0/CHANGES

PR:             298501
Reviewed by:    garga (maintainer)
DeltaFile
+2-4net/libpcap/Makefile
+3-3net/libpcap/distinfo
+5-72 files

FreeBSD/ports 7ef4151audio/taglib Makefile distinfo

audio/taglib: Update to 2.3.2

Changelog: https://github.com/taglib/taglib/releases/tag/v2.3.2

PR:             298215
Approved by:    maintainer timeout, 2+ weeks
DeltaFile
+3-3audio/taglib/distinfo
+2-2audio/taglib/Makefile
+5-52 files

FreeBSD/src a0bb961sys/conf kern.mk

kern.mk: make clang 23 -Wunused-but-set-global non-fatal

This warning triggers in a few places in contributed code, and would
therefore be annoying to fix. Use -Wno-error= to at least show the
warnings so there is some incentive to submit them upstream.

MFC after:      3 days

(cherry picked from commit bcd0d76d4882dd8d19a49c050411b5c58a0deb74)
DeltaFile
+3-0sys/conf/kern.mk
+3-01 files

FreeBSD/src 6fa0670share/mk bsd.sys.mk

bsd.sys.mk: make clang 23 -Wunused-but-set-global non-fatal

This warning triggers in a few places in contributed code, and would
therefore be annoying to fix. Use -Wno-error= to at least show the
warnings so there is some incentive to submit them upstream.

MFC after:      3 days

(cherry picked from commit d577b4ed588c0f259d7298188233b17dc0435dd4)
DeltaFile
+3-0share/mk/bsd.sys.mk
+3-01 files

FreeBSD/src 1aea303contrib/llvm-project/libunwind/src CompactUnwinder.hpp

Merge commit 1f332ae4f1b3 from llvm-project (by Alexander Kornienko):

  Fix -Wformat diagnostic after #190965 (#193704)

  Fixes libunwind compiler diagnostic when building with clang after
  034d4dcad6396d1241e8262e69871b8d61da7e4f:
  ```
  In file included from libunwind/src/libunwind.cpp:31:
  In file included from libunwind/src/UnwindCursor.hpp:52:
  libunwind/src/CompactUnwinder.hpp:339:46: error: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Werror,-Wformat]
    338 |                            "function starting at 0x%llX",
        |                                                    ~~~~
        |                                                    %lX
    339 |                             compactEncoding, functionStart);
        |                                              ^~~~~~~~~~~~~
  libunwind/src/config.h:215:63: note: expanded from macro '_LIBUNWIND_DEBUG_LOG'
    215 |   #define _LIBUNWIND_DEBUG_LOG(msg, ...)  _LIBUNWIND_LOG(msg, __VA_ARGS__)
        |                                                          ~~~  ^~~~~~~~~~~
  libunwind/src/config.h:181:45: note: expanded from macro '_LIBUNWIND_LOG'

    [23 lines not shown]
DeltaFile
+5-4contrib/llvm-project/libunwind/src/CompactUnwinder.hpp
+5-41 files

FreeBSD/src ecf5686sys/conf kern.mk

kern.mk: make clang 23 -Wunused-but-set-global non-fatal

This warning triggers in a few places in contributed code, and would
therefore be annoying to fix. Use -Wno-error= to at least show the
warnings so there is some incentive to submit them upstream.

MFC after:      3 days

(cherry picked from commit bcd0d76d4882dd8d19a49c050411b5c58a0deb74)
DeltaFile
+3-0sys/conf/kern.mk
+3-01 files

FreeBSD/src 4cff1abshare/mk bsd.sys.mk

bsd.sys.mk: make clang 23 -Wunused-but-set-global non-fatal

This warning triggers in a few places in contributed code, and would
therefore be annoying to fix. Use -Wno-error= to at least show the
warnings so there is some incentive to submit them upstream.

MFC after:      3 days

(cherry picked from commit d577b4ed588c0f259d7298188233b17dc0435dd4)
DeltaFile
+3-0share/mk/bsd.sys.mk
+3-01 files

FreeBSD/src 672f2c5contrib/llvm-project/libunwind/src CompactUnwinder.hpp

Merge commit 1f332ae4f1b3 from llvm-project (by Alexander Kornienko):

  Fix -Wformat diagnostic after #190965 (#193704)

  Fixes libunwind compiler diagnostic when building with clang after
  034d4dcad6396d1241e8262e69871b8d61da7e4f:
  ```
  In file included from libunwind/src/libunwind.cpp:31:
  In file included from libunwind/src/UnwindCursor.hpp:52:
  libunwind/src/CompactUnwinder.hpp:339:46: error: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Werror,-Wformat]
    338 |                            "function starting at 0x%llX",
        |                                                    ~~~~
        |                                                    %lX
    339 |                             compactEncoding, functionStart);
        |                                              ^~~~~~~~~~~~~
  libunwind/src/config.h:215:63: note: expanded from macro '_LIBUNWIND_DEBUG_LOG'
    215 |   #define _LIBUNWIND_DEBUG_LOG(msg, ...)  _LIBUNWIND_LOG(msg, __VA_ARGS__)
        |                                                          ~~~  ^~~~~~~~~~~
  libunwind/src/config.h:181:45: note: expanded from macro '_LIBUNWIND_LOG'

    [23 lines not shown]
DeltaFile
+5-4contrib/llvm-project/libunwind/src/CompactUnwinder.hpp
+5-41 files

FreeBSD/src aca53fcsys/compat/linuxkpi/common/include/linux xarray.h

Fix statement with no effect in linuxkpi's xarray.h

When compiling the kernel with gcc 14, errors similar to the following
are emitted:

  sys/dev/cxgbe/iw_cxgbe/ev.c: In function 'c4iw_ev_handler':
  sys/compat/linuxkpi/common/include/linux/xarray.h:132:23: error: statement with no effect [-Werror=unused-value]
    132 |                 flags == 0; \
  sys/dev/cxgbe/iw_cxgbe/ev.c:274:17: note: in expansion of macro 'xa_unlock_irqrestore'
    274 |                 xa_unlock_irqrestore(&dev->cqs, flag);
        |                 ^~~~~~~~~~~~~~~~~~~~
  sys/compat/linuxkpi/common/include/linux/xarray.h:132:23: error: statement with no effect [-Werror=unused-value]
    132 |                 flags == 0; \
  sys/dev/cxgbe/iw_cxgbe/ev.c:283:17: note: in expansion of macro 'xa_unlock_irqrestore'
    283 |                 xa_unlock_irqrestore(&dev->cqs, flag);
        |                 ^~~~~~~~~~~~~~~~~~~~

It looks like the intent of the "flags == 0" statement was to make the
'flags' macro argument not unused, but it still results in a warning.

    [5 lines not shown]
DeltaFile
+1-1sys/compat/linuxkpi/common/include/linux/xarray.h
+1-11 files

FreeBSD/ports 09ef120net-mgmt/monitoring-plugins Makefile, net-mgmt/monitoring-plugins/files patch-plugins-root_Makefile.in patch-plugins-root_Makefile.am

net-mgmt/monitoring-plugins: Fix installing setuid-plugins

PR:             298566
DeltaFile
+0-24net-mgmt/monitoring-plugins/files/patch-plugins-root_Makefile.in
+24-0net-mgmt/monitoring-plugins/files/patch-plugins-root_Makefile.am
+1-1net-mgmt/monitoring-plugins/Makefile
+25-253 files

FreeBSD/ports 7adfd04net/gotify-server Makefile distinfo

net/gotify-server: update to 3.1.1

Changes:        https://github.com/gotify/server/releases
DeltaFile
+7-7net/gotify-server/distinfo
+1-2net/gotify-server/Makefile
+8-92 files

FreeBSD/ports 0c65752textproc/uim-el Makefile

textproc/uim-el: Suppress missing lexical-binding cookie warning with Emacs 31
DeltaFile
+5-1textproc/uim-el/Makefile
+5-11 files

FreeBSD/ports 70bea47mail/wanderlust Makefile, mail/wanderlust/files wanderlust-startup.el

mail/wanderlust: Suppress missing lexical-binding cookie warning with Emacs 31
DeltaFile
+1-1mail/wanderlust/Makefile
+1-0mail/wanderlust/files/wanderlust-startup.el
+2-12 files

FreeBSD/ports ab80503devel/py-ytmusicapi Makefile distinfo

devel/py-ytmusicapi: Update to 1.12.3

ChangeLog: https://github.com/sigma67/ytmusicapi/releases/tag/1.12.3
DeltaFile
+3-3devel/py-ytmusicapi/distinfo
+1-1devel/py-ytmusicapi/Makefile
+4-42 files

FreeBSD/ports 99a4b81sysutils/py-dbuild Makefile distinfo

sysutils/py-dbuild: Update to 1.9.16

ChangeLog: https://github.com/daemonless/dbuild/compare/v1.9.13...v1.9.16
DeltaFile
+3-3sysutils/py-dbuild/distinfo
+1-1sysutils/py-dbuild/Makefile
+4-42 files

FreeBSD/ports 3eee620www/rustypaste Makefile Makefile.crates

www/rustypaste: Update to 0.18.1

ChangeLog: https://github.com/orhun/rustypaste/releases/tag/v0.18.1
DeltaFile
+37-39www/rustypaste/distinfo
+17-18www/rustypaste/Makefile.crates
+1-2www/rustypaste/Makefile
+55-593 files

FreeBSD/ports d30609fsysutils/bin Makefile distinfo

sysutils/bin: Update to 0.29.3

ChangeLogs:

- https://github.com/marcosnils/bin/releases/tag/v0.29.2
- https://github.com/marcosnils/bin/releases/tag/v0.29.3
DeltaFile
+5-5sysutils/bin/distinfo
+2-3sysutils/bin/Makefile
+7-82 files

FreeBSD/ports 7d06443net/dataplaneapi Makefile distinfo

net/dataplaneapi: Update to 3.4.3

ChangeLog: https://github.com/haproxytech/dataplaneapi/releases/tag/v3.4.3
DeltaFile
+5-5net/dataplaneapi/distinfo
+2-3net/dataplaneapi/Makefile
+7-82 files

FreeBSD/ports e075caamail/py-resend Makefile distinfo

mail/py-resend: Update to 2.47.0

Changelog: https://github.com/resend/resend-python/releases/tag/v2.47.0

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