From owner-freebsd-stable@FreeBSD.ORG Sat Jun 10 17:14:18 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 A23CF16A477 for ; Sat, 10 Jun 2006 17:14:18 +0000 (UTC) (envelope-from andrey.melentyev@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A10475BA for ; Sat, 10 Jun 2006 12:42:10 +0000 (GMT) (envelope-from andrey.melentyev@gmail.com) Received: by nf-out-0910.google.com with SMTP id a25so691713nfc for ; Sat, 10 Jun 2006 05:42:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=fZVp0oSByCayJcrNnNUART6DTRFEMF5iDkqnrOFu42M0Rutwc/WInthLUrcIZbIkT/ZsGBFma6WpKohOUKF5wSg4mZKl4YJZx9lzmJBpVmcCy9tMxdS2RLS9Ew2hGSUAdTGVPAhgQXr3F7xb0tFhv3DBkor9vKpH1GfdtD8rVhs= Received: by 10.49.93.15 with SMTP id v15mr3214988nfl; Sat, 10 Jun 2006 05:42:09 -0700 (PDT) Received: from rikz.local ( [80.70.236.16]) by mx.gmail.com with ESMTP id k9sm4368088nfc.2006.06.10.05.42.09; Sat, 10 Jun 2006 05:42:09 -0700 (PDT) From: Andrey Melentyev To: freebsd-stable@freebsd.org Date: Sat, 10 Jun 2006 16:42:05 +0400 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606101642.06268.andrey.melentyev@gmail.com> Subject: 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: Sat, 10 Jun 2006 17:14:18 -0000 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' ], ... } portversion -l keeps silence => there is no sintax errors in pkgtools.conf Sorry for ugly english, I'm still learning it :) Thanks for the answers. -- -wbr, Andrey Melentyev andrey.melentyev@gmail.com