Up to [cvs.netbsd.org] / pkgsrc / x11 / pixman
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 6 12:54:43 2008 UTC (3 years, 7 months ago) by tron
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,
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,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
HEAD
Changes since 1.5: +5 -2
lines
Diff to previous 1.5 (colored)
Properly enclose the Mac OS X work around in the appropriate checks. Problem pointed out by Quentin Garnier.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 6 11:22:09 2008 UTC (3 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.4: +8 -1
lines
Diff to previous 1.4 (colored)
Work arond the broken libtool archive "/usr/X11/lib/libpixman-1.la" under Mac OS X Leopard. This fixes build problems in e.g. the "cairo" package.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Oct 5 21:36:34 2008 UTC (3 years, 7 months ago) by cube
Branch: MAIN
Changes since 1.3: +4 -51
lines
Diff to previous 1.3 (colored)
Merge cube-native-xorg, so that pkgsrc-current can be used with the native X.Org found in NetBSD-current. Thanks a lot to all who helped, especially Matthias Scheler who did repeated tests on Mac OS X and older versions of NetBSD to make sure the support for those platforms wouldn't be broken (or at least, not fatally, as I would still expect a few hiccups here and there, because there is only so much one can test in such limited time). On the infrastructure side, this branch brings pkgconfig-builtin.mk, in order to write very easily new builtin.mk files. It can actually handle more than just pkgconfig files, but it will provide a version if it finds such a file. x11.builtin.mk has also been made more useful and now all existing (and future!) native-X11-related builtin.mk files should include it.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Fri Sep 26 21:15:19 2008 UTC (3 years, 7 months ago) by cube
Branch: cube-native-xorg
Changes since 1.1.2.1: +2 -1
lines
Diff to previous 1.1.2.1 (colored) next main 1.2 (colored)
Make all X11-related builtin.mk files include x11.builtin.mk to make sure all the necessary logic to use x11-links is included no matter what bl3 files a given pacakge includes.
Revision 1.3, Tue Sep 16 13:10:41 2008 UTC (3 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3
Changes since 1.2: +1 -1
lines
FILE REMOVED
Remove this file again: - There's a better version in the "cube-native-xorg" branch. - Using the bundled "pixman" library doesn't work under Mac OS X anyway because Apple didn't update the ".la" file at same point. [It is likely that the second issue will require attention after the "cube-native-xorg" branch has been merged.]
Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 16 11:41:33 2008 UTC (3 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.1: +54 -0
lines
Diff to previous 1.1 (colored)
Detect builtin "pixman" e.g. under Mac OS X Leopard.
Revision 1.1.2.1 / (download) - annotate - [select for diffs], Tue Sep 16 03:04:48 2008 UTC (3 years, 8 months ago) by cube
Branch: cube-native-xorg
Changes since 1.1: +6 -0
lines
Diff to previous 1.1 (colored)
Provide pkgconfig-builtin.mk-based builtin.mk files for damageproto and pixman.
Revision 1.1, Tue Sep 16 03:04:48 2008 UTC (3 years, 8 months ago) by cube
Branch: MAIN
Branch point for: cube-native-xorg
FILE REMOVED
file builtin.mk was initially added on branch cube-native-xorg.