From owner-svn-ports-all@FreeBSD.ORG Thu Oct 17 13:41:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1014DCB; Thu, 17 Oct 2013 13:41:46 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 27E1D20AC; Thu, 17 Oct 2013 13:41:45 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:6078] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r9HDfShC039566 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 17 Oct 2013 17:41:29 +0400 (MSK) From: Max Brazhnikov To: Dmitry Marakasov Subject: Re: svn commit: r330501 - head/deskutils/qrfcview Date: Thu, 17 Oct 2013 13:41:28 +0000 Message-ID: <6743535.ClJ6S9ZKtj@mercury.ph.man.ac.uk> User-Agent: KMail/4.11 (FreeBSD/9.2-STABLE; KDE/4.11.0; amd64; ; ) In-Reply-To: <20131016222515.GE13756@hades.panopticon> References: <201310161249.r9GCnSFP011838@svn.freebsd.org> <3101750.mf7aS1CQZ3@mercury.ph.man.ac.uk> <20131016222515.GE13756@hades.panopticon> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Oct 2013 13:41:46 -0000 On Thu, 17 Oct 2013 02:25:15 +0400 Dmitry Marakasov wrote: > * Max Brazhnikov (makc@freebsd.org) wrote: > > > > Log: > > > - Support staging > > > - Make qmake respect CXX/CXXFLAGS > > > > We have USES=qmake now, which has support for all of above. > > I know, but I'd like to avoid it until it properly supports compiler and > flags settings. It does support both, until I miss something. Can you clarify? Max