Subject: CVS commit: pkgsrc/graphics
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 11/08/2005 16:41:30
Module Name:	pkgsrc
Committed By:	tv
Date:		Tue Nov  8 16:41:30 UTC 2005

Modified Files:
	pkgsrc/graphics/Mesa: Makefile.common
	pkgsrc/graphics/MesaLib: Makefile distinfo
	pkgsrc/graphics/MesaLib/patches: patch-ac
Added Files:
	pkgsrc/graphics/MesaLib/patches: patch-ai patch-aj

Log Message:
Create template config file for Interix 3.x.

As part of this, do something special for xmesaP.h:  Because XShm.h does
exist on the Interix platform, and Mesa binaries were already buildable,
preserve the ABI by including XShm.h there and keeping the XShmSegmentInfo
field (with -DUSE_XSHM_HDRONLY) -- thus avoiding both flag day and revbump
sweep.  However, all XShm-using code remains turned off (no -DUSE_XSHM)
so that libGL will work.

Bump PKGREVISION of MesaLib only.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 pkgsrc/graphics/Mesa/Makefile.common
cvs rdiff -r1.40 -r1.41 pkgsrc/graphics/MesaLib/Makefile
cvs rdiff -r1.31 -r1.32 pkgsrc/graphics/MesaLib/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/MesaLib/patches/patch-ac
cvs rdiff -r0 -r1.1 pkgsrc/graphics/MesaLib/patches/patch-ai \
    pkgsrc/graphics/MesaLib/patches/patch-aj

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