Hi, I have a quick question about the ports internals. When I run
Also, what would be the best way to find all options for a specific port, in a non-interactive way? Do I need to parse all the Makefiles and bsd.*.mk files or is there some way to export them?
I want to experiment with pre-configuring my ports and all dependencies before building. The reason being that I installed KDE4 from ports with various customized options, which resulted in the build stalling every now and then waiting for my input. Since I wasn't constantly monitoring it, I estimate that the installation took 4-5 times longer than necessary.
make config
, where is the configuration stored?Also, what would be the best way to find all options for a specific port, in a non-interactive way? Do I need to parse all the Makefiles and bsd.*.mk files or is there some way to export them?
I want to experiment with pre-configuring my ports and all dependencies before building. The reason being that I installed KDE4 from ports with various customized options, which resulted in the build stalling every now and then waiting for my input. Since I wasn't constantly monitoring it, I estimate that the installation took 4-5 times longer than necessary.