Commit graph

10 commits

Author SHA1 Message Date
rillig
a28ac4007b _PKG_SILENT + _PKG_DEBUG => RUN 2009-05-26 21:59:58 +00:00
cube
403e256ff6 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.
2008-10-05 21:36:32 +00:00
joerg
36e57827ad Restore LOCALBASE check as pkg-config handling must not be skipped as
it would be for a builtin package.
2006-12-17 16:06:31 +00:00
tv
ab82515a63 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.
2006-12-16 14:07:24 +00:00
joerg
0988643082 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.
2006-12-16 01:04:43 +00:00
joerg
1662e47171 Don't assume that we have a builtin version of the X11 proto packages,
if LOCALBASE and X11BASE are identical.
2006-12-15 20:43:00 +00:00
rillig
af2c8b2d03 The shell code to symlink the pkg-config file is hidden as usual. 2006-07-22 04:51:29 +00:00
rillig
f68d786e91 Fixed pkglint warnings. Fixed use of ${LN} -sf, which does not do the
expected thing on Solaris.
2006-06-16 14:35:54 +00:00
reed
01dfb8244a Add a BUILDLINK_TARGETS so a symlink for old name render.pc is created. 2006-04-19 12:25:15 +00:00
reed
9c14b9d4d8 Import renderproto from pkgsrc-wip.
This provides the Render extension headers from modular X.org X11
project.

This will replace the renderext package.
2006-04-18 17:16:06 +00:00