The NetBSD Project

CVS log for pkgsrc/x11/compositeproto/builtin.mk

[BACK] Up to [cvs.netbsd.org] / pkgsrc / x11 / compositeproto

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 5 21:36:32 2008 UTC (3 years, 7 months ago) by cube
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.4: +3 -1 lines
Diff to previous 1.4 (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.4.18.1 / (download) - annotate - [select for diffs], Fri Sep 26 21:15:18 2008 UTC (3 years, 7 months ago) by cube
Branch: cube-native-xorg
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored) next main 1.5 (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.4 / (download) - annotate - [select for diffs], Sat Dec 16 01:04:43 2006 UTC (5 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, cwrapper, cube-native-xorg-base
Branch point for: cube-native-xorg
Changes since 1.3: +4 -2 lines
Diff to previous 1.3 (colored)

For reasons beyond my compressions, (b)make handles

.if foo || bar
BAZ=	no
.else
BAZ=	yes
.endif

different from

.if foo
BAZ=	no
.elif bar
BAZ=	no
.else
BAZ=	yes
.endif

in some situations exposed in this builtin.mk. Workaround this for now.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Dec 15 20:43:00 2006 UTC (5 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Don't assume that we have a builtin version of the X11 proto packages,
if LOCALBASE and X11BASE are identical.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 19 12:27:02 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.1: +6 -1 lines
Diff to previous 1.1 (colored)

Check before redefining the target for creating symlink.
(Noticed warning that it was redefined in x11-links.)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Apr 18 17:17:50 2006 UTC (6 years, 1 month ago) by reed
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import compositeproto from pkgsrc-wip.

This package provides Composite extension headers from the modular
X.org X11 project.

This will replace the compositeext package.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 18 17:17:50 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>