From owner-freebsd-ports@FreeBSD.ORG Fri Aug 26 20:39:10 2005 Return-Path: X-Original-To: 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 A1CEE16A41F for ; Fri, 26 Aug 2005 20:39:10 +0000 (GMT) (envelope-from adam.stroud@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FD143D68 for ; Fri, 26 Aug 2005 20:39:03 +0000 (GMT) (envelope-from adam.stroud@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so390073nzd for ; Fri, 26 Aug 2005 13:39:00 -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=glSynJQs/ZnXB2Cxn6lGRHOdQvKCsIYIt2nD7nFMFslqOu5r+Qz7cNkFN4VTfu2ybariC+CBXKc4sVEb5uMcAvaoDrOoxjjLaTrHLh/sg/gGYbTmfRG1bA+4a4qbfCXs5yvVhMOJ1Ol5Syx00wN72jd+MNv7Z0z3vLeCKohNRDg= Received: by 10.36.103.20 with SMTP id a20mr288940nzc; Fri, 26 Aug 2005 13:39:00 -0700 (PDT) Received: by 10.36.43.2 with HTTP; Fri, 26 Aug 2005 13:39:00 -0700 (PDT) Message-ID: Date: Fri, 26 Aug 2005 16:39:00 -0400 From: Adam Stroud To: Rainer Alves , ports@freebsd.org In-Reply-To: <430F7BC5.2000908@powered.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <430F7BC5.2000908@powered.net> Cc: Subject: Re: pkgtools.conf Question 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: Fri, 26 Aug 2005 20:39:10 -0000 Rainer: Thats what I was thinking too. Thank you for your input. A On 8/26/05, Rainer Alves wrote: > As far as I can tell, both are correct... the first make_args will be > applied ONLY to multimedia/xmms, while the second one will be applied > ONLY to: > multimedia/xmms-avi > multimedia/xmms-skins > multimedia/xmms-status-plugin > multimedia/xmms-weasel >=20 > Note that none of these two will affect other xmms related ports such as > audio/xmms-crossfade, graphics/xmms-infinity, > x11-themes/xmms-vumeter-skins and so on. >=20 > Rainer Alves > BrasilTelecom / BrTurbo >=20 > ----------------------------------------------- >=20 > Adam Stroud wrote: >=20 > >All: > > > >I have a question of the format of the pkgtools.conf file. When > >specifying MAKE_ARGS for specific args, what is the correct format. > >The file says that it uses a ports_glob to do the lookup so would I > >specify an entry like: > > > >'multimedia/xmms' =3D> 'WITH_EXTENDED_VORBIS_FILEINFO=3D1' > > > >or like: > > > >'multimedia/xmms-*' =3D> 'WITH_EXTENDED_VORBIS_FILEINFO=3D1' > > > >The first example resolves when using a ports_glob and the second one > >does not. So I am assuming that the first format is correct. Is this > >a correct assumption? > > > >Thanks > >A > > > > > > >=20 >