summaryrefslogtreecommitdiff
path: root/lang/python2
Commit message (Collapse)AuthorAgeFilesLines
* - Fix and remove stale symlinks after the lang/python* cleanupMarcus von Appen2014-08-041-9/+2
| | | | | | | Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> Notes: svn path=/head/; revision=363965
* - Do not use absolute source paths for the symlinks to the stagedirMarcus von Appen2014-01-251-6/+6
| | | | | | | Noticed by: danfe Notes: svn path=/head/; revision=340997
* - Enable stagedir supportMarcus von Appen2014-01-251-7/+12
| | | | Notes: svn path=/head/; revision=340996
* Install python[23].pc files for the lang/python[23] ports.Koop Mast2013-12-121-2/+4
| | | | | | | | Discussed with: koobs@ Approved by: python@ (wg@) Notes: svn path=/head/; revision=336250
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Introduce PYTHON2_DEFAULT_VERSION, the version of the default python2Marcus von Appen2013-09-151-1/+2
| | | | | | | | | | | | | | | | | | | | binary in $PATH. It can be set in case the user wants to use a specific python2 version as a default. Its behaviour is similar to the existing PYTHON3_DEFAULT_VERSION and fixes a small issue with package builds for different python versions. - Outline that PYTHON_DEFAULT_VERSION always takes precedence for a specific python major version. - Update lang/python2 to use PYTHON2_DEFAULT_VERSION and bump the PORTREVISION to let the installed port catch up with the change. - Allow PYTHON3_DEFAULT_VERSION to overriden by a user choice, if PYTHON_DEFAULT_VERSION is not set to a python3 port. Reported by: David Demelier <demelier.david@gmail.com> Reviewed by: koobs@, sbz@ With hat on: python@ Notes: svn path=/head/; revision=327339
* - improve the python meta port descriptionsMarcus von Appen2013-09-011-0/+3
| | | | | | | | Requested by: demon@ Reviewed by: demon@ Notes: svn path=/head/; revision=325867
* - Avoid circular dependencies due to the previous bsd.python.mk changeMarcus von Appen2013-08-181-0/+3
| | | | Notes: svn path=/head/; revision=324925
* - Move the symlink magic for the default python version into lang/pythonMarcus von Appen2013-08-172-0/+56
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