The 'cat/foo-*' doesn't work in the pkgtools.conf?

Stijn Hoop stijn at win.tue.nl
Thu Dec 4 01:49:03 PST 2003


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.

HTH,

--Stijn

-- 
Remember, kids: "Q" is always followed by "U". You can learn more on the
Internet in the Spelling FAQU.
		-- James "Kibo" Parry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20031204/ec4274c4/attachment.bin


More information about the freebsd-ports mailing list