aboutsummaryrefslogtreecommitdiff
path: root/editors/vim/files/patch-src-auto-configure
Commit message (Collapse)AuthorAgeFilesLines
* editors/vim: Update to 9.1.1378Adam Weinberger2025-05-101-14/+14
|
* editors/vim: Update to 9.0.1857Adam Weinberger2023-09-031-17/+17
| | | | | | | | | | On 5 August, 2023, Bram Moolenaar, the long-time maintainer and architect of Vim, passed away. In addition to being a legendary software engineer and open-source advocate, he was a major philanthropist. His impact on the OSS world was immense, as was his dedication to speaking out for those whose voices are too often missed.. The Vim project remains in good hands with the Vim community.
* 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 Notes: svn path=/head/; revision=477376
* Update vim to patchlevel 1740Adam Weinberger2018-04-211-24/+16
| | | | Notes: svn path=/head/; revision=467896
* 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 Notes: svn path=/head/; revision=430125
* - Update to 7.4.1229Sunpoet Po-Chuan Hsieh2016-02-011-13/+12
| | | | | | | Changes: https://github.com/vim/vim/commits/master Notes: svn path=/head/; revision=407740
* - Add python3.5Sunpoet Po-Chuan Hsieh2016-01-031-1/+1
| | | | Notes: svn path=/head/; revision=405117
* - Update to 7.4.738Sunpoet Po-Chuan Hsieh2015-06-141-10/+10
| | | | | | | | | - Add PORTSCOUT Changes: https://github.com/vim/vim/commits/master Notes: svn path=/head/; revision=389616
* - 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 Notes: svn path=/head/; revision=373970
* - 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 Notes: svn path=/head/; revision=356001
* - 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> Notes: svn path=/head/; revision=344970