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
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
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
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
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
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
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
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
&
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
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
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
..
>
> 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
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/
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
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
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
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.
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
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
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
> >
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
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
22 matches
Mail list logo