2010-03-21 17:29:44 by Thomas Klausner | Files touched by this commit (66) |
Log message: Reset maintainer, developer lost his commit bit. |
2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | |
Log message: Recursive PKGREVISION bump for jpeg update to 8. |
2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291) |
Log message: Remove @dirrm entries from PLISTs |
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-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274) |
Log message: Second round of explicit pax dependencies. As reminded by tnn@, many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. |
2008-01-18 06:08:56 by Tobias Nygren | Files touched by this commit (214) |
Log message: Per the process outlined in revbump(1), perform a recursive revbump on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@ |
2007-11-08 20:32:27 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Add DESTDIR support. |
2007-10-17 01:49:02 by Tobias Nygren | Files touched by this commit (29) |
Log message: Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. |
2007-04-12 19:03:46 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Fix configure on linux (patch-aa) |
2007-04-03 15:25:17 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Do not force O3 optimisation |