Frequently, in installing from a port, I would run into a situation where a dependency is required but it has a graphic designed sets of options for selection, then something like the following is sent to the stdout and the process apparently freezes.
Usually, I'd kill the process return to the shell prompt, cd to the the port and do the make config, followed by a make install clean. Then return to the original port and continue, actually 'start over'.
Somehow, this approach does not seem elegant and I might be wallowing in some self created inefficiencies.
Would someone direct me to a more efficient way of doing this, if one does indeed exist
Thanks!
Code:
cd /usr/ports/x11-toolkits/tk85 && make config;
Usually, I'd kill the process return to the shell prompt, cd to the the port and do the make config, followed by a make install clean. Then return to the original port and continue, actually 'start over'.
Somehow, this approach does not seem elegant and I might be wallowing in some self created inefficiencies.
Would someone direct me to a more efficient way of doing this, if one does indeed exist
Thanks!