Commit graph

15 commits

Author SHA1 Message Date
joerg
9e40afbf28 Fix build with GCC 4.5 2011-11-25 21:30:19 +00:00
joerg
934e055ec2 Convert @exec/@unexec to @pkgdir or drop them. 2009-06-14 18:10:28 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
heinz
33943ac380 The package supports installation to DESTDIR. 2008-01-21 20:34:42 +00:00
joerg
ae501cb091 malloc.h --> stdlib.h 2007-07-30 10:25:42 +00:00
drochner
8382e10a3b make this build with newer g++ 2007-04-19 18:21:52 +00:00
rillig
ed7c93f18f Needs OVERRIDE_DIRDEPTH=3. 2006-10-08 21:31:31 +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
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