Revert "Check for OSVERSION during 'pkg add'"
modified libpkg/pkg_add.c
@@ -1,14 +1,11 @@
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
|
|
|
|
|
@@ -18,15 +15,15 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -38,8 +35,8 @@ dep_installed(struct pkg_dep *dep, struct pkgdb *db) {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -47,7 +44,7 @@ do_extract(struct archive *a, struct archive_entry *ae)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -65,7 +62,7 @@ do_extract(struct archive *a, struct archive_entry *ae)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -74,7 +71,7 @@ do_extract(struct archive *a, struct archive_entry *ae)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -89,22 +86,20 @@ pkg_add(struct pkgdb *db, const char *path)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -125,7 +120,7 @@ pkg_add2(struct pkgdb *db, const char *path, int upgrade, int automatic)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -135,31 +130,20 @@ pkg_add2(struct pkgdb *db, const char *path, int upgrade, int automatic)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -168,7 +152,7 @@ pkg_add2(struct pkgdb *db, const char *path, int upgrade, int automatic)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -182,7 +166,7 @@ pkg_add2(struct pkgdb *db, const char *path, int upgrade, int automatic)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -194,7 +178,7 @@ pkg_add2(struct pkgdb *db, const char *path, int upgrade, int automatic)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -253,9 +237,6 @@ pkg_add2(struct pkgdb *db, const char *path, int upgrade, int automatic)
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
modified pkg/register.c
@@ -50,9 +50,9 @@ exec_register(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|