FreeBSD/ports 4bd3002www/R-cran-crosstalk distinfo Makefile

www/R-cran-crosstalk: Update to 1.2.2

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

FreeBSD/ports 29709dedevel/libftdi1 Makefile

devel/libftdi1: prepare for boost 1.89

With boost 1.89, libboost_system, which is already an empty dummy
library will finally go away.  Turn the boost dependency into a build
time dependency as no boost library is required at runtime.

Consumers of <ftdi.hpp> will have to depend on boost-libs at build time
to get the necessary headers, but a library dependency can be avoided
in many cases.

Approved by:    bofh (maintainer)
MFH:            2025Q3

(cherry picked from commit 6b5f70d12a5fd9ee54c8321689f746878238f884)
DeltaFile
+2-2devel/libftdi1/Makefile
+2-21 files

FreeBSD/ports 34a2f7bcad/ngspice_rework Makefile

cad/ngspice_rework: fix build on armv7

Disable OpenMP where it is not supported.

MFH:            2025Q3
Approved by:    portmgr (build fix blanket)

(cherry picked from commit d6e564cd057376640f7b5f8094552eee4e949686)
DeltaFile
+4-2cad/ngspice_rework/Makefile
+4-21 files

FreeBSD/ports e9b4648www/deno/files patch-build_config_compiler_BUILD.gn patch-v8_src_base_platform_platform-freebsd.cc

www/deno: attempt to fix the build on armv7

The v8 build system tries to pass --target=arm-linux-gnueabihf to
LLVM when building on ARM.  We are not Linux, so this confuses clang
to the point where it no longer finds basic include files.  Remove
that option to fix the build.  Some other ports were already patched
the same way.

With this roadblock out of the way, the port now fails as follows:

  In file included from ../../../deno-2.2.9/cargo-crates/v8-135.1.0/src/binding.cc:9:
  ../../../deno-2.2.9/cargo-crates/v8-135.1.0/v8/include/cppgc/allocation.h:175:9: error: static assertion failed due to requirement 'kWantedAlignment <= internal::api_constants::kMaxSupportedAlignment': Requested alignment larger than alignof(std::max_align_t) bytes. Please file a bug to possibly get this restriction lifted.
    175 |         kWantedAlignment <= internal::api_constants::kMaxSupportedAlignment,
        |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Approved by:    portmgr (build fix blanket)
MFH:            2025Q3

(cherry picked from commit 9eaaf580d94635ab60ee0c0d93da60ddb76cddd0)
DeltaFile
+16-1www/deno/files/patch-build_config_compiler_BUILD.gn
+1-1www/deno/files/patch-v8_src_base_platform_platform-freebsd.cc
+17-22 files

FreeBSD/ports 36cc298devel/open62541 distinfo Makefile, devel/open62541/files patch-CMakeLists.txt

devel/open62541: update to version 1.4.13

Changelog: https://github.com/open62541/open62541/releases/tag/v1.4.13
DeltaFile
+0-11devel/open62541/files/patch-CMakeLists.txt
+3-3devel/open62541/distinfo
+1-1devel/open62541/Makefile
+4-153 files

FreeBSD/ports b2daeadcad/yosys-ghdl-plugin Makefile, deskutils/sowon Makefile

