Index | Thread | Search

From:
Kirill A. Korinsky <kirill@korins.ky>
Subject:
Re: update net/toxic to 0.15.1 and net/toxcore to 0.2.19
To:
Omar Polo <op@omarpolo.com>
Cc:
ports@openbsd.org
Date:
Sun, 22 Sep 2024 18:28:42 +0200

Download raw body.

Thread
On Thu, 30 May 2024 20:18:22 +0200,
Omar Polo <op@omarpolo.com> wrote:
> 
> sending both together since toxic 0.15.1 needs the latest toxcore as far
> as i can see.  briefly tried, toxic seems to work but hangs on /quit
> (still have to debug it), utox (the other toxcore dep) doesn't seem to
> even connect.
> 
> could anyone test these more throughfully than me?  my only contact
> moved to a different IM several months ago... ^^"
>

Just tested. It works on -current/amd64.

Anyway, seems that toxic is the only desktop client for Tox which alive.
 - qTox is archived on 12.02.2023;
 - uTox has the last commit in 2021;
 - toxygen has the last commit in 2020.

> Index: toxcore/Makefile
> ===================================================================
> RCS file: /home/cvs/ports/net/toxcore/Makefile,v
> diff -u -p -r1.12 Makefile
> --- toxcore/Makefile	27 Sep 2023 14:18:37 -0000	1.12
> +++ toxcore/Makefile	30 May 2024 16:57:55 -0000
> @@ -1,10 +1,10 @@
>  COMMENT =		Tox client library
>  
> -V =			0.2.18
> +V =			0.2.19
>  DISTNAME =		c-toxcore-$V
>  PKGNAME =		${DISTNAME:S/c-//}
>  
> -SHARED_LIBS +=		toxcore	3.0
> +SHARED_LIBS +=		toxcore	4.0
>  
>  CATEGORIES =		net telephony
>  
> Index: toxcore/distinfo
> ===================================================================
> RCS file: /home/cvs/ports/net/toxcore/distinfo,v
> diff -u -p -r1.6 distinfo
> --- toxcore/distinfo	29 Apr 2022 11:37:06 -0000	1.6
> +++ toxcore/distinfo	30 May 2024 16:54:31 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (c-toxcore-0.2.18.tar.gz) = 8pQFN5mIY1k+KLxqa19W8JZ19s2KKDJre8MbSDbAiUI=
> -SIZE (c-toxcore-0.2.18.tar.gz) = 653247
> +SHA256 (c-toxcore-0.2.19.tar.gz) = i0GPZHDbCFz1mpkVaFYTVWVW3yv0JxSPGBS3sRhihZQ=
> +SIZE (c-toxcore-0.2.19.tar.gz) = 860531
> Index: toxic/Makefile
> ===================================================================
> RCS file: /home/cvs/ports/net/toxic/Makefile,v
> diff -u -p -r1.20 Makefile
> --- toxic/Makefile	6 May 2024 12:23:55 -0000	1.20
> +++ toxic/Makefile	30 May 2024 17:13:58 -0000
> @@ -1,9 +1,8 @@
>  COMMENT =		ncurses-based Tox client
>  
> -GH_ACCOUNT =		Jfreegman
> +GH_ACCOUNT =		TokTok
>  GH_PROJECT =		toxic
> -GH_TAGNAME =		v0.11.3
> -REVISION =		2
> +GH_TAGNAME =		v0.15.1
>  
>  CATEGORIES =		net
>  
> @@ -11,7 +10,7 @@ CATEGORIES =		net
>  PERMIT_PACKAGE =	Yes
>  
>  WANTLIB += alut c config curses curl m openal png pthread intl
> -WANTLIB += qrencode toxcore util z ${MODPY_WANTLIB}
> +WANTLIB += qrencode toxcore util ${MODPY_WANTLIB}
>  
>  LIB_DEPENDS =		audio/freealut \
>  			net/toxcore \
> Index: toxic/distinfo
> ===================================================================
> RCS file: /home/cvs/ports/net/toxic/distinfo,v
> diff -u -p -r1.4 distinfo
> --- toxic/distinfo	28 Feb 2022 12:51:57 -0000	1.4
> +++ toxic/distinfo	30 May 2024 17:04:03 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (toxic-0.11.3.tar.gz) = Gj/UKJhSv2TuF7mKJ1l9DY9efTyayQGAvU5jqOWuU9k=
> -SIZE (toxic-0.11.3.tar.gz) = 1197252
> +SHA256 (toxic-0.15.1.tar.gz) = Vs7cN7IqFBHGj9izlfQPUV1qR3m+AlQMXNSVZlyqEnw=
> +SIZE (toxic-0.15.1.tar.gz) = 1246436
> 

-- 
wbr, Kirill