2012-09-12 01:59:37 by Aleksej Saushev | Files touched by this commit (112) |
Log message: "user-destdir" is default these days |
2012-05-04 18:00:01 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Fix build with clang. |
2011-11-25 23:45:00 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: No patching with sed, please |
2011-11-25 22:29:32 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Fix build with newer GCC |
2011-11-20 02:26:58 by John Marino | Files touched by this commit (1) |
Log message: audio/adplug: Fix DragonFly breakage This commit allows adplug to build on DragonFly without changing the binary package for any other platform, so no PKGREVISION bump is required. |
2011-09-12 07:08:53 by David A. Holland | Files touched by this commit (2) |
Log message: Patch up some inline issues for clang. |
2011-09-04 01:40:47 by David A. Holland | Files touched by this commit (2) |
Log message: const correctness, required by clang |
2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250) |
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-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message: Add DESTDIR support. |