Use fflags set from plist
modified libpkg/packing.c
@@ -148,7 +148,8 @@ cleanup:
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -211,6 +212,9 @@ packing_append_file_attr(struct packing *pack, const char *filepath,
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -311,7 +315,7 @@ packing_append_tree(struct packing *pack, const char *treepath,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg.c
@@ -851,11 +851,13 @@ pkg_addrdep(struct pkg *pkg, const char *name, const char *origin, const char *v
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -894,6 +896,9 @@ pkg_addfile_attr(struct pkg *pkg, const char *path, const char *sha256, const ch
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -957,13 +962,14 @@ pkg_strel_add(struct pkg_strel **list, const char *val, const char *title)
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -998,6 +1004,9 @@ pkg_adddir_attr(struct pkg *pkg, const char *path, const char *uname, const char
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1683,14 +1692,14 @@ pkg_copy_tree(struct pkg *pkg, const char *src, const char *dest)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_attributes.c
@@ -97,6 +97,7 @@ pkg_file_new(struct pkg_file **file)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -118,6 +119,7 @@ pkg_dir_new(struct pkg_dir **d)
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_create.c
@@ -148,7 +148,7 @@ pkg_create_from_dir(struct pkg *pkg, const char *root,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -164,7 +164,7 @@ pkg_create_from_dir(struct pkg *pkg, const char *root,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_manifest.c
@@ -389,7 +389,7 @@ pkg_array(struct pkg *pkg, const ucl_object_t *obj, int attr)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -478,15 +478,12 @@ pkg_obj(struct pkg *pkg, const ucl_object_t *obj, int attr)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -601,7 +598,8 @@ pkg_set_files_from_object(struct pkg *pkg, const ucl_object_t *obj)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -647,7 +645,7 @@ pkg_set_dirs_from_object(struct pkg *pkg, const ucl_object_t *obj)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_ports.c
@@ -272,10 +272,10 @@ dir(struct plist *p, char *line, struct file_attr *a)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -408,10 +408,11 @@ meta_file(struct plist *p, char *line, struct file_attr *a, bool is_config)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo_create.c
@@ -946,7 +946,7 @@ pkg_repo_pack_db(const char *name, const char *archive, char *path,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb_iterator.c
@@ -386,8 +386,7 @@ pkgdb_load_dirs(sqlite3 *sqlite, struct pkg *pkg)
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -226,6 +226,7 @@ struct pkg_file {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -234,6 +235,7 @@ struct pkg_dir {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -578,8 +580,8 @@ struct packing;
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -652,17 +654,15 @@ void plist_free(struct plist *);
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
|