Date: Thu, 04 Dec 2003 12:26:53 -0200 From: Alex <alex@rnp.br> To: freebsd-ports@freebsd.org Subject: Re: The 'cat/foo-*' doesn't work in the pkgtools.conf? Message-ID: <3FCF442D.6020408@rnp.br> In-Reply-To: <oprzm4qaox8ckrg5@smtp.central.cox.net> References: <oprzm4qaox8ckrg5@smtp.central.cox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FCF442D.6020408>