Subject: Re: pkg/33864: arts is listed as an option but disabling it causes mplayer or SDL to fail to build
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Onat ISIK <onatto@gmail.com>
List: pkgsrc-bugs
Date: 06/29/2006 20:30:02
The following reply was made to PR pkg/33864; it has been noted by GNATS.

From: "Onat ISIK" <onatto@gmail.com>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/33864: arts is listed as an option but disabling it causes mplayer or SDL to fail to build
Date: Thu, 29 Jun 2006 23:27:43 +0300

 On 6/29/06, Antoine Reilles <Antoine.Reilles@loria.fr> wrote:
 > The following reply was made to PR pkg/33864; it has been noted by GNATS.
 >
 > From: Antoine Reilles <Antoine.Reilles@loria.fr>
 > To: gnats-bugs@NetBSD.org
 > Cc:
 > Subject: Re: pkg/33864: arts is listed as an option but disabling it causes
 > mplayer or SDL to fail to build
 > Date: Thu, 29 Jun 2006 14:10:35 +0200
 >
 >  --k+w/mQv8wyuph6w0
 >  Content-Type: text/plain; charset=us-ascii
 >  Content-Disposition: inline
 >
 >  > >How-To-Repeat:
 >  > Try to build devel/SDL or multimedia/mplayer by setting the variable
 >  > PKG_OPTIONS.<package name>+=-arts.
 >  > >Fix:
 >
 >  A workaround for this problem is to set in /etc/mk.conf
 >  PKG_OPTIONS.SDL+= -arts
 >  when you have -arts in PKG_OPTIONS.mplayer
 >
 >  Maybe having simply
 >  PKG_DEFAULT_OPTIONS+= -arts
 >  in /etc/mk.conf is the best choice
 >
 >  --k+w/mQv8wyuph6w0
 >  Content-Type: application/pgp-signature
 >  Content-Disposition: inline
 >
 >  -----BEGIN PGP SIGNATURE-----
 >  Version: GnuPG v1.4.3 (Darwin)
 >
 >  iD8DBQFEo8M74VqmoGDE/mwRAo+wAJ4mrsh8FaGV8OiKwu4vA53Tb3s9wACfdiD4
 >  8vCAWyJ4TCWl2DMhsFjgHPQ=
 >  =XW/6
 >  -----END PGP SIGNATURE-----
 >
 >  --k+w/mQv8wyuph6w0--
 >
 >
 Thank you very much. It worked by defining the variables in /etc/mk.conf
 It was possible to define the variables on the command line before the last
 update. I think, that confused me.