From nobody Thu Apr 18 15:08:00 2024 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VL1PK6jNmz5H2Vc for ; Thu, 18 Apr 2024 15:08:21 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VL1PK3WLzz4jY9 for ; Thu, 18 Apr 2024 15:08:21 +0000 (UTC) (envelope-from ml@netfence.it) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.113.67] (martin.centrocontabilebiesse.it [151.69.5.121]) (authenticated bits=0) by soth.netfence.it (8.18.1/8.17.2) with ESMTPSA id 43IF809X011169 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Thu, 18 Apr 2024 17:08:01 +0200 (CEST) (envelope-from ml@netfence.it) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netfence.it; s=202401; t=1713452884; bh=h+Ozrm3OnMyb86xaeE8fP1epgaltiO0sc+WjhqgDgtk=; h=Date:Subject:To:References:From:In-Reply-To; b=FKcYFx0cccwpeqtLC79g/2JvXda/jaHsHf7xYPltTyxT+9f9K9w3JtrdbU7xyCxb0 1OBfRt2OmOktk2nb4zUD+k1BZBl+wTSMRVGKcJEjyc4gFYoh34/N4w0dVg6YFOoQ3d ZJvU8X+zl0dtQvivoyQfFgkICgDXaeC/Uh/yDyxY= X-Authentication-Warning: soth.netfence.it: Host martin.centrocontabilebiesse.it [151.69.5.121] claimed to be [192.168.113.67] Message-ID: Date: Thu, 18 Apr 2024 17:08:00 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: FreeBSD Port: net-im/signal-desktop Content-Language: en-US To: Miroslav Lachman <000.fbsd@quip.cz>, Alexander Burke , ports@FreeBSD.org References: From: Andrea Venturoli In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.86 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:35612, ipnet:78.134.0.0/17, country:IT] X-Rspamd-Queue-Id: 4VL1PK3WLzz4jY9 On 4/18/24 15:44, Miroslav Lachman wrote: > "There is no maintainer for this port." :( :(( > I see there is an updated version (6.48.1) in a quarterly ports tree > https://cgit.freebsd.org/ports/tree/net-im/signal-desktop?h=2024Q2 > But why is it missing from the packages? No idea. > I can try to build it my-self in a Poudriere but is 6.48 still working > or is it outdated too? I've got 6.48.1 and it's still wokring, altough of course it might stop any moment. Signal works like that :( It has on glitch though (which I didn't investigate yet): it does not start anymore from XFCE menu, although it works if started from the terminal. bye av.