FreeBSD/ports 6e8127csysutils/vagrant-gitlab Makefile

sysutils/vagrant-gitlab: fix regression from 5efa5ed133f6d472ae214a295700f93e2908c173
DeltaFile
+2-2sysutils/vagrant-gitlab/Makefile
+2-21 files

FreeBSD/ports d7eb707devel Makefile, devel/rubygem-listen-gitlab Makefile pkg-descr

devel/rubygem-listen-gitlab: new port required for vagrant-gitlab
DeltaFile
+25-0devel/rubygem-listen-gitlab/Makefile
+12-0devel/rubygem-listen-gitlab/pkg-descr
+3-0devel/rubygem-listen-gitlab/distinfo
+1-0devel/Makefile
+41-04 files

FreeBSD/ports a0dd3ecnet-mgmt/networkmgr distinfo pkg-plist

net-mgmt/networkmgr: update to 6.8
DeltaFile
+3-3net-mgmt/networkmgr/distinfo
+3-0net-mgmt/networkmgr/pkg-plist
+1-2net-mgmt/networkmgr/Makefile
+7-53 files

FreeBSD/src b8d55a8usr.bin/touch touch.c

touch: Fix setting time of created file if fstat() fails

Previously, if creating the file and fstat() fails, we would've ended up
calling utimensat() on that file anyways with whatever was in sb.  Not
that this is an error likely to happen...

We don't check for the return value of close() as we aren't writing
anything to the file and the file is always created on success of
open().

Reviewed by:    kevans
Approved by:    kevans
Fixes:  cb54c500d0e1 ("touch: don't leak descriptor if fstat(2) fails")
Sponsored by:   Klara, Inc.
Differential Revision:  https://reviews.freebsd.org/D55117
MFC after: 1 week
DeltaFile
+4-9usr.bin/touch/touch.c
+4-91 files

FreeBSD/ports 7349f18graphics/processing Makefile

graphics/processing: pin to openjdk8

Dependency comms/rxtx is tied to openjdk8 and installs jars in
PREFIX/openjdk8/jre/lib/ext. This directory is gone in jdk9+, but
processing expects it.
So pin processing to openjdk8 also.
If anybody wants this to be supported by jdk9+, patches are welcome.

PR:     292652
Approve-by:     maintainer timeout
DeltaFile
+1-0graphics/processing/Makefile
+1-01 files

FreeBSD/ports 8eff4cbeditors/featherpad pkg-plist Makefile

editors/featherpad: fix plist (+)

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+1-0editors/featherpad/pkg-plist
+1-0editors/featherpad/Makefile
+2-02 files

FreeBSD/src 484bf5asbin/ifconfig ifgre.c

ifconfig: fix gre(4) status

Set `ifr->ifr_name` to display gre options
for the interface.

Reviewed by: glebius, zlei
Approved by: glebius (mentor)
MFC after: 1 day
Differential Revision: https://reviews.freebsd.org/D55099

(cherry picked from commit c2ba906fa63982d7aa799466d83716d39fe91d2b)
DeltaFile
+2-2sbin/ifconfig/ifgre.c
+2-21 files

FreeBSD/src 6fd6fa4sbin/ifconfig ifgre.c

ifconfig: fix gre(4) status

Set `ifr->ifr_name` to display gre options
for the interface.

Reviewed by: glebius, zlei
Approved by: glebius (mentor)
MFC after: 1 day
Differential Revision: https://reviews.freebsd.org/D55099

(cherry picked from commit c2ba906fa63982d7aa799466d83716d39fe91d2b)
DeltaFile
+2-2sbin/ifconfig/ifgre.c
+2-21 files

FreeBSD/ports 9609a9fgraphics/gegl Makefile, graphics/gegl/files patch-gegl_gegl-init.c

graphics/gegl: deal with FreeBSD procfs in Right Way(tm)

FreeBSD procfs implementation is not equal the linux one.
Handle it correctly
DeltaFile
+63-0graphics/gegl/files/patch-gegl_gegl-init.c
+1-1graphics/gegl/Makefile
+64-12 files

