2009-05-28 22:35:53 by Zafer Aydogan | Files touched by this commit (1) | |
Log message:
update master site
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
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.
|
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message:
Mark as destdir ready.
|
2007-07-21 21:42:06 by Adrian Portelli | Files touched by this commit (1) | |
Log message:
HOMEPAGE and MASTER_SITES update
|
2007-02-09 22:20:01 by Matthias Drochner | Files touched by this commit (1) |
Log message:
add one
|
2007-02-02 17:56:58 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Do require C as const gets defined away otherwise with rather strange
results. Also use ELF for the YASM output on DragonFly and put an
assertive case therein in the hope to detect other systems with a less
mysterious error.
|
2007-01-31 22:17:19 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
Initial import of MAC: short for Monkey's Audio Codec, a lossless
audio codec (files with the .ape extension).
This is the MAC Linux port. It has autoconf and automake stuff and
some slight changes to the code.
|