Re: minor update: neovim to 0.4.4

2020-08-10 Thread Travis Cole
On Sun, Aug 9, 2020, at 11:03, Travis Cole wrote: > Hey Edd and ports@ > > Looks like a new Neovim minor release came out a few days ago. > > https://github.com/neovim/neovim/releases/tag/v0.4.4 > > It's a trivial version bump and it builds and works fine for me. Built

minor update: neovim to 0.4.4

2020-08-09 Thread Travis Cole
Hey Edd and ports@ Looks like a new Neovim minor release came out a few days ago. https://github.com/neovim/neovim/releases/tag/v0.4.4 It's a trivial version bump and it builds and works fine for me. Built on the latest snapshot with llvm 10. I also removed the comment about a single test fail

Re: should we port ssh-copy-id ?

2020-01-16 Thread Travis Cole
On Tue, Jan 14, 2020, at 00:47, Jan-Piet Mens wrote: > ssh-copy-id [1] is a script to copy one's SSH keys to remote hosts, > ensuring that ~/.ssh and authorized_keys are created with correct > permissions. The script uses ssh(1) to log into a remote machine (using > a login password). > > This

Re: unbreak editors/py-neovim

2019-11-21 Thread Travis Cole
On Thu, Nov 21, 2019, at 04:06, Stuart Henderson wrote: > On 2019/11/21 10:24, Edd Barrett wrote: > > setuptools tries to download this dependency if it's not installed, and > > presumably that only showed under dpb, where there's a pf rule to block > > network access. > > It shows up outside of D

Re: Neovim update and new libluv port

2019-11-19 Thread Travis Cole
On Mon, Nov 18, 2019, at 19:51, Travis Cole wrote: > On Mon, Nov 18, 2019 at 09:10:12PM +, Stuart Henderson wrote: > > On 2019/11/18 17:16, Edd Barrett wrote: > > > Hi everyone, > > > > > > On Sat, Nov 16, 2019 at 11:23:37AM -0800, Travis Cole w

Re: Neovim update and new libluv port

2019-11-18 Thread Travis Cole
On Mon, Nov 18, 2019 at 09:10:12PM +, Stuart Henderson wrote: > On 2019/11/18 17:16, Edd Barrett wrote: > > Hi everyone, > > > > On Sat, Nov 16, 2019 at 11:23:37AM -0800, Travis Cole wrote: > > > I have an updated diff. > > > > I believe the neovi

Re: Neovim update and new libluv port

2019-11-16 Thread Travis Cole
Hey there, I have an updated diff. On Sat, Nov 16, 2019, at 06:54, Edd Barrett wrote: > Hi Rafael, > > On Sat, Nov 16, 2019 at 01:03:05PM +0100, Rafael Sadowski wrote: > > -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON \ > > Yeah, looks like I missed that. If it works, we can add it. I've added it. It

Re: Neovim update and new libluv port

2019-11-15 Thread Travis Cole
On Fri, Nov 15, 2019, at 03:30, Edd Barrett wrote: > > Here is my review of the old diff. You probably want to merge my changes > with yours. > > On Thu, Nov 14, 2019 at 11:54:30AM -0800, Travis Cole wrote: > > +pre-configure: > > + @mkdir -p ${WRKBUILD}/build &

Re: Neovim update and new libluv port

2019-11-14 Thread Travis Cole
On Thu, Nov 14, 2019, at 09:09, Travis Cole wrote: > Hey Edd, > > I have some revised diffs that should address your concerns and fix the build > for you. > Oops, sorry found a couple of things I didn't like in my neovim diff. The attached one is better. Disables cmake co

Re: Neovim update and new libluv port

2019-11-14 Thread Travis Cole
he new debug package functionality. So attaching the diff again. > libvterm: > > On Mon, Nov 04, 2019 at 08:40:19PM -0800, Travis Cole wrote: > > > SHARED_LIBS += vterm 1.0 # 0.0 > > > > I've bumped the version > > Cool. I suppose we should probably add a comment w

Re: Neovim update and new libluv port

2019-11-08 Thread Travis Cole
Hey Edd, Thanks for another review! On Thu, Nov 7, 2019, at 04:13, Edd Barrett wrote: > Hi Travis, > > Thanks for the revised diffs. > > unibilium now looks fine. Great! that's progress. :) > libvterm: > > On Mon, Nov 04, 2019 at 08:40:19PM -0800, Travis

Re: Neovim update and new libluv port

