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. |
2009-03-06 17:22:55 by David Brownlee | Files touched by this commit (3) |
Log message: More pkglint |
2009-03-03 12:08:40 by David Brownlee | Files touched by this commit (1) |
Log message: MAKE_JOBS_SAFE=no |
2009-02-20 22:42:27 by David Brownlee | Files touched by this commit (1) |
Log message: Fix PR40090 - remove optionally generated register*.html files in pre-install |
2009-02-08 01:23:20 by Christos Zoulas | Files touched by this commit (4) | |
Log message: welcome to update 12 |
2009-01-19 00:49:06 by Christos Zoulas | Files touched by this commit (3) |
Log message: welcome to 6u11 |
2008-11-11 17:17:10 by Reinoud Zandijk | Files touched by this commit (2) |
Log message: Bump revisions of sun-jre6 and sun-jdk6 as suggested by joerg |
2008-11-11 17:00:15 by Reinoud Zandijk | Files touched by this commit (1) |
Log message: Add three missing files in the PLIST; not worthy a patch bump. Aparently Sun decided to add files to the distribution. |
2008-10-25 20:06:31 by Adrian Portelli | Files touched by this commit (1) |
Log message: Remove the Darwin specific hacks in this so it can detect Java on other OSes as well (e.g. OpenSolaris). |
2008-10-24 23:40:00 by Adrian Portelli | Files touched by this commit (1) |
Log message: Add support for builtin Java 1.6 on Darwin 9.* |