From owner-freebsd-ports@FreeBSD.ORG Mon Dec 12 18:59:10 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDB1816A420 for ; Mon, 12 Dec 2005 18:59:10 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABE8943D62 for ; Mon, 12 Dec 2005 18:59:09 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s15so1073266wxc for ; Mon, 12 Dec 2005 10:59:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JOu5aykz3DmuaM+k1JArDn9Y1zIvzj8OG61zCyEYGTMOyv4ug/9tvgF+LQJ5OxlaD8hb6ReZ5o9sHh6Jn/hI4YWgeQY3LqT4Jag5dqEcEU/2hCCbywrh8d40ozcx4nviXeQZeISBCHfJrPWA4XyFU/PU7gzjEBsqsHkJRiuEJN8= Received: by 10.70.100.17 with SMTP id x17mr8671801wxb; Mon, 12 Dec 2005 10:59:08 -0800 (PST) Received: by 10.70.31.5 with HTTP; Mon, 12 Dec 2005 10:59:07 -0800 (PST) Message-ID: <790a9fff0512121059y73d97f2eub06e88f77a63461c@mail.gmail.com> Date: Mon, 12 Dec 2005 12:59:07 -0600 From: Scot Hetzel To: martinko In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: pkgtools.conf make arguments ignored (?!?) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2005 18:59:11 -0000 On 12/11/05, martinko wrote: > hello, > > i'm having troubles with specifying make arguments to portupgrade via > /usr/local/etc/pkgtools.conf. > this is a part of my config file: > > MAKE_ARGS =3D { > 'x11/yelp' =3D> 'WITH_MAN=3D1 WITH_INFO=3D1 WITH_GECKO=3Dmozilla', > } > > it works only if i run `portupgrade -N yelp` > but it does not work when i run eg `portupgrade -N gnome2-lite` > > interesting thing is that according to pkgtools.conf itself the > following should work too but it does not : > > MAKE_ARGS =3D { > 'x11/yelp-*' =3D> 'WITH_MAN=3D1 WITH_INFO=3D1 WITH_GECKO=3Dmozilla', > } > > is this a known issue (and why?) or am i doing something wrong ?? > Do you have an entry in the MAKE_ARGS for x11/gnome2-lite? As your example doesn't show an entry for it. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.