LLVM/project 3763538clang/lib/AST/ByteCode Compiler.cpp

[clang][bytecode][NFC] Fix some comment typos (#215078)
DeltaFile
+2-2clang/lib/AST/ByteCode/Compiler.cpp
+2-21 files

FreeBSD/ports de77f2baudio/ocp Makefile distinfo

audio/ocp: Update to 3.4.1
DeltaFile
+3-3audio/ocp/distinfo
+1-1audio/ocp/Makefile
+4-42 files

NetBSD/othersrc np9HDtlusr.bin/gooeymux Makefile kernelstuff.h

   turn wsemul_vt100* into simple wrappers that pull in their respective kernel
   sources while adding just enough compat goo to be usable
VersionDeltaFile
1.2+2-1,159usr.bin/gooeymux/wsemul_vt100.c
1.2+2-994usr.bin/gooeymux/wsemul_vt100_subr.c
1.2+2-213usr.bin/gooeymux/wsemul_vt100_keys.c
1.2+2-157usr.bin/gooeymux/wsemul_vt100_chars.c
1.1+52-0usr.bin/gooeymux/kernelstuff.h
1.2+1-1usr.bin/gooeymux/Makefile
+61-2,5246 files

FreeBSD/ports 4c4f2eafinance/R-cran-strucchange Makefile distinfo

finance/R-cran-strucchange: Update to 1.6-0

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

FreeBSD/ports cd7c885lang/gcc12/files patch-libgcc_config_rs6000_freebsd-unwind.h, lang/gcc13/files patch-libgcc_config_rs6000_freebsd-unwind.h

lang/gcc1?: further improvements for powerpc64*

1. Backport of e8385ea3b57862ce6c6ace5e6973b96cf238f4b6. Fixes libgcc
on powerpc64*, found with octave crashing.
2. Merge https://gcc.gnu.org/pipermail/gcc-patches/2026-July/723975.html,
not yet upstreamed, but allows to build all the remaining failing ports
due to ld128 switch for powerpc64le.

Differential Revision:  https://reviews.freebsd.org/D58116
DeltaFile
+59-0lang/gcc13/files/patch-libgcc_config_rs6000_freebsd-unwind.h
+59-0lang/gcc12/files/patch-libgcc_config_rs6000_freebsd-unwind.h
+59-0lang/gcc16/files/patch-libgcc_config_rs6000_freebsd-unwind.h
+59-0lang/gcc15/files/patch-libgcc_config_rs6000_freebsd-unwind.h
+40-0lang/gcc15/files/patch-libgcc_config_rs6000_libgcc-freebsd-float128.ver
+40-0lang/gcc16/files/patch-libgcc_config_rs6000_libgcc-freebsd-float128.ver
+316-039 files not shown
+961-2445 files

LLVM/project d99bd3ellvm/include/llvm/ExecutionEngine/Orc/RTBridge Calls.h Proxy.h, llvm/include/llvm/ExecutionEngine/Orc/RTBridge/SPS ProxySpecs.h

[ORC] Rename RTBridge Caller to Proxy (#215077)

Mechanical rename of the controller-side call handle, with no functional
change:

- rt::Caller<Sig> -> rt::Proxy<Sig> (and CallerBase / CallerInit /
callerInit / buildCallers -> Proxy*), RTBridge/Calls.h ->
RTBridge/Proxy.h.
- rt::sps::CallerSpec -> rt::sps::ProxySpec, RTBridge/SPS/Calls.h ->
RTBridge/SPS/ProxySpecs.h.
- The named proxies for function-calling wrappers gain a Call verb
(CallMainProxy, CallInt32Int32Proxy, ...), matching the
orc_rt_ci_sps_call_* wrappers they target.

This frees "caller" for the executor-side concept: a runtime function
that calls another function.

Also split the unit test along the same seam: ProxyTest.cpp covers
generic, protocol-agnostic rt::Proxy behavior via an in-process dispatch
(no serialization), and SPSProxiesTest.cpp covers the SPS proxies'
serialization round-trips.
DeltaFile
+0-318llvm/unittests/ExecutionEngine/Orc/SPSCallersTest.cpp
+256-0llvm/unittests/ExecutionEngine/Orc/ProxyTest.cpp
+209-0llvm/unittests/ExecutionEngine/Orc/SPSProxiesTest.cpp
+0-206llvm/include/llvm/ExecutionEngine/Orc/RTBridge/Calls.h
+206-0llvm/include/llvm/ExecutionEngine/Orc/RTBridge/Proxy.h
+94-0llvm/include/llvm/ExecutionEngine/Orc/RTBridge/SPS/ProxySpecs.h
+765-5247 files not shown
+783-63513 files

FreeBSD/ports 1eb3fd4math/scilab Makefile pkg-plist, math/scilab/files patch-configure patch-hdf5

math/scilab: upgrade to 2026.1.0 and undeprecate

Latest releases notes at
        https://gitlab.com/scilab/scilab/-/blob/2026.1.0/scilab/CHANGES.md

Also take maintainership.

This is a first attempt at an upgrade of this port. It is usuable, but
not perfect: don't hesitate to send patches!

Known limitations:
- I've not been able to get a dynamic libary_path, this explains the
work-around in etc/jvm_options.xml, and a non-breaking exception when
starting;

- MAKE_JOBS_UNSAFE has to be set, should be avoidable with some fixes in
the makefiles;

- FreeBSD is not officially supported, and no Atoms modules are available
for us ATM.
DeltaFile
+7,656-10,084math/scilab/pkg-plist
+0-380math/scilab/files/patch-jogamp-jogl-2.3.2
+92-45math/scilab/Makefile
+95-0math/scilab/files/patch-etc_jvm__options.xml.inst
+0-81math/scilab/files/patch-hdf5
+53-21math/scilab/files/patch-configure
+7,896-10,61113 files not shown
+8,056-10,72019 files

FreeBSD/ports e5e59bfdevel Makefile, devel/jakarta-activation distinfo pkg-descr

devel/jakarta-activation: new port, Jakarta Activation

This is needed by Scilab.
DeltaFile
+27-0devel/jakarta-activation/Makefile
+6-0devel/jakarta-activation/pkg-descr
+3-0devel/jakarta-activation/distinfo
+1-0devel/Makefile
+37-04 files

FreeBSD/ports fb3c85bdevel Makefile, devel/javafx-jars distinfo pkg-descr

devel/javafx-jars: new port, jar files provided by OpenJFX

This is needed by Scilab.
DeltaFile
+28-0devel/javafx-jars/Makefile
+8-0devel/javafx-jars/pkg-plist
+6-0devel/javafx-jars/pkg-descr
+3-0devel/javafx-jars/distinfo
+1-0devel/Makefile
+46-05 files

FreeBSD/ports 961d78edevel Makefile, devel/javax-activation distinfo pkg-descr

devel/javax-activation: new port, Java Activation Framework

Remark: this is an ancient .jar file, it should have been superseded by
jakarta-activation, but it is still required to build the recent Scilab.
DeltaFile
+27-0devel/javax-activation/Makefile
+7-0devel/javax-activation/pkg-descr
+3-0devel/javax-activation/distinfo
+1-0devel/Makefile
+38-04 files

FreeBSD/ports e1e6766www Makefile, www/httpclient5 distinfo pkg-descr

www/httpclient5: new port, Java components implementing the client side HTTP services v5

Required by Scilab.
DeltaFile
+26-0www/httpclient5/Makefile
+4-0www/httpclient5/pkg-descr
+3-0www/httpclient5/distinfo
+1-0www/Makefile
+34-04 files

FreeBSD/ports 98dcce9textproc/saxon-he Makefile

textproc/saxon-he: install Saxon-HE.jar

Required by Scilab.
DeltaFile
+4-2textproc/saxon-he/Makefile
+4-21 files

FreeBSD/ports c9be4bfmath/jlatexmath pkg-plist distinfo

math/jlatexmath: adding jlatexmath-font-cyrillic + jlatexmath-font-greek

They are required by Scilab.
DeltaFile
+9-5math/jlatexmath/Makefile
+5-1math/jlatexmath/distinfo
+4-0math/jlatexmath/pkg-plist
+18-63 files

FreeBSD/ports 6d207f3java/eclipse-ecj distinfo Makefile, java/eclipse-ecj/files patch-build.xml

java/eclipse-ecj: update to 4.40 and un-deprecate
DeltaFile
+15-15java/eclipse-ecj/Makefile
+0-24java/eclipse-ecj/files/patch-build.xml
+3-2java/eclipse-ecj/distinfo
+18-413 files

FreeBSD/ports 9447332www Makefile, www/httpcore5 pkg-descr distinfo

www/httpcore5: new port, java components implementing the base HTTP protocol v.5

Required by Scilab.
DeltaFile
+26-0www/httpcore5/Makefile
+3-0www/httpcore5/distinfo
+2-0www/httpcore5/pkg-descr
+1-0www/Makefile
+32-04 files

FreeBSD/ports 30bbf1atextproc/fop pkg-plist Makefile

textproc/fop: install the .jar files under $JAVAJARDIR with fop-core
DeltaFile
+7-1textproc/fop/Makefile
+6-0textproc/fop/pkg-plist
+13-12 files

FreeBSD/ports 677b89ddevel Makefile, devel/javax.annotation-api pkg-descr distinfo

devel/javax.annotation-api: new port, Common Annotations for the Java Platform

Required by Scilab.
DeltaFile
+26-0devel/javax.annotation-api/Makefile
+3-0devel/javax.annotation-api/distinfo
+2-0devel/javax.annotation-api/pkg-descr
+1-0devel/Makefile
+32-04 files

FreeBSD/ports abdebb2devel Makefile, devel/jaxb-impl pkg-descr distinfo

devel/jaxb-impl: new port, Eclipse Implementation of JAXB

Required by Scilab.
DeltaFile
+26-0devel/jaxb-impl/Makefile
+3-0devel/jaxb-impl/distinfo
+2-0devel/jaxb-impl/pkg-descr
+1-0devel/Makefile
+32-04 files

FreeBSD/ports 70a03cewww Makefile, www/jcef distinfo pkg-descr

www/jcef: new port, Java Chromium Embedded Framework

Required by Scilab.
DeltaFile
+32-0www/jcef/Makefile
+3-0www/jcef/distinfo
+3-0www/jcef/pkg-descr
+1-0www/Makefile
+39-04 files

FreeBSD/ports 7db0ddbdevel Makefile, devel/gson distinfo pkg-descr

devel/gson: new port, Java library to convert Java Objects into JSON

This is a basic port, just to install a dependency used by Scilab.
It uses a pre-built jar provided by Maven.
DeltaFile
+26-0devel/gson/Makefile
+10-0devel/gson/pkg-descr
+5-0devel/gson/distinfo
+1-0devel/Makefile
+42-04 files

FreeBSD/ports 4043e7cdevel/flexdock distinfo Makefile

devel/flexdock: upgrade to 1.2.5
DeltaFile
+4-3devel/flexdock/Makefile
+3-2devel/flexdock/distinfo
+7-52 files

FreeBSD/ports 5cedaa1graphics/jogamp-jogl Makefile, graphics/jogamp-jogl/files patch-jogl__make__build-common.xml patch-gluegen_make_gluegen-cpptasks-base.xml

graphics/jogamp-jogl: upgrade to 2.6.0 and undeprecate

News at
https://jogamp.org/wiki/index.php/SW_Tracking_Report_Objectives_for_the_release_2.6.0
DeltaFile
+0-97graphics/jogamp-jogl/files/patch-gluegen2
+26-48graphics/jogamp-jogl/files/patch-freebsd
+73-0graphics/jogamp-jogl/files/patch-gluegen_make_build.xml
+23-14graphics/jogamp-jogl/Makefile
+17-17graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml
+15-13graphics/jogamp-jogl/files/patch-jogl__make__build-common.xml
+154-1892 files not shown
+164-1988 files

FreeBSD/ports ca4dcf7. MOVED, textproc Makefile

textproc/lucene5: repomove to textproc/lucene9

Upgrade from 5 to 9 for Scilab.
Note: lucene9 is not the latest release!
DeltaFile
+91-0textproc/lucene9/Makefile
+3-0textproc/lucene9/distinfo
+3-0textproc/lucene9/pkg-descr
+1-1textproc/Makefile
+1-0MOVED
+99-15 files

FreeBSD/ports 944203dtextproc/lucene5 pkg-descr Makefile, textproc/lucene9 pkg-descr distinfo

textproc/lucene9: upgrade to 9.12.2

Changelogs at https://lucene.apache.org/core/9_12_2/changes/Changes.html
DeltaFile
+0-91textproc/lucene5/Makefile
+24-59textproc/lucene9/Makefile
+43-0textproc/lucene9/pkg-plist
+3-3textproc/lucene9/distinfo
+3-1textproc/lucene9/pkg-descr
+0-3textproc/lucene5/pkg-descr
+73-1571 files not shown
+73-1607 files

OpenBSD/ports XSVOP4Xdevel/libffi distinfo Makefile, devel/libffi/patches patch-src_arm_ffi_c patch-src_aarch64_ffi_c

   Update to libffi-3.8.0.
VersionDeltaFile
1.16+2-2devel/libffi/distinfo
1.61+2-2devel/libffi/Makefile
1.8+1-1devel/libffi/patches/patch-src_aarch64_ffi_c
1.13+0-0devel/libffi/patches/patch-src_arm_ffi_c
+5-54 files

FreeBSD/src 8696cc6sys/net iflib.c

iflib: Avoid locking for unsupported VF status queries

ifconfig -v requests SR-IOV VF status from every interface.  iflib
previously acquired the context lock before dispatching the request even
for VFs and drivers using the default unsupported method.  Mailbox work
on a VF could therefore delay the complete interface listing.

VF status describes the children of an SR-IOV PF.  Reject requests on
VF contexts and classes using the default method without taking the
context lock.  Keep the lock for actual PF status providers.

Fixes:  1ccf543b21ef ("ifconfig: Add SR-IOV VF status output")
DeltaFile
+17-0sys/net/iflib.c
+17-01 files

OpenBSD/ports EoAZiyxx11/mate/eom Makefile

   Also needs devel/autoconf-archive.
VersionDeltaFile
1.36+2-1x11/mate/eom/Makefile
+2-11 files

OpenBSD/ports RLE2qajx11/mate/eom Makefile

   Need BDEP on textproc/gtk-doc.
VersionDeltaFile
1.35+2-1x11/mate/eom/Makefile
+2-11 files

NetBSD/pkgsrc-wip 8fc332ffish Makefile cargo-depends.mk, fish/patches patch-Cargo.toml patch-cmake_Install.cmake

fish: start update, fails to build
DeltaFile
+1,731-0fish/PLIST
+535-0fish/distinfo
+177-0fish/cargo-depends.mk
+92-0fish/Makefile
+39-0fish/patches/patch-cmake_Install.cmake
+35-0fish/patches/patch-Cargo.toml
+2,609-03 files not shown
+2,649-09 files

FreeBSD/ports 4551e8esecurity/vuxml/vuln 2026.xml

security/vuxml: Document Roundcube vulnerabilities
DeltaFile
+41-0security/vuxml/vuln/2026.xml
+41-01 files