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
Hey Edd, I have some revised diffs that should address your concerns and fix the build for you. On Thu, Nov 7, 2019, at 04:13, Edd Barrett wrote: > Hi Travis, > > Thanks for the revised diffs. > > unibilium now looks fine. I've updated this again to include t

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 \

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

Re: python now requires X11 installed

2009-05-12 Thread travis+ml-python
ogram doesn't understand. | http://www.subpacefield.org/~travis/ If you are a spammer, please email j...@subspacefield.org to get blacklisted. pgpBPdutjidga.pgp Description: PGP signature

Re: python now requires X11 installed

2009-05-12 Thread travis+ml-python
st release from the listing. Is there an easy way to do this? -- Obama Nation | My emails do not have attachments; it's a digital signature that your mail program doesn't understand. | http://www.subpacefield.org/~travis/ If you are a spammer, please email j...@subspacefield.org

python now requires X11 installed

2009-05-12 Thread travis+ml-python
27;t understand. | http://www.subpacefield.org/~travis/ If you are a spammer, please email j...@subspacefield.org to get blacklisted. pgpZmAC7Pyq2D.pgp Description: PGP signature

Re: Pcapy 0.10.5 on OpenBSD 4.3 (patches)

2008-10-06 Thread Travis
less specific to OpenBSD. Somebody should make an official > port to OpenBSD. I'm surprised there isn't one. Me too. > It looks like there's still something to go on here: > http://www.subspacefield.org/~travis/OpenBSD/4.1/subspacefield.org/pcapy/ That's true, I'll

Re: Pcapy 0.10.5 on OpenBSD 4.3 (patches)

2008-10-06 Thread Travis
cc.a: could not read symbols: Bad value collect2: ld returned 1 exit status error: command 'c++' failed with exit status 1 OT: Isn't it odd that these python files have MS-DOS EOL conventions? -- Crypto ergo sum. http://www.subspacefield.org/~travis/ Truth does not fear scrutiny or

how do I use python2.4 instead of 2.3? and other port questions

2006-06-29 Thread Travis H.
eally understand the syntax of the values for the latter. Is there some documentation somewhere I'm missing? libdnet package now available at: http://www.lightconsulting.com/~travis/OpenBSD/ TIA -- ``I, for one, welcome our new robot death ray overlords.'' http://www.lightconsulting.c

experimental Zope-Interface port

2006-06-27 Thread Travis H.
Hi, could people please try out the attached port and let me know if everything looks good? I'll be submitting a few others today. -- "I sometimes have delusions of adequacy" -- Woody Allen Security "guru" for rent or hire - http://www.lightconsulting.com/~travis/ ->&

libpcap-0.9.4 port

2006-05-01 Thread Travis H.
hey're all set to Dunno. -- "Curiousity killed the cat, but for a while I was a suspect" -- Steven Wright Security Guru for Hire http://www.lightconsulting.com/~travis/ -><- GPG fingerprint: 9D3F 395A DAC5 5CCC 9066 151D 0A6B 4098 0C55 1484 libpcap_port.tgz Description: GNU Zip compressed data

GNU netcat port

2006-04-30 Thread Travis H.
I think it may depend on libiconv, but I'm not sure. In any case, this worked for me, please let me know your results if you have time to try it. -- "Curiousity killed the cat, but for a while I was a suspect" -- Steven Wright Security Guru for Hire http://www.lightconsulting.com/

pcapy port

2006-03-04 Thread Travis H.
Hey, I'm willing to do the pcapy port, if someone will tell me how to submit it. Thanks! -- Security Guru for Hire http://www.lightconsulting.com/~travis/ -><- GPG fingerprint: 9D3F 395A DAC5 5CCC 9066 151D 0A6B 4098 0C55 1484

modern libpcap port?

2006-03-04 Thread Travis H.
tree, or should I be asking this somewhere else? -- Security Guru for Hire http://www.lightconsulting.com/~travis/ -><- GPG fingerprint: 9D3F 395A DAC5 5CCC 9066 151D 0A6B 4098 0C55 1484