HardenedBSD vanilla install ports installation problem.
Hi,
I saw this problem from 290 version of daily builds until 315. i think it will be same for future releases.
the problem is,when hardenedbsd installed and user wants to install any port from the ports tree. it gives error about dialog4ports is lack and other necessary ports to help installation or make config to port. firstly,it tries to install necessary ports but not able to get it from git repo then give up.
I represented the way i try.
firstly i got ports from github repo.downloading zip file and extracting to /usr/ports/
secondly i want to make config-recursive go lang port. it gave error.
than i tried to install pkg port which is not installed on vanilla system, from ports tree. and it gave error.
to solve this problem. i installed pkg with pkg install git command and also installed git. I am adding commandline outputs to attached file txt.HardenedBSD_bug_pkg.txt
I used vmware to install hardenedbsd as vm. I think some how git repo of hardenedbsd does not how public access or hardenedbsd does not have account to download files to install dialog4ports and other necessary things.