FreeBSD/ports 2c157a3net-im/py-zapzap Makefile distinfo

net-im/py-zapzap: Update to 6.3

- Add a post-install target to install icon and .desktop file which
  were previously installed by setuptool.

ChangeLog:      https://github.com/rafatosta/zapzap/releases/tag/6.3
Reported by:    Rafael Tosta <notifications at github.com>
DeltaFile
+12-1net-im/py-zapzap/Makefile
+3-3net-im/py-zapzap/distinfo
+15-42 files

FreeBSD/ports d03f3ccdevel/spirv-llvm-translator Makefile

devel/spirv-llvm-translator: properly check for multiple patch-*

$ touch files/patch-foo
$ touch files/patch-bar
$ make
[: /usr/ports/devel/spirv-llvm-translator/files/patch-bar: unexpected operator
...

(cherry picked from commit 5de84cc476a00ccd1ea0c933e35275882d8b8db4)
DeltaFile
+2-2devel/spirv-llvm-translator/Makefile
+2-21 files

FreeBSD/ports 5de84ccdevel/spirv-llvm-translator Makefile

devel/spirv-llvm-translator: properly check for multiple patch-*

$ touch files/patch-foo
$ touch files/patch-bar
$ make
[: /usr/ports/devel/spirv-llvm-translator/files/patch-bar: unexpected operator
...
DeltaFile
+2-2devel/spirv-llvm-translator/Makefile
+2-21 files

FreeBSD/ports 5c486fcdevel/llama.el distinfo Makefile

devel/llama.el: update to 1.0.3.
DeltaFile
+3-3devel/llama.el/distinfo
+1-1devel/llama.el/Makefile
+4-42 files

FreeBSD/ports 72bbc3adevel/magit distinfo Makefile, devel/magit/files patch-lisp_magit-autorevert.el

devel/magit: update to 4.5.0.
DeltaFile
+0-48devel/magit/files/patch-lisp_magit-autorevert.el
+3-3devel/magit/distinfo
+2-2devel/magit/Makefile
+5-533 files

FreeBSD/ports bd780bedatabases/emacsql distinfo Makefile

databases/emacsql: update to 3.4.5.
DeltaFile
+3-3databases/emacsql/distinfo
+1-1databases/emacsql/Makefile
+4-42 files

FreeBSD/ports c178302databases/pg.el distinfo Makefile

databases/pg.el: update to 0.63.
DeltaFile
+3-3databases/pg.el/distinfo
+1-1databases/pg.el/Makefile
+4-42 files

FreeBSD/ports 318076eeditors/with-editor distinfo Makefile

editors/with-editor: update to 3.4.8.
DeltaFile
+3-3editors/with-editor/distinfo
+1-1editors/with-editor/Makefile
+4-42 files

FreeBSD/ports fdbfb88devel/cond-let distinfo Makefile

devel/cond-let: update to 0.2.2.
DeltaFile
+3-3devel/cond-let/distinfo
+1-1devel/cond-let/Makefile
+4-42 files

FreeBSD/ports e39175bcad/freecad-devel Makefile

cad/freecad-devel: Add reference to PR293303

I forgot to mention the PR

PR:             293303
Reported by:    Thierry Thomas
DeltaFile
+1-1cad/freecad-devel/Makefile
+1-11 files

FreeBSD/ports b01beecdevel/spirv-llvm-translator/files.llvm12 patch-clang21

devel/spirv-llvm-translator: unbreak llvm12 flavor with clang 21

With clang 21 the llvm12 flavor of devel/spirv-llvm-translator fails to
build, with errors similar to:

    In file included from /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/OCLTypeToSPIRV.cpp:44:
    In file included from /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/OCLUtil.h:42:
    In file included from /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/SPIRVInternal.h:43:
    In file included from /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/libSPIRV/SPIRVEnum.h:44:
    In file included from /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/libSPIRV/SPIRVOpCode.h:45:
    /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/libSPIRV/spirv_internal.hpp:120:31: error: constexpr variable 'FunctionControlOptNoneINTELMask' must be initialized by a constant expression
      120 | constexpr FunctionControlMask FunctionControlOptNoneINTELMask =
          |                               ^
      121 |     static_cast<FunctionControlMask>(IFunctionControlOptNoneINTELMask);
          |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/libSPIRV/spirv_internal.hpp:121:5: note: integer value 65536 is outside the valid range of values [0, 15] for the enumeration type 'FunctionControlMask'
      121 |     static_cast<FunctionControlMask>(IFunctionControlOptNoneINTELMask);
          |     ^


    [10 lines not shown]
DeltaFile
+34-0devel/spirv-llvm-translator/files.llvm12/patch-clang21
+34-01 files

FreeBSD/ports 90f512cdevel/spirv-llvm-translator Makefile

devel/spirv-llvm-translator: split port patches by flavor

Add patches to files.llvm*/ instead of files/ subdirectory.
For now, it lacks support for patches common to all flavors.

PR:             293293
(cherry picked from commit a93fd63ae97f7bb7737ede009224b492545f0e95)
DeltaFile
+7-0devel/spirv-llvm-translator/Makefile
+7-01 files

FreeBSD/ports d50aa61devel/spirv-llvm-translator/files.llvm12 patch-clang21

devel/spirv-llvm-translator: unbreak llvm12 flavor with clang 21

With clang 21 the llvm12 flavor of devel/spirv-llvm-translator fails to
build, with errors similar to:

    In file included from /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/OCLTypeToSPIRV.cpp:44:
    In file included from /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/OCLUtil.h:42:
    In file included from /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/SPIRVInternal.h:43:
    In file included from /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/libSPIRV/SPIRVEnum.h:44:
    In file included from /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/libSPIRV/SPIRVOpCode.h:45:
    /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/libSPIRV/spirv_internal.hpp:120:31: error: constexpr variable 'FunctionControlOptNoneINTELMask' must be initialized by a constant expression
      120 | constexpr FunctionControlMask FunctionControlOptNoneINTELMask =
          |                               ^
      121 |     static_cast<FunctionControlMask>(IFunctionControlOptNoneINTELMask);
          |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /wrkdirs/usr/ports/devel/spirv-llvm-translator/work-llvm12/SPIRV-LLVM-Translator-12.0.1/lib/SPIRV/libSPIRV/spirv_internal.hpp:121:5: note: integer value 65536 is outside the valid range of values [0, 15] for the enumeration type 'FunctionControlMask'
      121 |     static_cast<FunctionControlMask>(IFunctionControlOptNoneINTELMask);
          |     ^


    [9 lines not shown]
DeltaFile
+34-0devel/spirv-llvm-translator/files.llvm12/patch-clang21
+34-01 files

FreeBSD/ports a93fd63devel/spirv-llvm-translator Makefile

devel/spirv-llvm-translator: split port patches by flavor

Add patches to files.llvm*/ instead of files/ subdirectory.
For now, it lacks support for patches common to all flavors.

PR:             293293
DeltaFile
+7-0devel/spirv-llvm-translator/Makefile
+7-01 files

FreeBSD/ports ce67ec4cad/freecad-devel pkg-plist Makefile.git_rev

cad/freecad-devel: update and fix build

Add a dependency on devel/py-lark to fix the build and while there
update to 1.2.dev as of 2026.02.20
DeltaFile
+82-25cad/freecad-devel/pkg-plist
+3-3cad/freecad-devel/Makefile.git_rev
+3-3cad/freecad-devel/distinfo
+1-0cad/freecad-devel/Makefile
+89-314 files

FreeBSD/ports 1eaf403devel/py-virtualenv distinfo Makefile, devel/py-virtualenv/files patch-docs_conf.py

devel/py-virtualenv: Update to 20.38.0

ChangeLog:      https://github.com/pypa/virtualenv/releases/tag/20.38.0
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-12devel/py-virtualenv/files/patch-docs_conf.py
+3-3devel/py-virtualenv/distinfo
+5-1devel/py-virtualenv/Makefile
+11-163 files

FreeBSD/ports 1a69d64textproc Makefile, textproc/py-sphinxcontrib-mermaid Makefile distinfo

textproc/py-sphinxcontrib-mermaid: Add new port

This Sphinx extension allows you to embed Mermaid graphs in your documents,
including general flowcharts, sequence diagrams, gantt diagrams and more.

https://pypi.org/project/sphinxcontrib-mermaid/
DeltaFile
+26-0textproc/py-sphinxcontrib-mermaid/Makefile
+3-0textproc/py-sphinxcontrib-mermaid/distinfo
+2-0textproc/py-sphinxcontrib-mermaid/pkg-descr
+1-0textproc/Makefile
+32-04 files

FreeBSD/ports 7aa069beditors/fresh distinfo Makefile.crates

editors/fresh: Update to 0.2.5
DeltaFile
+15-15editors/fresh/distinfo
+6-6editors/fresh/Makefile.crates
+1-1editors/fresh/Makefile
+22-223 files

FreeBSD/ports 967d799databases Makefile, databases/py-squall-sql Makefile distinfo

databases/py-squall-sql: Add new port

Squall-sql is a SQLite viewer and editor that runs in your terminal. Squall-sql
is written in Python and uses the Textual package.

https://pypi.org/project/squall-sql/
DeltaFile
+26-0databases/py-squall-sql/Makefile
+3-0databases/py-squall-sql/distinfo
+2-0databases/py-squall-sql/pkg-descr
+1-0databases/Makefile
+32-04 files

FreeBSD/ports ab1af9ddatabases/mongodb70/files patch-src_third__party_boost_boost_log_utility_strictest__lock.hpp patch-src_third__party_boost_boost_numeric_conversion_detail_int__float__mixture.hpp

databases/mongodb70: fix build with clang 21

With clang 21 databases/mongodb70 fails to build, with errors similar to:

    In file included from src/third_party/boost/libs/log/src/default_sink.cpp:20:
    In file included from src/third_party/boost/boost/thread/locks.hpp:10:
    In file included from src/third_party/boost/boost/thread/lock_algorithms.hpp:11:
    In file included from src/third_party/boost/boost/thread/lock_types.hpp:18:
    In file included from src/third_party/boost/boost/thread/thread_time.hpp:11:
    In file included from src/third_party/boost/boost/date_time/posix_time/posix_time_types.hpp:16:
    In file included from src/third_party/boost/boost/date_time/posix_time/posix_time_duration.hpp:15:
    In file included from src/third_party/boost/boost/numeric/conversion/cast.hpp:33:
    In file included from src/third_party/boost/boost/numeric/conversion/converter.hpp:13:
    In file included from src/third_party/boost/boost/numeric/conversion/conversion_traits.hpp:13:
    In file included from src/third_party/boost/boost/numeric/conversion/detail/conversion_traits.hpp:18:
    In file included from src/third_party/boost/boost/numeric/conversion/detail/int_float_mixture.hpp:19:
    In file included from src/third_party/boost/boost/mpl/integral_c.hpp:32:
    src/third_party/boost/boost/mpl/aux_/integral_wrapper.hpp:62:51: error: in-class initializer for static data member is not a constant expression
       62 |     BOOST_STATIC_CONSTANT(AUX_WRAPPER_VALUE_TYPE, prior_value = BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N - 1)));

    [23 lines not shown]
