FreeBSD/ports ff61347misc/crush distinfo Makefile

misc/crush: Update to 0.37.0

Changelog:
- https://github.com/charmbracelet/crush/releases/tag/v0.34.0
- https://github.com/charmbracelet/crush/releases/tag/v0.35.0
- https://github.com/charmbracelet/crush/releases/tag/v0.36.0
- https://github.com/charmbracelet/crush/releases/tag/v0.37.0

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+1-1misc/crush/Makefile
+6-62 files

FreeBSD/ports c841a94devel/R-cran-broom distinfo Makefile

devel/R-cran-broom: Update to 1.0.12

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

FreeBSD/ports d58a057graphics/p5-Image-ExifTool-devel distinfo Makefile

graphics/p5-Image-ExifTool-devel: Update 13.47 => 13.48

Changelog:
https://exiftool.org/history.html

PR:     292861
DeltaFile
+3-3graphics/p5-Image-ExifTool-devel/distinfo
+1-1graphics/p5-Image-ExifTool-devel/Makefile
+4-42 files

FreeBSD/ports 0004b13math/wxmaxima Makefile, math/wxmaxima/files patch-src_Maxima.cpp patch-src_Maxima.h

math/wxmaxima: Use wx 3.2, fix connection to maxima

- Use wx 3.2
- Fix connection to maxima by reverting upstream patch:
https://github.com/wxMaxima-developers/wxmaxima/issues/2028

PR:             289270
Approved by:    eduardo (mentor)
MFH:            2026Q1

(cherry picked from commit 200782e2d6db2a12601191d0798110568d386bce)
DeltaFile
+45-0math/wxmaxima/files/patch-src_Maxima.cpp
+28-0math/wxmaxima/files/patch-src_Maxima.h
+2-2math/wxmaxima/files/patch-src_Dirstructure.cpp
+2-1math/wxmaxima/Makefile
+77-34 files

FreeBSD/ports 5117e41net/rclone distinfo Makefile

net/rclone: Update 1.71.2 => 1.73.0

Changelog:
https://rclone.org/changelog/#v1-73-0-2026-01-30

Add rclonefs -> rclone symlink.
In order for rclone mount to work as /etc/fstab entry, the "mountprog"
option needs to be specified. For this to work, rclone expects the
program name to be either "mount.rclone" or "rclonefs".

PR:             292857 291288
Approved by:    Ralf van der Enden <tremere at cainites.net> (maintainer)
Co-authored-by: Ralf van der Enden <tremere at cainites.net>
DeltaFile
+5-5net/rclone/distinfo
+3-2net/rclone/Makefile
+8-72 files

FreeBSD/ports eb8074asecurity/caldera Makefile, security/caldera/files patch-app_utility-base_world.py patch-app_objects_secondclass-c_fact.py

security/caldera: Remove BROKEN. it doesn't depend on marshmallow-emu anymore

- Remove marshmallow-emu dependency
- Bump PORTREVISION
DeltaFile
+23-0security/caldera/files/patch-app_utility-base_world.py
+19-0security/caldera/files/patch-app_objects_secondclass-c_fact.py
+17-0security/caldera/files/patch-app_objects_secondclass-c_rule.py
+1-5security/caldera/Makefile
+60-54 files

FreeBSD/ports 3c02696graphics/lightzone Makefile

graphics/lightzone: Still broken on aarch64

PR:             292671
Reported by:    Ronald Klop <ronald at FreeBSD.org>
DeltaFile
+1-1graphics/lightzone/Makefile
+1-11 files

FreeBSD/ports 3a2ef02math/mlpack pkg-plist distinfo, math/mlpack/files patch-CMakeLists.txt

math/mlpack: update 4.6.2 → 4.7.0

Reported by:    portscout
DeltaFile
+43-23math/mlpack/pkg-plist
+0-11math/mlpack/files/patch-CMakeLists.txt
+3-3math/mlpack/distinfo
+1-1math/mlpack/Makefile
+47-384 files

FreeBSD/ports 634a471net/activemq Makefile distinfo, net/activemq/files activemq.in

net/activemq: Update 5.18.3 => 6.2.0, improve port

Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12354379
https://activemq.apache.org/components/classic/download/classic-06-02-00

Improve port:
- Replace PORTVERSION with DISTVERSION.
- Set JAVA_VERSION to supported LTS versions:
  https://activemq.apache.org/components/classic/download/
- Parametrize activemq with PORTNAME.
- Optimize do-install: merge REINPLACE_CMD, MKDIR, split long lines.
- Improve rc script - use JAVA_HOME.

PR:             292549
Approved by:    James Elstone <james at elstone.net> (maintainer, timeout 2 weeks)
DeltaFile
+17-15net/activemq/Makefile
+3-3net/activemq/distinfo
+2-2net/activemq/files/activemq.in
+0-1net/activemq/pkg-plist
+22-214 files

FreeBSD/ports e063b2fdevel/p5-Alien-Role-Dino Makefile

devel/p5-Alien-Role-Dino: Fix dependencies

