summaryrefslogtreecommitdiff
path: root/editors/vim/files/patch-src-auto-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve the way vim looks for python binariesAdam Weinberger2018-08-161-18/+0
| | | | | | | | | | | | Previously, we patched in the names of all the python binary versions, but I have been doing a terrible job of keeping them up-to-date. Instead, just tell vim's configure script the path to the binary we're using. This will fix building against python 3.7. PR: 230675 Reported by: Kamigishi Rei MFH: 2018Q3
* Update vim to patchlevel 1740Adam Weinberger2018-04-211-24/+16
|
* Remove the check for python 3.2, and add a check for python 3.6. WithoutAdam Weinberger2016-12-311-1/+1
| | | | | | | | | this, users with DEFAULT_VERSIONS+=python=3.6 were getting vim without python3 support. PORTREVISION bump for this, because py3.6 users need a rebuilt vim. PR: 215676 Submitted by: rsmith xs4all nl
* - Update to 7.4.1229Sunpoet Po-Chuan Hsieh2016-02-011-13/+12
| | | | Changes: https://github.com/vim/vim/commits/master
* - Add python3.5Sunpoet Po-Chuan Hsieh2016-01-031-1/+1
|
* - Update to 7.4.738Sunpoet Po-Chuan Hsieh2015-06-141-10/+10
| | | | | | - Add PORTSCOUT Changes: https://github.com/vim/vim/commits/master
* - Update to 7.4.540Sunpoet Po-Chuan Hsieh2014-12-041-17/+17
| | | | | | | | - Update src/auto/configure patch - Add python 3.4 - Remove python 3.1 Changes: https://code.google.com/p/vim/source/list
* - Update to 7.4.316Sunpoet Po-Chuan Hsieh2014-05-311-4/+59
| | | | | | - Fix patch: merge patch-configure into patch-src-auto-configure Changes: https://code.google.com/p/vim/source/list
* - Fix python detectionSunpoet Po-Chuan Hsieh2014-02-181-0/+20
- Bump PORTREVISION for package change PR: ports/185601 Submitted by: Stefan Beke <stefan@beke.info>