*/*: nsonack at outlook.com => nsonack at herrhotzenplotz.de

Maintainer has updated his email address.

Approved by:    Nico Sonack <nsonack at herrhotzenplotz.de> (maintainer)
DeltaFile
+1-1emulators/firebird-emu/Makefile
+1-1cad/yosys-ghdl-plugin/Makefile
+1-1deskutils/sowon/Makefile
+1-1misc/tlci/Makefile
+4-44 files

FreeBSD/ports 4f2021caudio/welle.io pkg-plist Makefile

audio/welle.io: update to 2.7

While at it, update to Qt6.

Changelog: https://github.com/AlbrechtL/welle.io/releases/tag/v2.7
DeltaFile
+9-8audio/welle.io/pkg-plist
+5-7audio/welle.io/Makefile
+3-3audio/welle.io/distinfo
+17-183 files

FreeBSD/ports 0264086devel/trellis Makefile, devel/trellis/files patch-libtrellis_CMakeLists.txt

devel/trellis: prepare for boost 1.89

The libboost_system component will no longer exist with the new boost
version and even now it's just a dummy.  Don't let cmake look for it
to fix the build.

Trellis still fails on armv7 2025Q3, but that's due to a boost bug that
is already fixed in main.

Also add a cmake define to not have cmake be confused if git is present,
as it would otherwise try to find a git commit that isn't there.

Approved by:    portmgr (build fix blanket)
DeltaFile
+11-0devel/trellis/files/patch-libtrellis_CMakeLists.txt
+1-0devel/trellis/Makefile
+12-02 files

FreeBSD/ports 4e0118bwww/writefreely distinfo Makefile

www/writefreely: update to 0.16.0

Changelog: https://github.com/writefreely/writefreely/releases/tag/v0.16.0
DeltaFile
+9-9www/writefreely/distinfo
+1-2www/writefreely/Makefile
+2-0www/writefreely/pkg-plist
+12-113 files

FreeBSD/ports 9eaaf58www/deno/files patch-build_config_compiler_BUILD.gn patch-v8_src_base_platform_platform-freebsd.cc

www/deno: attempt to fix the build on armv7

The v8 build system tries to pass --target=arm-linux-gnueabihf to
LLVM when building on ARM.  We are not Linux, so this confuses clang
to the point where it no longer finds basic include files.  Remove
that option to fix the build.  Some other ports were already patched
the same way.

With this roadblock out of the way, the port now fails as follows:

  In file included from ../../../deno-2.2.9/cargo-crates/v8-135.1.0/src/binding.cc:9:
  ../../../deno-2.2.9/cargo-crates/v8-135.1.0/v8/include/cppgc/allocation.h:175:9: error: static assertion failed due to requirement 'kWantedAlignment <= internal::api_constants::kMaxSupportedAlignment': Requested alignment larger than alignof(std::max_align_t) bytes. Please file a bug to possibly get this restriction lifted.
    175 |         kWantedAlignment <= internal::api_constants::kMaxSupportedAlignment,
        |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Approved by:    portmgr (build fix blanket)
MFH:            2025Q3
DeltaFile
+16-1www/deno/files/patch-build_config_compiler_BUILD.gn
+1-1www/deno/files/patch-v8_src_base_platform_platform-freebsd.cc
+17-22 files

FreeBSD/ports 6b5f70ddevel/libftdi1 Makefile

devel/libftdi1: prepare for boost 1.89

With boost 1.89, libboost_system, which is already an empty dummy
library will finally go away.  Turn the boost dependency into a build
time dependency as no boost library is required at runtime.

Consumers of <ftdi.hpp> will have to depend on boost-libs at build time
to get the necessary headers, but a library dependency can be avoided
in many cases.

Approved by:    bofh (maintainer)
MFH:            2025Q3
DeltaFile
+2-2devel/libftdi1/Makefile
+2-21 files

FreeBSD/ports d6e564ccad/ngspice_rework Makefile

cad/ngspice_rework: fix build on armv7

Disable OpenMP where it is not supported.

MFH:            2025Q3
Approved by:    portmgr (build fix blanket)
DeltaFile
+4-2cad/ngspice_rework/Makefile
+4-21 files

FreeBSD/ports 5b78f14devel/objconv distinfo Makefile

devel/objconv: update to 2.55.1

Upstream changes:

 - cosmetic fix in disassembly of sign-extended 8-bit and 16-bit constants
DeltaFile
+3-3devel/objconv/distinfo
+2-3devel/objconv/Makefile
+5-62 files

FreeBSD/ports e8d2df1graphics/feh distinfo Makefile

graphics/feh: Update to 3.11.1

Release notes:  https://feh.finalrewind.org/archive/3.11/
                https://feh.finalrewind.org/archive/3.11.1/
Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3graphics/feh/distinfo
+1-2graphics/feh/Makefile
+4-52 files

FreeBSD/ports ead86e2databases/py-fakeredis Makefile

databases/py-fakeredis: Add VALKEY option
DeltaFile
+3-1databases/py-fakeredis/Makefile
+3-11 files

FreeBSD/ports 048ac47print/rubygem-prawn-svg distinfo Makefile

print/rubygem-prawn-svg: Update to 0.38.0

Changes:        https://github.com/mogest/prawn-svg/releases
DeltaFile
+3-3print/rubygem-prawn-svg/distinfo
+1-1print/rubygem-prawn-svg/Makefile
+4-42 files

FreeBSD/ports 7bb08ddtextproc/rubygem-asciidoctor-pdf Makefile

textproc/rubygem-asciidoctor-pdf: Change RUN_DEPENDS from rubygem-prawn-svg to rubygem-prawn-svg036

- Bump PORTREVISION for dependency change
DeltaFile
+2-2textproc/rubygem-asciidoctor-pdf/Makefile
+2-21 files

FreeBSD/ports efcf2b1print Makefile

print/rubygem-prawn-svg036: Add rubygem-prawn-svg036 0.36.2 (copied from rubygem-prawn-svg)

- Add PORTSCOUT
DeltaFile
+1-0print/Makefile
+1-01 files

FreeBSD/ports 16895d6databases/rocksdb Makefile

databases/rocksdb: Clean up

All supported FreeBSD releases has clang 17+ in base system.
DeltaFile
+1-4databases/rocksdb/Makefile
+1-41 files

FreeBSD/ports c1a181bprint/rubygem-prawn-svg036 Makefile distinfo

print/rubygem-prawn-svg036: Add rubygem-prawn-svg036 0.36.2 (copied from rubygem-prawn-svg)

- Add PORTSCOUT
DeltaFile
+25-0print/rubygem-prawn-svg036/Makefile
+3-0print/rubygem-prawn-svg036/distinfo
+3-0print/rubygem-prawn-svg036/pkg-descr
+31-03 files

FreeBSD/ports 6003851devel/libccid Makefile pkg-descr

devel/libccid: Update to 1.6.2

- Fix PKGNAME
- Update WWW
- Sort USES
- Use complete arguments/options
- Remove USE_LDCONFIG
- Update pkg-descr

Changes:        https://github.com/LudovicRousseau/CCID/releases
DeltaFile
+19-26devel/libccid/Makefile
+6-2devel/libccid/pkg-descr
+3-3devel/libccid/distinfo
+6-0devel/libccid/pkg-plist
+34-314 files

FreeBSD/ports 5409a2e. MOVED, www Makefile

www/yarn-node18: Remove expired port

2025-09-01 www/yarn-node18: Depeneds on expired www/node18. Node.js 18.* has reached its EoL on 2025-04-30.
DeltaFile
+0-8www/yarn-node18/Makefile
+0-1www/Makefile
+1-0MOVED
+1-93 files

FreeBSD/ports 09cd226net-mgmt/nagcon Makefile distinfo, net-mgmt/nagcon/files patch-nc.cpp patch-br.h

net-mgmt/nagcon: Remove expired port

2025-07-31 net-mgmt/nagcon: Obsolete, only supports legacy versions of Nagios
DeltaFile
+0-35net-mgmt/nagcon/Makefile
+0-29net-mgmt/nagcon/files/patch-nc.cpp
+0-15net-mgmt/nagcon/files/patch-br.h
+0-12net-mgmt/nagcon/files/patch-utils.cpp
+0-10net-mgmt/nagcon/files/patch-br.cpp
+0-3net-mgmt/nagcon/distinfo
+0-1043 files not shown
+1-1079 files

FreeBSD/ports bfd293bsecurity Makefile, security/libu2f-host Makefile pkg-plist

security/libu2f-host: Remove expired port

2025-05-31 security/libu2f-host: This project is deprecated and is no longer being maintained. libfido2 is a new project with support for U2F and FIDO2. Use security/libfido2 instead
DeltaFile
+0-37security/libu2f-host/Makefile
+0-29security/libu2f-host/files/patch-u2f-host-u2fmisc.c
+0-24security/libu2f-host/pkg-plist
+0-3security/libu2f-host/distinfo
+0-3security/libu2f-host/pkg-descr
+0-1security/Makefile
+0-971 files not shown
+1-977 files

FreeBSD/ports 64d859a. MOVED, security Makefile

security/p5-Data-Entropy: Remove expired port

2025-05-31 security/p5-Data-Entropy: The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use
DeltaFile
+0-30security/p5-Data-Entropy/Makefile
+0-18security/p5-Data-Entropy/pkg-descr
+0-14security/p5-Data-Entropy/pkg-plist
+0-3security/p5-Data-Entropy/distinfo
+1-0MOVED
+0-1security/Makefile
+1-666 files

FreeBSD/ports 7e9af6c. MOVED, security Makefile

security/p5-Dancer2-Plugin-Passphrase: Remove expired port

2025-09-01 security/p5-Dancer2-Plugin-Passphrase: Depends on expired security/p5-Data-Entropy
DeltaFile
+0-28security/p5-Dancer2-Plugin-Passphrase/Makefile
+0-6security/p5-Dancer2-Plugin-Passphrase/pkg-plist
+0-4security/p5-Dancer2-Plugin-Passphrase/pkg-descr
+0-3security/p5-Dancer2-Plugin-Passphrase/distinfo
+0-1security/Makefile
+1-0MOVED
+1-426 files

FreeBSD/ports 6cc33a2. MOVED, security Makefile

security/p5-Dancer-Plugin-Passphrase: Remove expired port

2025-09-01 security/p5-Dancer-Plugin-Passphrase: Depends on expired security/p5-Data-Entropy
DeltaFile
+0-29security/p5-Dancer-Plugin-Passphrase/Makefile
+0-4security/p5-Dancer-Plugin-Passphrase/pkg-descr
+0-2security/p5-Dancer-Plugin-Passphrase/pkg-plist
+0-2security/p5-Dancer-Plugin-Passphrase/distinfo
+0-1security/Makefile
+1-0MOVED
+1-386 files

FreeBSD/ports 4eb34ab. MOVED, www Makefile

www/p5-Interchange6: Remove expired port

2025-09-01 www/p5-Interchange6: Depends on expired security/p5-Data-Entropy via databases/p5-Interchange6-Schema
DeltaFile
+0-32www/p5-Interchange6/Makefile
+0-12www/p5-Interchange6/pkg-plist
+0-5www/p5-Interchange6/pkg-descr
+0-3www/p5-Interchange6/distinfo
+1-0MOVED
+0-1www/Makefile
+1-536 files

FreeBSD/ports 47fb30cnet/syncthing distinfo Makefile

net/syncthing: Update to 2.0.5

re: https://github.com/syncthing/syncthing/releases/tag/v2.0.5
DeltaFile
+3-3net/syncthing/distinfo
+1-1net/syncthing/Makefile
+4-42 files

FreeBSD/ports ac69d5e. MOVED, www Makefile

www/p5-Dancer2-Plugin-Interchange6: Remove expired port

2025-09-01 www/p5-Dancer2-Plugin-Interchange6: Depends on expired security/p5-Data-Entropy via databases/p5-Interchange6-Schema
DeltaFile
+0-44www/p5-Dancer2-Plugin-Interchange6/Makefile
+0-18www/p5-Dancer2-Plugin-Interchange6/pkg-plist
+0-4www/p5-Dancer2-Plugin-Interchange6/pkg-descr
+0-3www/p5-Dancer2-Plugin-Interchange6/distinfo
+0-1www/Makefile
+1-0MOVED
+1-706 files