2,024,985 commits found in 95 milliseconds
Merge branch 'freebsd/current/main' into hardened/current/master
HardenedBSD /ports 3abb247 — devel/electron38/files/packagejsons yarn.lock, devel/electron38/files/packagejsons/.yarn/releases yarn-4.12.0.cjs yarn-4.11.0.cjs Merge branch 'freebsd/main' into hardenedbsd/main
sys/conf/options: remove improper full stops
Only keep them when used in a sentence.
Reviewed by: vexeduxr
Signed-off-by: Quentin Thébault <quentin.thebault at defenso.fr>
Sponsored by: Defenso
Closes: https://github.com/freebsd/freebsd-src/pull/2004
sys/subr_module: remove useless macro gates
These constants are always defined by sys/sys/linker.h.
Reviewed by: vexeduxr
Signed-off-by: Quentin Thébault <quentin.thebault at defenso.fr>
Sponsored by: Defenso
MFC after: 2 weeks
Closes: https://github.com/freebsd/freebsd-src/pull/2004
devel/nextpnr-devel: Add new port
This is a version of the existing devel/nextpnr port tracking the upstream master
branch as actual releases happen rarely and most users outside of FreeBSD use
the shell script based oss-cad-suite to build/install nextpnr.
databases/py-harlequin: Add missing dependency
- Bump PORTREVISION
- Mark BROKEN: fails to run because requires devel/py-tree-sitter >= 0.25.2
(see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289772 )
devel/py-tree-sitter-sql: Add new port
Tree-sitter-sql is a general/permissive SQL grammar for tree-sitter.
https://github.com/derekstride/tree-sitter-sql
deskutils/ekphos: Update to 0.20.10
ChangeLog: https://github.com/hanebox/ekphos/releases/tag/v0.20.10
Reported by: han <notifications at github.com>
java/netbeans: Update 17 => 28, take maintainership
Changelogs:
https://github.com/apache/netbeans/releases/tag/18
https://github.com/apache/netbeans/releases/tag/19
https://github.com/apache/netbeans/releases/tag/20
https://github.com/apache/netbeans/releases/tag/21
https://github.com/apache/netbeans/releases/tag/22
https://github.com/apache/netbeans/releases/tag/23
https://github.com/apache/netbeans/releases/tag/24
https://github.com/apache/netbeans/releases/tag/25
https://github.com/apache/netbeans/releases/tag/26
https://github.com/apache/netbeans/releases/tag/27
https://github.com/apache/netbeans/releases/tag/28
- Repalce PORTVERSION with DISTVERSION.
- Remove shebangfix variables with default values.
- Parametrize netbeans with PORTNAME.
- Fix warnings from portclippy.
[5 lines not shown ] www/librewolf: Update 147.0.3-1 => 147.0.3-2
Changelog:
- Fix newtab.
Commit log:
https://codeberg.org/librewolf/source/compare/147.0.3-1...147.0.3-2
PR: 292948
MFH: 2026Q1
net-mgmt/peering-manager: Update version 1.10.2=>1.10.3
Changelog: https://github.com/peering-manager/peering-manager/releases/tag/v1.10.3
Sponsored by: Nepustil
net-mgmt/netbox: Bump gunicorn version reuirement
Approved by: kai (mail)
www/py-gunicorn: Update version 24.1.0=>25.0.0
Changelog: https://github.com/benoitc/gunicorn/releases/tag/25.0.0
databases/mroonga: Update version 15.07=>15.10
Changelog: https://mroonga.org/docs/news/15.html#release-15-10
databases/valkey: Update version 9.0.1=>9.0.2
Changelog: https://github.com/valkey-io/valkey/releases/tag/9.0.2
net/google-cloud-sdk: Update version 554.0.0=>555.0.0
devel/cirrus-cli: Update version 0.161.1=>0.161.2
Changelog: https://github.com/cirruslabs/cirrus-cli/releases/tag/v0.161.2
databases/freetds-devel: Update version 1.5.241=>1.5.243
graphics/ogre3d: update to 14.5.2 release (+)
Release notes: https://github.com/OGRECave/ogre/releases/tag/v14.5.2
lang/mujs: set version in mujs.pc
PR: 292995
math/highs: update 1.12.0 → 1.13.0
Reported by: portscout
HardenedBSD /ports 27f2951 — devel/py-cucumber-tag-expressions Makefile, devel/py-cucumber-tag-expressions/files patch-pyproject.toml devel/py-uv-build: update 0.9.30 → 0.10.0
lang/odin: update 2026-01 → 2026-02
Reported by: portscout
sysutils/mise: update 2026.2.3 → 2026.2.4
Reported by: portscout
sysutils/xcp: update 0.24.3 → 0.24.7
Reported by: portscout
devel/{,py-}uv: update 0.9.30 → 0.10.0
net/zapret2: update 0.8.6 → 0.9.1
Reported by: portscout
devel/py-spy: New port: Sampling profiler for Python programs
release: Pass optional VM_IMAGE_CONFIG to vm-image
`make vm-image` calls mk-vmimage.sh, which supports
`-c CONFFILE`. This file gets sourced before building the image.
One example of how to use it is to define
vm_extra_filter_base_packages() to filter the list of packages
installed into the VM image:
# vm-nodbg32.conf
vm_extra_filter_base_packages() {
grep -v -E '(-dbg|lib32)'
}
$ make VM_IMAGE_CONFIG=path/to/vm-nodbg32.conf \
VMFORMATS=raw \
-DWITH_VMIMAGES \
vm-image
[3 lines not shown ] textproc/logseq: Bump port revision after electron38 update (e20b87351d03 )