summaryrefslogtreecommitdiff
path: root/archivers/libarchive/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2011-11-13Don't include dependence buildlink3 if using the builtin library.sbd1-1/+8
Patch by obache@
2011-11-01Recursive bump for archivers/libarchive buildlink addition.sbd1-1/+2
2011-11-01Add missing archivers/xz buildlinksbd1-1/+2
Bump PKGREVISION
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-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-29Update libarchive to 2.2.5. Biggest changes are:joerg1-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-20Add this, required by a new pkg.xtraeme1-0/+22