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

Jeremy Messenger mezz7 at cox.net
Wed Dec 3 21:12:52 PST 2003


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 remove the '-*' the SDL is installed. To me, it looks like it's a 
bug in portupgrade?

============================
   #     # b) Specify them using an array
   #     'databases/mysql41-*' => [
   #        'WITH_LINUXTHREADS=1',
   #        'SKIP_DNS_CHECK=1',
   #     ],
============================

Cheers,
Mezz


-- 
bsdforums.org 's moderator, mezz.


More information about the freebsd-ports mailing list