66 Commits

Author SHA1 Message Date
sthen
295df56382 update to vim-8.2.25 2019-12-21 13:27:04 +00:00
sthen
3a4465bd30 update to vim-8.1.1987 2019-09-05 18:47:53 +00:00
sthen
bbca5b93e0 SECURITY UPDATE to vim-8.1.1483
CVE-2019-12735 Arbitrary Code Execution via Modelines

https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md

"Beyond patching, it's recommended to disable modelines in the vimrc
(set nomodeline), to use the securemodelines plugin, or to disable
modelineexpr (since patch 8.1.1366, Vim-only) to disallow expressions in
modelines."
2019-06-06 15:04:22 +00:00
sthen
811bab0562 update to vim-8.1.1244 2019-05-02 01:03:11 +00:00
sthen
40fc99a567 update flavours in DESCR 2019-05-01 22:05:30 +00:00
sthen
aae3cc431f update to vim 8.1.998
- add gtk3 flavour

- rework detection of incompatible flavours, less copy-and-pasting
when making changes

- remove the "huge" flavour, it wasn't linked to the build anyway, and
the option set by this was already used by default upstream
2019-03-08 01:55:36 +00:00
sthen
861f6e13ea update to vim-8.1.800 2019-01-24 09:32:15 +00:00
sthen
1224106d57 update to vim-8.1.0573 2018-12-08 22:39:20 +00:00
sthen
39d2d3a91b update to vim-8.1.0388
- remove bogus "CFLAGS/LDFLAGS=-pthread" setting for the gtk flavour
(very old - probably a remnant of uthread and not needed any more),
it was done as an override rather than addition, so the wanted CFLAGS
were not used for gtk builds.

- don't strip if this is a DEBUG build.
2018-09-14 09:11:41 +00:00
sthen
4d13a65710 update to vim-8.1.0309 2018-08-21 16:55:08 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
sthen
83d32fc4d5 fix PLIST-main order 2018-06-06 08:53:30 +00:00
rsadowski
6ce5f5474c Update vim to 8.1.0026
PLIST tweak and ok sthen@
2018-06-01 17:50:43 +00:00
sthen
799b22052e update to vim-8.0.1589 2018-03-08 16:04:30 +00:00
jasper
04a8ed5957 update to vim-8.0.1203
with sthen@
2017-10-16 17:30:43 +00:00
sthen
c5662ec0f1 update to vim-8.0.0987 2017-08-23 19:10:56 +00:00
sthen
c851969576 update to vim-8.0.587 2017-04-29 21:04:29 +00:00
sthen
0333cf26c9 update to vim-8.0.0388 2017-02-28 23:25:25 +00:00
sthen
956144ac24 update to vim-8.0.0273, based on an .0257 update diff from frantisek holop 2017-01-31 10:17:59 +00:00
sthen
7c09e06a8a update to vim-8.0.0095, including fix for CVE-2016-1248 (arbitrary shell
commands are executed if a file is opened with a malicious modeline)

http://seclists.org/oss-sec/2016/q4/506
http://seclists.org/oss-sec/2016/q4/att-506/vim_CVE-2016-1248.patch
2016-11-23 16:40:33 +00:00
sthen
e0e69dbfed update to vim-8.0.0004, from frantisek holop 2016-09-26 10:48:39 +00:00
sthen
9ad566cc86 update to vim-7.4.2181, from frantisek holop, and I trimmed DESCR-lang a bit. 2016-08-10 15:54:29 +00:00
sthen
d6f0108471 update to vim 7.4.1467 2016-03-02 11:54:28 +00:00
sthen
b9eb1ded34 update to vim 7.4.900 2015-10-30 13:00:37 +00:00
sthen
29ff8b99fe update to vim-7.4.769, and remove a local patch which was disabling the
newer RE engine, it was previously causing big slowdowns when malloc.conf
'J' was in use, but this seems better now.
2015-07-08 16:36:41 +00:00
sthen
005f1cd6b9 update to vim 7.4 692
- remove locally bundled pf.vim, defer to upstream's newer version, patch
from Lauri Tirkkonen
2015-04-10 12:25:46 +00:00
sthen
aa78f199dc update to vim-7.4.475 2014-10-14 13:52:19 +00:00
chrisz
69c9efa16d Update to 7.4.430.
Changes:
* build -lang subpackage only for gui flavors so we can include
all documentation.
* install OpenBSD syntax files to share/vim/vimfiles, which is
version independent and in the runtimepath by default. This should
be used as target for vim plugin ports as it is version independent.

