Commit graph

7 commits

Author SHA1 Message Date
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
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
minskim
33659b766a Add missing files to PLIST.Linux. Bump PKGREVISION. 2006-06-09 15:24:09 +00:00
joerg
d1f830795b Fix build with GCC 3.4+ by adding explicit this references for template
members.
2006-04-19 16:51:47 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
joerg
345b982d82 Initial import of libsidplay2:
Libsidplay2 contains the necessary sidtune routines used by the sidplay2
package.

Provided by Simon Hitzemann in PR 25203, modified to coexist with
libsidplay.
2006-04-09 13:12:02 +00:00