I'm trying to do some automated port installation. I'm finding that frequently make install results in a dialog box appearing which seems to ask me to add options or accept the defaults. I had a read through man ports and the handbook, and the only relevant idea I could find was to run make rmconfig, but I've tried this, and just get told there are no user-specified options configured.
I've worked out that I can manually seed /var/db/ports/myport/options, but this file explicitly warns that this should not be manually modified, and my sense of danger tells me this is the wrong approach.
What I want to be able to do is install a port (not a package), with default options, without any intervention. I'm figuring this must be possible, otherwise unattended mass port builds wouldn't be possible.
What should I do?
I've worked out that I can manually seed /var/db/ports/myport/options, but this file explicitly warns that this should not be manually modified, and my sense of danger tells me this is the wrong approach.
What I want to be able to do is install a port (not a package), with default options, without any intervention. I'm figuring this must be possible, otherwise unattended mass port builds wouldn't be possible.
What should I do?