Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Restore the reasons flags to explain why something got reinstalled
Baptiste Daroussin committed 10 years ago
commit ff3d0d937d6cd37a959d816386606d51569a8aa4
parent 9760d5f548c4eb2c3da8b4303a9228f267192cdc
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;
				}