Re: Update net/toxcore and take maintainership back

2019-02-26 Thread Leonid Bobrov
ping On Wed, Feb 06, 2019 at 09:31:53PM +0200, Leonid Bobrov wrote: > Index: Makefile > === > RCS file: /cvs/ports/net/toxcore/Makefile,v > retrieving revision 1.3 > diff -u -p -u -p -r1.3 Makefile > --- Makefile 9 Aug 2018 23:25:58

Re: Update net/toxcore and take maintainership back

2019-02-06 Thread Leonid Bobrov
On Wed, Feb 06, 2019 at 01:09:13PM -0500, Brian Callahan wrote: > I think we're looking at two independent issues: > 1. Does the bootstrap daemon work? > 2. Does it work through init with a fancy rcctl script? > > The answer to question 1 is unequivocally "yes" since I was running it on my > machi

Re: Update net/toxcore and take maintainership back

2019-02-06 Thread Brian Callahan
On 2/6/19 11:15 AM, Leonid Bobrov wrote: Hi Brian! First, I tried setting up daemon at init level, I added to /usr/ports/infrastructure/db/user.list the following: 831 _toxdht _toxdht net/toxcore Then I added toxdht.rc to net/toxcore/pkg with contents: ``` #!/bin/ksh daemon="${TRUEPREFIX}/bi

Re: Update net/toxcore and take maintainership back

2019-02-06 Thread Leonid Bobrov
Hi Brian! First, I tried setting up daemon at init level, I added to /usr/ports/infrastructure/db/user.list the following: 831 _toxdht _toxdht net/toxcore Then I added toxdht.rc to net/toxcore/pkg with contents: ``` #!/bin/ksh daemon="${TRUEPREFIX}/bin/tox-bootstrapd --config /etc/tox-bootstrapd.

Re: Update net/toxcore and take maintainership back

2019-02-06 Thread Brian Callahan
Hi Leonid -- On 2/6/19 4:55 AM, Leonid Bobrov wrote: Hi! While I was contributing to Ravenports, John Marino from DragonFly BSD explained me why I should be maintainer. So I am willing to take back maintainership of ports I submitted to this mailing list. I disabled bootstrap daemon because it

Re: Update net/toxcore and take maintainership back

2019-02-06 Thread Leonid Bobrov
Sorry, new diff, DHT_bootstrap binary is useless because it doesn't work too. This should be final sane diff: Index: Makefile === RCS file: /cvs/ports/net/toxcore/Makefile,v retrieving revision 1.3 diff -u -p -u -p -r1.3 Makefile ---

Update net/toxcore and take maintainership back

2019-02-06 Thread Leonid Bobrov
Hi! While I was contributing to Ravenports, John Marino from DragonFly BSD explained me why I should be maintainer. So I am willing to take back maintainership of ports I submitted to this mailing list. I disabled bootstrap daemon because it doesn't work, it immediately starts and exits with 0, n