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
landry
486598fb2f
bump ports depending on python3 in editors
2017-01-03 19:22:09 +00:00
sthen
841886e59f
add a comment about vim-spell and major versions
2016-12-01 13:24:52 +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
1ec8701faf
update to vim-8.0.0027 and adjust WANTLIB
2016-10-12 09:31:16 +00:00
sthen
8c7c52d0d5
use standard GH_foo
2016-10-12 09:00:14 +00:00
sthen
e0e69dbfed
update to vim-8.0.0004, from frantisek holop
2016-09-26 10:48:39 +00:00
rpe
983e0d0105
Add the new 'noperm' mount option to the fstab syntax file.
...
OK sthen
2016-09-13 22:38:14 +00:00
sthen
91e95555fd
zap empty patches; spotted by frantisek holop
2016-08-21 21:30:22 +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
natano
7fc8871bbd
Tech vim syntax highlighting about the wxallowed mount option.
...
idea and ok espie
2016-05-29 12:26:23 +00:00
naddy
c1fbcfee6b
x11/openmotif -> x11/motif
2016-05-05 19:52:28 +00:00
naddy
5ea80c92b5
remove final instances of DEPBASE, long forgotten
2016-04-26 16:37:47 +00:00
jasper
6d3bbc6464
remove vax-specific patches
2016-03-09 18:20:02 +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
naddy
6bb8d0674b
Drop USE_GROFF from ports where the formatting differences are acceptable
...
or mandoc provides the more useful output.
2015-02-16 22:57:07 +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
espie
92816cd8fc
use more specific version of SUBST_* where appropriate
2014-08-10 09:58:04 +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
rpointel
ed2bcf393c
changed python3 default version so bump revision.
2014-06-03 11:33:07 +00:00
william
1f83c783a2
Unbreak -ruby FLAVOR, probably broken for a long time: specify the
...
path to the interpreter such that configure can find it again.
Newer ruby and FLAVORS that aren't built by default will be
revisited post-5.5.
ok jeremy@ sthen@
2014-02-02 01:44:31 +00:00
sthen
9aae12f969
update to vim 7.4.135, and remove a patch to configure which is no
...
longer needed. ok aja@ rpe@ also tested by brett@.
gsoares had a problem with no_x11 but I can't see why and can't
reproduce it, let me know if anyone else sees this.
2014-01-08 10:23:12 +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
0875071322
Disable vim's new NFA regexp engine for now, it interacts badly with
...
malloc flag 'J' (approx 10x slower in syntax highlighting).
2013-10-04 08:45:21 +00:00
sthen
18829bbe72
regen
2013-10-04 08:44:32 +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
1137bb466d
fix RUN_DEPENDS-lang to not depend on a particular flavour of -main
2013-03-26 08:12:35 +00:00
sthen
0394e147b3
correct FULLPKGPATH-lang, might fix a problem reported by matthieu@
2013-03-23 01:42:03 +00:00
sthen
c3032d8c2b
overwrite FULLPKG*-lang (and bump REVISION-lang), the subpackage isn't
...
flavour-dependent
2013-03-22 00:12:59 +00:00
jeremy
ac78ad4e83
Make ruby 1.9 the default ruby for non-gem/extconf ports,
...
for consistency with the gem/extconf ports.
Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.
OK ajacoutot@
2013-03-20 19:13:50 +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
espie
9cd014a3ca
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:02:49 +00:00
espie
53295a4812
bye bye FLAVOR:L
2011-12-02 14:36:13 +00:00
naddy
03f8db2cc2
remove entries for distfiles that aren't referenced anywhere
2011-10-13 14:38:51 +00:00
espie
999b4db39c
normalize pkgpath
2011-09-16 09:48:08 +00:00
sthen
a3d5e24e83
vim's tar support requires GNU tar to operate correctly; patch the relevant
...
script to use "gtar" not "tar". This is not added as a run dep to avoid
pulling in extra dependencies, especially xz which requires gcc3+ so is
not available on some arch and is more difficult to build on others.
(There's a clear error message at runtime if gtar is unavailable.)
ok dcoppa@ ckuethe@
2011-06-15 19:43:10 +00:00
sthen
b9215b7edb
regenerate patches
2011-06-15 12:27:06 +00:00
jasper
61f9ed9482
adjust after recent lesstif removal
...
ok aja@ sthen@
2011-04-10 18:00:23 +00:00
ckuethe
b7d86a69c3
update to vim 7.1.154
2011-04-07 20:50:55 +00:00
espie
a14bf26ca8
new depends
2010-11-15 23:22:07 +00:00
espie
c3677a7fb2
do LIB_DEPENDS for emulators/editors
2010-11-07 18:50:57 +00:00
jeremy
006fde0cd9
Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
...
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext. Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.
ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00