2009-08-12 04:31:23 by OBATA Akio | Files touched by this commit (54) |
Log message: recursive bump for icu shlib version change except already done. |
2009-07-15 14:12:37 by Mihai Chelaru | Files touched by this commit (3) | ![]() |
Log message: The continuing story of mono 2.4.2 update |
2009-06-14 20:48:18 by Joerg Sonnenberger | Files touched by this commit (44) |
Log message: Convert @exec/@unexec to @pkgdir or drop it. |
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message: Remove @dirrm entries from PLISTs |
2009-06-11 10:10:26 by Thomas Klausner | Files touched by this commit (17) |
Log message: Bump PKGREVISION for vte-0.20.5. |
2009-05-04 20:42:26 by Hasso Tepper | Files touched by this commit (1) |
Log message: Needs msgfmt. |
2009-04-12 16:06:14 by Thomas Klausner | Files touched by this commit (1) |
Log message: Add missing libgdiplus dependency. Causes a build failure, so no PKGREVISION++ necessary. |
2009-04-07 13:18:31 by Mihai Chelaru | Files touched by this commit (3) | ![]() |
Log message: update to mono 2.4 |
2009-03-25 23:37:16 by Havard Eidnes | Files touched by this commit (47) | ![]() |
Log message: Bump PKGREVISION following the update of textproc/icu, and the corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update). |
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. |