Subject: CVS commit: pkgsrc/graphics
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/01/2006 21:40:20
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Aug  1 21:40:20 UTC 2006

Modified Files:
	pkgsrc/graphics/Mesa: Makefile.common
	pkgsrc/graphics/MesaDemos: Makefile
	pkgsrc/graphics/MesaLib: Makefile
	pkgsrc/graphics/glu: Makefile
	pkgsrc/graphics/glut: Makefile
	pkgsrc/graphics/glx-utils: Makefile
Added Files:
	pkgsrc/graphics/Mesa: Makefile.lib

Log Message:
Split Mesa/Makefile.common into Makefile.common and Makefile.lib.
The latter is used by packages that build libraries from the Mesa
sources, while the former is only if the package builds from the Mesa
sources.  Modify the various Mesa packages to include the proper
Makefile, and add some documentation to the Makefiles.

As a side effect, this suppresses the "duplicate target" warning in
graphics/glx-utils that was caused by having the same distfile listed
in DISTFILES more than once.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 pkgsrc/graphics/Mesa/Makefile.common
cvs rdiff -r0 -r1.1 pkgsrc/graphics/Mesa/Makefile.lib
cvs rdiff -r1.26 -r1.27 pkgsrc/graphics/MesaDemos/Makefile
cvs rdiff -r1.49 -r1.50 pkgsrc/graphics/MesaLib/Makefile
cvs rdiff -r1.46 -r1.47 pkgsrc/graphics/glu/Makefile
cvs rdiff -r1.44 -r1.45 pkgsrc/graphics/glut/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/glx-utils/Makefile

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