Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Julio Merino <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 07/27/2003 19:59:43
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sun Jul 27 19:59:42 UTC 2003

Modified Files:
	pkgsrc/graphics/gmplayer: Makefile
	pkgsrc/graphics/mencoder: Makefile
	pkgsrc/graphics/mplayer: Makefile
	pkgsrc/mk: bsd.pkg.defaults.mk

Log Message:
Introduce the MPLAYER_DISABLE_DRIVERS variable, which holds a list of "drivers"
that are not wanted in the binary program.  It is empty by default, so that all
drivers are linked in to get a full featured binary package.  Packages using
this variable include mplayer and gmplayer.  While building mencoder, disable
all of these drivers, as they are not needed.  Bump PKGREVISION.

arts is now a enabled if not present in the variable.  This detail closes
PR pkg/21775 by Marc Recht.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/graphics/gmplayer/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/graphics/mencoder/Makefile
cvs rdiff -r1.38 -r1.39 pkgsrc/graphics/mplayer/Makefile
cvs rdiff -r1.162 -r1.163 pkgsrc/mk/bsd.pkg.defaults.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.