Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2003 00:24:39 -0500 (CDT)
From:      Eduardo Viruena Silva <mrspock@esfm.ipn.mx>
To:        "E. J. Cerejo" <edinho64@netscape.net>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: Portupgrade and pkgtools.conf file
Message-ID:  <20030430002030.Q33193@Gina.esfm.ipn.mx>
In-Reply-To: <3EAF11B3.3070406@netscape.net>
References:  <3EAF11B3.3070406@netscape.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030430002030.Q33193>