149 Commits

Author SHA1 Message Date
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
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
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
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
sthen
3b2bbaacc0 Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.
2010-10-24 15:53:55 +00:00
espie
68505ea57d USE_GROFF=Yes 2010-10-18 18:00:15 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +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
sthen
26d86dc5b0 sync WANTLIB and bump (bump also needed for python) 2010-08-31 19:38:38 +00:00
naddy
9b2ec059c4 rename variable, REVISION has a special meaning now 2010-07-10 20:30:37 +00:00
ckuethe
8ba7a1595c update to vim 7.2.444 2010-06-27 20:49:49 +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
68ca61f933 update to vim 7.2.267 2009-10-15 15:32:17 +00:00
msf
037cae333d respect MODRUBY_LIB_DEPENDS, no plist change
ok ckuethe@
2009-08-11 04:30:40 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
ckuethe
04601b8199 update to vim 7.2.234, and enable the cscope plugin by request of sthen@ 2009-07-19 20:22:01 +00:00