FreeBSD/ports d526868devel/gcc-arm-embedded/files patch-binutils-gdb--gdb_gdbsupport_enum-flags.h patch-binutils-gdb_gdbsupport_enum-flags.h

devel/gcc-arm-embedded: fix build with clang 21

With clang 21 devel/gcc-arm-embedded fails to build, with errors similar
to:

      /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb/binutils/readelf.c:23278:37: error: pointer comparison always evaluates to false [-Werror,-Wtautological-compare]
       23278 |           || inote.namedata + inote.namesz < inote.namedata)
             |                                            ^

and later many instances of:

    In file included from <built-in>:1:
    In file included from /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/defs.h:63:
    /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/../gdbsupport/enum-flags.h:97:34: error: non-type
          template argument is not a constant expression
       97 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
          |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/../gdbsupport/enum-flags.h:134:20: note: in
          instantiation of template class 'enum_underlying_type<ui_out_flag>' requested here

    [27 lines not shown]
DeltaFile
+156-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_gdbsupport_enum-flags.h
+156-0devel/gcc-arm-embedded/files/patch-binutils-gdb_gdbsupport_enum-flags.h
+36-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_gdb_unittests_enum-flags-selftests.c
+36-0devel/gcc-arm-embedded/files/patch-binutils-gdb_gdb_unittests_enum-flags-selftests.c
+25-0devel/gcc-arm-embedded/files/patch-binutils-gdb_include_diagnostics.h
+25-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_include_diagnostics.h
+434-01 files not shown
+445-07 files

FreeBSD/ports 37ed2bfdevel/gcc-arm-embedded/files patch-binutils-gdb--gdb_gdbsupport_enum-flags.h patch-binutils-gdb_gdbsupport_enum-flags.h

devel/gcc-arm-embedded: fix build with clang 21

With clang 21 devel/gcc-arm-embedded fails to build, with errors similar
to:

      /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb/binutils/readelf.c:23278:37: error: pointer comparison always evaluates to false [-Werror,-Wtautological-compare]
       23278 |           || inote.namedata + inote.namesz < inote.namedata)
             |                                            ^

and later many instances of:

    In file included from <built-in>:1:
    In file included from /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/defs.h:63:
    /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/../gdbsupport/enum-flags.h:97:34: error: non-type
          template argument is not a constant expression
       97 |     integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
          |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/../gdbsupport/enum-flags.h:134:20: note: in
          instantiation of template class 'enum_underlying_type<ui_out_flag>' requested here

    [25 lines not shown]
DeltaFile
+156-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_gdbsupport_enum-flags.h
+156-0devel/gcc-arm-embedded/files/patch-binutils-gdb_gdbsupport_enum-flags.h
+36-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_gdb_unittests_enum-flags-selftests.c
+36-0devel/gcc-arm-embedded/files/patch-binutils-gdb_gdb_unittests_enum-flags-selftests.c
+25-0devel/gcc-arm-embedded/files/patch-binutils-gdb_include_diagnostics.h
+25-0devel/gcc-arm-embedded/files/patch-binutils-gdb--gdb_include_diagnostics.h
+434-01 files not shown
+445-07 files

FreeBSD/ports a741f04sysutils/logstash7 Makefile distinfo

sysutils/logstash7: Update 7.17.11 => 7.17.29, deprecate

Release Notes:
https://www.elastic.co/guide/en/logstash/7.17/releasenotes.html

Improve port:
- Replace PORTVERSION with DISTVERSION.
- Add LOCAL/vvd/elastic to MASTER_SITES for those who can't download
  due to the HTTP error "Forbidden 403".
- Deprecate with date 2026-06-30 due to 7.x reached EoL on 15 Jan 2026.
- Limit JAVA_VERSION to supported 17, 11 and 8.
- Parametrize "logstash" with "${PORTNAME}".
- Adjust CONFLICTS.
- Add possibility to use custom user/group.
- Merge CHMODs.
- Fix white characters and remove unnecessary empty lines.
- Remove unnecessary MKDIR.

PR:             293746

    [4 lines not shown]
DeltaFile
+21-16sysutils/logstash7/Makefile
+3-3sysutils/logstash7/distinfo
+24-192 files

FreeBSD/ports c2e9e21textproc/elasticsearch7 Makefile distinfo

textproc/elasticsearch7: Update 7.17.11 => 7.17.29, deprecate

Release Notes:
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/es-release-notes.html

- Replace PORTVERSION with DISTVERSION.
- Add LOCAL/vvd/elastic to MASTER_SITES for those who can't download
  due to the HTTP error "Forbidden 403".