FreeBSD/ports f8b5751x11/babl Makefile, x11/babl/files patch-babl_babl.c

x11/babl: deal with FreeBSD procfs in Right Way(tm)

FreeBSD procfs implementation is not equal the linux one.
Handle it correctly
DeltaFile
+49-0x11/babl/files/patch-babl_babl.c
+1-1x11/babl/Makefile
+50-12 files

FreeBSD/ports 81dfa31www/trac Makefile

www/trac: portfmt && portclippy
DeltaFile
+17-16www/trac/Makefile
+17-161 files

FreeBSD/src 93fbf35release/tools azure.conf openstack.conf, stand/efi/loader main.c

loader: Prefer comma-separated list of values for "console"

PR:             292595
Reviewed by:    imp
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D54923

(cherry picked from commit 56970c3c4b0bc61d972837661a31cc2b9e8e8d7c)
DeltaFile
+2-2stand/efi/loader/main.c
+2-2stand/i386/loader/main.c
+1-1release/tools/azure.conf
+1-1release/tools/openstack.conf
+6-64 files

FreeBSD/ports d98b8acmisc/codex distinfo Makefile.crates

misc/codex: Update to 0.96.0

While here, mark as BROKEN on i386 architecture. It does not build due
to out of memory error.

Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.90.0
- https://github.com/openai/codex/releases/tag/rust-v0.91.0
- https://github.com/openai/codex/releases/tag/rust-v0.92.0
- https://github.com/openai/codex/releases/tag/rust-v0.93.0
- https://github.com/openai/codex/releases/tag/rust-v0.94.0
- https://github.com/openai/codex/releases/tag/rust-v0.95.0
- https://github.com/openai/codex/releases/tag/rust-v0.96.0

Reported by:    GitHub (watch releases)
DeltaFile
+801-481misc/codex/distinfo
+399-239misc/codex/Makefile.crates
+12-7misc/codex/Makefile
+1,212-7273 files

FreeBSD/ports 0d7a44esysutils/smartmontools Makefile

sysutils/smartmontools: portfmt && portclippy
DeltaFile
+3-4sysutils/smartmontools/Makefile
+3-41 files

FreeBSD/src edde7a7release/tools openstack.conf azure.conf, stand/efi/loader main.c

loader: Prefer comma-separated list of values for "console"

PR:             292595
Reviewed by:    imp
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D54923

(cherry picked from commit 56970c3c4b0bc61d972837661a31cc2b9e8e8d7c)
DeltaFile
+2-2stand/i386/loader/main.c
+2-2stand/efi/loader/main.c
+1-1release/tools/openstack.conf
+1-1release/tools/azure.conf
+6-64 files

FreeBSD/ports 377c24acomms/ebusd Makefile

comms/ebusd: portfmt && portclippy
DeltaFile
+11-9comms/ebusd/Makefile
+11-91 files

FreeBSD/src 8514035release/tools azure.conf openstack.conf, stand/efi/loader main.c

loader: Prefer comma-separated list of values for "console"

PR:             292595
Reviewed by:    imp
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D54923

(cherry picked from commit 56970c3c4b0bc61d972837661a31cc2b9e8e8d7c)
DeltaFile
+2-2stand/efi/loader/main.c
+2-2stand/i386/loader/main.c
+1-1release/tools/azure.conf
+1-1release/tools/openstack.conf
+6-64 files

FreeBSD/ports 884800castro/traccar Makefile

astro/traccar: portfmt && portclippy
DeltaFile
+10-8astro/traccar/Makefile
+10-81 files

FreeBSD/ports dcd556bgraphics/xournalpp pkg-plist distinfo

graphics/xournalpp: update 1.2.8 → 1.3.2

Reported by:    portscout
DeltaFile
+68-12graphics/xournalpp/pkg-plist
+3-3graphics/xournalpp/distinfo
+2-2graphics/xournalpp/Makefile
+73-173 files

