aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2025-04-04 10:38:39 +0000
committerGleb Popov <arrowd@FreeBSD.org>2025-04-04 19:11:59 +0000
commita4db1fde8259cbf8c555e64c25fb5c142f152aca (patch)
treed2d7a14b6b8039c2e63f7df5509999db0a0f5202
parent87b108e9d6140e94d3c26d8ca64136c26b53a318 (diff)
UPDATING: State that manual intervention is no longer required when installing glib
-rw-r--r--UPDATING17
1 files changed, 4 insertions, 13 deletions
diff --git a/UPDATING b/UPDATING
index 37430f648c6b..9e398da95db7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -39,20 +39,11 @@ you update your ports collection, before attempting any port upgrades.
devel/gobject-introspection@bootstrap. This in turn provides for a normal
devel/glib20 build, which finally fulfills a dependency for normal devel/gobject-introspection
- Users that are building outside of the isolated environments would need to
- manually resolve the conflict when installing devel/glib20 for the first time.
- At some point during the build the installed *-boostrap packages will prevent
- a corresponding normal package from installing. Users would need to run
+ Users that are building outside of the isolated environments will be ending
+ up with useless glib-bootstrap and gobject-introspection-bootstrap packages
+ installed after each update. These can be removed with
- pkg remove glib-bootstrap
-
- and later
-
- pkg remove gobject-introspection-bootstrap
-
- to proceed with installation. Luckily, this should not be required for the
- further upgrades, because the installed packages would directly provide for
- the being built ones.
+ pkg remove glib-bootstrap gobject-introspection-bootstrap
20250327:
AFFECTS: users of thunderbird