- Deprecate with date 2026-06-30 due to 7.x reached EoL on 15 Jan 2026.
- Limit JAVA_VERSION to supported 21, 17, 11 and 8.
- Parametrize "logstash" with "${PORTNAME}".
- Adjust CONFLICTS.
- Fix warnings from portclippy.
- Fix possibility to use custom user/group.
- Remove unnecessary ".include <bsd.port.options.mk>" and variable SIGAR_ARCH.
- Merge MKDIRs, INSTALL_SCRIPTs, INSTALL_DATAs.

PR:             293746
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)

    [3 lines not shown]
DeltaFile
+31-34textproc/elasticsearch7/Makefile
+3-3textproc/elasticsearch7/distinfo
+34-372 files

FreeBSD/ports d14dde2textproc/elasticsearch7 Makefile distinfo

textproc/elasticsearch7: Update 7.17.11 => 7.17.29, deprecate

Release Notes:
https://www.elastic.co/guide/en/elasticsearch/reference/7.17/es-release-notes.html

- Replace PORTVERSION with DISTVERSION.
- Add LOCAL/vvd/elastic to MASTER_SITES for those who can't download
  due to the HTTP error "Forbidden 403".
- Deprecate with date 2026-06-30 due to 7.x reached EoL on 15 Jan 2026.
- Limit JAVA_VERSION to supported 21, 17, 11 and 8.
- Parametrize "logstash" with "${PORTNAME}".
- Adjust CONFLICTS.
- Fix warnings from portclippy.
- Fix possibility to use custom user/group.
- Remove unnecessary ".include <bsd.port.options.mk>" and variable SIGAR_ARCH.
- Merge MKDIRs, INSTALL_SCRIPTs, INSTALL_DATAs.

PR:             293746
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
MFH:            2026Q1
DeltaFile
+31-35textproc/elasticsearch7/Makefile
+3-3textproc/elasticsearch7/distinfo
+34-382 files

FreeBSD/ports f9a361fsysutils/logstash7 Makefile distinfo

sysutils/logstash7: Update 7.17.11 => 7.17.29, deprecate

Release Notes:
https://www.elastic.co/guide/en/logstash/7.17/releasenotes.html

Improve port:
- Replace PORTVERSION with DISTVERSION.
- Add LOCAL/vvd/elastic to MASTER_SITES for those who can't download
  due to the HTTP error "Forbidden 403".
- Deprecate with date 2026-06-30 due to 7.x reached EoL on 15 Jan 2026.
- Limit JAVA_VERSION to supported 17, 11 and 8.
- Parametrize "logstash" with "${PORTNAME}".
- Adjust CONFLICTS.
- Add possibility to use custom user/group.
- Merge CHMODs.
- Fix white characters and remove unnecessary empty lines.
- Remove unnecessary MKDIR.

PR:             293746

    [2 lines not shown]
DeltaFile
+21-17sysutils/logstash7/Makefile
+3-3sysutils/logstash7/distinfo
+24-202 files

FreeBSD/ports 5c62f61databases/pgvector distinfo pkg-plist

databases/pgvector: Update from 0.8.1 to 0.8.2

  Changelog:

    * Fixed buffer overflow with parallel HNSW index build - more info
    * Improved install target on Windows
    * Fixed Index Searches in EXPLAIN output for Postgres 18

  Taken from:

    https://github.com/pgvector/pgvector/blob/master/CHANGELOG.md

Sponsored by:   OTTRIA
DeltaFile
+3-3databases/pgvector/distinfo
+2-1databases/pgvector/pkg-plist
+1-1databases/pgvector/Makefile
+6-53 files

FreeBSD/ports a10a66bdevel Makefile, devel/py-sybil Makefile pkg-descr

devel/py-sybil: add
DeltaFile
+29-0devel/py-sybil/Makefile
+4-0devel/py-sybil/pkg-descr
+3-0devel/py-sybil/distinfo
+1-0devel/Makefile
+37-04 files

FreeBSD/ports fcd8c66devel Makefile, devel/py-seedir Makefile pkg-descr

devel/py-seedir: add
DeltaFile
+30-0devel/py-seedir/Makefile
+7-0devel/py-seedir/pkg-descr
+3-0devel/py-seedir/distinfo
+1-0devel/Makefile
+41-04 files

FreeBSD/ports 4e8a8a9math/R-cran-terra Makefile, math/R-cran-terra/files patch-fix-tests

math/R-cran-terra: Fix tests

