Add dep_formula field.
modified libpkg/pkg.c
@@ -77,6 +77,7 @@ pkg_free(struct pkg *pkg)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -271,6 +272,9 @@ pkg_vget(const struct pkg * restrict pkg, va_list ap)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -405,6 +409,10 @@ pkg_vset(struct pkg *pkg, va_list ap)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -292,6 +292,7 @@ typedef enum {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_manifest.c
@@ -83,6 +83,7 @@ static struct manifest_key {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -326,6 +327,9 @@ pkg_string(struct pkg *pkg, const ucl_object_t *obj, int attr)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb.c
@@ -1303,10 +1303,10 @@ static sql_prstmt sql_prepared_statements[PRSTMT_LAST] = {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1645,7 +1645,7 @@ pkgdb_register_pkg(struct pkgdb *db, struct pkg *pkg, int complete, int forced)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb_iterator.c
@@ -77,6 +77,7 @@ static struct column_mapping {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -763,6 +764,9 @@ populate_pkg(sqlite3_stmt *stmt, struct pkg *pkg) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -155,6 +155,7 @@ struct pkg {
|
|
|
|
|
|
| + | |
|
|
|
|
|