Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Use proper origin in 'no packages matching' warning when missing from remote
Bryan Drewery committed 12 years ago
commit f89e93106b08417602d2919a0bccb272371bd0bc
parent 04923e330593d1ff6312d66d0b63b54b0e864c29
1 file changed +1 -1
modified libpkg/pkg_jobs.c
@@ -798,7 +798,7 @@ jobs_solve_install(struct pkg_jobs *j)
				d = NULL;
				pkg_get(pkg, PKG_ORIGIN, &origin);
				if (get_remote_pkg(j, origin, MATCH_EXACT, true) == EPKG_FATAL)
-
					pkg_emit_error("No packages matching '%s', has been found in the repositories", pkg_dep_origin(d));
+
					pkg_emit_error("No packages matching '%s', has been found in the repositories", origin);

				while (pkg_rdeps(pkg, &d) == EPKG_OK) {
					if (get_remote_pkg(j, pkg_dep_origin(d), MATCH_EXACT, false) == EPKG_FATAL)