Commit graph

10 commits

Author SHA1 Message Date
Adam Weinberger
e1c732e1da editors/vim: Update to 9.0.1857
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.
2023-09-03 14:45:40 -04:00
Adam Weinberger
9bf68f57dd Improve the way vim looks for python binaries
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
2018-08-16 21:04:01 +00:00
Adam Weinberger
b2da15584f Update vim to patchlevel 1740 2018-04-21 15:14:58 +00:00
Adam Weinberger
7b9efad304 Remove the check for python 3.2, and add a check for python 3.6. Without
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
2016-12-31 14:52:35 +00:00
Sunpoet Po-Chuan Hsieh
9c52777efd - Update to 7.4.1229
Changes:	https://github.com/vim/vim/commits/master
2016-02-01 19:47:35 +00:00
Sunpoet Po-Chuan Hsieh
7df5f24e25 - Add python3.5 2016-01-03 08:05:05 +00:00
Sunpoet Po-Chuan Hsieh
ebd95eeb50 - Update to 7.4.738
- Add PORTSCOUT

Changes:	https://github.com/vim/vim/commits/master
2015-06-14 09:18:40 +00:00
Sunpoet Po-Chuan Hsieh
2e9511b30d - Update to 7.4.540
- Update src/auto/configure patch
  - Add python 3.4
  - Remove python 3.1

Changes:	https://code.google.com/p/vim/source/list
2014-12-04 16:45:18 +00:00
Sunpoet Po-Chuan Hsieh
cd6e9a9547 - Update to 7.4.316
- Fix patch: merge patch-configure into patch-src-auto-configure

Changes:	https://code.google.com/p/vim/source/list
2014-05-31 18:11:29 +00:00
Sunpoet Po-Chuan Hsieh
1237a9027f - Fix python detection
- Bump PORTREVISION for package change

PR:		ports/185601
Submitted by:	Stefan Beke <stefan@beke.info>
2014-02-18 21:43:08 +00:00