Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.0.0407 04 Mar 2017 15:47:50 |
adamw |
Update to patchlevel 407. |
8.0.0367 25 Feb 2017 16:19:27 |
adamw |
Update to patchlevel 367. |
8.0.0325 11 Feb 2017 15:16:38 |
adamw |
Update to patchlevel 325. |
8.0.0301 04 Feb 2017 18:28:40 |
adamw |
Update to patchlevel 301. |
8.0.0252 28 Jan 2017 16:06:54 |
adamw |
Update to patchlevel 252. |
8.0.0209 21 Jan 2017 16:49:29 |
adamw |
Update to patchlevel 209. |
8.0.0189 15 Jan 2017 15:07:45 |
adamw |
Update to patchlevel 189. |
8.0.0149_2 10 Jan 2017 15:23:32 |
adamw |
Set INSTALLS_ICONS when installing the .desktop files.
Reported by: Kevin Zheng |
8.0.0149_1 09 Jan 2017 17:03:38 |
adamw |
Re-add MAKE_JOBS_UNSAFE. From mat:
--- scratch ---
cp config.mk.dist auto/config.mk
--- clean ---
make[2]: "/wrkdirs/usr/ports/editors/vim/work/vim-8.0.0149/src/po/Makefile"
line 4: Could not find ../auto/config.mk
make[2]: Fatal errors encountered -- cannot continue
Install desktop files and icons when the GNOME, GTK2, or GTK3 knobs are turned
on. Requested by Kevin Zheng. PORTREVISION bump for this. |
8.0.0149 07 Jan 2017 16:14:57 |
adamw |
Update to patchlevel 149. |
8.0.0134_1 31 Dec 2016 14:52:35 |
adamw |
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 |
8.0.0134 17 Dec 2016 17:37:36 |
adamw |
Update to patchlevel 134. |
8.0.0130 10 Dec 2016 16:20:42 |
adamw |
Update to patchlevel 130.
Patch 129 was a fix for parallel make. It builds fine for me on
FreeBSD with -j4, and on macOS with -j8, but that's the extent
of what I can test on my own. I'm removing MAKE_JOBS_UNSAFE with
this commit, but if one of you with your crazy 256-core machines
encounters build failures then please let me know! |
8.0.0122 03 Dec 2016 15:24:00 |
adamw |
Update to patchlevel 122. |
8.0.0102 26 Nov 2016 13:28:55 |
adamw |
Update to patchlevel 102. |
8.0.0094 19 Nov 2016 18:50:12 |
adamw |
Update to patchlevel 94, and simplify the Makefile a bit. |
8.0.0082 12 Nov 2016 22:55:53 |
adamw |
Update to patchlevel 82. |
8.0.0063 05 Nov 2016 16:54:58 |
adamw |
Update to patchlevel 63.
Remove the X_LIBS definitions from MAKE_ARGS. They get figured out
automatically, and in r418840, a couple of them got changed to run
a nonexistent external command called "X_LIBS". |
8.0.0054 29 Oct 2016 16:33:14 |
adamw |
Update to patchlevel 54. |
8.0.0046 22 Oct 2016 17:03:26 |
adamw |
Update to patchlevel 46. |
8.0.0035 15 Oct 2016 15:47:00 |
adamw |
Update to patchlevel 35.
Also, change the terminal library from libtermlib to libncurses. This
change is for DragonflyBSD, and should have no effect on FreeBSD.
Submitted by marino. |
8.0.0022 08 Oct 2016 16:35:22 |
adamw |
Update to patchlevel 22. |
8.0.0021 03 Oct 2016 16:22:12 |
adamw |
Update to patchlevel 21.
Only leave COMMENT as directly overrideable from the -lite port. |
8.0.0019_1 01 Oct 2016 16:18:56 |
adamw |
- Don't set nocompatible in the gvimrc [1], bump PORTREVISION
See also https://groups.google.com/forum/#!topic/vim_use/66crU745cFc
- Mark as MAKE_JOBS_UNSAFE (thanks to Mat for the log):
make[2]: "/wrkdirs/usr/ports/editors/vim/work/vim-8.0.0019/src/po/Makefile" line
4: Could not find ../auto/config.mk
make[2]: Fatal errors encountered -- cannot continue
PR: 197214 [1]
Submitted by: jjuanino gmail |
8.0.0019 01 Oct 2016 05:36:41 |
adamw |
Update vim to 8.0.0019, add GTK3 support, and take maintainership.
Many, many thanks to Sunpoet for all the time he has spent working
on and improving this port!
Many smaller changes in this update as well:
- Languange support was moved into its own OPTIONS group for clarity
(a visual change only; it does not affect the knobs themselves)
- Add LICENSE
- Reorganize and format the Makefile for clarity
- Remove a few pieces of cruft
- Add many missing dependencies for most of the GUI options
- Use better (more robust) build constructs where possible
PR: 212771
Approved by: maintainer timeout |
7.4.2367 17 Sep 2016 16:04:21 |
adamw |
Update to patchlevel 2367, the last in the 7.x series.
I'll submit a separate PR for update to 8.0.x.
PR: 212350
Approved by: maintainer timeout |
7.4.1832 20 Jul 2016 15:33:20 |
mat |
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight |
7.4.1832 23 May 2016 03:49:42 |
sunpoet |
- Update to 7.4.1832
Changes: https://github.com/vim/vim/commits/master |
7.4.1743 15 Apr 2016 23:10:03 |
sunpoet |
- Update to 7.4.1743
Changes: https://github.com/vim/vim/commits/master |
7.4.1721 10 Apr 2016 13:40:43 |
sunpoet |
- Update to 7.4.1721
Changes: https://github.com/vim/vim/commits/master |
7.4.1556 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
7.4.1556 13 Mar 2016 14:55:45 |
sunpoet |
- Update to 7.4.1556
Changes: https://github.com/vim/vim/commits/master |
7.4.1501 10 Mar 2016 19:54:00 |
sunpoet |
- Remove USES=tar:bzip2 |
7.4.1501 08 Mar 2016 13:09:12 |
mat |
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268 |
7.4.1501 07 Mar 2016 20:12:19 |
sunpoet |
- Update to 7.4.1501
Changes: https://github.com/vim/vim/commits/master |
7.4.1229_1 06 Mar 2016 06:18:03 |
sunpoet |
- Change from big features to huge features
- Bump PORTREVISION for package change
PR: 207572
Submitted by: Henry Hu <henry.hu.sh@gmail.com> |
7.4.1229 01 Feb 2016 19:47:35 |
sunpoet |
- Update to 7.4.1229
Changes: https://github.com/vim/vim/commits/master |
7.4.1030 31 Jan 2016 19:45:28 |
marino |
editors/vim: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
7.4.1030 03 Jan 2016 17:50:23 |
sunpoet |
- Update to 7.4.1030
Changes: https://github.com/vim/vim/commits/master |
7.4.979 03 Jan 2016 08:05:05 |
sunpoet |
- Add python3.5 |
7.4.979 27 Dec 2015 19:45:25 |
sunpoet |
- Update to 7.4.979
Changes: https://github.com/vim/vim/commits/master |
7.4.968 12 Dec 2015 23:43:45 |
sunpoet |
- Update to 7.4.968
Changes: https://github.com/vim/vim/commits/master |
7.4.963 09 Dec 2015 14:26:59 |
sunpoet |
- Update to 7.4.963
Changes: https://github.com/vim/vim/commits/master |
7.4.960 04 Dec 2015 12:32:49 |
sunpoet |
- Update to 7.4.960
Changes: https://github.com/vim/vim/commits/master |
7.4.922 20 Nov 2015 09:12:20 |
sunpoet |
- Update to 7.4.922
Changes: https://github.com/vim/vim/commits/master |
7.4.909 09 Nov 2015 18:43:25 |
sunpoet |
- Update to 7.4.909
Changes: https://github.com/vim/vim/commits/master |
7.4.900 04 Nov 2015 20:14:09 |
sunpoet |
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin |
7.4.900 30 Oct 2015 11:24:22 |
sunpoet |
- Update to 7.4.900
Changes: https://github.com/vim/vim/commits/master |
7.4.898 19 Oct 2015 20:17:48 |
sunpoet |
- Update to 7.4.898
Changes: https://github.com/vim/vim/commits/master |
7.4.891 10 Oct 2015 07:05:19 |
sunpoet |
- Update to 7.4.891
Changes: https://github.com/vim/vim/commits/master |
7.4.884 28 Sep 2015 06:20:51 |
sunpoet |
- Update to 7.4.884
Changes: https://github.com/vim/vim/commits/master |
7.4.873 20 Sep 2015 20:16:51 |
sunpoet |
- Update to 7.4.873
Changes: https://github.com/vim/vim/commits/master |
7.4.865_1 19 Sep 2015 05:15:05 |
sunpoet |
- Add missing \
- Bump PORTREVISION for package change
Reported by: Matthew D. Fuller <fullermd@over-yonder.net> |
7.4.865 12 Sep 2015 17:07:54 |
sunpoet |
- Update to 7.4.865
Changes: https://github.com/vim/vim/commits/master |
7.4.854 02 Sep 2015 17:02:46 |
sunpoet |
- Update to 7.4.854
Changes: https://github.com/vim/vim/commits/master |
7.4.843 31 Aug 2015 13:31:41 |
sunpoet |
- Update to 7.4.843
- Use PORTVERSION instead of DISTVERSION
Changes: https://github.com/vim/vim/commits/master |
7.4.826 30 Aug 2015 03:56:23 |
sunpoet |
- Convert to new options targer helper |
7.4.826 20 Aug 2015 07:05:20 |
sunpoet |
- Convert to new options helper
- Cleanup Makefile |
7.4.826 16 Aug 2015 02:21:47 |
sunpoet |
- Update to 7.4.826
Changes: https://github.com/vim/vim/commits/master |
7.4.817 13 Aug 2015 17:31:10 |
sunpoet |
- Update to 7.4.817
Changes: https://github.com/vim/vim/commits/master |
7.4.796 25 Jul 2015 07:40:32 |
sunpoet |
- Update to 7.4.796
Changes: https://github.com/vim/vim/commits/master |
7.4.778 12 Jul 2015 16:06:46 |
sunpoet |
- Update to 7.4.778
Changes: https://github.com/vim/vim/commits/master |
7.4.768 06 Jul 2015 17:46:31 |
sunpoet |
- Convert to new option target helper |
7.4.768 04 Jul 2015 16:16:21 |
sunpoet |
- Update to 7.4.764
Changes: https://github.com/vim/vim/commits/master |
7.4.764 01 Jul 2015 17:45:17 |
sunpoet |
- Update to 7.4.764
Changes: https://github.com/vim/vim/commits/master |
7.4.752 21 Jun 2015 13:54:22 |
sunpoet |
- Update to 7.4.752
Changes: https://github.com/vim/vim/commits/master |
7.4.748_1 21 Jun 2015 10:40:29 |
sunpoet |
- Use @dir instead of .keepme file
- Bump PORTREVISION for package change |
7.4.748 19 Jun 2015 22:06:03 |
sunpoet |
- Update to 7.4.748
Changes: https://github.com/vim/vim/commits/master |
7.4.738 16 Jun 2015 13:03:46 |
sunpoet |
- Use tag instead of commit hash
PR: 200898
Submitted by: mat |
7.4.738 14 Jun 2015 09:18:41 |
sunpoet |
- Update to 7.4.738
- Add PORTSCOUT
Changes: https://github.com/vim/vim/commits/master |
7.4.729 26 May 2015 16:47:03 |
antoine |
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva |
7.4.729 16 May 2015 13:35:11 |
sunpoet |
- Update to 7.4.729
Changes: https://github.com/vim/vim/commits/master |
7.4.712_1 15 May 2015 18:04:05 |
sunpoet |
- Fetch distfiles from GitHub
- Bump PORTREVISION for package change
Differential Revision: https://reviews.freebsd.org/D2520
Submitted by: feld |
7.4.712 03 May 2015 19:35:09 |
sunpoet |
- Update to 7.4.712
Changes: https://code.google.com/p/vim/source/list |
7.4.691 06 Apr 2015 07:06:20 |
sunpoet |
- Update to 7.4.691
Changes: https://code.google.com/p/vim/source/list |
7.4.683 28 Mar 2015 19:09:18 |
sunpoet |
- Update to 7.4.683
Changes: https://code.google.com/p/vim/source/list |
7.4.657_2 28 Mar 2015 16:12:12 |
sunpoet |
- Add "let: g:is_posix = 1" to default vimrc
- Bump PORTREVISION for package change
PR: 198728
Submitted by: <yuri@rawbw.com> |
7.4.657_1 28 Mar 2015 15:58:46 |
sunpoet |
- Fix ctags pattern
- Bump PORTREVISION for package change
PR: 195966
Submitted by: Kevin Zheng <kevinz5000@gmail.com> |
7.4.657 08 Mar 2015 09:49:59 |
sunpoet |
- Update to 7.4.657
Changes: https://code.google.com/p/vim/source/list |
7.4.648 02 Mar 2015 20:11:27 |
sunpoet |
- Update to 7.4.648
Changes: https://code.google.com/p/vim/source/list |
7.4.640 19 Feb 2015 20:49:02 |
sunpoet |
- Update to 7.4.640
Changes: https://code.google.com/p/vim/source/list |
7.4.591 27 Jan 2015 11:27:11 |
sunpoet |
- Update to 7.4.591
Changes: https://code.google.com/p/vim/source/list |
7.4.560 25 Dec 2014 17:08:17 |
sunpoet |
- Update to 7.4.560
Changes: https://code.google.com/p/vim/source/list |
7.4.542 13 Dec 2014 04:00:52 |
sunpoet |
- Update to 7.4.542
Changes: https://code.google.com/p/vim/source/list |
7.4.540_1 06 Dec 2014 19:05:29 |
sunpoet |
- Sort PLIST
- Remove @comment |
7.4.540_1 04 Dec 2014 17:28:10 |
bapt |
Move the vimrc into ETCDIR to user may have a look at it.
Now install a minimalistic vimrc without all the controversial options (I hope)
Define a template for port Makefiles to vim automatically creates it in case of
opening a new one |
7.4.540 04 Dec 2014 16:45:19 |
sunpoet |
- 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 |
7.4.540 04 Dec 2014 15:08:21 |
sunpoet |
- 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 |
7.4.518 24 Nov 2014 19:35:10 |
sunpoet |
- Fix typo
Notified by: adamw |
7.4.518 24 Nov 2014 18:29:54 |
sunpoet |
- Update to 7.4.518
- Sort OPTIONS_DEFINE
- Reword DEFAULT_VIMRC_DESC
- Use DATADIR instead of DEFAULT_VIMRC_LOCATION
- Cosmetic change
- Sort PLIST
Changes: https://code.google.com/p/vim/source/list |
7.4.430_2 17 Nov 2014 18:23:39 |
alfred |
Fix @sample usage.
With help from: bapt, xmj |
7.4.430_2 16 Nov 2014 22:55:10 |
alfred |
Use vimrc from distribution.
Suggested by: many. |
7.4.430_2 16 Nov 2014 02:32:19 |
alfred |
A nice default vimrc for new users.
Otherwise users get "vi compat mode" which gives very old and
unfriendly vi defaults that breaks arrow keys and backspace as well
as no color.
Expert users can disable this default vimrc via "make config".
Approved by: delphij |
7.4.430_2 27 Oct 2014 12:19:13 |
bapt |
Cleanup plist |
7.4.430_2 09 Sep 2014 17:09:26 |
sunpoet |
- Fix unconditionally dependency on libiconv.so from converters/libiconv
- Bump PORTREVISION for package change
PR: ports/193319
Reported by: Harald Schmalzbauer <bugzilla.freebsd@omnilan.de> |
7.4.430_1 04 Sep 2014 13:10:09 |
sunpoet |
- patch 399 was updated with correct encoding on Aug, 28
- Bump PORTREVISION for rebuild |
7.4.430 04 Sep 2014 07:50:53 |
sunpoet |
- Update to 7.4.430
Changes: https://code.google.com/p/vim/source/list |
7.4.398 19 Aug 2014 17:17:13 |
sunpoet |
- Use USES=python |
7.4.398 12 Aug 2014 17:08:00 |
sunpoet |
- Add CPE information |
7.4.398 08 Aug 2014 03:40:03 |
sunpoet |
- Update to 7.4.398
Changes: https://code.google.com/p/vim/source/list |