DeltaFile
+70-0databases/mongodb70/files/patch-src_third__party_boost_boost_log_utility_strictest__lock.hpp
+23-0databases/mongodb70/files/patch-src_third__party_boost_boost_numeric_conversion_detail_int__float__mixture.hpp
+23-0databases/mongodb70/files/patch-src_third__party_boost_boost_numeric_conversion_detail_sign__mixture.hpp
+23-0databases/mongodb70/files/patch-src_third__party_boost_boost_numeric_conversion_detail_udt__builtin__mixture.hpp
+139-04 files

FreeBSD/ports 36c3c50audio/subtui distinfo Makefile

audio/subtui: Update to 2.5.1

Changelog: https://github.com/MattiaPun/SubTUI/releases/tag/v2.5.1
DeltaFile
+5-5audio/subtui/distinfo
+1-1audio/subtui/Makefile
+6-62 files

FreeBSD/ports bd9ffd0games/flightgear-mb339-pan Makefile

games/flightgear-mb339-pan: Deprecate port
DeltaFile
+3-0games/flightgear-mb339-pan/Makefile
+3-01 files

FreeBSD/ports 42ee89feditors/vscode Makefile, net-im/deltachat-desktop Makefile

*/*: Bump port revision after electron39 update (ef4c7150df38)
DeltaFile
+1-1net-im/deltachat-desktop/Makefile
+1-1net-im/signal-desktop/Makefile
+1-1textproc/obsidian/Makefile
+1-0net-im/teams/Makefile
+1-0editors/vscode/Makefile
+5-35 files

FreeBSD/ports ef4c715devel/electron39 distinfo Makefile.version

devel/electron39: Update to 39.6.1

Changelog: https://github.com/electron/electron/releases/tag/v39.6.1

Reported by:    GitHub (watch releases)
DeltaFile
+5-5devel/electron39/distinfo
+1-1devel/electron39/Makefile.version
+6-62 files

FreeBSD/ports bc2aa95games/openjazz distinfo Makefile

games/openjazz: Update to 20260218

Also:
- fix CMake DATAPATH type
- set required SDL version to 2 (waiting for SDL 3 to be updated
  in ports, as at least version 3.4.0 is needed)
DeltaFile
+3-3games/openjazz/distinfo
+3-2games/openjazz/Makefile
+6-52 files

FreeBSD/ports 505c537www Makefile, www/access-log-exporter Makefile pkg-descr

www/access-log-exporter: Add new port

access-log-exporter is a Prometheus exporter that receives web server
access logs via syslog and converts them into metrics.

access-log-exporter processes logs from multiple web servers and has
undergone testing with Nginx and Apache HTTP Server 2.4. It supports
flexible metric configuration through presets and provides comprehensive
monitoring capabilities for web traffic analysis.
DeltaFile
+68-0www/access-log-exporter/files/access_log_exporter.in
+41-0www/access-log-exporter/Makefile
+7-0www/access-log-exporter/pkg-descr
+5-0www/access-log-exporter/distinfo
+1-0www/Makefile
+122-05 files

FreeBSD/ports c3cb673multimedia/emby-server Makefile distinfo

multimedia/emby-server: update to 4.9.3.0

Changes:        https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.9.1.80
Changes:        https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.9.1.90
Changes:        https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.9.3.0

PR:             293298
DeltaFile
+24-22multimedia/emby-server/Makefile
+9-5multimedia/emby-server/distinfo
+33-272 files

FreeBSD/ports 43c151fwww/iridium/files patch-chrome_browser_about__flags.cc patch-chrome_browser_chrome__content__browser__client.cc

www/iridium: update to 2026.02.145.1

(cherry picked from commit 41e72458e5611a4cf6a1379f6a6ec01d3d6d8f60)
DeltaFile
+54-54www/iridium/files/patch-chrome_browser_about__flags.cc
+11-11www/iridium/files/patch-chrome_browser_chrome__content__browser__client.cc
+7-7www/iridium/files/patch-components_feature__engagement_public_feature__list.h
+6-6www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc
+5-5www/iridium/files/patch-chrome_browser_background_glic_glic__status__icon.cc
+4-4www/iridium/files/patch-chrome_common_chrome__features.cc
+87-8716 files not shown
+129-12922 files

FreeBSD/ports 41e7245www/iridium/files patch-chrome_browser_about__flags.cc patch-chrome_browser_chrome__content__browser__client.cc

www/iridium: update to 2026.02.145.1
DeltaFile
+54-54www/iridium/files/patch-chrome_browser_about__flags.cc
+11-11www/iridium/files/patch-chrome_browser_chrome__content__browser__client.cc
+7-7www/iridium/files/patch-components_feature__engagement_public_feature__list.h
+6-6www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc
+5-5www/iridium/files/patch-chrome_browser_background_glic_glic__status__icon.cc
+4-4www/iridium/files/patch-chrome_common_chrome__features.cc
+87-8716 files not shown
+129-12922 files

FreeBSD/ports eb33f15www/ungoogled-chromium distinfo, www/ungoogled-chromium/files patch-chrome_browser_about__flags.cc patch-chrome_browser_chrome__content__browser__client.cc

www/ungoogled-chromium: update to 145.0.7632.109

ecurity:        https://vuxml.freebsd.org/freebsd/a977cb1c-0d7d-11f1-85c5-a8a1599412c6.html
(cherry picked from commit 4ca73529e4e1a15fc64791d182b02d5cac456cee)
DeltaFile
+54-54www/ungoogled-chromium/files/patch-chrome_browser_about__flags.cc
+11-11www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc
+7-7www/ungoogled-chromium/distinfo
+7-7www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__list.h
+6-6www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc
+5-5www/ungoogled-chromium/files/patch-chrome_browser_background_glic_glic__status__icon.cc
+90-9016 files not shown
+133-13322 files