Date: Wed, 30 Apr 2003 09:07:36 +0200 From: Antoine Jacoutot <ajacoutot@lphp.org> To: "E. J. Cerejo" <edinho64@netscape.net>, freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: Portupgrade and pkgtools.conf file Message-ID: <200304300907.36933.ajacoutot@lphp.org> 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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304300907.36933.ajacoutot>