FreeBSD/ports 5a62727devel/ispc Makefile distinfo

devel/ispc: update 1.29.1 → 1.30.0

Reported by:    portscout
DeltaFile
+6-2devel/ispc/Makefile
+3-3devel/ispc/distinfo
+1-0devel/ispc/pkg-plist
+10-53 files

FreeBSD/ports 114b635net-mgmt/victoria-logs Makefile

net-mgmt/victoria-logs: portfmt/portclippy
DeltaFile
+12-10net-mgmt/victoria-logs/Makefile
+12-101 files

FreeBSD/ports e5c9664www/py-fastapi distinfo Makefile

www/py-fastapi: Update to 0.128.1
DeltaFile
+3-3www/py-fastapi/distinfo
+1-1www/py-fastapi/Makefile
+4-42 files

FreeBSD/ports ea2107bwww/openemr distinfo Makefile

www/openemr: Update to 7.0.4
DeltaFile
+3-3www/openemr/distinfo
+1-1www/openemr/Makefile
+4-42 files

FreeBSD/ports 0589ed4sysutils Makefile, sysutils/xclipsync Makefile pkg-descr

sysutils/xclipsync: New port: Trivial tool for synchronizing the clipboard between two X11 sessions

xclipsync is a simple and lightweight script for synchronizing the
clipboard between two X servers created, for example, by Xephyr(1) or
Xnest(1), or even for synchronizing the clipboard between the host and
another X server.

WWW: https://github.com/DtxdF/xclipsync
DeltaFile
+26-0sysutils/xclipsync/Makefile
+4-0sysutils/xclipsync/pkg-descr
+3-0sysutils/xclipsync/distinfo
+1-0sysutils/Makefile
+34-04 files

FreeBSD/ports 6fb64b0math/octave-forge-mqtt Makefile distinfo

math/octave-forge-mqtt: Update to 0.0.6.
DeltaFile
+3-3math/octave-forge-mqtt/Makefile
+3-3math/octave-forge-mqtt/distinfo
+6-62 files

FreeBSD/ports c5946f3math/R-cran-carData distinfo Makefile

math/R-cran-carData: Update to 3.0.6
DeltaFile
+3-3math/R-cran-carData/distinfo
+1-2math/R-cran-carData/Makefile
+4-52 files

FreeBSD/ports 76a32eclang/python-doc-html distinfo, lang/python313 pkg-plist distinfo

lang/python313: update to 3.13.12

Changelog: https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-12-final

Security: bfe9adc8-0224-11f1-8790-c5fb948922ad
(cherry picked from commit 056eb4a46607adf3a52a092a1d3a350583f4604e)
DeltaFile
+21-0lang/python313/pkg-plist
+5-5lang/python-doc-html/distinfo
+3-3lang/python313/distinfo
+1-1lang/python313/Makefile.version
+30-94 files

FreeBSD/ports 056eb4alang/python-doc-html distinfo, lang/python313 pkg-plist distinfo

lang/python313: update to 3.13.12

Changelog: https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-12-final

Security: bfe9adc8-0224-11f1-8790-c5fb948922ad
DeltaFile
+21-0lang/python313/pkg-plist
+5-5lang/python-doc-html/distinfo
+3-3lang/python313/distinfo
+1-1lang/python313/Makefile.version
+30-94 files

FreeBSD/ports 8c60dd3math/R-cran-car distinfo Makefile

math/R-cran-car: Update to 3.1.5
DeltaFile
+3-3math/R-cran-car/distinfo
+1-2math/R-cran-car/Makefile
+4-52 files

FreeBSD/ports 892e31alang/python-doc-html distinfo Makefile

lang/python-doc-html: populate 3.13

(cherry picked from commit 4d6beca9f3de3c8187f2bdc105fdf113cbc9218c)
DeltaFile
+5-1lang/python-doc-html/distinfo
+1-1lang/python-doc-html/Makefile
+6-22 files