ok sthen@
2014-09-07 19:24:48 +00:00
jturner
23f7a773be Add new lua FLAVOR and switch to generating configure script with
autoconf.

Lua request from frantisek holop on ports@, ok sthen@
2014-07-10 23:54:15 +00:00
edd
28fa833392 Add a desktop file for vim.
From Fabian Raetz, OK ajacoutot@
2013-12-16 10:19:33 +00:00
juanfra
f135d81e67 Add a python3 flavor to vim.
"looks right" gsoares. ok sthen@.
2013-10-14 22:13:21 +00:00
sthen
fa58394aae update to vim 7.4.45 and move non-English tutor files to the -lang subpackage.
drop ckuethe as maintainer (mail bounces).
earlier version ok jung@
2013-10-04 08:44:03 +00:00
sthen
ada52fd8f1 - update to more recent vim patchset, using a self-rolled distfile (with
a maintainer convenience target to allow this to be updated easily from
Mercurial) - this beats downloading 750+ individual patch files and
trying to force them to apply during the build (which is problematic
because some require GNU patch and some have problems even then...)

- clean up plists greatly.

- remove m68k gcc patch.

- add openbsd.vim for style(9) from gsoares@.

based on a diff from pirofti@, ok pirofti@ gsoares@
2013-03-16 22:56:44 +00:00
ckuethe
c7fb933e9d update to vim 7.3.003. ok kevlo@ sthen@ and much "squeee" from marco@ 2010-09-09 22:29:28 +00:00
espie
5498f3d480 revert, for lots of technical reasons.
multi-packages are used when you have to build things together, but want
to separate the packages.

In this case, you have a bundle of things that do not even need to be
built together, that do not even share a MASTER_SITES, and were just bundled
because "they're related to vim".

This is deeply wrong. These files should be a separate port and packages.
Heck, they should be a separate port and several packages. Probably one
per-language.
2010-05-28 00:52:19 +00:00
stsp
706db4906c Add a -spell subpackage which if installed allows non-English languages
to be used with the spell checker.
ok ckuethe@ (MAINTAINER)
2010-05-26 22:15:42 +00:00
ckuethe
38510d78a9 update to vim 7.2.416
ok stsp@ sthen@ marco@
2010-05-12 02:44:28 +00:00
ckuethe
7145b91046 update to 7.2.25. ok marco@, landry@ 2008-10-17 14:56:53 +00:00
ckuethe
1757f5febe latest bunch of micro-patches. remove redundant directory from -lang
subpackage because it's already in -main.
ok okan
2008-01-01 17:02:26 +00:00
ckuethe
d79aaec87d Update to vim 7.1.002
ok simon
2007-05-18 15:18:59 +00:00
ckuethe
f9e636cd62 make "easy" mode work with no-x11. requested on misc@
ok steven
2006-12-25 19:08:08 +00:00
steven
b6d439743e use BASE_PKGPATH instead of homegrown variable, no bumps needed 2006-12-14 09:07:55 +00:00
espie
2619f1af4e switch to new MULTI_PACKAGES 2006-11-21 11:25:03 +00:00
ckuethe
0ad34c9fad Apply the latest bunch of patches from vim.org
Make the gtk2 flavor compile with -pthread to prevent a hang under gnome.
ok sturm
2006-09-22 20:39:57 +00:00
sturm
b11a819daf fix plists
ok maintainer chris.kuethe at gmail.com
2006-05-24 18:37:35 +00:00
marco
051f88519a Bump to version 7. From maintainer Chris Kuethe <ckuethe@pyxis.cns.ualberta.ca>
tested by many.
2006-05-21 20:45:34 +00:00
espie
5915dff5c9 fix update path from gtk to gtk2 flavor 2006-01-17 19:43:10 +00:00
alek
5537e75f5f Update to 6.4.4
From Chris Kuethe <chris.kuethe@gmail.com> with plist fixes from wilfried@
2005-12-04 14:39:13 +00:00
espie
dfd3423fa0 more plist updates 2004-08-08 16:15:17 +00:00