Portupgrade and pkgtools.conf file

Eduardo Viruena Silva mrspock at esfm.ipn.mx
Tue Apr 29 22:25:20 PDT 2003


On Tue, 29 Apr 2003, E. J. Cerejo wrote:

> I'm trying to tell portupgrade to install mplayer with these options:
>
> 'multimedia/mplayer'    => 'WITH_OPTIMIZED_CFLAGS', 'multimedia/mplayer'
>     => 'WITHOUT_RUNTIME_CPUDETECTION', 'multimedia/mplayer'    =>
> 'WITH_GUI',  'multimedia/mplayer'    => 'WITH_FREETYPE',
> 'multimedia/mplayer'    => 'WITH_DVD=', 'multimedia/mplayer'    =>
> 'WITH_LIBDVDREAD', 'multimedia/mplayer'    => 'WITH_LIBDVDNAV',
> 'multimedia/mplayer'    => 'WITH_ARTS', 'multimedia/mplayer'    =>
> 'WITH_LIBDV', 'multimedia/mplayer'    => 'WITH_MAD',
> 'multimedia/mplayer'    => 'WITH_SVGALIB', 'multimedia/mplayer'    =>
> 'WITH_AALIB', 'multimedia/mplayer'    => 'WITH_SDL',
> 'multimedia/mplayer'    => 'WITH_ESOUND', 'multimedia/mplayer'    =>
> 'WITH_VORBIS','multimedia/mplayer'    => 'WITH_XANIM',
> 'multimedia/mplayer'    => 'WITH_LIVEMEDIA', 'multimedia/mplayer'    =>
> 'WITH_XVID', 'multimedia/mplayer'    => 'WITH_FAAD'
>
> I got them all on the same line separated by commons under make args,
> and portupgrade gives me this:
>
> I've tried without the commons but still doesn't work, I added the
> "=yes" in each argument but still the same error, does anyone know the
> correct format for this?

the proper way of doing this is:

make OPTION1=yes OPTION2=yes ... OPTIONn=yes

or

make -DOPTION1 -DOPTION2 ... -DOPIONn


in your case:

make WITH_OPTIMIZED_CFLAGS=yes WITHOUT_RUNTIME_CPUDETECTION=yes          \
WITH_GUI=yes WITH_FREETYPE=yes WITH_LIBDVDREAD=yes WITH_ARTS=yes         \
WITH_LIBDV=yes WITH_MAD=yes WITH_SVGALIB=yes WITH_AALIB=yes WITH_SDL=yes \
WITH_ESOUND=yes WITH_XANIM=yes WITH_XVID=yes WITH_FAAD=yes



>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>

-                         ______                     _
            *           /   /###\                   / \       __
 /\  /\             *  /  ./#### \         *     \__|_/      |  |
/  \/  \               |   b#####|   *            _ |   __   |  |  __
=    .. \____          \ \_\#####/               / \|  /  \  |  | /\_\/
=          \_|    *     \___\###/       *        \_/\_/\__/\__\/_/\__/
 =   \______/           _
  | |


More information about the freebsd-questions mailing list