tunefs: Don't combine GEOM journaling with SU
GEOM journaling shouldn't be used at the same time as soft updates, so
don't enable one if the other is already in use.
MFC after: 1 week
PR: 293896
Reviewed by: mckusick
Differential Revision: https://reviews.freebsd.org/D56002
(cherry picked from commit b1f72dd2a9a5e69a310b9e76b55f16cff433b8da)
newfs: Don't combine GEOM journaling with SU
GEOM journaling shouldn't be used at the same time as soft updates, so
don't enable soft updates if GEOM journaling has been requested, and
error out if both are explicitly requested.
MFC after: 1 week
PR: 293896
Reviewed by: mckusick
Differential Revision: https://reviews.freebsd.org/D55999
(cherry picked from commit e30fcdaae2e68458da83d5420e6034c5f384e5f2)
tunefs: Don't combine GEOM journaling with SU
GEOM journaling shouldn't be used at the same time as soft updates, so
don't enable one if the other is already in use.
MFC after: 1 week
PR: 293896
Reviewed by: mckusick
Differential Revision: https://reviews.freebsd.org/D56002
(cherry picked from commit b1f72dd2a9a5e69a310b9e76b55f16cff433b8da)
newfs: Don't combine GEOM journaling with SU
GEOM journaling shouldn't be used at the same time as soft updates, so
don't enable soft updates if GEOM journaling has been requested, and
error out if both are explicitly requested.
MFC after: 1 week
PR: 293896
Reviewed by: mckusick
Differential Revision: https://reviews.freebsd.org/D55999
(cherry picked from commit e30fcdaae2e68458da83d5420e6034c5f384e5f2)
newfs: Don't combine GEOM journaling with SU
GEOM journaling shouldn't be used at the same time as soft updates, so
don't enable soft updates if GEOM journaling has been requested, and
error out if both are explicitly requested.
MFC after: 1 week
PR: 293896
Reviewed by: mckusick
Differential Revision: https://reviews.freebsd.org/D55999
(cherry picked from commit e30fcdaae2e68458da83d5420e6034c5f384e5f2)
tunefs: Don't combine GEOM journaling with SU
GEOM journaling shouldn't be used at the same time as soft updates, so
don't enable one if the other is already in use.
MFC after: 1 week
PR: 293896
Reviewed by: mckusick
Differential Revision: https://reviews.freebsd.org/D56002
(cherry picked from commit b1f72dd2a9a5e69a310b9e76b55f16cff433b8da)
x11-toolkits/amtk: update to 5.10.0
Update to 5.10.0
News in 5.10.0, 2026-03-27
--------------------------
* Change the definition of Amtk to "The Good Morning Toolkit".
libgedit-amtk contains extra features for GTK 3, not only limited to the
"Actions, Menus and Toolbars Kit".
* Add AmtkTreeViewScrolledWindowSizing, an improved version imported from
libgedit-gtksourceview.
Adjust pkg-descr and COMMENT according to upstream new definition
Pet portclippy and add USE_LDCONFIG to pacify portlint (truckman)
PR: 294208
x11-toolkits/libgedit-gtksourceview: update to 299.7.0
Update to 299.7.0
News in 299.7.0, 2026-03-27
---------------------------
Completion framework:
* Cherry-pick a few commits from GtkSourceView 4 to no longer use deprecated API
and use gdk_window_move_to_rect().
* Move GtkSourceCompletionContainer to libgedit-amtk as
AmtkTreeViewScrolledWindowSizing.
* Some code refactorings.
File loading and saving:
* Move some code to libgedit-gfls and depend on it:
- GtkSourceIconv -> GflsIconv
- GtkSourceInputStream -> GflsInputStream
- Use gfls_encoding_try_convert()
Syntax highlightging:
* Improvements to the syntax highlighting of: markdown and yaml.
[10 lines not shown]
filesystems/libgedit-gfls: update to 0.4.0
Update to 0.4.0
News in 0.4.0, 2026-03-27
-------------------------
- New features: GflsBytesRegion, GflsBytesRegionBuilder and GflsEncodingConvert.
- New features imported from libgedit-gtksourceview: GflsIconv.
- GflsInputStream: import improved version from libgedit-gtksourceview.
- Translation updates.
Pet portclippy and add USE_LDCONFIG to pacify portlint (truckman)
PR: 294209