Hi,
I've created repositories with poudriere, and the machines that use PKGNG have
in /etc/make.conf.
For whatever reason, sometimes I'd like to upgrade the installed package via ports (using portmaster or portupgrade). Combining these is possible according to the documentation, but compile options are lost during the process. So the output of
is not copied (so to say) to /var/db/ports/<package name>/options
Am I missing something here or is this just 'how it is'?
Thanks!
I've created repositories with poudriere, and the machines that use PKGNG have
Code:
WITH_PKGNG=YES
For whatever reason, sometimes I'd like to upgrade the installed package via ports (using portmaster or portupgrade). Combining these is possible according to the documentation, but compile options are lost during the process. So the output of
Code:
pkg info -f <package name>
Am I missing something here or is this just 'how it is'?
Thanks!