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
> machine and it worked. The answer to question 2 is a little trickier. At the
> moment it seems to be "no" but in reality it's more like "not yet."
> 
> Because the answer to question 1 is yes, I think we should return to
> building and shipping the daemon. Because toxcore is a dependency of other
> ports, I don't think the answer to question 2 should block the update but it
> should be something to be worked on for future inclusion (or more likely
> upstreaming).
> 
> ~Brian
> 

Ok, I'll try to take a work on rcctl later, meanwhile this diff is ready
to commit:

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 -0000       1.3
+++ Makefile    6 Feb 2019 19:29:02 -0000
@@ -2,22 +2,22 @@
 
 COMMENT =              Tox client library
 
-V =                    0.2.3
-REVISION =             0
+V =                    0.2.9
 DISTNAME =             toxcore-$V
 
 GH_ACCOUNT =           TokTok
 GH_PROJECT =           c-toxcore
 GH_TAGNAME =           v$V
 
-SHARED_LIBS +=         toxcore 0.1 # 0.1
+SHARED_LIBS +=         toxcore 0.2 # 2.9
 CATEGORIES =           net telephony
 
 HOMEPAGE =             https://tox.chat/
 
+MAINTAINER =           Leonid Bobrov <mazoc...@disroot.org>
+
 # GPLv3+
 PERMIT_PACKAGE_CDROM = Yes
-
 
 WANTLIB = c config m opus pthread sodium vpx
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/toxcore/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo    26 Jun 2018 20:34:04 -0000      1.2
+++ distinfo    6 Feb 2019 19:29:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (toxcore-0.2.3.tar.gz) = IsUvKGxG0/gC7baXi88qU/gwE2Pit0V4RhNCejO6OjQ=
-SIZE (toxcore-0.2.3.tar.gz) = 471336
+SHA256 (toxcore-0.2.9.tar.gz) = qMlicJRH+5sMuxqQ7BlFobLScrTTIjVsSKTjiCsSZ+c=
+SIZE (toxcore-0.2.9.tar.gz) = 510806
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/toxcore/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   29 Apr 2018 11:14:09 -0000      1.1.1.1
+++ pkg/PLIST   6 Feb 2019 19:29:02 -0000
@@ -1,4 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2018/04/29 11:14:09 landry Exp $
+@bin bin/DHT_bootstrap
 @bin bin/tox-bootstrapd
 include/tox/
 include/tox/tox.h

Reply via email to