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-02-22 15:15:28 by Aleksej Saushev | Files touched by this commit (7) |
Log message: Use MASTER_SITE_NETLIB for Netlib and its mirrors. Discussed with Tobias Nygren. |
2008-12-16 16:56:17 by Ignatios Souvatzis | Files touched by this commit (3) |
Log message: Use ssh for SUN4SOL2, like everywhere else. Bump revision. |
2008-11-10 18:21:40 by Thomas Klausner | Files touched by this commit (147) |
Log message: Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. |
2008-06-23 17:01:05 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: PR 38996: Drop -DDFAKEXDRFLOAT for DragonFly, it breaks the build. |
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message: Add DESTDIR support. |
2008-02-10 00:49:27 by Tobias Nygren | Files touched by this commit (1) |
Log message: Needs m4 |
2008-01-31 22:06:22 by Ignatios Souvatzis | Files touched by this commit (3) |
Log message: Detect NetBSD by `uname -s` == "NetBSD", not by -f /netbsd. This way, this package even works with netboot setups where no kernel is in the OS-visible root file system. |
2008-01-31 20:04:09 by Tobias Nygren | Files touched by this commit (1) |
Log message: parallel/pvm3 isn't MAKE_JOBS safe. From ASau on #netbsd |
2008-01-19 10:16:27 by Thomas Klausner | Files touched by this commit (81) |
Log message: Reset maintainer on his request. |