Following the last post of today, I decided to start all over again.
So, first, at databases/luadbi
Now, there's two ways to do this.
A)
lua52-luadbi (mysql option is deselected, and postgresql is selected)
the following dialogs show up:
pkg (deselect docs)
gmake (keep NLS)
gettext-runtime (deselect docs)
postgresql13-client
(...)
and so on.
This way seems correct.
B) Now, after removing previous configs, still, at databases/luadbi
lua52-luadbi (mysql option is deselected, and postgresql is selected)
the following dialogs show up:
pkg (deselect docs)
gmake (keep NLS)
gettext-runtime (deselect docs)
mysql57-client
So, using
Is this behavior a feature? Or is not working correctly?
So, first, at databases/luadbi
Code:
make rmconfig-recursive
make clean
Now, there's two ways to do this.
A)
Code:
make config
Code:
make config-recursive
pkg (deselect docs)
gmake (keep NLS)
gettext-runtime (deselect docs)
postgresql13-client
(...)
and so on.
This way seems correct.
B) Now, after removing previous configs, still, at databases/luadbi
Code:
make rmconfig-recursive
make clean
make config-recursive
lua52-luadbi (mysql option is deselected, and postgresql is selected)
the following dialogs show up:
pkg (deselect docs)
gmake (keep NLS)
gettext-runtime (deselect docs)
mysql57-client
So, using
config-recursive
as the first config command, at the top package doesn't work as intended by me.Is this behavior a feature? Or is not working correctly?