Expose OSVERSION on FreeBSD via configuration entry (to also allow to overwrite it)
modified libpkg/pkg_config.c
@@ -82,6 +82,9 @@ struct config_entry {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -415,6 +418,14 @@ static struct config_entry c[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -878,6 +889,7 @@ pkg_ini(const char *path, const char *reposdir, pkg_init_flags flags)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1151,6 +1163,9 @@ pkg_ini(const char *path, const char *reposdir, pkg_init_flags flags)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|