While here replace PORTVERSION with DISTVERSION.

PR:     292850
MFH:    2026Q1
DeltaFile
+7-4devel/p5-Alien-Role-Dino/Makefile
+7-41 files

FreeBSD/ports acd82d5devel/build2/files patch-build2_libbuild2_script_regex.hxx

devel/build2: fix build with libc++ >= 20

With libc++ 20 or higher devel/build2 fails to build, with errors
similar to:

    In file included from libbuild2/utility.cxx:27:
    ./libbuild2/script/regex.hxx:620:10: error: 'make_unsigned' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
      620 |   struct make_unsigned<build2::script::regex::line_char>
          |          ^
    /usr/include/c++/v1/__type_traits/make_unsigned.h:75:8: note: marked '_Clang::no_specializations' here
       75 | struct _LIBCPP_NO_SPECIALIZATIONS make_unsigned {
          |        ^
    /usr/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'

Upstream committed a fix for this in
https://github.com/build2/build2/commit/7cf9cec, so add that as a patch
file.

PR:             292867

    [4 lines not shown]
DeltaFile
+19-0devel/build2/files/patch-build2_libbuild2_script_regex.hxx
+19-01 files

FreeBSD/ports ca0ca0adevel/build2/files patch-build2_libbuild2_script_regex.hxx

devel/build2: fix build with libc++ >= 20

With libc++ 20 or higher devel/build2 fails to build, with errors
similar to:

    In file included from libbuild2/utility.cxx:27:
    ./libbuild2/script/regex.hxx:620:10: error: 'make_unsigned' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
      620 |   struct make_unsigned<build2::script::regex::line_char>
          |          ^
    /usr/include/c++/v1/__type_traits/make_unsigned.h:75:8: note: marked '_Clang::no_specializations' here
       75 | struct _LIBCPP_NO_SPECIALIZATIONS make_unsigned {
          |        ^
    /usr/include/c++/v1/__config:1167:9: note: expanded from macro '_LIBCPP_NO_SPECIALIZATIONS'

Upstream committed a fix for this in
https://github.com/build2/build2/commit/7cf9cec, so add that as a patch
file.

PR:             292867

    [2 lines not shown]
DeltaFile
+19-0devel/build2/files/patch-build2_libbuild2_script_regex.hxx
+19-01 files

FreeBSD/ports 833e003devel/py-fastjsonschema distinfo Makefile

devel/py-fastjsonschema: Update to 2.21.2

Changelog:  https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt
DeltaFile
+3-3devel/py-fastjsonschema/distinfo
+1-2devel/py-fastjsonschema/Makefile
+4-52 files

FreeBSD/ports 7c2b37ceditors/dz6 distinfo Makefile.crates

editors/dz6: Update to 0.4.2

ChangeLog:
https://github.com/mentebinaria/dz6/releases/tag/v0.4.2
DeltaFile
+63-59editors/dz6/distinfo
+30-28editors/dz6/Makefile.crates
+1-2editors/dz6/Makefile
+94-893 files

FreeBSD/ports e283df5security/naabu distinfo Makefile

security/naabu: Update to 2.4.0

ChangeLog:
https://github.com/projectdiscovery/naabu/releases/tag/v2.4.0
DeltaFile
+5-5security/naabu/distinfo
+1-2security/naabu/Makefile
+6-72 files

FreeBSD/ports e922fa4audio/rhythmbox Makefile

audio/rhythmbox: gudev support is required for MTP
DeltaFile
+4-4audio/rhythmbox/Makefile
+4-41 files

FreeBSD/ports 5488382devel/hs-haskell-language-server distinfo

devel/hs-haskell-language-server: Remove duplicate distinfo entries

These duplicate entries were causing build failures at the fetch stage.

=> lens-5.3.5/lens-5.3.5.tar.gz doesn't seem to exist in /portdistfiles/cabal.
=> Attempting to fetch https://hackage.haskell.org/package/lens-5.3.5/lens-5.3.5.tar.gz
fetch: lens-5.3.5/lens-5.3.5.tar.gz is not a directory
=> Attempting to fetch http://hackage.haskell.org/package/lens-5.3.5/lens-5.3.5.tar.gz
fetch: lens-5.3.5/lens-5.3.5.tar.gz is not a directory
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/cabal/lens-5.3.5/lens-5.3.5.tar.gz
fetch: lens-5.3.5/lens-5.3.5.tar.gz is not a directory
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/cabal and try again.
*** Error code 1

Reviewed by:    arrowd
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55042
DeltaFile
+0-8devel/hs-haskell-language-server/distinfo
+0-81 files

FreeBSD/ports 24071aascience/elmerfem pkg-plist Makefile, science/elmerfem/files patch-ElmerGUI_Application_cad_cadview.cpp patch-fem_src_modules_DCRComplexSolve.F90

science/elmerfem: Remove port

Marked broken 6+ months ago and no patches submitted to fix it
DeltaFile
+0-449science/elmerfem/pkg-plist
+0-123science/elmerfem/Makefile
+0-101science/elmerfem/files/patch-ElmerGUI_Application_cad_cadview.cpp
+0-58science/elmerfem/files/patch-fem_src_modules_DCRComplexSolve.F90
+0-53science/elmerfem/files/patch-ElmerGUI_Application_vtkpost_vtkpost.cpp
+0-22science/elmerfem/files/patch-elmergrid_src_CMakeLists.txt
+0-8069 files not shown
+1-88115 files

FreeBSD/ports 991ec60sysutils/bareos24-server Makefile

sysutils/bareos24-server: Revert "Replace BROKEN to IGNORE_i386"

This reverts commit 6b84ea6ad1955a2bc13f17ddd3e0da66161f6506.

On platforms where ssize_t is 32 bits wide, the comparison will be made
unsigned (ssize_t converted to an unsigned value);
on platforms where ssize_t is wider than uint32_t, the comparison will
be made signed (uint32_t converted to the wider signed ssize_t).

That also has repercussions in that bytes_left a few lines down
will be negative if and only if the passed in size_t count argument is
greater than INT**_MAX, with ** being whatever size the "size_t count"
is.

If you don't see a compiler error on that line, that does not imply the
code is right or the bug is away, but that the compiler warning did not
trigger in that situation due to a warning bug.  The upstream maintainer
did want the code break compile in that case.


    [3 lines not shown]
DeltaFile
+1-1sysutils/bareos24-server/Makefile
+1-11 files

FreeBSD/ports b4381c7biology/hisat2 distinfo Makefile

biology/hisat2: Update to 2.2.2

Numerous updates, mainly adding --temp-directory option
Changes:
    https://github.com/DaehwanKimLab/hisat2/releases
    https://github.com/DaehwanKimLab/hisat2/commits/master/

Reported by:    portscout
DeltaFile
+3-3biology/hisat2/distinfo
+1-2biology/hisat2/Makefile
+4-52 files

FreeBSD/ports 6b84ea6sysutils/bareos24-server Makefile

sysutils/bareos24-server: Replace BROKEN to IGNORE_i386
DeltaFile
+1-1sysutils/bareos24-server/Makefile
+1-11 files

FreeBSD/ports 5747f83games/openrct2 distinfo Makefile

games/openrct2: update to 0.4.31

Changelog:      https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.31
DeltaFile
+5-5games/openrct2/distinfo
+2-2games/openrct2/Makefile
+2-1games/openrct2/pkg-plist
+9-83 files

FreeBSD/ports b0cc9e3math/octave-forge-llms Makefile

math/octave-forge-llms: fix build on non-amd64 / non-i386

Those instructions are x86-only.
DeltaFile
+2-1math/octave-forge-llms/Makefile
+2-11 files

FreeBSD/ports 4d24557devel/py-cfn-lint distinfo Makefile

devel/py-cfn-lint: Update to 1.43.4

ChangeLog:      https://github.com/aws-cloudformation/cfn-lint/compare/v1.43.1...v1.43.4
Approved by:    hrs (mentor, blanket)
DeltaFile
+3-3devel/py-cfn-lint/distinfo
+1-1devel/py-cfn-lint/Makefile
+4-42 files

FreeBSD/ports 4deccfddevel/py-aws-sam-translator Makefile distinfo

devel/py-aws-sam-translator: Update to 1.107.0

ChangeLog:      https://github.com/aws/serverless-application-model/releases/tag/v1.107.0
Approved by:    hrs (mentor, blanket)
DeltaFile
+3-3devel/py-aws-sam-translator/Makefile
+3-3devel/py-aws-sam-translator/distinfo
+6-62 files

FreeBSD/ports b52b3f0devel/py-rich-click distinfo Makefile

devel/py-rich-click: Update to 1.9.7

Minor regression fix from 1.9.6.

Reported by:    portscout
DeltaFile
+3-3devel/py-rich-click/distinfo
+1-1devel/py-rich-click/Makefile
+4-42 files

FreeBSD/ports ff7b62ewww/R-cran-bslib distinfo Makefile

www/R-cran-bslib: Update to 0.10.0

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

FreeBSD/ports aa14ff1sysutils/fwup Makefile

sysutils/fwup: appease portclippy & portfmt
DeltaFile
+7-4sysutils/fwup/Makefile
+7-41 files

FreeBSD/ports 8ebf7f8sysutils/fwup Makefile distinfo

sysutils/fwup: update to 1.15.0

- while here, pet warnings in stage-qa
PR:             291450
Reported by:    portscout
Sponsored by:   SkunkWerks, GmbH
DeltaFile
+3-5sysutils/fwup/Makefile
+3-3sysutils/fwup/distinfo
+6-82 files

FreeBSD/ports bdd6ca9www/py-cssselect Makefile distinfo

www/py-cssselect: Update to 1.4.0

- Convert to PEP517
- Enable tests

Reported by:    portscout!
DeltaFile
+7-2www/py-cssselect/Makefile
+3-3www/py-cssselect/distinfo
+10-52 files