2019-11-04 Thread Travis Cole
.. > > First unibilium: > > On Sun, Sep 29, 2019 at 01:16:13PM -0700, Travis Cole wrote: > > -SHARED_LIBS += unibilium 0.0 # 3.0 > > +SHARED_LIBS += unibilium 1.0 # 3.0 I wasn't sure what the library comment convention meant there. > Something is potentially fishy here

Re: Neovim update and new libluv port

2019-11-03 Thread Travis Cole
On Sun, Nov 3, 2019, at 01:05, Stuart Henderson wrote: > On 2019/10/21 13:12, Stuart Henderson wrote: > > Reviewing libluv/luv again as asked by Edd, I got rather confused that > > it installed libluv.so.0.0 in /usr/local/lib which isn't usable from Lua > > (which would expect luv.so in /usr/local/

Re: Neovim update and new libluv port

2019-11-02 Thread Travis Cole
On Wed, Oct 30, 2019, at 10:23, Travis Cole wrote: > > > On Wed, Oct 30, 2019, at 09:38, Edd Barrett wrote: > > Hi Travis, > > > > On Wed, Oct 23, 2019 at 11:02:28AM +0100, Stuart Henderson wrote: > > > So you should be able to do

Re: Neovim update and new libluv port

2019-10-30 Thread Travis Cole
On Wed, Oct 30, 2019, at 09:38, Edd Barrett wrote: > Hi Travis, > > On Wed, Oct 23, 2019 at 11:02:28AM +0100, Stuart Henderson wrote: > > So you should be able to do > > > > -DUSE_BUNDLED_GPERF=Off \ > > -DUSE_BUNDLED_UNIBILIUM=Off \ > > -DUSE_BUNDLED_LIBTERMKEY=Off \ > > -DUSE_BUNDLED_LIBVTER

Re: Neovim update and new libluv port

2019-10-22 Thread Travis Cole
On Mon, Oct 21, 2019, at 06:10, Edd Barrett wrote: > Hi Stuart, > > Thanks for looking at this is more detail. > > On Mon, Oct 21, 2019 at 01:12:57PM +0100, Stuart Henderson wrote: > > Then I looked again at Neovim's "following head" page. "Nvim core > > requires libluv. This may require building

Re: Neovim update and new libluv port

2019-10-02 Thread Travis Cole
On Wed, Oct 2, 2019, at 19:43, Travis Cole wrote: > > Attached is a tar of the luv port with Stuart's diff applied. And I've cleaned up my previous diffs to work with the renamed luv, and fixed a few minor issues. Here are the updated diffs and I've attached the luv.tar.

Re: Neovim update and new libluv port

2019-10-02 Thread Travis Cole
On Wed, Oct 2, 2019, at 09:28, Travis Cole wrote: > On Wed, Oct 2, 2019, at 01:11, Stuart Henderson wrote: > > On 2019/10/01 22:01, Travis Cole wrote: > > > > > lua-compat-5.3 doesn't install any headers, and no other PLIST file in > > > ports has it eit

Re: Neovim update and new libluv port

2019-10-02 Thread Travis Cole
On Wed, Oct 2, 2019, at 01:11, Stuart Henderson wrote: > On 2019/10/01 22:01, Travis Cole wrote: > > > lua-compat-5.3 doesn't install any headers, and no other PLIST file in > > ports has it either. > > > > I'm not sure if it's best to keep the dep

Re: Neovim update and new libluv port

2019-10-01 Thread Travis Cole
Hey there, Thanks for the feedback. On Tue, Oct 1, 2019, at 02:20, Edd Barrett wrote: > Hi, > > Thanks for looking at this. > > On Sun, Sep 29, 2019 at 01:16:13PM -0700, Travis Cole wrote: > > * A new port of libluv: > > - Neovim now depends on libluv > >

Neovim update and new libluv port

2019-09-29 Thread Travis Cole
Hi there, I wanted Neovim 0.4.2 so I took the liberty of figuring out what it would take to update the port. I've included: * A new port of libluv: - Neovim now depends on libluv - (See https://github.com/neovim/neovim/wiki/Following-HEAD) so I had to create a new port wh

Minor FAQ ports guide fix

2019-09-28 Thread Travis Cole
Hi there, When reading through the FAQ's ports guide I noticed a reference to /usr/ports/infrastructure/templates/network.conf.template which has been moved. Here is a fix: diff --git faq/ports/guide.html faq/ports/guide.html index 64275fe39..8685d53f5 100644 --- faq/ports/guide.html +++ faq/po