From owner-svn-ports-head@freebsd.org Mon Oct 29 18:17:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DD6D10E2546; Mon, 29 Oct 2018 18:17:21 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D3E837C2FA; Mon, 29 Oct 2018 18:17:20 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail-vk1-f174.google.com [209.85.221.174:34571] (HELO/EHLO mail-vk1-f174.google.com, authenticated with PLAIN) by mail.issp.ac.ru with ESMTPSA/inet id w9TIEVX9084560 (using TLSv1.2, with cipher ECDHE-RSA-AES128-GCM-SHA256 (128 bits), verified FAIL) Mon, 29 Oct 2018 21:14:32 +0300 (MSK) Received: by mail-vk1-f174.google.com with SMTP id b65-v6so2312993vkf.1; Mon, 29 Oct 2018 11:14:32 -0700 (PDT) X-Gm-Message-State: AGRZ1gKfkCaXdt1L+HZ29fB1N7exX5p3NQgaPc9IWAYvrmVTwiByDw6g bAeFrOBnJ2c1n6zBpRhh7vbFzK0J19Q6vt6Lu/s= X-Google-Smtp-Source: AJdET5eDQg3JDvzSdnLQ6lk0zxcazsOoCtQ6mTn+K4WFPvsrhSFuOHJo+2IU5JzhYr3R7Zds1gKs4qe7SeIMFVJT7Hw= X-Received: by 2002:a1f:8892:: with SMTP id k140mr5776930vkd.50.1540836871441; Mon, 29 Oct 2018 11:14:31 -0700 (PDT) MIME-Version: 1.0 References: <201810271715.w9RHFEf0024510@repo.freebsd.org> <20181027180632.GA52560@FreeBSD.org> In-Reply-To: <20181027180632.GA52560@FreeBSD.org> From: Max Brazhnikov Date: Mon, 29 Oct 2018 18:14:20 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r483153 - in head/graphics/fraqtive: . files To: danfe@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 18:17:21 -0000 On Sat, 27 Oct 2018 at 18:06, Alexey Dokuchaev wrote: > > On Sat, Oct 27, 2018 at 05:15:14PM +0000, Max Brazhnikov wrote: > > New Revision: 483153 > > URL: https://svnweb.freebsd.org/changeset/ports/483153 > > > > Log: > > graphics/fraqtive: > > - Switch to Qt 5 > > Since there were no version bump, I assume that the port could be built > against any Qt version => you should consider converting it to flavors, > since not everyone loves/wants Qt 5. Yes, your assumption is correct. I would make both Qt 4 and Qt 5 a couple of years ago, but considering the approach of Qt 4 deprecation in ports I prefer to not bother about it now (at least for leaf ports, like this one). > > Also, what happens if both Qt versions are installed? I didn't see how > this situation is handled in the commit diff. Nothing is required in this case. You run either Qt 4 qmake or Qt 5 one for configure - that's all.