From owner-freebsd-ports@FreeBSD.ORG Thu Dec 4 10:42:06 2003 Return-Path: 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 21B8A16A4CF; Thu, 4 Dec 2003 10:42:06 -0800 (PST) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE8B843FBD; Thu, 4 Dec 2003 10:42:03 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031204184201.HYWT24575.lakemtao06.cox.net@mezz.mezzweb.com>; Thu, 4 Dec 2003 13:42:01 -0500 Date: Thu, 04 Dec 2003 12:41:15 -0600 To: Stijn Hoop References: <20031204095019.GE57818@pcwin002.win.tue.nl> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20031204095019.GE57818@pcwin002.win.tue.nl> User-Agent: Opera7.23/Linux M2 build 518 cc: freebsd-ports@freebsd.org Subject: Re: The 'cat/foo-*' doesn't work in the pkgtools.conf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:42:06 -0000 On Thu, 4 Dec 2003 10:50:19 +0100, Stijn Hoop wrote: > On Wed, Dec 03, 2003 at 11:12:00PM -0600, Jeremy Messenger wrote: >> I learned from the example in the pkgtools.conf, so what I am doing with >> mplayer that will not work.. > >> 'multimedia/mplayer-*' => [ > >> It will work if I remove the '-*' like this: > >> 'multimedia/mplayer' => [ > >> I tested it by pkg_delete SDL and it doesn't install SDL if it's with >> '-*', so remove the '-*' the SDL is installed. To me, it looks like >> it's a >> bug in portupgrade? > > Isn't it just a regular expression? In which case > > 'multimedia/mplayer-*' => > > would only match > > multimedia/mplayer-fonts > multimedia/mplayer-skins > > and not > > multimedia/mplayer > multimedia/mplayerxp > > Try using > > 'multimedia/mplayer*' => > > to set options for all mplayer ports. Ahh, you are right.. I was expected it would work with like this: $ pkg_info | grep mplayer mplayer-gtk-esound-0.92.0_3 I didn't think of it would only check on ports directory instead. :-) Thanks! Cheers, Mezz > HTH, > > --Stijn -- bsdforums.org 's moderator, mezz.