From nobody Sun Sep 10 20:28:30 2023 X-Original-To: dev-commits-ports-all@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 4RkLyv4Tklz4sNXW; Sun, 10 Sep 2023 20:28:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4RkLyv1tm5z3cvc; Sun, 10 Sep 2023 20:28:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.5.3] (c-73-202-23-161.hsd1.ca.comcast.net [73.202.23.161]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 38AKSVnm033040 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sun, 10 Sep 2023 13:28:31 -0700 (PDT) (envelope-from yuri@FreeBSD.org) X-Authentication-Warning: shell1.rawbw.com: Host c-73-202-23-161.hsd1.ca.comcast.net [73.202.23.161] claimed to be [192.168.5.3] Message-ID: <466c01d7-c7c5-64a9-7a48-c53ca2ed3705@tsoft.com> Date: Sun, 10 Sep 2023 13:28:30 -0700 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: git: 49eaa88d7d8f - main - net-im/libquotient: flavorize port for Qt 5 and Qt 6 Content-Language: en-US To: "Tobias C. Berner" , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202309102005.38AK5rq8008834@gitrepo.freebsd.org> From: Yuri In-Reply-To: <202309102005.38AK5rq8008834@gitrepo.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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:7961, ipnet:198.144.192.0/19, country:US] X-Rspamd-Queue-Id: 4RkLyv1tm5z3cvc Hi Tobias, On 9/10/23 13:05, Tobias C. Berner wrote: > net-im/libquotient: flavorize port for Qt 5 and Qt 6 > > - To allow for co-instability, the header files have been moved to a > prefix. This location might change again in the future, if upstream > adapts their build system for co-instability. > > - The android related file is simply not cared about in the Qt6 version, > to allow for co-instability. Why do users need a choice to install the same software with Qt5? It seems like a unnecessary choice since Qt6 is simply a new gen of Qt and Qt5 is an old gen. Thanks, Yuri