1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Adam Weinberger
1c6370e606 Update neovim to 0.3.1
FEATURES:
  man.vim: C highlighting for EXAMPLES section
  TUI: urxvt: also send xterm focus-reporting seqs
  API: emit nvim_buf_lines_event from :terminal
  fillchars: Add "eob" flag

FIXES:
  startup: avoid blank stdin buffer if other files were opened
  Only waitpid() for processes that we care about
  Check all child processes for exit in SIGCHLD handler
  channel.c: Prevent channel_destroy_early() from freeing uninitialized rpc stuff
  transstr_buf: fix length comparison
  TUI: Fix standout mode
  man.vim: fix for mandoc
  provider/node: npm --loglevel silent
  API: nvim_win_set_cursor: set curswant
  checkhealth: Python: fix VIRTUAL_ENV check
  checkhealth: node.js: also search yarn

CHANGES:
  defaults: shortmess+=F
  highlight: high-priority CursorLine if fg is set.
  terminal: handle &confirm and :confirm on unloading
  screen: truncate showmode messages
  buffer: fix copying :setlocal options
  Ex mode: always "improved" (gQ)
  options: remove 'maxcombine` option (always 6)

INTERNAL:
  screen: use UTF-8 representation
2018-07-18 13:40:15 +00:00
Adam Weinberger
30d4669e52 Update neovim to 0.3.0
Changes: 44c6deb91a
2018-06-11 17:28:46 +00:00
Adam Weinberger
cb6bd09906 Update included libmpack-lua and take maintainership
While here, sort depends, update WWW, and expand the
pkg-descr.

I'd like to thank Oleh Hushchenkov, the outgoing maintainer,
for offering me maintainership and for maintaining this port
for nearly two years.
2018-05-27 14:41:44 +00:00
Yuri Victorovich
827bd07dad devel/unibilium: Update to 2.0.0
* Change to DISTVERSION
* Bump devel/libtermkey, editors/neovim

editors/neovim fails on 12amd64 before and after this change

PR:		226638
Submitted by:	chuck@tuffli.net <chuck@tuffli.net> (maintainer)
2018-03-16 07:24:11 +00:00
Adam Weinberger
5fbe90efbb Add an NLS knob.
PR:		224983
Approved by:	Oleh Hushchenkov
2018-01-08 15:10:36 +00:00
Bartek Rutkowski
0c88cea88b editors/neovim: update 0.2.1 -> 0.2.2
PR:		223747
Submitted by:	Oleh Hushchenkov <gor@clogic.com.ua> (maintainer)
2017-11-19 14:53:14 +00:00
Tobias C. Berner
6442501f16 Update editors/neovim to 0.2.1
Changelog:
	c67dd5acd0

PR:		223509
Submitted by:	Oleh Hushchenkov <gor@clogic.com.ua> (maintainer)
2017-11-11 07:17:10 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
2017-06-25 21:07:58 +00:00
Martin Wilke
136e6d46e4 - Update to 0.2.0
Changelog: https://github.com/neovim/neovim/releases/tag/v0.2.0

PR:		219141
Submitted by:	maintainer
2017-05-23 05:51:18 +00:00
Jason E. Hale
d3b2c22484 Update to 0.1.7
PR:		214897
Submitted by:	Oleg Gushchenkov <gor@clogic.com.ua> (maintainer)
2016-12-13 11:39:01 +00:00
Wen Heping
79787546f5 - Update to 0.1.6
PR:		214311
Submitted by:	gor@clogic.com.ua(maintainer)
2016-11-10 08:06:03 +00:00
John Marino
e4318a275f editors/neovim: Return pty process patch to restore build on DF
The pty process file was relocated and renamed, so the previous patch
no longer applied and was removed with the last update.  Regenerate the
patch to restore build on DragonFly.

Approved by:	DragonFly blanket
2016-10-17 05:13:35 +00:00
Dmitry Marakasov
82df4ae93e - Update to 1.15
PR:		212233
Submitted by:	gor@clogic.com.ua (maintainer)
2016-10-05 18:43:46 +00:00
Ruslan Makhmatkhanov
697ed72fd7 editors/neovim: pass maintainership to submitter
- fix out-of-order DISTVERSIONPREFIX (portlint warning)

PR:		210301
Submitted by:	Oleg Gushchenkov <gor@clogic.com.ua>
2016-06-19 08:23:53 +00:00
Matthew Seaman
2b4ec09e7e Fix be64toh() detection on BSDs from upstream
Use patch names as generated by 'make makepatch'

PR:		210054
Submitted by:	gor@clogic.com.ua
2016-06-09 19:01:27 +00:00
John Marino
09eadfd247 editors/neovim: Unbreak using dports patches
One of the 3 patches is for DF, the other two are commonly needed.
2016-06-09 13:41:03 +00:00
Antoine Brodin
cecbbcf226 Mark BROKEN: fails to build
/wrkdirs/usr/ports/editors/neovim/work/neovim-0.1.4/src/nvim/shada.c: In function 'shada_write_file':
/wrkdirs/usr/ports/editors/neovim/work/neovim-0.1.4/src/nvim/shada.c:3232: error: expected declaration specifiers or '...' before '(' token
/wrkdirs/usr/ports/editors/neovim/work/neovim-0.1.4/src/nvim/shada.c:3232: error: expected ')' before '?' token

Reported by:	pkg-fallout
2016-06-04 12:31:36 +00:00
Kurt Jaeger
71372c78a7 devel/msgpack: 1.1.0 -> 1.4.2
Changes:
  https://github.com/msgpack/msgpack-c/blob/master/CHANGELOG.md
- dependent ports PORTREVISION bump because name of shared library changed

PR:		209474
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Reviewed by:	swills
2016-05-27 18:56:52 +00:00
Mathieu Arnold
c8254ba4ca Update to 0.1.4.
PR:		209294
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-05-09 13:43:03 +00:00
Mathieu Arnold
ca09c2e951 Update to 0.1.3.
PR:		208867
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-18 14:07:11 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Frederic Culot
8ccdb1b565 - Reassign to the heap, on maintainer's request 2016-03-30 16:41:22 +00:00
Niclas Zeising
f2ca9b9f1b Update to 0.1.2
PR:		207088
Submitted by:	Anton Törnqvist (maintainer)
2016-02-10 21:18:01 +00:00
Mathieu Arnold
ddea640599 fix runtime, pkg registers a dependency on libluajit but no runtime
dependency, and pkg autoremove will render this unusable.

Sponsored by:	Absolight
2015-09-27 12:10:16 +00:00
Steve Wills
58bf169fb9 editors/neovim: create port
PR:		198713
Submitted by:	Anton Törnqvist <antont@inbox.lv> (based on)
2015-09-10 18:03:15 +00:00