NetBSD.se

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

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / x11 / renderproto

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue May 26 21:59:58 2009 UTC (2 years, 11 months ago) by rillig
Branches: 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, HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
_PKG_SILENT + _PKG_DEBUG => RUN

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Oct 5 21:36:34 2008 UTC (3 years, 7 months ago) by cube
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -7 lines
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.8.18.1: download - view: text, markup, annotated - select for diffs
Fri Sep 26 19:59:46 2008 UTC (3 years, 7 months ago) by cube
Branches: cube-native-xorg
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +4 -7 lines
Adapt to new x11.builtin.mk.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 17 16:06:31 2006 UTC (5 years, 5 months ago) by joerg
Branches: 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
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -3 lines
Restore LOCALBASE check as pkg-config handling must not be skipped as
it would be for a builtin package.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Dec 16 14:07:24 2006 UTC (5 years, 5 months ago) by tv
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -4 lines
Fix !defined(IS_BUILTIN.xproto) inherited when this was copied from
xproto; should have been .renderproto so that the variable always gets
defined somehow.  (Under older bmake, there was a syntax error when
IS_BUILTIN.renderproto was later checked, because for x11-links, it was
never defined in the first place.)

Remove check for X11BASE==LOCALBASE.  There's even a comment there saying
we don't want to check that, so don't do it.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 16 01:04:43 2006 UTC (5 years, 5 months ago) by joerg
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2 lines
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.5: download - view: text, markup, annotated - select for diffs
Fri Dec 15 20:43:00 2006 UTC (5 years, 5 months ago) by joerg
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Don't assume that we have a builtin version of the X11 proto packages,
if LOCALBASE and X11BASE are identical.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jul 22 04:51:29 2006 UTC (5 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
The shell code to symlink the pkg-config file is hidden as usual.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 16 14:35:54 2006 UTC (5 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +13 -10 lines
Fixed pkglint warnings. Fixed use of ${LN} -sf, which does not do the
expected thing on Solaris.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 19 12:25:15 2006 UTC (6 years, 1 month ago) by reed
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +17 -1 lines
Add a BUILDLINK_TARGETS so a symlink for old name render.pc is created.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Apr 18 17:16:06 2006 UTC (6 years, 1 month ago) by reed
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import renderproto from pkgsrc-wip.

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

This will replace the renderext package.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 18 17:16:06 2006 UTC (6 years, 1 month ago) by reed
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>