Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Disable support for autoplist in staging as it breaks meta ports
Bryan Drewery committed 12 years ago
commit 08b622770c3783cd8afb7dfb2d4393e58244fe1b
parent a33f4d405e6ea9b6b59cbcb864c8e2c4a52fd1fa
1 file changed +2 -1
modified libpkg/pkg_create.c
@@ -339,7 +339,8 @@ pkg_create_staged(const char *outdir, pkg_formats format, const char *rootdir,
		goto cleanup;
	}

-
	if (pkg_files(pkg, &file) != EPKG_OK &&
+
	/* XXX: autoplist support doesn't work right with meta-ports */
+
	if (0 && pkg_files(pkg, &file) != EPKG_OK &&
	    pkg_dirs(pkg, &dir) != EPKG_OK) {
		/* Now traverse the file directories, adding to the archive */
		packing_append_tree(pkg_archive, md_dir, NULL);