Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2003 03:28:42 -0400
From:      "E. J. Cerejo" <ej.cerejo@laposte.net>
To:        Antoine Jacoutot <ajacoutot@lphp.org>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: Portupgrade and pkgtools.conf file
Message-ID:  <3EAF7B2A.1000509@laposte.net>
References:  <3EAF11B3.3070406@netscape.net> <200304300907.36933.ajacoutot@lphp.org>

next in thread | previous in thread | raw e-mail | index | archive | help


Antoine Jacoutot wrote:

>On Wednesday 30 April 2003 01:58, 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:
>>    
>>
>
>Hi,
>
>This is how you should write it in pkgtools.conf:
>
> 'multimedia/mplayer' => 'WITH_OPTIMIZED_CFLAGS=yes 
>WITHOUT_RUNTIME_CPUDETECTION=yes WITH_GUI=yes WITH_FREETYPE=yes 
>WITH_LIBDVDREAD=yes WITH_LIBDVDNAV=yes WITH_ARTS=yes WITH_MAD=yes 
>WITH_AALIB=yes WITH_SDL=yes WITH_ESOUND=yes WITH_VORBIS=yes WITH_XANIM=yes 
>WITH_LIVEMEDIA=yes WITH_XVID=yes WITH_FAAD=yes'
>
>Antoine
>_______________________________________________
>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"
>
>  
>
It doesn't work either:

** Error occured reading /usr/local/etc/pkgtools.conf:
        /usr/local/etc/pkgtools.conf:299: parse error
                'multimedia/mplayer'    => '-DWITH_OPTIMIZED_CFLAGS 
-DWITHOUT_RUNTIME_CPUDETECTION -DWITH_GUI -DWITH_FREETYPE -DWITH_DVD 
-DWITH_LIBDVDREAD -DWITH_LIBDVDNAV -DWITH_ARTS -DWITH_LIBDV -DWITH_MAD 
-DWITH_SVGALIB -DWITH_AALIB -DWITH_SDL -DWITH_ESOUND -DWITH_VORBIS 
-DWITH_XANIM -DWITH_LIVEMEDIA -DWITH_XVID -DWITH_FAAD'




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