Hello,
I probably miss something in what I'm doing. I install packages through ports, for example I want to install php.Many other packages are also built but not installed (php-imap, php-curl...) So when I want to install this kind of packages I dopkg_add /usr/ports/packages/amd64/all/php-imap... And the problem is that pkg_add says it's not signed.The workaround is to use -D unsigned but how is it supposed to work in the best practices ? Since I did myself build the package from the ports I should trust it, no ? Thank you