Date: Thu, 04 Dec 2003 12:41:15 -0600 From: Jeremy Messenger <mezz7@cox.net> To: Stijn Hoop <stijn@win.tue.nl> Cc: freebsd-ports@freebsd.org Subject: Re: The 'cat/foo-*' doesn't work in the pkgtools.conf? Message-ID: <oprzn561t38ckrg5@smtp.central.cox.net> In-Reply-To: <20031204095019.GE57818@pcwin002.win.tue.nl> References: <oprzm4qaox8ckrg5@smtp.central.cox.net> <20031204095019.GE57818@pcwin002.win.tue.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 4 Dec 2003 10:50:19 +0100, Stijn Hoop <stijn@win.tue.nl> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?oprzn561t38ckrg5>