Apply upstream patch to fix tests.
DeltaFile
+80-0math/R-cran-terra/files/patch-fix-tests
+2-2math/R-cran-terra/Makefile
+82-22 files

FreeBSD/ports 78acbd2misc/py-NATTEN Makefile, misc/py-NATTEN/files patch-pyproject.toml

misc/py-NATTEN: Fix build by fixing dependencies

Reported by:    fallout
DeltaFile
+4-1misc/py-NATTEN/Makefile
+2-2misc/py-NATTEN/files/patch-pyproject.toml
+6-32 files

FreeBSD/ports 5a3685dmisc/rash distinfo Makefile

misc/rash: update 2.17.8 → 2.18.0
DeltaFile
+475-353misc/rash/distinfo
+238-178misc/rash/Makefile
+713-5312 files

FreeBSD/ports 896337cwww/py-qh3 distinfo Makefile, www/py-qh3/files patch-cargo-crates_aws-lc-sys-0.20.1_aws-lc_include_openssl_target.h patch-powerpc64le

www/py-qh3: update 1.0.9 → 1.6.0
DeltaFile
+235-223www/py-qh3/distinfo
+118-113www/py-qh3/Makefile
+0-20www/py-qh3/files/patch-cargo-crates_aws-lc-sys-0.20.1_aws-lc_include_openssl_target.h
+0-20www/py-qh3/files/patch-powerpc64le
+353-3764 files

FreeBSD/ports 1410a0dtextproc/comrak distinfo Makefile

textproc/comrak: update 0.48.0 → 0.51.0
DeltaFile
+313-259textproc/comrak/distinfo
+157-131textproc/comrak/Makefile
+470-3902 files

FreeBSD/ports c1053damisc/timr-tui distinfo Makefile

misc/timr-tui: update 1.7.0 → 1.7.1
DeltaFile
+3-3misc/timr-tui/distinfo
+1-1misc/timr-tui/Makefile
+4-42 files

FreeBSD/ports 9b71ec0security/rpm-sequoia distinfo Makefile

security/rpm-sequoia: update 1.9.0 → 1.10.1
DeltaFile
+263-263security/rpm-sequoia/distinfo
+131-132security/rpm-sequoia/Makefile
+394-3952 files

FreeBSD/ports 8160bb5dns/powerdns distinfo Makefile

dns/powerdns: Update 5.0.2 => 5.0.3

News:
https://blog.powerdns.com/2026/02/20/powerdns-authoritative-server-5.0.3-4.9.13

Changelog:
https://doc.powerdns.com/authoritative/changelog/5.0.html#change-5.0.3

PR:     293754
MFH:    2026Q1
(cherry picked from commit fdb31c075155dab8e7cfd8405e22f96971ff6f17)
DeltaFile
+3-3dns/powerdns/distinfo
+1-1dns/powerdns/Makefile
+4-42 files

FreeBSD/ports fdb31c0dns/powerdns distinfo Makefile

dns/powerdns: Update 5.0.2 => 5.0.3

News:
https://blog.powerdns.com/2026/02/20/powerdns-authoritative-server-5.0.3-4.9.13

Changelog:
https://doc.powerdns.com/authoritative/changelog/5.0.html#change-5.0.3

PR:     293754
MFH:    2026Q1
DeltaFile
+3-3dns/powerdns/distinfo
+1-1dns/powerdns/Makefile
+4-42 files

FreeBSD/ports e4d0e51databases Makefile, databases/pg_search distinfo Makefile.crates

databases/pg_search: New port

pg_search is a Postgres extension that enables full text search over
heap tables using the BM25 algorithm. It is built on top of Tantivy, the
Rust-based alternative to Apache Lucene, using pgrx.

pg_search is supported on official PostgreSQL Global Development Group
Postgres versions, starting at PostgreSQL 15.
DeltaFile
+1,651-0databases/pg_search/distinfo
+819-0databases/pg_search/Makefile.crates
+103-0databases/pg_search/pkg-plist
+65-0databases/pg_search/Makefile
+6-0databases/pg_search/pkg-descr
+1-0databases/Makefile
+2,645-06 files

FreeBSD/ports eb41637net/rclone distinfo Makefile

net/rclone: Update 1.73.1 => 1.73.2

Changelog:
https://rclone.org/changelog/#v1-73-2-2026-03-06

PR:     293755
DeltaFile
+5-5net/rclone/distinfo
+1-2net/rclone/Makefile
+6-72 files

FreeBSD/ports e07265cscience/netcdf pkg-plist

