Be explicit about why a port is being reinstalled
modified libpkg/pkg.h.in
@@ -213,7 +213,8 @@ typedef enum {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_jobs.c
@@ -684,12 +684,14 @@ newer_than_local_pkg(struct pkg_jobs *j, struct pkg *rp, bool force)
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -704,12 +706,14 @@ newer_than_local_pkg(struct pkg_jobs *j, struct pkg *rp, bool force)
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -723,12 +727,14 @@ newer_than_local_pkg(struct pkg_jobs *j, struct pkg *rp, bool force)
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -48,7 +48,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified pkg/utils.c
@@ -539,7 +539,7 @@ print_jobs_summary(struct pkg_jobs *jobs, const char *msg, ...)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -563,7 +563,8 @@ print_jobs_summary(struct pkg_jobs *jobs, const char *msg, ...)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -615,7 +616,10 @@ print_jobs_summary(struct pkg_jobs *jobs, const char *msg, ...)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|