Add -O and -q to info to able to be compatible with ports infrastructure Now installing software from ports does not need FORCE_REGISTER anymore
modified pkg/info.c
@@ -65,7 +65,7 @@ query_pkg(struct pkg *pkg, unsigned char opt) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -91,7 +91,7 @@ exec_info(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,6 +121,12 @@ exec_info(int argc, char **argv)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -179,6 +185,12 @@ exec_info(int argc, char **argv)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified pkg/info.h
@@ -6,6 +6,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|