Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Restore the reasons flags to explain why something got reinstalled
Baptiste Daroussin committed 10 years ago
commit ff3d0d937d6cd37a959d816386606d51569a8aa4
parent 9760d5f
1 file changed +2 -0
modified libpkg/pkg_jobs_universe.c
@@ -287,6 +287,8 @@ pkg_jobs_universe_process_deps(struct pkg_jobs_universe *universe,
			LL_FOREACH(rpkgs, cur_remote) {
				rpkg = cur_remote->p;
				if (npkg != NULL) {
+
					/* Set reason for upgrades */
+
					pkg_jobs_need_upgrade(rpkg, npkg);
					/* Save automatic flag */
					rpkg->automatic = npkg->automatic;
				}