From owner-cvs-ports@FreeBSD.ORG Thu Jul 7 09:02:58 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D2BF106566C; Thu, 7 Jul 2011 09:02:58 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id A391F8FC0A; Thu, 7 Jul 2011 09:02:57 +0000 (UTC) Received: from lqc.issp.ac.ru [77.236.34.156:45184] (HELO/EHLO lqc.issp.ac.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id p678q83n013442 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 7 Jul 2011 12:52:08 +0400 (MSD) From: Max Brazhnikov To: Stefan Esser Date: Thu, 7 Jul 2011 12:51:30 +0400 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.4; i386; ; ) References: <201107070753.p677rKXm009465@repoman.freebsd.org> In-Reply-To: <201107070753.p677rKXm009465@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201107071251.30516.makc@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/multimedia/dvbcut Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2011 09:02:58 -0000 On Thu, 7 Jul 2011 07:53:20 +0000 (UTC), Stefan Esser wrote: > se 2011-07-07 07:53:20 UTC > > FreeBSD ports repository (src committer) > > Modified files: > multimedia/dvbcut Makefile > Log: > Another attempt to finally get the Qt4 build dependencies right: > Add build dependency on rcc, even though there are no .rcc files. > and I did not see rcc actually being used during the compilation. that's a drawback in cmake: it can't find Qt4 until the minimum set of Qt4 build tools is installed (moc, qmake, rcc, uic).