Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. 23:00 <woodsb02> anigma: my understanding is that if a package has a dependency on lang/python it
  2. will get the default version of python which is currently 2.7. If a package
  3. depends on lang/python2 it will get the default version of python2 which is
  4. currently 2.7. If a package depends on lang/python27 it will get python 2.7. The
  5. difference is subtle, but basically the dependency will not change if the port
  6. specifies lang/python27,
  7. 23:00 <woodsb02> but it will change to the default python 2.x port if you specify lang/python2,
  8. and the default python x.x port if you specify lang/python
  9. 23:01 <woodsb02> anigma: not that a port should not actually depend on lang/pythonxx, but instead
  10. specify USES=python(:x.x)... but its the same concept with difference semantics
  11. 23:02 <woodsb02> * note
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement