Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-20 | 1 | -0/+1 |
| | | | | | | | lang) Notes: svn path=/head/; revision=327741 | ||||
* | - improve the python meta port descriptions | Marcus von Appen | 2013-09-01 | 1 | -0/+3 |
| | | | | | | | | Requested by: demon@ Reviewed by: demon@ Notes: svn path=/head/; revision=325867 | ||||
* | - Avoid circular dependencies due to the previous bsd.python.mk change | Marcus von Appen | 2013-08-18 | 1 | -0/+3 |
| | | | | Notes: svn path=/head/; revision=324925 | ||||
* | - Move the symlink magic for the default python version into lang/python | Marcus von Appen | 2013-08-17 | 2 | -0/+57 |
and lang/python2 and lang/python3. This change brings us closer to the goal of making Python ports usable with different Python versions at the same time. - Add a new lang/python2 port to handle the symlinks for bin/python2, bin/idle2, bin/pydoc2 and so on. - Add a new lang/python3 port to handle the symlinks for bin/python3, bin/idle3, bin/pydoc3 and so on. - Bump the PORTREVISION on all lang/python* ports. Notes: svn path=/head/; revision=324864 |