/sysutils/mpiexec/

ebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the "lite" package even moreadamw2017-10-143-189/+182
| | | | | | | | | | | | | | | | | Make the only differences between "lite" and "regular" vim just console mode and no language bindings. This was already the case (the default feature set is "huge"), but now it's explicit. Add a pkg-descr to vim-lite that explains the above, and remove some text in the pkg-descr that makes absolutely no sense. There's no effective change to generated package, but the port is getting updated tomorrow anyway. This will facilitate the future removal at some point of the "lite" package, so that it can be replaced by a "console" flavour. While here, remove a variable that was last used in 2001.
* Update to patchlevel 1178adamw2017-10-082-4/+4
|
* Update to patchlevel 1159adamw2017-09-302-4/+4
|
* Reorganize patching and targetsadamw2017-09-291-19/+21
| | | | | | | There are so many targets here that it's really hard to follow. Move the OPTIONS-related stuff away from the basic targets, and separate out a couple patches into more sensible targets so that it's clearer what things are doing.
* Reorganize and simplify the vim Makefileadamw2017-09-292-206/+211
| | | | | | There should be no changes to the generated packages from this reorganization. The bulk of the changes involve better leveraging OPTIONS helpers, including making vim-lite into an OPTION (which is always SLAVEd or EXCLUDEd).
* Update to patchlevel 1141adamw2017-09-242-4/+4
|
* Update to patchlevel 1115adamw2017-09-162-4/+4
|
* Update to patchlevel 1098 to fix build when libvterm is installed.adamw2017-09-132-4/+4
| | | | | PR: 222187 Reported by: Oleh Hushchenkov and George L. Yermulnik
* Update to patchlevel 1081adamw2017-09-092-4/+4
|
* Update to patchlevel 1035.adamw2017-09-022-4/+4
|
* Update to patchlevel 1000.adamw2017-08-272-4/+4
|
* Update to patchlevel 962.adamw2017-08-192-4/+4
|
* Update to patchlevel 917.adamw2017-08-122-4/+4
|
* Update to patchlevel 867.adamw2017-08-052-4/+4
|
* Update to patchlevel 809.adamw2017-07-302-4/+4
|
* Update to patchlevel 742.adamw2017-07-222-4/+4
|
* Update to patchlevel 714.adamw2017-07-152-4/+4
|
* Update to patchlevel 702adamw2017-07-092-4/+4
|
* Update to patchlevel 691adamw2017-07-022-4/+4
|
* Update to patchlevel 670.adamw2017-06-242-4/+4
|
* Update to patchlevel 642.adamw2017-06-172-4/+4
|
* Update to patchlevel 631.adamw2017-06-102-4/+4
|
* Update to patchlevel 606.adamw2017-06-032-6/+4
|
* Update to patchlevel 604. Use a hash-based GH_TAGNAME because the mainadamw2017-05-272-4/+6
| | | | | content of the update (the runtime files) aren't otherwise attached to any tag currently.
* Update to patchlevel 600.adamw2017-05-212-6/+7
| | | | | Prevent just the broken OPTION on ppc64, rather than marking the whole port BROKEN.
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-201-0/+2
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
* Update to patchlevel 596adamw2017-05-062-4/+4
|
* Update to patchlevel 589.adamw2017-04-302-4/+4
|
* Update to patchlevel 579.adamw2017-04-222-4/+4
|
* Update to patchlevel 566. Work around the new unnecessarily aggressive shebangadamw2017-04-162-5/+8
| | | | | check by simply removing the shebang from a python file if vim isn't being built with python support.
* Update to patchlevel 550.adamw2017-04-092-4/+4
|
* Update to patchlevel 534.adamw2017-04-012-4/+4
|
* Update to patchlevel 507.adamw2017-03-262-4/+4
|
* Update to patchlevel 473.adamw2017-03-182-4/+4
|
* Update to patchlevel 442.adamw2017-03-112-4/+4
|
* Update to patchlevel 407.adamw2017-03-042-4/+4
|
* Update to patchlevel 367.adamw2017-02-262-4/+4
|
* Update to patchlevel 325.adamw2017-02-112-4/+4
|
* Update to patchlevel 301.adamw2017-02-052-4/+4
|
* Update to patchlevel 252.adamw2017-01-292-4/+4
|
* Update to patchlevel 209.adamw2017-01-222-4/+4
|
* Update to patchlevel 189.adamw2017-01-152-5/+4
|
* Set INSTALLS_ICONS when installing the .desktop files.adamw2017-01-101-1/+4
| | | | Reported by: Kevin Zheng
* Re-add MAKE_JOBS_UNSAFE. From mat:adamw2017-01-102-9/+20
| | | | | | | | | | | --- 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.
* Update to patchlevel 149.adamw2017-01-082-5/+4
|
* Remove the check for python 3.2, and add a check for python 3.6. Withoutadamw2016-12-312-1/+2
| | | | | | | | | 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
* Update to patchlevel 134.adamw2016-12-182-4/+4
|
* Update to patchlevel 130.adamw2016-12-112-5/+4
| | | | | | | | 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!
* Update to patchlevel 122.adamw2016-12-032-4/+4
|
* Update to patchlevel 102.adamw2016-11-262-4/+4
|
* Update to patchlevel 94, and simplify the Makefile a bit.adamw2016-11-202-16/+10
|
* Update to patchlevel 82.adamw2016-11-132-4/+4
|
* Update to patchlevel 63.adamw2016-11-062-9/+9
| | | | | | 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".
* Update to patchlevel 54.adamw2016-10-302-4/+4
|
* Update to patchlevel 46.adamw2016-10-232-4/+4
|
* Update to patchlevel 35.adamw2016-10-152-5/+5
| | | | | | Also, change the terminal library from libtermlib to libncurses. This change is for DragonflyBSD, and should have no effect on FreeBSD. Submitted by marino.
* Update to patchlevel 22.adamw2016-10-092-4/+4
|
* Update to patchlevel 21.adamw2016-10-042-7/+6
| | | | Only leave COMMENT as directly overrideable from the -lite port.
* - Don't set nocompatible in the gvimrc [1], bump PORTREVISIONadamw2016-10-021-1/+3
| | | | | | | | | | 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
* Update vim to 8.0.0019, add GTK3 support, and take maintainership.adamw2016-10-012-47/+77
| | | | | | | | | | | | | | | | | 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
* Update to patchlevel 2367, the last in the 7.x series.adamw2016-09-182-4/+4
| | | | | | | I'll submit a separate PR for update to 8.0.x. PR: 212350 Approved by: maintainer timeout