From owner-svn-ports-all@FreeBSD.ORG Sun Feb 9 17:05:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF46D8D6; Sun, 9 Feb 2014 17:05:25 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B9BB153F; Sun, 9 Feb 2014 17:05:25 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id D1DDABDC64; Sun, 9 Feb 2014 18:05:23 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id A85D0BDC56; Sun, 9 Feb 2014 18:05:23 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 7C7EDCE4C45A; Sun, 9 Feb 2014 18:05:23 +0100 (CET) Date: Sun, 09 Feb 2014 18:05:23 +0100 From: Mathieu Arnold To: Steve Wills , Max Brazhnikov Subject: Re: svn commit: r343127 - head/net-p2p/litecoin Message-ID: <605830F6CCEB54F87199C004@atuin.in.mat.cc> In-Reply-To: <20140209170305.GA70834@mouf.net> References: <201402061736.s16Hadub043605@svn.freebsd.org> <2957021.U9AczQMEhM@mercury.ph.man.ac.uk> <20140209170305.GA70834@mouf.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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.17 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: Sun, 09 Feb 2014 17:05:26 -0000 +--On 9 f=C3=A9vrier 2014 17:03:08 +0000 Steve Wills = wrote: | On Thu, Feb 06, 2014 at 09:02:23PM +0000, Max Brazhnikov wrote: |> On Thu, 06 Feb 2014 17:36:39 +0000Thu Feb 6 17:36:38 2014 Steve Wills |> wrote: |> > -.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11) |> > +.if ${PORT_OPTIONS:MX11} |> > USE_QT4=3D qmake_build linguist uic moc rcc |>=20 |> You can safely add _build suffix for uic, moc, and rcc. linquist is |> only used for translations, so it can be suffixed too, but then USE_QT4 |> must be populated with runtime dependencies. |=20 | Thanks. I'm about to update and want to include those changes. How can I | tell what runtime dependencies are needed in USE_QT4? I was wondering the same for another qt app I maintain :-) --=20 Mathieu Arnold