science/netcdf: Fix pkg-plist for build with DOXYGEN

* Re-generate pkg-plist with panopticum(1)

Approved by:            portmgr@ (build fix, blanket)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D55421
DeltaFile
+23-8science/netcdf/pkg-plist
+23-81 files

FreeBSD/ports ed8b417audio/ft2-clone distinfo Makefile, audio/ft2-clone/files patch-CMakeLists.txt

audio/ft2-clone: Update to 2.11
DeltaFile
+0-11audio/ft2-clone/files/patch-CMakeLists.txt
+3-3audio/ft2-clone/distinfo
+1-1audio/ft2-clone/Makefile
+4-153 files

FreeBSD/ports f7180c5x11-wm/mango distinfo Makefile

x11-wm/mango: Update to 0.12.6

ChangeLog:

  - https://github.com/mangowm/mango/releases/tag/0.12.5
  - https://github.com/mangowm/mango/releases/tag/0.12.6

Reported by:    DreamMaoMao <notifications at github.com>
DeltaFile
+3-3x11-wm/mango/distinfo
+1-1x11-wm/mango/Makefile
+4-42 files

FreeBSD/ports f74d5e1x11-wm/mango Makefile, x11-wm/mango/files patch-meson.build pkg-message.in

MOVED: x11-wm/mangowc renamed upstream
DeltaFile
+0-60x11-wm/mangowc/Makefile
+60-0x11-wm/mango/Makefile
+0-30x11-wm/mangowc/files/patch-meson.build
+30-0x11-wm/mango/files/patch-meson.build
+0-20x11-wm/mangowc/files/pkg-message.in
+20-0x11-wm/mango/files/pkg-message.in
+110-1108 files not shown
+148-14714 files

FreeBSD/ports 5effadddevel/qt6-base Makefile, devel/qt6-base/files patch-src_corelib_configure.cmake

devel/qt6-base: Make use of renameat2 in QFileSystemEngine
DeltaFile
+22-0devel/qt6-base/files/patch-src_corelib_configure.cmake
+1-0devel/qt6-base/Makefile
+23-02 files

FreeBSD/ports 3a2086agraphics/py-qpageview distinfo Makefile

graphics/py-qpageview: Update 1.0.1 => 1.0.3

Changelog:
https://github.com/frescobaldi/qpageview/blob/v1.0.3/CHANGELOG.md

Update COMMENT - port uses Qt6, not Qt5 since version 1.0.0.

PR:     293741
MFH:    2026Q1
(cherry picked from commit 7d853d0cb04dbdebf7fbf70df2146c218eed277c)
DeltaFile
+3-3graphics/py-qpageview/distinfo
+2-2graphics/py-qpageview/Makefile
+5-52 files

FreeBSD/ports c109896print/py-frescobaldi distinfo Makefile

print/py-frescobaldi: Update 4.0.4 => 4.0.5

Changelog:
https://github.com/frescobaldi/frescobaldi/releases/tag/v4.0.5

Switch from dynamically generated by github tarball to statically
generated by upstream.

PR:     293742
DeltaFile
+3-3print/py-frescobaldi/distinfo
+2-3print/py-frescobaldi/Makefile
+5-62 files

FreeBSD/ports 7d853d0graphics/py-qpageview distinfo Makefile

graphics/py-qpageview: Update 1.0.1 => 1.0.3

Changelog:
https://github.com/frescobaldi/qpageview/blob/v1.0.3/CHANGELOG.md

Update COMMENT - port uses Qt6, not Qt5 since version 1.0.0.

PR:     293741
MFH:    2026Q1
DeltaFile
+3-3graphics/py-qpageview/distinfo
+2-2graphics/py-qpageview/Makefile
+5-52 files

FreeBSD/ports d9533c7print/lilypond-devel distinfo Makefile

print/lilypond-devel: Update 2.25.27 => 2.25.35

Release Notes:
https://lilypond.org/news.html#LilyPond-2_002e25_002e35-released-March-7_002c-2026

PR:     293740
DeltaFile
+3-3print/lilypond-devel/distinfo
+1-1print/lilypond-devel/Makefile
+0-2print/lilypond-devel/pkg-plist
+4-63 files

FreeBSD/ports 690efa5www/freenginx-acme distinfo Makefile

www/freenginx-acme: update freenginx's version to the recent one

Bump PORTREVISION.

Sponsored by:   tipi.work
DeltaFile
+3-3www/freenginx-acme/distinfo
+1-1www/freenginx-acme/Makefile
+4-42 files