Subject: CVS commit: pkgsrc/graphics
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/21/2002 00:13:23
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Nov 20 22:13:23 UTC 2002

Modified Files:
	pkgsrc/graphics/MesaLib: buildlink2.mk
	pkgsrc/graphics/glu: buildlink2.mk
Added Files:
	pkgsrc/graphics/Mesa: version.mk

Log Message:
Compute version of built-in Mesa without using "glxinfo", which is broken
when the capabilities of the running X11 server differ from the X11 server
on the system for which the package is meant.  We now try to guess the
Mesa version number based on which OpenGL specification is implemented.

Separate out the logic into its own file, Mesa/version.mk, and use it in
MesaLib's and glu's buildlink2.mk files.

Note that Mesa/version.mk should only be used by the Mesa packages and is
_not_ for general use.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/graphics/Mesa/version.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/MesaLib/buildlink2.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/glu/buildlink2.mk

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