Commit graph

9 commits

Author SHA1 Message Date
rillig
af2c8b2d03 The shell code to symlink the pkg-config file is hidden as usual. 2006-07-22 04:51:29 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
joerg
19338c63c5 Don't use the builtin framework for the various Xorg components
when X11_TYPE=xorg. Let them include x11.buildlink3.mk directly.
Remove the manual USE_BUILTIN declarations from xorg-libs/b3.mk.
This fixes a symmetry in the dependency list depending on whether
xorg-libs is installed already or not.

Discussed with jlam@
2006-07-11 14:42:03 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +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
ee881b1222 Use official version instead of release candidate.
No changes but version was incremented.
2006-04-18 17:29:02 +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