From owner-cvs-all@FreeBSD.ORG Thu Nov 18 12:22:28 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC0FF1065679; Thu, 18 Nov 2010 12:22:28 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id D62298FC20; Thu, 18 Nov 2010 12:22:27 +0000 (UTC) Received: by fxm19 with SMTP id 19so1577047fxm.13 for ; Thu, 18 Nov 2010 04:22:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=zTvIHDD9JpG2BdfmbsSOq7gILtJXjw6Urx4J8KKoLqY=; b=uldGkUw7Js4nZuBl6Be9nu4KVg9XT9OeGWq1ofUoQLXrJVyzo4EDTscfpHU29V+gU/ cRMyz6gxeAZ4NyzCbT73ZVid3xqqiz+65pTldUYFIQt7Ylu99msiYvJpwQ+yL3vpPA+i YIE1ylql0zYgALMCihFCVTTT0Pi7wSxJlHT4s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=JAEAoelBi0+C7infLAi1B2JyMmf+4365XAWIXTIRKhYK6/TiFHJpNj6RN2JK2Qte1h TW9/aw8BR6KNTJRLaZEUpSlv/zDxL2S6T71WyLNmqTyJi75W4/aO/JvgQB6zJ0cdKKQ8 QRX+rVNxUBoeIMUuIvQ9XRNjH5F2zpYTgbHes= MIME-Version: 1.0 Received: by 10.223.69.134 with SMTP id z6mr493728fai.19.1290082946789; Thu, 18 Nov 2010 04:22:26 -0800 (PST) Received: by 10.223.93.139 with HTTP; Thu, 18 Nov 2010 04:22:26 -0800 (PST) In-Reply-To: References: <201011171244.oAHCiP6P025399@repoman.freebsd.org> Date: Thu, 18 Nov 2010 06:22:26 -0600 Message-ID: From: Jeremy Messenger To: Alberto Villa Content-Type: text/plain; charset=ISO-8859-1 Cc: cvs-ports@freebsd.org, ports-committers@freebsd.org, cvs-all@freebsd.org, Jeremy Messenger Subject: Re: cvs commit: ports/net-p2p Makefile ports/net-p2p/transmission-qt4 Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 12:22:29 -0000 On Wed, Nov 17, 2010 at 4:56 PM, Jeremy Messenger wrote: > On Wed, Nov 17, 2010 at 9:51 AM, Alberto Villa wrote: >> On Wed, Nov 17, 2010 at 1:49 PM, Jeremy Messenger >> wrote: >>> QT/KDE folks, let me know if I didn't do it right with QT stuff in the >>> Makefile. I think it's my first time to do QT stuff in the Makefile, >>> but I don't remember. :-) >> >> almost any qt4 port requires these qt components: >> moc_build qmake_build rcc_build uic_build >> maybe start adding qmake_build to fix the error reported by qat, and > > Doh, I forgot to add it when I removed qmake from BUILD_DEPENDS after > learned about _build prefix in the porter handbook. Thanks. The reason > why I added BUILD_DEPENDS is that I didn't know about the _build > prefix and I don't want qmake to be in the runtime dependency. > > I have no knowledge of rcc and uic. It looks like it doesn't use > those, so moc too but I could be wrong. :-) I am wrong. After learn more about QT stuff.... There is no way to tell from the tarball, so I found that it does need all by view in the full build log. Cheers, Mezz > Cheers, > Mezz > > >> then add the others if it keeps failing (probably) >> -- >> Alberto Villa, FreeBSD committer >> http://people.FreeBSD.org/~avilla > > > -- > mezz.freebsd@gmail.com - mezz@FreeBSD.org > FreeBSD GNOME Team > http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org -- mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org