Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-13 | Don't include dependence buildlink3 if using the builtin library. | sbd | 1 | -1/+8 | |
Patch by obache@ | |||||
2011-11-01 | Recursive bump for archivers/libarchive buildlink addition. | sbd | 1 | -1/+2 | |
2011-11-01 | Add missing archivers/xz buildlink | sbd | 1 | -1/+2 | |
Bump PKGREVISION | |||||
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 | |
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. | |||||
2007-07-29 | Update libarchive to 2.2.5. Biggest changes are: | joerg | 1 | -2/+2 | |
- massive performance improvements, up to 40% for bsdtar compared to 1.x - support for external (de)compressors, ar-chives and many other goodies. | |||||
2007-02-20 | Add this, required by a new pkg. | xtraeme | 1 | -0/+22 | |