Up to [cvs.netbsd.org] / pkgsrc / graphics / MesaLib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Wed May 5 18:33:30 2010 UTC (2 years ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
HEAD
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
The BUILDLINK API dependency should be for xf86driproto not driproto. I noticed this when it built with old xf86driproto that had conflicting file. So add a CONFLICTS too.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 28 01:22:07 2009 UTC (3 years, 2 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Correct capitalization in FreeBSD case.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 26 21:03:40 2008 UTC (3 years, 6 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Add the following patch from upstream as a new distribution
patch and bump MesaLib's PKGREVISION. While here, make a few
small changes to appease pkglint.
commit 2b8d8989fb6f9c36baf166fc715182a1407ebadb
Author: Ian Romanick <ian.d.romanick@intel.com>
Date: Sun Sep 28 20:31:46 2008 -0700
Use 3Dnow! x86-64 routines only on processors that support 3Dnow!
Added an x86-64 CPUID function and use it to detect 3Dnow!
[...]
This fixes long standing bug #8724.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 21 06:46:46 2008 UTC (3 years, 7 months ago) by bjs
Branch: MAIN
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
Don't force using libm functions on Linux; most of the developers use Linux, and they'd know better than I what's apporpriate.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Sep 18 21:10:28 2008 UTC (3 years, 8 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3
Add Makefile.version and glx-config.mk so that x11/modular-xorg-server can share this information in lieu of us duplicating it by hand.