osx - How to reserve the original variants while upgrading a port in MacPorts? -
when upgrade ports, notice upgraded port might change variants. normal or mis-observation?
let's original variants git-core +bash_completion +doc +python26 +svn, if sudo port upgrade git-core, change +bash_completion +doc +python27! , force installation of python27! how prevent issue happening?
yes correct, variants can change.
as git-core has default variants +python27 (among others) have 3 options:
- live
- upgrade hand
- set default variants in ${prefix}/etc/macports/variants.conf things like.
hope helps :)
Comments
Post a Comment