From owner-freebsd-stable@FreeBSD.ORG Sun Jun 11 07:46:59 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1F9116A41B for ; Sun, 11 Jun 2006 07:46:59 +0000 (UTC) (envelope-from vladgalu@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB41443D48 for ; Sun, 11 Jun 2006 07:46:58 +0000 (GMT) (envelope-from vladgalu@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so266842wra for ; Sun, 11 Jun 2006 00:46:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=L3MPmkq2WpoelYBm1Piyy7WbSt6SEiIRDJdqvngC5MM52SYMVPWu5Jdkya0FBtOAyVk/2AOAItu7tt5O1tO2a3tTmGznfsIo4XcNPg9hEl3AwLFk9kADKjk3ARye1YQmYVNwJCHTpCAx4/EMb+ZK3mGgkanxTupwd/69K0CVl0U= Received: by 10.54.124.15 with SMTP id w15mr4518742wrc; Sun, 11 Jun 2006 00:46:57 -0700 (PDT) Received: by 10.54.128.7 with HTTP; Sun, 11 Jun 2006 00:46:57 -0700 (PDT) Message-ID: <79722fad0606110046i4d6101b7ka469c5b01f2e5bb@mail.gmail.com> Date: Sun, 11 Jun 2006 10:46:57 +0300 From: "Vlad GALU" To: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org In-Reply-To: <79722fad0606101404h5e9a14f3o404019d09d90df3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200606101642.06268.andrey.melentyev@gmail.com> <79722fad0606101404h5e9a14f3o404019d09d90df3@mail.gmail.com> Cc: Subject: Re: openoffice.org-2.0, portinstall and MAKE_ARGS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 07:46:59 -0000 On 6/11/06, Vlad GALU wrote: > On 6/10/06, Andrey Melentyev wrote: > > Hi all! > > I've got a problem with building editors/openoffice-2.0 on my FreeBSD-6.1. > > I want to control the configure process via knobs, such as WITH_CUPS, WITH_KDE > > and some others. When I try to install OOo this way: > > > > portupgrade -Nvm "-DWITH_KDE -DWITH_CUPS -DWITH_CCACHE -DWITH_GPC -DWITHOUT_MOZILLA" > > editors/openoffice.org-2.0 > > > > I see right messages about make flags: > > > > ---> Session started at: Sat, 10 Jun 2006 16:34:58 +0400 > > ---> Fresh installation of editors/openoffice.org-2.0 started at: Sat, 10 Jun > > 2006 16:34:58 +0400 > > ---> Installing 'openoffice.org-2.0.3rc5' from a port > > (editors/openoffice.org-2.0) > > ---> Build of editors/openoffice.org-2.0 started at: Sat, 10 Jun 2006 > > 16:35:03 +0400 > > ---> Building '/usr/ports/editors/openoffice.org-2.0' with make > > flags: -DWITH_KDE -DWITH_CUPS -DWITH_CCACHE -DWITH_GPC -DWITHOUT_MOZILLA > > > > But if I put those make flags into /usr/local/etc/pkgtools.conf, then I get no > > message about custom make flags, and if I look > > at /usr/ports/editors/openoffice.org-2.0/work/config_office/config.log, I see > > that my make flags are not working properly. > > My pkgtools.conf part: > > > > MAKE_ARGS = { > > ... > > 'editors/openoffice.org-2.0' => [ > > '-DWITH_CUPS', > > '-DWITH_KDE', > > 'LOCALIZED_LANG=ru', > > '-DWITH_GPC', > > '-DWITH_CCACHE' > > ], > > ... > > } > > FWIW, I spotted the same problem today. portupgrade -N doesn't pick > up the MAKE_ARGS from pkgtools.conf. > FYI, after updating portupgrade to 2.1.2_1,1, everything works correctly. -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it.