vec: convert pkg-message to vector
modified libpkg/pkg.c
@@ -103,7 +103,7 @@ pkg_free(struct pkg *pkg)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -247,7 +247,7 @@ pkg_set_s(struct pkg *pkg, pkg_attr attr, const char *str)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1409,7 +1409,7 @@ pkg_is_installed(struct pkgdb *db, const char *name)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1506,7 +1506,7 @@ pkg_message_from_ucl(struct pkg *pkg, const ucl_object_t *obj)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1542,7 +1542,7 @@ pkg_message_from_ucl(struct pkg *pkg, const ucl_object_t *obj)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1556,7 +1556,7 @@ pkg_message_from_ucl(struct pkg *pkg, const ucl_object_t *obj)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1612,8 +1612,8 @@ pkg_message_to_ucl(const struct pkg *pkg)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1662,7 +1662,7 @@ pkg_message_to_str(struct pkg *pkg)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_add.c
@@ -1623,8 +1623,8 @@ pkg_add_common(struct pkg_add_db *db, const char *path, unsigned flags,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_delete.c
@@ -120,14 +120,14 @@ pkg_delete(struct pkg *pkg, struct pkg *rpkg, struct pkgdb *db, int flags,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_ports.c
@@ -707,7 +707,7 @@ apply_keyword_file(ucl_object_t *obj, struct plist *p, char *line, struct file_a
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1355,10 +1355,10 @@ pkg_add_port(struct pkgdb *db, struct pkg *pkg, const char *input_path,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_printf.c
@@ -1273,8 +1273,8 @@ format_message(xstring *buffer, const void *data, struct percent_esc *p)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb_iterator.c
@@ -882,7 +882,7 @@ populate_pkg(sqlite3_stmt *stmt, struct pkg *pkg) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -171,7 +171,7 @@ struct pkg_repo;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|