Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Disable remote packages detection in universe.
Vsevolod Stakhov committed 12 years ago
commit 1ae7f77f4419b06c225962b76aa53f2d6c9c90e6
parent 3cf625f
1 file changed +2 -0
modified libpkg/pkg_jobs.c
@@ -577,6 +577,7 @@ pkg_jobs_add_universe(struct pkg_jobs *j, struct pkg *pkg,
		else if (ret != EPKG_OK)
			return (EPKG_FATAL);

+
#if 0
		if (pkg->type == PKG_INSTALLED &&
				(j->type == PKG_JOBS_UPGRADE ||
						j->type == PKG_JOBS_INSTALL)) {
@@ -597,6 +598,7 @@ pkg_jobs_add_universe(struct pkg_jobs *j, struct pkg *pkg,

			rpkg = NULL;
		}
+
#endif
	}

	/* Go through all depends */