Date: Fri, 20 May 2005 09:50:46 -0700 From: Kris Kennaway <kris@obsecurity.org> To: RW <list-freebsd-2004@morbius.sent.com> Cc: "Michael C. Shultz" <ringworm01@gmail.com> Subject: Re: /etc/make.conf weirdness Message-ID: <20050520165046.GB20460@xor.obsecurity.org> In-Reply-To: <200505201513.09929.list-freebsd-2004@morbius.sent.com> References: <200505191531.02487.nb_root@videotron.ca> <20050519195124.GA34973@xor.obsecurity.org> <200505201513.09929.list-freebsd-2004@morbius.sent.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Fri, May 20, 2005 at 03:13:08PM +0100, RW wrote:
> On Thursday 19 May 2005 20:51, Kris Kennaway wrote:
> > On Thu, May 19, 2005 at 03:31:02PM -0400, Nicolas Blais wrote:
> > > Hi,
> > >
> > > This is probably a user problem (me), but why is it that when I put this
> > > in /etc/make.conf:
> > >
> > > .if ${.CURDIR:M*/multimedia/transcode}
> > > WITH_DIVX5=yes WITH_OPTIMIZED_CFLAGS=yes
> > > .endif
> > >
> > > and build transcode, it will only receive WITH_DIVX5 and not the other
> > > flag.
> > >
> > > and if I put this instead:
> > >
> > > .if ${.CURDIR:M*/multimedia/transcode}
> > > WITH_OPTIMIZED_CFLAGS=yes WITH_DIVX5=yes
> > > .endif
> > >
> > > it will receive WITH_OPTIMIZED_CFLAGS and not the other again?
> > >
> > > Same with all the ports such as :
> > >
> > > .if ${.CURDIR:M*/multimedia/mplayer}
> > > WITH_OPTIMIZED_CFLAGS=yes WITHOUT_RUNTIME_CPUDETECTION \
> > > WITH_RTC=yes WITH_LIBUNGIF=yes WITH_ARTS=yes \
> > > WITH_FRIBIDI=yes WITH_CDPARANOIA=yes WITH_LIBDV=yes \
> > > WITH_MAD=yes WITH_SVGALIB=yes WITH_AALIB=yes WITH_THEORA=yes \
> > > WITH_SDL=yes WITH_ESOUND=yes WITH_VORBIS=yes WITH_XANIM=yes \
> > > WITH_LIVEMEDIA=yes WITH_MATROSKA=yes WITH_XVID=yes WITH_LZO=yes \
> > > WITH_XMMS=yes
> > > .endif
> > >
> > > will only receive WITH OPTIMIZED_CFLAGS.
> > >
> > > Any way around this?
> >
> > Put each entry on separate lines, don't try to separate them with
> > whitespace.
>
> I think this was probably inspired by the portmanager man-page. The mplayer
> section above is a slightly edited version of it's sample make.conf.
Someone should talk to the portmanager author then :-)
Kris
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (FreeBSD)
iD8DBQFCjhVlWry0BWjoQKURAm9GAJ9zTzb/7yOSvum65uEVcXsX98HFfACgvvYA
wESqLwlgINSnyCAWEMAehEc=
=JObI
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050520165046.GB20460>
