move pkg_emit_manifest_file into public API and use it
modified libpkg/pkg.h.in
@@ -763,6 +763,7 @@ int pkg_load_manifest_file(struct pkg *pkg, const char *fpath);
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -384,7 +384,6 @@ int pkg_register_shlibs(struct pkg *pkg);
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified pkg/utils.c
@@ -195,7 +195,6 @@ print_info(struct pkg * const pkg, unsigned int options)
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -229,11 +228,8 @@ print_info(struct pkg * const pkg, unsigned int options)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|