2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129) |
Log message: Remove @dirrm related logic. |
2009-06-09 14:12:00 by David Brownlee | Files touched by this commit (1) |
Log message: PKG_DESTDIR_SUPPORT seems to be working fine |
2009-04-07 10:09:06 by Hasso Tepper | Files touched by this commit (2) |
Log message: Make it build on DragonFly master. |
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-27 17:51:36 by Thomas Klausner | Files touched by this commit (1) |
Log message: Comment out PKG_DESTDIR_SUPPORT. PLIST generation in the post-install target is broken for destdir. It tries to remove ${PREFIX}/bin et al. |
2008-09-01 11:04:19 by David A. Holland | Files touched by this commit (1) |
Log message: Add destdir support, mostly from PR 38523 by Aleksey Cheusov. |
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-02-08 11:34:20 by Tobias Nygren | Files touched by this commit (7) |
Log message: Fix more cases of non-chainable PKGSRC_COMPILER tests. |
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-09-08 23:58:02 by Johnny C. Lam | Files touched by this commit (34) |
Log message: Convert to use the features framework. |