git: DragonFly_RELEASE_6_4 nrelease: Fix build due to 'pkg autoremove' removing itself
Aaron LI
aly at crater.dragonflybsd.org
Sun Apr 27 18:09:51 PDT 2025
commit 7aa0101375a3ffecde24837c935092d557ecf3ea
Author: Aaron LI <aly at aaronly.me>
Date: Mon Mar 31 22:26:53 2025 +0800
nrelease: Fix build due to 'pkg autoremove' removing itself
Since 2025Q1, if the 'ports-mgmt/pkg' package is installed as a
dependency of another package, it will be marked as 'automatic'
and will be removed by a later 'pkg autoremove', which would cause
the nrelease build to fail. Therefore, explicitly install it to
fix the issue.
Reported-by: tuxillo
Discussed-with: bapt
Summary of changes:
nrelease/Makefile | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7aa0101375a3ffecde24837c935092d557ecf3ea
--
DragonFly BSD source repository
More information about the Commits
mailing list