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-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201) |
Log message:
Switch master site to MASTER_SITE_XORG.
|
2008-01-16 00:59:22 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix dependency.
|
2008-01-16 00:30:18 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.2, changes undocumented.
|
2007-07-28 01:47:49 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Tell configure that malloc(0) != NULL on NetBSD unless running out of
memory.
|
2007-06-19 11:39:16 by Joerg Sonnenberger | Files touched by this commit (32) |
Log message:
Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.
|
2006-12-27 13:24:15 by Joerg Sonnenberger | Files touched by this commit (5) | |
Log message:
Import libXxf86dga-1.0.1.
These functions provide an interface to the server extension
XFree86-DGAExtension which allows local programs direct access
to the video frame buffer.
This library is from the modular X.org project.
|