From owner-cvs-ports@FreeBSD.ORG Wed Nov 17 22:56:41 2010 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 450711065693; Wed, 17 Nov 2010 22:56:41 +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 2A4758FC16; Wed, 17 Nov 2010 22:56:39 +0000 (UTC) Received: by fxm19 with SMTP id 19so1101439fxm.13 for ; Wed, 17 Nov 2010 14:56:39 -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=0x+rcMJtzxiG2Ac8fvGoR4iZ5NAmBl2RYfHZaPdW8i0=; b=pDE+vIGa0t3vIkoBcFUcwZYJCxQg/+nKqWhHzxY1U4rsGEQ7Z7SmZ2Hz7w4vWC6udR n5i8AVf708uz0kqaCgzwbtki/m+bTfabfuztaQRz5tKL/BASzZ4vHajyqA4KBgsGtD37 AkuzpHCrDT260EHqQVzakUJzDR/cAd55ssmvA= 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=fVfUHLIY8o2Qa/urrYVkgx/JtIg9MpLFXcOgy/P1xk4FLtfAyZ+NIMLO7RSjJTE2oj qkBAWZfwPBq8rUroIXP+oUDjgGmpJuQN56rV2Zn2rXPo1AQOZYIy5fpvK12XWGHCXh1o xIAgpmR77HTOo4lMpnTfh/AWV8QkF+EK1Rjes= MIME-Version: 1.0 Received: by 10.223.86.197 with SMTP id t5mr7854715fal.38.1290034597170; Wed, 17 Nov 2010 14:56:37 -0800 (PST) Received: by 10.223.93.139 with HTTP; Wed, 17 Nov 2010 14:56:37 -0800 (PST) In-Reply-To: References: <201011171244.oAHCiP6P025399@repoman.freebsd.org> Date: Wed, 17 Nov 2010 16:56:37 -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-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: Wed, 17 Nov 2010 22:56:41 -0000 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. :-) 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