| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changes: https://github.com/vim/vim/commits/master
|
| |
|
|
|
|
|
|
| |
- Add PORTSCOUT
Changes: https://github.com/vim/vim/commits/master
|
|
|
|
|
|
|
|
| |
- Update src/auto/configure patch
- Add python 3.4
- Remove python 3.1
Changes: https://code.google.com/p/vim/source/list
|
|
|
|
|
|
| |
- Fix patch: merge patch-configure into patch-src-auto-configure
Changes: https://code.google.com/p/vim/source/list
|
|
- Bump PORTREVISION for package change
PR: ports/185601
Submitted by: Stefan Beke <stefan@beke.info>
|