The 'cat/foo-*' doesn't work in the pkgtools.conf?
Alex
alex at rnp.br
Thu Dec 4 06:27:00 PST 2003
Jeremy Messenger wrote:
> I learned from the example in the pkgtools.conf, so what I am doing
> with mplayer that will not work..
>
> ============================
> MAKE_ARGS = {
> 'www/mozilla-*' => [
> 'WITHOUT_MAILNEWS=yes',
> 'WITHOUT_COMPOSER=yes',
> 'WITHOUT_CHATZILLA=yes',
> ],
> 'multimedia/mplayer-*' => [
> 'WITH_OPTIMIZED_CFLAGS=yes',
> 'WITHOUT_RUNTIME_CPUDETECTION=yes',
> 'WITH_GUI=yes',
> 'WITH_SDL=yes',
> 'WITH_XVID=yes',
> ],
> }
> ============================
>
> It will work if I remove the '-*' like this:
>
> ============================
> MAKE_ARGS = {
> 'www/mozilla' => [
> 'WITHOUT_MAILNEWS=yes',
> 'WITHOUT_COMPOSER=yes',
> 'WITHOUT_CHATZILLA=yes',
> ],
> 'multimedia/mplayer' => [
> 'WITH_OPTIMIZED_CFLAGS=yes',
> 'WITHOUT_RUNTIME_CPUDETECTION=yes',
> 'WITH_GUI=yes',
> 'WITH_SDL=yes',
> 'WITH_XVID=yes',
> ],
> }
> ============================
>
> I tested it by pkg_delete SDL and it doesn't install SDL if it's with
> '-*', so
Is it really pkg_delete or do you mean pkg_deinstall ?
Alex
More information about the freebsd-ports
mailing list